/* === category-tile-module-css.css === */
.DIxbY_Wd8M99mMzbD9Jz {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    transition: transform .6s var(--bezier), box-shadow .3s var(--bezier)
}

@media (hover:hover) {
    .DIxbY_Wd8M99mMzbD9Jz:hover {
        box-shadow: var(--shadow-hover);
        transform: scale(1.04) translateY(-4px);
        transition-duration: .3s
    }
}

.QGnVckPD11ZTkQr8o8ci {
    -webkit-font-smoothing: antialiased;
    color: var(--denim-blue);
    font: 700 12px/20px var(--fontBody);
    letter-spacing: 1px;
    padding: 0 8px;
    text-transform: uppercase
}

html[dir=rtl] .QGnVckPD11ZTkQr8o8ci {
    text-align: right
}

.VrWOfVJtTjn2FNJx0TFc {
    border-radius: 16px
}

.Ll7V72dm63WTr1buD4lg {
    align-items: center;
    display: flex;
    grid-column-start: span 2;
    grid-row-start: span 1
}

.Ll7V72dm63WTr1buD4lg .VrWOfVJtTjn2FNJx0TFc {
    border-radius: 16px 0 0 16px
}

.WNKx5SMWQkliDlBi9d5r {
    align-items: end;
    display: grid;
    grid-column-start: span 2;
    grid-row-start: span 2
}

.WNKx5SMWQkliDlBi9d5r .VrWOfVJtTjn2FNJx0TFc,
.WNKx5SMWQkliDlBi9d5r .QGnVckPD11ZTkQr8o8ci {
    grid-area: 1/2
}

.WNKx5SMWQkliDlBi9d5r .QGnVckPD11ZTkQr8o8ci {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 10px 16px;
    text-overflow: ellipsis;
    white-space: nowrap
}

body.mobileVersion .Ll7V72dm63WTr1buD4lg {
    grid-column-start: span 3
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === flag-module-css.css === */
.XSNFGPMkRRGEHV0Y8QG1 {
    display: inline-block;
    height: 36px;
    width: 36px
}


/* === footer-module-css.css === */
.q3dppPisdqD1gwCqXrlY {
    background: #fff;
    margin: 64px 0 0;
    position: relative
}

.q3dppPisdqD1gwCqXrlY:before {
    background: #fff;
    bottom: 100%;
    clip-path: polygon(0 100%, 50% 0, 60% 100%, 100% 0, 100% 100%);
    content: "";
    height: 16px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    right: 0
}

@media (min-width:850px) {
    .q3dppPisdqD1gwCqXrlY:before {
        clip-path: polygon(0 100%, 30% 0, 36% 100%, 100% 0, 100% 100%);
        height: 26px
    }
}

.B3Ykv32PAQzAWDm8ZLxP {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 16px auto 0;
    max-width: var(--maxPageWidth);
    padding: 0 24px 16px
}

@media (min-width:850px) {
    .B3Ykv32PAQzAWDm8ZLxP {
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: 0;
        padding: 16px 32px
    }
}

.qMWRUBS9td2nFBRm5ow7 {
    background: none;
    border: none;
    color: var(--grey-3);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    padding: 6px;
    text-align: center;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.qMWRUBS9td2nFBRm5ow7:first-child {
    margin-left: 0
}

.qMWRUBS9td2nFBRm5ow7:hover {
    color: var(--denim-blue)
}

.mXTmsEBqPqY4oZrhcK6R {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: center;
    margin: 0 0 24px;
    width: 100%
}

@media (min-width:850px) {
    .mXTmsEBqPqY4oZrhcK6R {
        display: grid;
        flex-grow: 1;
        font-size: 16px;
        gap: 16px;
        grid-template-columns: auto auto;
        justify-content: normal;
        justify-items: flex-start;
        margin: 0 24px 0 16px;
        width: auto
    }

    .mXTmsEBqPqY4oZrhcK6R .qMWRUBS9td2nFBRm5ow7 {
        flex-grow: 0;
        padding: 0;
        width: auto
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    @media (min-width:1871px) or (max-color:2147477350) {
        .mXTmsEBqPqY4oZrhcK6R {
            grid-template-columns: auto auto auto auto
        }
    }
}

@media not all and (min-width:1541px) and (max-width:1870.9px) {
    @media (min-width:1871px) or (color:2147477350) {
        .mXTmsEBqPqY4oZrhcK6R {
            grid-template-columns: auto auto auto auto
        }
    }
}

@media (min-width:850px) {
    html[dir=rtl] .mXTmsEBqPqY4oZrhcK6R {
        margin-right: 16px
    }
}

.nDlYEPwiwt1Ocy1EY4QY {
    display: inline-block;
    flex-shrink: 0;
    height: 50px;
    vertical-align: middle;
    width: 58px;
}

.nFfRxeFvFwQzS_6hLEl2 {
    display: flex;
    flex-grow: 1;
    margin: 16px 0;
    min-width: 250px;
    align-items: center;
}

.jX1Y8HMEoQ0MUS7LKDJi {
    font: 700 18px var(--fontTorus);
    margin: 0 0 0 10px;
    font-size: 14px;
}

html[dir=rtl] .jX1Y8HMEoQ0MUS7LKDJi {
    margin: 0 10px 0 0
}

.j4t7TebV_3KylFyYJHVh {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

@media (min-width:850px) {
    .j4t7TebV_3KylFyYJHVh {
        flex-grow: 0
    }
}

.RWjlLpskajlr_GQxk6b1 {
    color: var(--grey-5);
    font-size: 7px;
    text-align: center
}

/* === logo-module-css.css === */
.C9JUSu6VaKM5y0Kq4sg2 {
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 100%
}


/* === main-style1.css === */
.lStd1276e_IhuA3g3FIs {
    flex-grow: 1;
    margin: 0 auto;
    width: var(--root-content-width, 314px)
}

@media (min-width:111px) and (max-width:550.9px) {
    .lStd1276e_IhuA3g3FIs:has(#pageContent) {
        --root-content-width: 100%;
        padding: 0 16px
    }
}

.lStd1276e_IhuA3g3FIs:has(#pageError) {
    display: flex
}

@media (min-width:111px) and (max-width:550.9px) {
    .ADMPJVcFvhX6udYDGs_x {
        --root-content-width: 314px
    }
}

@media (min-width:551px) and (max-width:660.9px) {
    .ADMPJVcFvhX6udYDGs_x {
        --root-content-width: 534px
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .ADMPJVcFvhX6udYDGs_x {
        --root-content-width: 644px
    }
}

@media (min-width:881px) {
    .ADMPJVcFvhX6udYDGs_x {
        --root-content-width: 864px
    }
}

@media (min-width:111px) and (max-width:990.9px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 760px
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 980px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 1194px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 1304px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 1524px
    }
}

@media (min-width:1871px) {
    .s9w4UjUUDL2klmhRDNdo {
        --root-content-width: 1854px
    }
}

@keyframes MzbKIFk6afkjJ3xw3s3x {
    0% {
        background-color: #ffffff80
    }

    40% {
        background-color: #fff0
    }

    to {
        background-color: #ffffff80
    }
}

.YwmMMIAFGWWCLiX3IDSl {
    animation: MzbKIFk6afkjJ3xw3s3x .7s infinite forwards;
    animation-delay: var(--fakeTileAnimationDelay, 0s);
    background-color: #ffffff80;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    min-height: 94px;
    min-width: 94px;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.pgTlDsvMokOdehB3D11L,
.pgTlDsvMokOdehB3D11L li {
    display: contents
}

.vtbwTfQNi80Hes0DzmGs {
    grid-gap: var(--cellSpacing);
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(var(--gridTemplateColumns, 3), 94px);
    grid-template-rows: repeat(auto-fill, 94px);
    justify-content: center;
    list-style-type: none;
    margin: 16px auto 0;
    padding: 0
}

.vtbwTfQNi80Hes0DzmGs:before {
    content: "";
    display: block
}

@media (min-width:1871px) {
    .vtbwTfQNi80Hes0DzmGs:before {
        grid-column-start: span 2
    }
}

.vtbwTfQNi80Hes0DzmGs+.vtbwTfQNi80Hes0DzmGs:before {
    display: none
}

@media (min-width:111px) and (max-width:990.9px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 7;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip1  ip1" "...  ...  ip0  ip0  ip0  ip1  ip1" "ip2  ip2  ip0  ip0  ip0  ...  ..." "ip2  ip2  ...  ip3  ip3  ...  ..." "...  ...  ...  ip3  ip3  ip4  ip4" "...  ...  ...  ...  ...  ip4  ip4" "ip5  ip5  ip5  ...  ...  ...  ..." "ip5  ip5  ip5  ...  ip6  ip6  ..." "ip5  ip5  ip5  ...  ip6  ip6  ..." "...  ...  ip7  ip7  ...  ...  ..." "...  ...  ip7  ip7  ...  ...  ..." "...  ...  ...  ip8  ip8  ip8  ..." "...  ...  ...  ip8  ip8  ip8  ..." "ip9  ip9  ...  ip8  ip8  ip8  ..." "ip9  ip9  ...  ...  ...  ip10 ip10" "...  ...  ...  ...  ...  ip10 ip10" "ip11 ip11 ip11 ...  ip13 ip13 ..." "ip11 ip11 ip11 ...  ip13 ip13 ..." "ip11 ip11 ip11 ...  ...  ...  ..." "...  ...  ip14 ip14 ...  ...  ..." "...  ...  ip14 ip14 ip12 ip12 ip12" "...  ...  ...  ...  ip12 ip12 ip12" "...  ...  ...  ...  ip12 ip12 ip12" "ip15 ip15 ...  ...  ...  ...  ..." "ip15 ip15 ...  ...  ...  ...  ..." "...  ...  ip16 ip16 ...  ...  ..." "...  ...  ip16 ip16 ...  ...  ..." "...  ...  ...  ip17 ip17 ...  ..." "...  ip18 ip18 ip17 ip17 ...  ..." "...  ip18 ip18 ...  ...  ip19 ip19" "...  ...  ...  ...  ...  ip19 ip19"
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 9;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4" "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4" "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ..." "...  ...  ...  ip6  ip6  ip1  ip1  ip1  ..." "...  ip5  ip5  ip6  ip6  ip1  ip1  ip1  ..." "...  ip5  ip5  ip8  ip8  ...  ip9  ip9  ..." "...  ip7  ip7  ip8  ip8  ...  ip9  ip9  ..." "...  ip7  ip7  ...  ...  ...  ...  ...  ..." "...  ...  ip10 ip10 ip10 ...  ip13 ip13 ..." "...  ...  ip10 ip10 ip10 ...  ip13 ip13 ..." "...  ...  ip10 ip10 ip10 ...  ...  ...  ..." "ip14 ip14 ...  ...  ...  ...  ...  ...  ..." "ip14 ip14 ...  ...  ...  ...  ip11 ip11 ip11" "...  ...  ...  ...  ...  ...  ip11 ip11 ip11" "...  ip15 ip15 ...  ...  ...  ip11 ip11 ip11" "...  ip15 ip15 ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ip12 ip12 ip12 ...  ..." "...  ...  ...  ...  ip12 ip12 ip12 ...  ..." "...  ip16 ip16 ...  ip12 ip12 ip12 ...  ..." "...  ip16 ip16 ip17 ip17 ...  ...  ...  ..." "...  ...  ...  ip17 ip17 ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ...  ip18 ip18" "...  ...  ...  ...  ...  ...  ...  ip18 ip18"
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 11;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5" "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5" "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ...  ip6  ip6" "...  ...  ...  ...  ...  ip1  ip1  ip1  ...  ip6  ip6" "...  ip7  ip7  ip8  ip8  ip1  ip1  ip1  ...  ip9  ip9" "...  ip7  ip7  ip8  ip8  ...  ...  ...  ...  ip9  ip9" "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ip10 ip10 ip10 ...  ..." "ip11 ip11 ...  ...  ...  ...  ip10 ip10 ip10 ...  ..." "ip11 ip11 ip12 ip12 ...  ...  ip10 ip10 ip10 ...  ..." "...  ...  ip12 ip12 ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ip13 ip13 ip13 ...  ...  ...  ...  ..." "...  ...  ...  ip13 ip13 ip13 ...  ip14 ip14 ...  ..." "...  ...  ...  ip13 ip13 ip13 ...  ip14 ip14 ...  ..." "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ip15 ip15 ...  ...  ...  ...  ...  ...  ip16 ip16" "...  ip15 ip15 ip17 ip17 ...  ...  ...  ...  ip16 ip16" "...  ...  ...  ip17 ip17 ...  ...  ...  ...  ...  ..."
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 12;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5  ..." "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5  ..." "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ...  ip6  ip6  ..." "...  ...  ...  ...  ...  ip1  ip1  ip1  ...  ip6  ip6  ..." "...  ip7  ip7  ip8  ip8  ip1  ip1  ip1  ...  ip9  ip9  ..." "...  ip7  ip7  ip8  ip8  ...  ...  ...  ...  ip9  ip9  ..." "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ...  ip10 ip10 ...  ...  ..." "ip11 ip11 ...  ...  ...  ...  ...  ip10 ip10 ...  ...  ..." "ip11 ip11 ip12 ip12 ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ip12 ip12 ...  ...  ...  ...  ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ip13 ip13 ...  ...  ...  ..." "...  ...  ...  ...  ...  ...  ip13 ip13 ...  ...  ...  ..." "...  ip14 ip14 ...  ...  ...  ...  ...  ...  ...  ...  ..." "...  ip14 ip14 ...  ...  ...  ...  ...  ...  ip15 ip15 ..." "...  ...  ...  ...  ...  ...  ...  ...  ...  ip15 ip15 ..."
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 14;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip4  ip4  ...  ...  ...  ...  ...  ip5  ip5" "...  ...  ip0  ip0  ip0  ip4  ip4  ...  ip2  ip2  ip2  ...  ip5  ip5" "ip3  ip3  ip0  ip0  ip0  ...  ...  ...  ip2  ip2  ip2  ...  ip6  ip6" "ip3  ip3  ...  ...  ...  ip1  ip1  ip1  ip2  ip2  ip2  ...  ip6  ip6" "ip7  ip7  ...  ip8  ip8  ip1  ip1  ip1  ip9  ip9  ip10 ip10 ...  ..." "ip7  ip7  ...  ip8  ip8  ip1  ip1  ip1  ip9  ip9  ip10 ip10 ...  ..." "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ... " "...  ...  ...  ...  ...  ...  ...  ...  ip11 ip11 ip11 ...  ...  ... " "ip12 ip12 ...  ...  ...  ...  ...  ...  ip11 ip11 ip11 ...  ...  ... " "ip12 ip12 ...  ...  ...  ...  ...  ...  ip11 ip11 ip11 ...  ...  ... " "...  ...  ip13 ip13 ...  ...  ...  ...  ...  ...  ...  ...  ...  ... " "...  ...  ip13 ip13 ...  ...  ...  ...  ...  ...  ...  ...  ...  ... " "...  ...  ...  ...  ...  ...  ip14 ip14 ...  ...  ...  ip15 ip15 ip15" "ip16 ip16 ...  ...  ...  ...  ip14 ip14 ...  ...  ...  ip15 ip15 ip15" "ip16 ip16 ...  ...  ...  ...  ...  ...  ...  ...  ...  ip15 ip15 ip15"
    }
}

@media (min-width:1871px) {
    .Eu3YePRYW_jQ2bgCbNjr {
        --gridTemplateColumns: 17;
        grid-template-areas: "...  ...  ip0  ip0  ip0  ...  ...  ...  ...  ...  ...  ...  ...  ip7  ip7  ip8  ip8" "...  ...  ip0  ip0  ip0  ip4  ip4  ip5  ip5  ip2  ip2  ip2  ...  ip7  ip7  ip8  ip8" "...  ...  ip0  ip0  ip0  ip4  ip4  ip5  ip5  ip2  ip2  ip2  ip6  ip6  ip3  ip3  ip3" "ip9  ip9  ip10 ip10 ip11 ip11 ip1  ip1  ip1  ip2  ip2  ip2  ip6  ip6  ip3  ip3  ip3" "ip9  ip9  ip10 ip10 ip11 ip11 ip1  ip1  ip1  ip12 ip12 ip13 ip13 ...  ip3  ip3  ip3" "...  ip14 ip14 ip15 ip15 ...  ip1  ip1  ip1  ip12 ip12 ip13 ip13 ip16 ip16 ip17 ip17" "...  ip14 ip14 ip15 ip15 ...  ip18 ip18 ip19 ip19 ip20 ip20 ...  ip16 ip16 ip17 ip17" "...  ...  ...  ...  ...  ...  ip18 ip18 ip19 ip19 ip20 ip20 ...  ...  ...  ...  ... " "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ... " "ip22 ip22 ...  ...  ...  ...  ...  ...  ...  ...  ip21 ip21 ip21 ...  ...  ...  ... " "ip22 ip22 ...  ...  ...  ...  ip24 ip24 ...  ...  ip21 ip21 ip21 ...  ...  ...  ... " "...  ...  ip23 ip23 ...  ...  ip24 ip24 ...  ...  ip21 ip21 ip21 ...  ...  ...  ... " "...  ...  ip23 ip23 ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ip25 ip25" "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ip25 ip25"
    }
}

@media (min-width:111px) and (max-width:990.9px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip16 {
        grid-area: ip16
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip17 {
        grid-area: ip17
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip18 {
        grid-area: ip18
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip19 {
        grid-area: ip19
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip16 {
        grid-area: ip16
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip17 {
        grid-area: ip17
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip18 {
        grid-area: ip18
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip16 {
        grid-area: ip16
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip17 {
        grid-area: ip17
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip16 {
        grid-area: ip16
    }
}

@media (min-width:1871px) {
    .Eu3YePRYW_jQ2bgCbNjr .ip0 {
        grid-area: ip0
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip1 {
        grid-area: ip1
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip2 {
        grid-area: ip2
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip3 {
        grid-area: ip3
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip4 {
        grid-area: ip4
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip5 {
        grid-area: ip5
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip6 {
        grid-area: ip6
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip7 {
        grid-area: ip7
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip8 {
        grid-area: ip8
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip9 {
        grid-area: ip9
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip10 {
        grid-area: ip10
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip11 {
        grid-area: ip11
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip12 {
        grid-area: ip12
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip13 {
        grid-area: ip13
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip14 {
        grid-area: ip14
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip15 {
        grid-area: ip15
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip16 {
        grid-area: ip16
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip17 {
        grid-area: ip17
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip18 {
        grid-area: ip18
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip19 {
        grid-area: ip19
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip20 {
        grid-area: ip20
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip21 {
        grid-area: ip21
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip22 {
        grid-area: ip22
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip23 {
        grid-area: ip23
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip24 {
        grid-area: ip24
    }

    .Eu3YePRYW_jQ2bgCbNjr .ip25 {
        grid-area: ip25
    }
}

@media (min-width:111px) and (max-width:550.9px) {
    .sVO_yY3sP6R0A04SxJ_L {
        grid-template-areas: "... ip0 ip0" "... ip0 ip0" "... ... ..." "ip1 ip1 ..." "ip1 ip1 ..." "... ... ..." "... ip2 ip2" "... ip2 ip2" "... ... ..." "ip3 ip3 ..." "ip3 ip3 ..." "... ... ..."
    }
}

@media (min-width:551px) and (max-width:660.9px) {
    .sVO_yY3sP6R0A04SxJ_L {
        --gridTemplateColumns: 5;
        grid-template-areas: "... ... ip0 ip0 ..." "ip1 ip1 ip0 ip0 ..." "ip1 ip1 ... ... ..." "ip2 ip2 ip2 ... ..." "ip2 ip2 ip2 ip3 ip3" "ip2 ip2 ip2 ip3 ip3" "... ... ip4 ip4 ..." "... ... ip4 ip4 ..." "ip5 ip5 ip6 ip6 ip6" "ip5 ip5 ip6 ip6 ip6" "... ... ip6 ip6 ip6"
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .sVO_yY3sP6R0A04SxJ_L {
        --gridTemplateColumns: 6;
        grid-template-areas: "... ip0 ip0 ... ... ..." "... ip0 ip0 ... ip1 ip1" "ip2 ip2 ... ... ip1 ip1" "ip2 ip2 ... ip3 ip3 ip3" "ip4 ip4 ip4 ip3 ip3 ip3" "ip4 ip4 ip4 ip3 ip3 ip3" "ip4 ip4 ip4 ip5 ip5 ip5" "... ... ... ip5 ip5 ip5" "... ip6 ip6 ip5 ip5 ip5" "... ip6 ip6 ... ... ..."
    }
}

@media (min-width:881px) {
    .sVO_yY3sP6R0A04SxJ_L {
        --gridTemplateColumns: 8;
        grid-template-areas: "... ip0 ip0 ... ... ... ... ..." "... ip0 ip0 ip1 ip1 ip1 ip2 ip2" "ip3 ip3 ... ip1 ip1 ip1 ip2 ip2" "ip3 ip3 ... ip1 ip1 ip1 ip4 ip4" "ip5 ip5 ip5 ip6 ip6 ip6 ip4 ip4" "ip5 ip5 ip5 ip6 ip6 ip6 ip7 ip7" "ip5 ip5 ip5 ip6 ip6 ip6 ip7 ip7" "ip8 ip8 ip9 ip9 ip10 ip10 ... ..." "ip8 ip8 ip9 ip9 ip10 ip10 ... ..."
    }
}

@media (min-width:111px) and (max-width:550.9px) {
    .sVO_yY3sP6R0A04SxJ_L .ip0 {
        grid-area: ip0
    }

    .sVO_yY3sP6R0A04SxJ_L .ip1 {
        grid-area: ip1
    }

    .sVO_yY3sP6R0A04SxJ_L .ip2 {
        grid-area: ip2
    }

    .sVO_yY3sP6R0A04SxJ_L .ip3 {
        grid-area: ip3
    }
}

@media (min-width:551px) and (max-width:880.9px) {
    .sVO_yY3sP6R0A04SxJ_L .ip0 {
        grid-area: ip0
    }

    .sVO_yY3sP6R0A04SxJ_L .ip1 {
        grid-area: ip1
    }

    .sVO_yY3sP6R0A04SxJ_L .ip2 {
        grid-area: ip2
    }

    .sVO_yY3sP6R0A04SxJ_L .ip3 {
        grid-area: ip3
    }

    .sVO_yY3sP6R0A04SxJ_L .ip4 {
        grid-area: ip4
    }

    .sVO_yY3sP6R0A04SxJ_L .ip5 {
        grid-area: ip5
    }

    .sVO_yY3sP6R0A04SxJ_L .ip6 {
        grid-area: ip6
    }
}

@media (min-width:881px) {
    .sVO_yY3sP6R0A04SxJ_L .ip0 {
        grid-area: ip0
    }

    .sVO_yY3sP6R0A04SxJ_L .ip1 {
        grid-area: ip1
    }

    .sVO_yY3sP6R0A04SxJ_L .ip2 {
        grid-area: ip2
    }

    .sVO_yY3sP6R0A04SxJ_L .ip3 {
        grid-area: ip3
    }

    .sVO_yY3sP6R0A04SxJ_L .ip4 {
        grid-area: ip4
    }

    .sVO_yY3sP6R0A04SxJ_L .ip5 {
        grid-area: ip5
    }

    .sVO_yY3sP6R0A04SxJ_L .ip6 {
        grid-area: ip6
    }

    .sVO_yY3sP6R0A04SxJ_L .ip7 {
        grid-area: ip7
    }

    .sVO_yY3sP6R0A04SxJ_L .ip8 {
        grid-area: ip8
    }

    .sVO_yY3sP6R0A04SxJ_L .ip9 {
        grid-area: ip9
    }

    .sVO_yY3sP6R0A04SxJ_L .ip10 {
        grid-area: ip10
    }
}

.Vz1O5jCIfTAEjuWB2uXg {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

.WcMY3e5nv_iqM7rLTINg a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.WcMY3e5nv_iqM7rLTINg a:hover {
    color: var(--blue-5)
}

.Wz4fsOmhQR4bEYpqHqhc,
.Wz4fsOmhQR4bEYpqHqhc li {
    display: contents
}

.rg0q25sDgc3c2A__7hrD {
    grid-area: ipx
}

@media (min-width:111px) and (max-width:550.9px) {
    .BFj5_MRnlqMNxEud7CSZ {
        grid-template-areas: "... ipx ipx" "ip0 ip0 ip1" "ip0 ip0 ip2" "... ... ..." "... ... ..." "... ... ..."
    }
}

@media (min-width:551px) and (max-width:660.9px) {
    .BFj5_MRnlqMNxEud7CSZ {
        --gridTemplateColumns: 5;
        grid-template-areas: "... ipx ipx ip1 ip2" "ip0 ip0 ... ... ..." "ip0 ip0 ... ... ..." "... ... ... ... ..."
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .BFj5_MRnlqMNxEud7CSZ {
        --gridTemplateColumns: 6;
        grid-template-areas: "... ipx ipx ipx ip1 ip2" "ip0 ip0 ... ... ... ..." "ip0 ip0 ... ... ... ..." "... ... ... ... ... ..." "... ... ... ... ... ..." "... ... ... ... ... ..."
    }
}

@media (min-width:881px) {
    .BFj5_MRnlqMNxEud7CSZ {
        --gridTemplateColumns: 8;
        grid-template-areas: "... ipx ipx ipx ip1 ip2 ... ..." "ip0 ip0 ... ... ... ... ... ..." "ip0 ip0 ... ... ... ... ... ..." "... ... ... ... ... ... ... ..." "... ... ... ... ... ... ... ..." "... ... ... ... ... ... ... ..."
    }
}

@media (min-width:111px) {
    .BFj5_MRnlqMNxEud7CSZ .ip0 {
        grid-area: ip0
    }

    .BFj5_MRnlqMNxEud7CSZ .ip1 {
        grid-area: ip1
    }

    .BFj5_MRnlqMNxEud7CSZ .ip2 {
        grid-area: ip2
    }
}

@media (min-width:111px) and (max-width:990.9px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 7;
        grid-template-areas: "... ipx ipx ipx ... ... ..." "ip0 ip0 ip1 ip1 ip2 ip2 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ..." "ip3 ip3 ip4 ip4 ip5 ip5 ..." "ip3 ip3 ip4 ip4 ip5 ip5 ..."
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 9;
        grid-template-areas: "... ipx ipx ipx ... ... ... ... ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ..." "ip4 ip4 ip5 ip5 ip6 ip6 ... ... ..." "ip4 ip4 ip5 ip5 ip6 ip6 ... ... ..." "... ... ... ... ... ... ... ... ..."
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 11;
        grid-template-areas: "... ipx ipx ipx ip9 ip10 ip11 ip12 ... ... ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4 ip4 ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4 ip4 ..." "ip5 ip5 ip6 ip6 ip7 ip7  ip8  ip8  ... ... ..." "ip5 ip5 ip6 ip6 ip7 ip7  ip8  ip8  ... ... ..."
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 12;
        grid-template-areas: "... ipx ipx ipx ipx ip10 ip11 ip12 ip13 ... ... ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4  ip4 ... ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4  ip4 ... ..." "ip5 ip5 ip6 ip6 ip7 ip7  ip8  ip8  ip9  ip9 ... ..." "ip5 ip5 ip6 ip6 ip7 ip7  ip8  ip8  ip9  ip9 ... ..."
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 14;
        grid-template-areas: "... ipx ipx ipx ipx ip12 ip13 ip14 ip15 ip16 ip17 ...  ... ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4  ip4  ip5  ip5  ... ..." "ip0 ip0 ip1 ip1 ip2 ip2  ip3  ip3  ip4  ip4  ip5  ip5  ... ..." "ip6 ip6 ip7 ip7 ip8 ip8  ip9  ip9  ip10 ip10 ip11 ip11 ... ..." "ip6 ip6 ip7 ip7 ip8 ip8  ip9  ip9  ip10 ip10 ip11 ip11 ... ..."
    }
}

@media (min-width:1871px) {
    .JgLfL7LclbiAmVJ1BGIg {
        --gridTemplateColumns: 17;
        grid-template-areas: "... ... ipx ipx ipx ipx ip15 ip16 ip17  ...  ...  ...  ...  ...  ...  ...  ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3  ip3  ip4  ip4  ip5  ip5  ip6  ip6  ip13 ip13 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3  ip3  ip4  ip4  ip5  ip5  ip6  ip6  ip13 ip13 ..." "ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ip12 ip12 ip14 ip14 ...  ...  ..." "ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ip12 ip12 ip14 ip14 ...  ...  ..."
    }
}

@media (min-width:111px) and (max-width:990.9px) {
    .JgLfL7LclbiAmVJ1BGIg .ip0 {
        grid-area: ip0
    }

    .JgLfL7LclbiAmVJ1BGIg .ip1 {
        grid-area: ip1
    }

    .JgLfL7LclbiAmVJ1BGIg .ip2 {
        grid-area: ip2
    }

    .JgLfL7LclbiAmVJ1BGIg .ip3 {
        grid-area: ip3
    }

    .JgLfL7LclbiAmVJ1BGIg .ip4 {
        grid-area: ip4
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .JgLfL7LclbiAmVJ1BGIg .ip0 {
        grid-area: ip0
    }

    .JgLfL7LclbiAmVJ1BGIg .ip1 {
        grid-area: ip1
    }

    .JgLfL7LclbiAmVJ1BGIg .ip2 {
        grid-area: ip2
    }

    .JgLfL7LclbiAmVJ1BGIg .ip3 {
        grid-area: ip3
    }

    .JgLfL7LclbiAmVJ1BGIg .ip4 {
        grid-area: ip4
    }

    .JgLfL7LclbiAmVJ1BGIg .ip5 {
        grid-area: ip5
    }

    .JgLfL7LclbiAmVJ1BGIg .ip6 {
        grid-area: ip6
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .JgLfL7LclbiAmVJ1BGIg .ip0 {
        grid-area: ip0
    }

    .JgLfL7LclbiAmVJ1BGIg .ip1 {
        grid-area: ip1
    }

    .JgLfL7LclbiAmVJ1BGIg .ip2 {
        grid-area: ip2
    }

    .JgLfL7LclbiAmVJ1BGIg .ip3 {
        grid-area: ip3
    }

    .JgLfL7LclbiAmVJ1BGIg .ip4 {
        grid-area: ip4
    }

    .JgLfL7LclbiAmVJ1BGIg .ip5 {
        grid-area: ip5
    }

    .JgLfL7LclbiAmVJ1BGIg .ip6 {
        grid-area: ip6
    }

    .JgLfL7LclbiAmVJ1BGIg .ip7 {
        grid-area: ip7
    }

    .JgLfL7LclbiAmVJ1BGIg .ip8 {
        grid-area: ip8
    }

    .JgLfL7LclbiAmVJ1BGIg .ip9 {
        grid-area: ip9
    }

    .JgLfL7LclbiAmVJ1BGIg .ip10 {
        grid-area: ip10
    }

    .JgLfL7LclbiAmVJ1BGIg .ip11 {
        grid-area: ip11
    }

    .JgLfL7LclbiAmVJ1BGIg .ip12 {
        grid-area: ip12
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .JgLfL7LclbiAmVJ1BGIg .ip0 {
        grid-area: ip0
    }

    .JgLfL7LclbiAmVJ1BGIg .ip1 {
        grid-area: ip1
    }

    .JgLfL7LclbiAmVJ1BGIg .ip2 {
        grid-area: ip2
    }

    .JgLfL7LclbiAmVJ1BGIg .ip3 {
        grid-area: ip3
    }

    .JgLfL7LclbiAmVJ1BGIg .ip4 {
        grid-area: ip4
    }

    .JgLfL7LclbiAmVJ1BGIg .ip5 {
        grid-area: ip5
    }

    .JgLfL7LclbiAmVJ1BGIg .ip6 {
        grid-area: ip6
    }

    .JgLfL7LclbiAmVJ1BGIg .ip7 {
        grid-area: ip7
    }

    .JgLfL7LclbiAmVJ1BGIg .ip8 {
        grid-area: ip8
    }

    .JgLfL7LclbiAmVJ1BGIg .ip9 {
        grid-area: ip9
    }

    .JgLfL7LclbiAmVJ1BGIg .ip10 {
        grid-area: ip10
    }

    .JgLfL7LclbiAmVJ1BGIg .ip11 {
        grid-area: ip11
    }

    .JgLfL7LclbiAmVJ1BGIg .ip12 {
        grid-area: ip12
    }

    .JgLfL7LclbiAmVJ1BGIg .ip13 {
        grid-area: ip13
    }
}

@media (min-width:1541px) {
    .JgLfL7LclbiAmVJ1BGIg .ip0 {
        grid-area: ip0
    }

    .JgLfL7LclbiAmVJ1BGIg .ip1 {
        grid-area: ip1
    }

    .JgLfL7LclbiAmVJ1BGIg .ip2 {
        grid-area: ip2
    }

    .JgLfL7LclbiAmVJ1BGIg .ip3 {
        grid-area: ip3
    }

    .JgLfL7LclbiAmVJ1BGIg .ip4 {
        grid-area: ip4
    }

    .JgLfL7LclbiAmVJ1BGIg .ip5 {
        grid-area: ip5
    }

    .JgLfL7LclbiAmVJ1BGIg .ip6 {
        grid-area: ip6
    }

    .JgLfL7LclbiAmVJ1BGIg .ip7 {
        grid-area: ip7
    }

    .JgLfL7LclbiAmVJ1BGIg .ip8 {
        grid-area: ip8
    }

    .JgLfL7LclbiAmVJ1BGIg .ip9 {
        grid-area: ip9
    }

    .JgLfL7LclbiAmVJ1BGIg .ip10 {
        grid-area: ip10
    }

    .JgLfL7LclbiAmVJ1BGIg .ip11 {
        grid-area: ip11
    }

    .JgLfL7LclbiAmVJ1BGIg .ip12 {
        grid-area: ip12
    }

    .JgLfL7LclbiAmVJ1BGIg .ip13 {
        grid-area: ip13
    }

    .JgLfL7LclbiAmVJ1BGIg .ip14 {
        grid-area: ip14
    }

    .JgLfL7LclbiAmVJ1BGIg .ip15 {
        grid-area: ip15
    }

    .JgLfL7LclbiAmVJ1BGIg .ip16 {
        grid-area: ip16
    }

    .JgLfL7LclbiAmVJ1BGIg .ip17 {
        grid-area: ip17
    }
}

.Uy28YrXSGrp4PYXDd9Dy:before {
    display: none
}

@media (min-width:111px) and (max-width:550.9px) {
    .Uy28YrXSGrp4PYXDd9Dy {
        grid-template-areas: "ip0 ip0 ip1" "ip0 ip0 ip2" "... ... ..." "... ... ..." "... ... ..."
    }
}

@media (min-width:551px) and (max-width:660.9px) {
    .Uy28YrXSGrp4PYXDd9Dy {
        --gridTemplateColumns: 5;
        grid-template-areas: "ip0 ip0 ip1 ip2 ..." "ip0 ip0 ... ... ..." "... ... ... ... ..."
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .Uy28YrXSGrp4PYXDd9Dy {
        --gridTemplateColumns: 6;
        grid-template-areas: "ip0 ip0 ip1 ip2 ... ..." "ip0 ip0 ... ... ... ..." "... ... ... ... ... ..." "... ... ... ... ... ..." "... ... ... ... ... ..."
    }
}

@media (min-width:881px) {
    .Uy28YrXSGrp4PYXDd9Dy {
        --gridTemplateColumns: 8;
        grid-template-areas: "ip0 ip0 ip1 ip2 ... ... ... ..." "ip0 ip0 ... ... ... ... ... ..." "... ... ... ... ... ... ... ..." "... ... ... ... ... ... ... ..." "... ... ... ... ... ... ... ..."
    }
}

@media (min-width:111px) {
    .Uy28YrXSGrp4PYXDd9Dy .ip0 {
        grid-area: ip0
    }

    .Uy28YrXSGrp4PYXDd9Dy .ip1 {
        grid-area: ip1
    }

    .Uy28YrXSGrp4PYXDd9Dy .ip2 {
        grid-area: ip2
    }
}

.EUmPjlmDmqYX2VN2YgpR:before {
    display: none
}

@media (min-width:111px) and (max-width:990.9px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 7;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ..." "ip3 ip3 ip4 ip4 ip5 ip5 ..." "ip3 ip3 ip4 ip4 ip5 ip5 ..."
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 9;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ..." "ip4 ip4 ip5 ip5 ip6 ip6 ... ... ..." "ip4 ip4 ip5 ip5 ip6 ip6 ... ... ..." "... ... ... ... ... ... ... ... ..."
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 11;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4  ip4  ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4  ip4  ..." "ip5 ip5 ip6 ip6 ip7 ip7 ip8 ip8 ip9  ip10 ..." "ip5 ip5 ip6 ip6 ip7 ip7 ip8 ip8 ip11 ip12 ..."
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 12;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4 ip4 ip10 ip11" "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4 ip4 ip12 ip13" "ip5 ip5 ip6 ip6 ip7 ip7 ip8 ip8 ip9 ip9 ...  ..." "ip5 ip5 ip6 ip6 ip7 ip7 ip8 ip8 ip9 ip9 ...  ..."
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 14;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4  ip4  ip5  ip5  ip12 ip13" "ip0 ip0 ip1 ip1 ip2 ip2 ip3 ip3 ip4  ip4  ip5  ip5  ip14 ip15" "ip6 ip6 ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ip16 ip17" "ip6 ip6 ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ...  ..."
    }
}

@media (min-width:1871px) {
    .EUmPjlmDmqYX2VN2YgpR {
        --gridTemplateColumns: 17;
        grid-template-areas: "ip0 ip0 ip1 ip1 ip2 ip2 ip3  ip3  ip4  ip4  ip5  ip5  ip6  ip6  ip13 ip13 ..." "ip0 ip0 ip1 ip1 ip2 ip2 ip3  ip3  ip4  ip4  ip5  ip5  ip6  ip6  ip13 ip13 ..." "ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ip12 ip12 ip14 ip14 ip15 ip16 ..." "ip7 ip7 ip8 ip8 ip9 ip9 ip10 ip10 ip11 ip11 ip12 ip12 ip14 ip14 ip17 ...  ..."
    }
}

.KpYHZTUJmzhJK1c3RUjs {
    font: 700 16px/20px var(--fontTorus);
    grid-column: 1/-1
}

.nQ32Q_5I94EeoEsR3ljg {
    height: 1px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 1px
}

.fdbvfqZ58O5bCYiCaNgd {
    display: flex;
    grid-area: a79
}

.ujDmVcWGkbWvOqygag3K {
    display: none
}

@media (min-width:1321px) {
    .ujDmVcWGkbWvOqygag3K {
        display: flex;
        grid-area: a32;
        height: 314px
    }
}

.b_oSiF5rBJIqhq7hsN_U {
    display: none
}

@media (min-width:991px) and (max-width:1320.9px) {
    .b_oSiF5rBJIqhq7hsN_U {
        display: flex;
        grid-area: a16
    }
}

@media (min-width:1871px) {
    .b_oSiF5rBJIqhq7hsN_U {
        display: flex;
        grid-area: a16
    }
}

.r11h61tGmggKFXqPRlQw {
    grid-area: imc
}

.cjI2e42faicGCm1ksKXp {
    grid-area: ibx
}

@media (min-width:551px) and (max-width:660.9px) {
    .cjI2e42faicGCm1ksKXp {
        display: none
    }
}

.cM0dvuoLEJDmDILA2Jo8 {
    display: flex;
    grid-area: igc;
    justify-content: center
}

@media (min-width:111px) and (max-width:770.9px) {
    .ZJTKr_MXUFVVsJpV_qiz {
        height: 314px
    }
}

@media (min-width:661px) {
    .ZJTKr_MXUFVVsJpV_qiz {
        height: 424px
    }
}

.lwfhBFf00emgvcGoqV0g {
    grid-area: egc
}

.lwfhBFf00emgvcGoqV0g:empty {
    display: contents
}

@media (min-width:111px) and (max-width:990.9px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 7;
        grid-template-areas: "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "a79 a79 a79 a79 a79 a79 a79"
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 9;
        grid-template-areas: "... igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc a16 a16" "a79 a79 a79 a79 a79 a79 a79 a16 a16" "... ... ... ... ... ... ... a16 a16"
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 11;
        grid-template-areas: "... igc igc igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc igc igc a16 a16" "... igc igc igc igc igc igc igc igc a16 a16" "... ... a79 a79 a79 a79 a79 a79 a79 a16 a16"
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 12;
        grid-template-areas: "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc ir0 ir0 ..." "... igc igc igc igc igc igc igc igc ir0 ir0 ..." "... ... a79 a79 a79 a79 a79 a79 a79 ir1 ir1 ..." "... ... ... ... ... ... ... ... ... ir1 ir1 ..."
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 14;
        grid-template-areas: "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc ir0 ir0 ..." "... igc igc igc igc igc igc igc igc igc igc ir0 ir0 ..." "... igc igc igc igc igc igc igc igc igc igc ir1 ir1 ..." "... ... ... ... a79 a79 a79 a79 a79 a79 a79 ir1 ir1 ..."
    }
}

@media (min-width:1871px) {
    .KOhrFB4QDKEFN2uykSgp {
        --gridTemplateColumns: 17;
        grid-template-areas: "... ... igc igc igc igc igc igc igc igc igc igc ir0 ir0 a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc ir0 ir0 a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc ir1 ir1 a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc ir1 ir1 ... ... ..." "a16 a16 igc igc igc igc igc igc igc igc igc igc ... ... ... ... ..." "a16 a16 igc igc igc igc igc igc igc igc igc igc ... ... ... ... ..." "a16 a16 ... ... ... a79 a79 a79 a79 a79 a79 a79 ... ... ... ... ..."
    }
}

.RlUXPDIHC5o_sVPxHp0G {
    margin-bottom: 113px
}

.RlUXPDIHC5o_sVPxHp0G .b_oSiF5rBJIqhq7hsN_U,
.RlUXPDIHC5o_sVPxHp0G .ujDmVcWGkbWvOqygag3K,
.RlUXPDIHC5o_sVPxHp0G:before {
    display: none
}

@media (min-width:991px) and (max-width:1210.9px) {
    .RlUXPDIHC5o_sVPxHp0G {
        --gridTemplateColumns: 7;
        grid-template-areas: "igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc" "a79 a79 a79 a79 a79 a79 a79" "... ... ... ... ... ... ...";
        margin-left: 110px;
        margin-right: 0;
        width: 754px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .RlUXPDIHC5o_sVPxHp0G {
        --gridTemplateColumns: 8;
        grid-template-areas: "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "... a79 a79 a79 a79 a79 a79 a79";
        margin-left: 110px;
        margin-right: 0;
        width: 864px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .RlUXPDIHC5o_sVPxHp0G {
        --gridTemplateColumns: 8;
        grid-template-areas: "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc" "... a79 a79 a79 a79 a79 a79 a79";
        margin-left: 110px;
        margin-right: 0;
        width: 864px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .RlUXPDIHC5o_sVPxHp0G {
        --gridTemplateColumns: 10;
        grid-template-areas: "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "... ... ... a79 a79 a79 a79 a79 a79 a79";
        margin-left: 110px;
        margin-right: 0;
        width: 1084px
    }
}

@media (min-width:1871px) {
    .RlUXPDIHC5o_sVPxHp0G {
        --gridTemplateColumns: 10;
        grid-template-areas: "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "igc igc igc igc igc igc igc igc igc igc" "... ... ... a79 a79 a79 a79 a79 a79 a79";
        margin-left: 330px;
        margin-right: 0;
        width: 864px
    }
}

@media (min-width:111px) and (max-width:990.9px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "... igc igc igc igc igc igc" "... ... ... ... ... ... ..." "a79 a79 a79 a79 a79 a79 a79" "... ... ... ... ... imc imc" "... ... ... ... ... imc imc" "... ... ... ... ... imc imc"
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc ... ..." "... ... ... ... ... ... ... ... ..." "a79 a79 a79 a79 a79 a79 a79 ... ..."
    }

    .Hz0Ws4fX8bMqOYP1kVhz .b_oSiF5rBJIqhq7hsN_U {
        display: none
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... igc igc igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc igc igc imc imc" "... igc igc igc igc igc igc igc igc ... ..." "... igc igc igc igc igc igc igc igc ... ..." "... ... a79 a79 a79 a79 a79 a79 a79 ... ..."
    }

    .Hz0Ws4fX8bMqOYP1kVhz .b_oSiF5rBJIqhq7hsN_U {
        display: none
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc imc imc ..." "... igc igc igc igc igc igc igc igc imc imc ..." "... ... a79 a79 a79 a79 a79 a79 a79 imc imc ..." "... ... ... ... ... ... ... ... ... ... ... ..."
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc a32 a32 a32" "... igc igc igc igc igc igc igc igc igc igc imc imc ..." "... igc igc igc igc igc igc igc igc igc igc imc imc ..." "... igc igc igc igc igc igc igc igc igc igc imc imc ..." "... ... ... ... a79 a79 a79 a79 a79 a79 a79 ... ... ..."
    }
}

@media (min-width:1871px) {
    .Hz0Ws4fX8bMqOYP1kVhz {
        grid-template-areas: "... ... igc igc igc igc igc igc igc igc igc igc imc imc a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc imc imc a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc imc imc a32 a32 a32" "a16 a16 igc igc igc igc igc igc igc igc igc igc ... ... ... ... ..." "a16 a16 igc igc igc igc igc igc igc igc igc igc ... ... ... ... ..." "a16 a16 igc igc igc igc igc igc igc igc igc igc ... ... ... ... ..." "a16 a16 ... ... ... a79 a79 a79 a79 a79 a79 a79 ... ... ... ... ..."
    }
}

@media (min-width:1321px) {
    .KOhrFB4QDKEFN2uykSgp:not(.RlUXPDIHC5o_sVPxHp0G):not(.Hz0Ws4fX8bMqOYP1kVhz) .ir0.ir1 {
        height: 204px;
        width: 204px
    }

    .KOhrFB4QDKEFN2uykSgp:not(.RlUXPDIHC5o_sVPxHp0G):not(.Hz0Ws4fX8bMqOYP1kVhz) .ir0 {
        grid-area: ir0
    }

    .KOhrFB4QDKEFN2uykSgp:not(.RlUXPDIHC5o_sVPxHp0G):not(.Hz0Ws4fX8bMqOYP1kVhz) .ir1 {
        grid-area: ir1
    }
}

@media (min-width:111px) and (max-width:550.9px) {
    .Fs5S79qEs9av8TQAeTeb {
        grid-template-areas: "... ibx ibx" "igc igc igc" "igc igc igc" "igc igc igc" "egc egc egc" "... ... ..."
    }
}

@media (min-width:551px) and (max-width:660.9px) {
    .Fs5S79qEs9av8TQAeTeb {
        --gridTemplateColumns: 5;
        grid-template-areas: "... igc igc igc ..." "... igc igc igc ..." "... igc igc igc ..." "... egc egc egc ..."
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .Fs5S79qEs9av8TQAeTeb {
        --gridTemplateColumns: 6;
        grid-template-areas: "... ibx ibx ibx ... ..." "igc igc igc igc ... ..." "igc igc igc igc ... ..." "igc igc igc igc ... ..." "igc igc igc igc ... ..." "... egc egc egc ... ..."
    }
}

@media (min-width:881px) {
    .Fs5S79qEs9av8TQAeTeb {
        --gridTemplateColumns: 8;
        grid-template-areas: "... ibx ibx ibx ... ... ... ..." "igc igc igc igc ... ... ... ..." "igc igc igc igc ... ... ... ..." "igc igc igc igc ... ... ... ..." "igc igc igc igc ... ... ... ..." "... egc egc egc ... ... ... ..."
    }
}

@keyframes sbvbNDKUibhBW2I87TGN {
    0% {
        opacity: 0
    }

    to {
        opacity: .8
    }
}

.BpGdi4Nhd9PmA4jbCDMd {
    animation: sbvbNDKUibhBW2I87TGN .2s var(--bezier) both;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001
}

.W8compNR7UyaOS_MWPEf {
    height: 100vmax
}

/* === main-style2.css === */
.UnEHxLYLNyXKaG7b1gjH {
    border-radius: 16px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

/* === main-style3.css === */
@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-cyrillic.woff2) format("woff2"), url(./fonts/proxima-nova-regular-cyrillic.woff) format("woff");
    unicode-range: u+04??
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-greek-coptic.woff2) format("woff2"), url(./fonts/proxima-nova-regular-greek-coptic.woff) format("woff");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-latin.woff2) format("woff2"), url(./fonts/proxima-nova-regular-latin.woff) format("woff");
    unicode-range: u+0020-007f, u+00a0-00ff
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-latin-ext-a.woff2) format("woff2"), url(./fonts/proxima-nova-regular-latin-ext-a.woff) format("woff");
    unicode-range: u+0100-017f
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-latin-ext-b.woff2) format("woff2"), url(./fonts/proxima-nova-regular-latin-ext-b.woff) format("woff");
    unicode-range: u+0180-024f
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 400;
    src: url(./fonts/proxima-nova-regular-latin-extended.woff2) format("woff2"), url(./fonts/proxima-nova-regular-latin-extended.woff) format("woff");
    unicode-range: u+1e??, u+0300-036f
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-cyrillic.woff2) format("woff2"), url(./fonts/proxima-nova-bold-cyrillic.woff) format("woff");
    unicode-range: u+04??
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-greek-coptic.woff2) format("woff2"), url(./fonts/proxima-nova-bold-greek-coptic.woff) format("woff");
    unicode-range: u+0370-03ff
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-latin.woff2) format("woff2"), url(./fonts/proxima-nova-bold-latin.woff
) format("woff");
    unicode-range: u+0020-007f, u+00a0-00ff
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-latin-ext-a.woff2) format("woff2"), url(./fonts/proxima-nova-bold-latin-ext-a.woff) format("woff");
    unicode-range: u+0100-017f
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-latin-ext-b.woff2) format("woff2"), url(./fonts/proxima-nova-bold-latin-ext-b.woff) format("woff");
    unicode-range: u+0180-024f
}

@font-face {
    font-display: swap;
    font-family: Proxima Nova;
    font-weight: 700;
    src: url(./fonts/proxima-nova-bold-latin-extended.woff2) format("woff2"), url(./fonts/proxima-nova-bold-latin-extended.woff) format("woff");
    unicode-range: u+0180-024f
}

@font-face {
    font-display: swap;
    font-family: Torus;
    font-weight: 700;
    src: url(./fonts/torus-bold-latin.woff2) format("woff2"), url(./fonts/torus-bold-latin.woff) format("woff");
    unicode-range: u+0020-007f, u+00a0-00ff
}

@font-face {
    font-display: swap;
    font-family: Torus;
    font-weight: 700;
    src: url(./fonts/torus-bold-latin-ext-a.woff2) format("woff2"), url(./fonts/torus-bold-latin-ext-a.woff) format("woff");
    unicode-range: u+0100-017f
}

@font-face {
    font-display: swap;
    font-family: Torus;
    font-weight: 700;
    src: url(./fonts/torus-bold-latin-ext-b.woff2) format("woff2"), url(./fonts/torus-bold-latin-ext-b.woff) format("woff");
    unicode-range: u+0180-024f
}

@font-face {
    font-display: swap;
    font-family: Torus;
    font-weight: 700;
    src: url(./fonts/torus-bold-latin-extended.woff2) format("woff2"), url(./fonts/torus-bold-latin-extended.woff) format("woff");
    unicode-range: u+0180-024f
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Arabic;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 400;
    src: url(./fonts/noto-sans-arabic.woff2) format("woff2");
    unicode-range: u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0898-08e1, u+08e3-08ff
}

@font-face {
    font-display: swap;
    font-family: Noto Sans Arabic;
    font-stretch: 100%;
    font-style: normal;
    font-weight: 700;
    src: url(./fonts/noto-sans-arabic.woff2) format("woff2");
    unicode-range: u+06??, u+0750-077f, u+0870-088e, u+0890-0891, u+0898-08e1, u+08e3-08ff
}

:root {
    --fontBody: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    --fontTorus: "Torus", "Noto Sans Arabic", sans-serif;
    --bezier: cubic-bezier(.25, .1, .25, 1);
    --cellSize: 94px;
    --cellSpacing: 16px;
    --maxPageWidth: 1860px;
    --shadow-angle: 1px 1px 1px 0px #5d6b8426, 1px 1px 1px 0px #5d6b8417, 2px 2px 1px 0px #5d6b8408;
    --shadow-close: 0px 0px 1px 0px #5d6b842e, 0px 2px 2px 0px #5d6b8426, 0px 4px 3px 0px #5d6b8417, 0px 8px 3px 0px #5d6b8408;
    --shadow-mid: 0px 1px 3px 0px #5d6b842e, 0px 6px 6px 0px #5d6b8426, 0px 13px 8px 0px #5d6b8417, 0px 23px 9px 0px #5d6b8408;
    --shadow-hover: 0px 2px 4px 0px #5d6b842e, 0px 8px 8px 0px #5d6b8426, 0px 17px 10px 0px #5d6b8417, 0px 31px 12px 0px #5d6b8408;
    --shadow-far: 0px 4px 8px 0px #5d6b842e, 0px 15px 15px 0px #5d6b8426, 0px 34px 20px 0px #5d6b8417, 0px 60px 24px 0px #5d6b8408;
    --blue-5: #0074e0;
    --blue-3: #054a91;
    --denim-blue: #002b50;
    --green-1: #15c8d1;
    --green-2: #17d7d8;
    --green-3: #18e9da;
    --green-4: #17f1d8;
    --green-5: #3cf7dc;
    --green-6: #4dffe1;
    --green-7: #83ffe7;
    --green-8: #a4ffee;
    --grey-3: #5d6b84;
    --grey-5: #bac9de;
    --grey-7: #f0f5fc;
    --grey-9: #f9fbff;
    --pink-1: #ff7690;
    --pink-2: #ff8aa6;
    --pink-3: #ff99b1;
    --pink-4: #ffa4ba;
    --pink-5: #ffa9be;
    --pink-6: #ffaec5;
    --pink-7: #ffc2d6;
    --pink-8: #ffc9dd;
    --joyz-blue: #306956;
    --pure-white: #fff;
    --purple-1: #c977e8;
    --purple-2: #d490f2;
    --purple-3: #da9ef3;
    --purple-4: #dca7f2;
    --purple-5: #e0aef5;
    --purple-6: #e1b5f7;
    --purple-7: #eac0fc;
    --purple-8: #ebccff;
    --yellow-1: #ff9e00;
    --yellow-2: #ffaf00;
    --yellow-3: #ffc500;
    --yellow-4: #ffd100;
    --yellow-5: #ffdc00;
    --yellow-6: #ffe200;
    --yellow-7: #fbe756;
    --yellow-8: #ffed85;
    --background-color: #66CDAA;

}

*,
:after,
:before {
    box-sizing: border-box
}

body,
canvas,
div,
html,
iframe {
    margin: 0;
    padding: 0
}

body.isFullscreen {
    overflow: hidden
}

#app-root {
    display: flex;
    flex-direction: column;
    min-height: 100dvh
}

img {
    color: #0000
}

h1,
h2 {
    font: 700 24px var(--fontTorus)
}

h1,
h2,
p {
    margin: 0
}

a {
    color: var(--joyz-blue);
    -webkit-text-decoration: none;
    text-decoration: none
}

body {
    background: var(--background-color);
    background-attachment: fixed;
    color: var(--denim-blue);
    font: 400 16px/24px var(--fontBody);
    min-width: 314px
}

.global-cq {
    container-name: tilecq;
    container-type: inline-size
}

@container (min-width: 200px) {
    .global-cq-title {
        --tileFontSize: 16px
    }
}

.buttonReset {
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    padding: 0
}

.buttonReset:focus {
    outline: 0
}

/* === nav-buttons-module-css.css === */
.NuKVRCDKjJRkfpgoOKXi {
    align-items: center;
    border-radius: 0 0 16px 16px;
    border-top: 2px solid var(--grey-7);
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

@media (min-width:1871px) {
    .NuKVRCDKjJRkfpgoOKXi {
        border-left: 2px solid var(--grey-7);
        border-radius: 0 16px 16px 0;
        border-top: 0;
        flex-direction: column;
        height: 100%;
        width: 46px
    }

    html[dir=rtl] .NuKVRCDKjJRkfpgoOKXi {
        border-left: 0;
        border-radius: 16px 0 0 16px;
        border-right: 2px solid var(--grey-7)
    }
}

.Ms6HEJ826qeso4NBVCoW {
    align-items: center;
    display: flex;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    width: 50%
}

.Ms6HEJ826qeso4NBVCoW:hover {
    background: var(--grey-7)
}

@media (min-width:1871px) {
    .Ms6HEJ826qeso4NBVCoW {
        height: 50%;
        width: 100%
    }
}

.rVxGHuZn23EnCuxFdknm {
    border-right: 1px solid var(--grey-7)
}

@media (min-width:1871px) {
    .rVxGHuZn23EnCuxFdknm {
        border-bottom: 1px solid var(--grey-7);
        border-right: 0
    }
}

html[dir=rtl] .rVxGHuZn23EnCuxFdknm {
    border-left: 1px solid var(--grey-7);
    border-right: 0
}

@media (min-width:1871px) {
    html[dir=rtl] .rVxGHuZn23EnCuxFdknm {
        border-bottom: 1px solid var(--grey-7);
        border-left: 0
    }
}

.aprWdaSScyiJf4Jvmsx9 {
    fill: var(--joyz-blue);
    height: 17px;
    margin-top: -3px;
    width: 20px
}

@media (min-width:1871px) {
    .aprWdaSScyiJf4Jvmsx9 {
        margin-top: 0
    }
}

.dh2x0Msr5tQ9qK1KUc6A {
    border-left: 1px solid var(--grey-7);
    font-size: 0;
    text-indent: -200vw
}

@media (min-width:1871px) {
    .dh2x0Msr5tQ9qK1KUc6A {
        border-left: 0;
        border-top: 1px solid var(--grey-7)
    }
}

.B_5ykBA46kDOxiz_R9wm {
    fill: var(--joyz-blue);
    height: 16px;
    margin-top: -2px;
    width: 16px
}

/* === nav-module-css.css === */
.AzvNggSudjN8b9d1tUDT {
    height: 45px;
    margin: 8px auto 0px;
    width: 50px;
}

@media (min-width:1871px) {
    .AzvNggSudjN8b9d1tUDT {
        height: inherit;
        margin: -2px auto 0;
        width: initial;
    }
}

.yggcq_ZJewqJonP5DRa1 {
    transition: transform .3s var(--bezier)
}

.yggcq_ZJewqJonP5DRa1:hover {
    transform: scale(1.05)
}

/* === page-content-module-css.css === */
.DLoLwzH_Qwm9ir7sEiGI {
    background: #fff;
    box-shadow: var(--shadow-mid);
    direction: ltr;
    margin: 16px 0 0 110px;
    padding: 18px 24px
}

.DLoLwzH_Qwm9ir7sEiGI:empty {
    padding: 0
}

@media (min-width:1871px) {
    .DLoLwzH_Qwm9ir7sEiGI {
        margin-left: 220px
    }
}

.VngdAfes0DzEpo834zsV {
    margin: 126px 0 0
}

html[dir=rtl] .DLoLwzH_Qwm9ir7sEiGI:not(.VngdAfes0DzEpo834zsV) {
    margin: 16px 110px 0 0
}

@media (min-width:1871px) {
    html[dir=rtl] .DLoLwzH_Qwm9ir7sEiGI:not(.VngdAfes0DzEpo834zsV) {
        margin-right: 220px
    }
}


/* === pages-content-module-css.css === */
.oZrf49WnQqa6D7foFpAj h2,
.oZrf49WnQqa6D7foFpAj h3,
.oZrf49WnQqa6D7foFpAj h4,
.oZrf49WnQqa6D7foFpAj p {
    margin: 1em 0
}

.oZrf49WnQqa6D7foFpAj ul {
    margin: .5em 0
}

.oZrf49WnQqa6D7foFpAj h1 {
    font-size: 24px;
    line-height: 1.875;
    margin: 0 0 .5em
}

.oZrf49WnQqa6D7foFpAj h2 {
    color: var(--joyz-blue);
    font-size: 20px;
    line-height: 1.25
}

.oZrf49WnQqa6D7foFpAj h4 {
    color: var(--grey-3);
    font-size: 16px;
    line-height: 1
}

.oZrf49WnQqa6D7foFpAj>div>details>summary::marker {
    content: ""
}

.oZrf49WnQqa6D7foFpAj>div>details>summary h2:before {
    background: url(chev.svg);
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 4px 0 0;
    width: 8px
}

.oZrf49WnQqa6D7foFpAj>div>details[open] h2:before {
    transform: rotate(90deg)
}

.oZrf49WnQqa6D7foFpAj>div>details>details summary {
    color: var(--denim-blue);
    font-weight: 700
}

.oZrf49WnQqa6D7foFpAj details {
    margin: .5em 0
}

.oZrf49WnQqa6D7foFpAj details summary {
    cursor: pointer
}

.oZrf49WnQqa6D7foFpAj details summary h2,
.oZrf49WnQqa6D7foFpAj details summary p {
    display: inline
}

.oZrf49WnQqa6D7foFpAj table {
    border: 1px solid var(--grey-7);
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%
}

.oZrf49WnQqa6D7foFpAj table caption {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1em
}

.oZrf49WnQqa6D7foFpAj table th {
    font-weight: 400;
    text-align: left
}

.oZrf49WnQqa6D7foFpAj table td,
.oZrf49WnQqa6D7foFpAj table th {
    border: 1px solid var(--grey-7);
    padding: .5em 1em
}

.oZrf49WnQqa6D7foFpAj table td p:last-child,
.oZrf49WnQqa6D7foFpAj table th p:last-child {
    margin: 0
}

.oZrf49WnQqa6D7foFpAj table tbody ol,
.oZrf49WnQqa6D7foFpAj table tbody ul {
    margin: 0;
    padding: 0 1em
}

.oZrf49WnQqa6D7foFpAj table tbody tr:hover {
    background-color: var(--grey-9)
}

@media (min-width:111px) and (max-width:660.9px) {

    .oZrf49WnQqa6D7foFpAj table table,
    .oZrf49WnQqa6D7foFpAj table tbody,
    .oZrf49WnQqa6D7foFpAj table thead {
        display: block
    }

    .oZrf49WnQqa6D7foFpAj table tr {
        display: flex;
        flex-direction: column
    }

    .oZrf49WnQqa6D7foFpAj table td,
    .oZrf49WnQqa6D7foFpAj table th {
        border: none;
        border-bottom: 1px solid var(--grey-7);
        display: flex;
        margin: 0;
        padding: 1em
    }
}

/* === pill-module-css.css === */
.qoMYGbBhf9dsbaBGBphh {
    --pill-reverse: 1;
    --pillPosition: 50%;
    --offset: 487px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    display: flex;
    flex-direction: column;
    height: 94px;
    left: var(--pillPosition);
    position: fixed;
    top: 16px;
    transform: translate(calc(var(--pill-reverse)*var(--offset)));
    width: 94px;
    z-index: 10
}

html[dir=rtl] .qoMYGbBhf9dsbaBGBphh {
    --pill-reverse: -1;
    left: auto;
    right: var(--pillPosition)
}

@media (min-width:111px) and (max-width:770.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: 0;
        --pillPosition: 3px
    }
}

@media (min-width:771px) and (max-width:990.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -377px
    }
}

@media (min-width:991px) and (max-width:1210.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -487px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -597px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -652px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -762px
    }
}

@media (min-width:1871px) {
    .DJT17TB5hYo14sdLEAwk {
        --offset: -927px;
        flex-direction: row;
        width: 204px
    }
}

.X74hgUhePrbavkMydd6o {
    --offset: -157px
}

@media (min-width:551px) and (max-width:660.9px) {
    .X74hgUhePrbavkMydd6o {
        --offset: -270px
    }
}

@media (min-width:661px) and (max-width:880.9px) {
    .X74hgUhePrbavkMydd6o {
        --offset: -322px
    }
}

@media (min-width:881px) {
    .X74hgUhePrbavkMydd6o {
        --offset: -432px
    }
}

/* === shimmer-module-css.css === */
@keyframes _Gn4kAWL8JhFMJ_tY3Is {
    0% {
        opacity: 0;
        transform: translate3d(-55%, -5%, 0)
    }

    1% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }

    10% {
        opacity: 1;
        transform: translate3d(0, -50%, 0)
    }

    15% {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }

    39.99% {
        opacity: 0;
        transform: translate3d(-55%, -5%, 0)
    }

    40% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }

    50% {
        opacity: 1;
        transform: translate3d(0, -50%, 0)
    }

    66% {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -50%, 0)
    }
}

@keyframes HMYNmWYQTvNrQHIj_A1U {

    0%,
    50%,
    to {
        opacity: 0
    }

    10%,
    40% {
        opacity: 1
    }
}

.lKQDGo01AOX1KzmLF6zg {
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    width: 100%
}

.PAs3ZWFSCaUF1OTmLKvF {
    animation: _Gn4kAWL8JhFMJ_tY3Is 6s linear 6s infinite running;
    height: 200%;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    width: 200%;
    will-change: transform, opacity;
    z-index: 3
}

.V2TkVc6ms04xJnZ0q7HG,
.PAs3ZWFSCaUF1OTmLKvF {
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0
}

.V2TkVc6ms04xJnZ0q7HG {
    border-radius: 16px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1
}

.pd1Q3HPTErZXNOk0Xhjn {
    animation: HMYNmWYQTvNrQHIj_A1U 6s linear 6s infinite running;
    opacity: 0;
    will-change: opacity;
    z-index: 2
}

/* === site-selector-module-css.css === */
.K7UnIcZ3rTX_DLbByXPZ {
    background: #fff;
    border: 0;
    color: #0000;
    cursor: pointer;
    display: block;
    height: 36px;
    outline: 0;
    overflow: hidden;
    padding: 0;
    width: 36px
}

.XsV06PdBuhK9jfL4DVBm {
    margin: 0 15px 0 0;
    vertical-align: middle
}

html[dir=rtl] .XsV06PdBuhK9jfL4DVBm {
    margin: 0 0 0 15px
}

.tko1gSDdFM6HXc1XCDaq {
    border-radius: 16px;
    display: block;
    margin: 3px 0 4px;
    padding: 14px
}

.tko1gSDdFM6HXc1XCDaq:active,
.tko1gSDdFM6HXc1XCDaq:focus,
.tko1gSDdFM6HXc1XCDaq:hover {
    background-color: var(--grey-7)
}

.XFRdsseuTecILNGhZkD7 {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    padding: 93px 18px 26px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100002
}

.SL786I_Z5WZ4FkfMNOyC {
    display: block
}

.OpF4NXmnwNP6RxPvobuQ {
    position: relative
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover .XFRdsseuTecILNGhZkD7,
.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover:after,
.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):hover:before {
    display: block
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after,
.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before {
    background: #fff;
    border-radius: 100%;
    box-shadow: var(--shadow-far);
    content: "";
    display: none;
    position: absolute;
    z-index: 21
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after {
    border-radius: 0 0 12px 12px;
    height: 12px;
    right: 44px;
    top: -36px;
    width: 24px
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before {
    height: 16px;
    right: 30px;
    top: -16px;
    width: 16px
}

html[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):after {
    left: 44px;
    right: auto
}

html[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r):before {
    left: 30px;
    right: auto
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 {
    border-radius: 16px;
    bottom: 100%;
    box-shadow: var(--shadow-far);
    column-count: 4;
    left: auto;
    margin: 0 0 36px;
    overflow: visible;
    padding: 65px 12px 10px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 20
}

[dir=rtl] .OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 {
    left: 0;
    right: auto
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7:before {
    bottom: -52px;
    content: "";
    height: 52px;
    left: 0;
    position: absolute;
    width: 100%
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 .tko1gSDdFM6HXc1XCDaq {
    display: inline-block;
    white-space: nowrap
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .XFRdsseuTecILNGhZkD7 .XsV06PdBuhK9jfL4DVBm {
    margin: 0 2px 0 0;
    transform: scale(.7)
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .nVr20T58FFNNPkgQz8ME {
    background-color: initial;
    position: absolute
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .DovojMSK_z9_OBlOiZ6Q {
    display: none
}

.OpF4NXmnwNP6RxPvobuQ:not(.MLqVrXeq8l2alt4Gnx7r) .tko1gSDdFM6HXc1XCDaq {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 16px 3px 3px
}

.DovojMSK_z9_OBlOiZ6Q {
    background-color: #fff;
    border: 0;
    margin: 0;
    padding: 32px 26px 16px;
    position: fixed;
    right: 0;
    top: 0
}

.DovojMSK_z9_OBlOiZ6Q svg {
    fill: var(--joyz-blue)
}

html[dir=rtl] .DovojMSK_z9_OBlOiZ6Q {
    left: 0;
    right: auto
}

.nVr20T58FFNNPkgQz8ME {
    background-color: #fff;
    font: 700 24px var(--fontTorus);
    left: 0;
    margin: 0;
    padding: 26px 31px;
    position: fixed;
    top: 0;
    width: 100%
}

/* === summary-tile-css.css === */
.EtaFjSLj6ZlVyLWzxjzK {
    aspect-ratio: 1;
    border-radius: inherit;
    display: contents
}

@supports not (aspect-ratio) {

    .EtaFjSLj6ZlVyLWzxjzK,
    .EtaFjSLj6ZlVyLWzxjzK .omIThBX9w3QarB_pnFby {
        height: 100%;
        width: 100%
    }
}

.omIThBX9w3QarB_pnFby {
    --minSize: 94px;
    aspect-ratio: 1;
    border-radius: inherit;
    display: block;
    min-height: var(--minSize);
    min-width: var(--minSize)
}

/* === summary-tile-module-css.css === */
.I_N3HLb877sRrr2UZJfZ {
    aspect-ratio: 1;
    background-size: 100% 100%;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    display: block;
    position: relative;
    transition: transform .6s var(--bezier);
    -webkit-user-select: none;
    user-select: none;
    will-change: transform
}

.I_N3HLb877sRrr2UZJfZ:after {
    background: linear-gradient(#0000 25%, #0000004d);
    border-radius: 16px;
    bottom: 0;
    contain: strict;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s var(--bezier);
    width: 100%;
    will-change: opacity;
    z-index: 5
}

.I_N3HLb877sRrr2UZJfZ video {
    visibility: hidden
}

.I_N3HLb877sRrr2UZJfZ:hover {
    transform: scale(1.04) translateY(-4px);
    transition-duration: .3s
}

.I_N3HLb877sRrr2UZJfZ:hover .MHaP7Us7V6KqGxb8muHM {
    opacity: 1;
    transform: translate(0)
}

.I_N3HLb877sRrr2UZJfZ:hover:after {
    box-shadow: var(--shadow-hover);
    opacity: 1
}

.I_N3HLb877sRrr2UZJfZ:hover video {
    visibility: visible
}

.MHaP7Us7V6KqGxb8muHM {
    -webkit-font-smoothing: antialiased;
    bottom: 0;
    color: #fff;
    font: 700 var(--tileFontSize, 12px)/1.3 var(--fontBody);
    left: 0;
    opacity: 0;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateY(8px);
    transition: transform .3s var(--bezier) .1s, opacity .3s var(--bezier) .1s;
    z-index: 6
}

.xCChko93rfK8hvsE5sNR {
    aspect-ratio: 1
}

.DvDiN9SUs6oLdmDamX1x {
    grid-column-start: span 2;
    grid-row-start: span 2;
    height: calc(var(--cellSize)*2 + var(--cellSpacing));
    width: calc(var(--cellSize)*2 + var(--cellSpacing))
}

.fpevFTAiloXLA6hldCmO .MHaP7Us7V6KqGxb8muHM {
    opacity: 1;
    transform: translate(0)
}

.XxuAeockFFccwluXvlEw {
    container-name: tilecq;
    container-type: inline-size
}

.D3Z8q7OZ8mzEGVwJuEq0 {
    aspect-ratio: 1;
    border-radius: inherit;
    display: block;
    min-height: 94px;
    min-width: 94px
}

/* === tile-label-module-css.css === */
.ETVXnX3Vp6CGuiKrBvDR {
    color: var(--joyz-blue);
    font: 700 11px/28px var(--fontBody);
    height: 28px;
    left: -6px;
    padding: 0 8px 0 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 8px;
    z-index: 6
}

.ETVXnX3Vp6CGuiKrBvDR:after {
    background: var(--grey-5);
    border-radius: 4px 0 0 4px;
    bottom: -8px;
    height: 8px;
    width: 6px;
    z-index: 1
}

.ETVXnX3Vp6CGuiKrBvDR:after,
.ETVXnX3Vp6CGuiKrBvDR:before {
    content: "";
    left: 0;
    position: absolute
}

.ETVXnX3Vp6CGuiKrBvDR:before {
    background: #fff;
    bottom: -4px;
    height: 4px;
    width: 4px;
    z-index: 0
}

.StuSAzcQnRTWluaN5YMe {
    background: #fff;
    border-radius: 3px 14px 14px 0;
    bottom: 0;
    box-shadow: var(--shadow-angle);
    left: 0;
    padding: 0 8px 0 3px;
    position: absolute;
    top: 0
}

.rCs5cyEiqiTpYvt_VBCR {
    fill: #ff5454;
    height: 28px;
    padding: 2px 0 2px 2px;
    position: relative;
    width: 18px;
    z-index: 2
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

/* === breadcrumbs-module-css.css === */
.kd9Is9cTBZ_vuww2pWiX,
.kd9Is9cTBZ_vuww2pWiX ul {
    color: var(--grey-1)
}

.kd9Is9cTBZ_vuww2pWiX ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis
}

.kd9Is9cTBZ_vuww2pWiX li {
    display: inline
}

.kd9Is9cTBZ_vuww2pWiX li:before {
    color: var(--grey-1);
    content: "›";
    font-size: 13px;
    margin: 0 4px
}

.kd9Is9cTBZ_vuww2pWiX li:first-child:before {
    content: none
}

.kd9Is9cTBZ_vuww2pWiX a,
.kd9Is9cTBZ_vuww2pWiX span {
    color: var(--grey-1);
    font: 700 9px var(--fontBody);
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap
}

.kd9Is9cTBZ_vuww2pWiX a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

/* === content-types-advertisement-module-css.css === */
.yqRHsCZfzhtS8CI82MRw {
    align-items: center;
    height: 100%;
    justify-content: center;
    width: 100%
}

.Pg6vUQQ30ZWtdfOCpykP {
    opacity: 0;
    pointer-events: none
}

.pBveriWEDsb6AJVk59Ng {
    display: inline-flex;
    flex-direction: column
}

.UHdP93WuO6JFP1eeavtH {
    flex-direction: row;
    padding-right: 26px;
    position: relative
}

.ijT1oilby2WbYJUzfbaJ {
    color: var(--denim-blue);
    font: 400 9px/2 Arial, sans-serif;
    height: 20px;
    letter-spacing: 1px;
    opacity: .7;
    text-align: center;
    text-transform: uppercase
}

.J9jEffjY15TCePz3z84r {
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(50%) translate(-10px, 24px);
    transform-origin: center right
}

.okjidGhocmXN7zKxDo6s {
    background: #ffffff80
}

@media (min-width:111px) and (max-width:1320.9px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 20px;
        top: 35px;
        z-index: 1
    }
}

@media (min-width:1761px) {
    .ENA2Z6w7FNjomfj9aSpL {
        display: block !important;
        grid-area: unset !important;
        left: 24px;
        position: fixed !important;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:1321px) {
    .P3lVZ6Prom1CTL8J5Y3e {
        display: block !important;
        grid-area: unset !important;
        position: fixed !important;
        right: 35px;
        top: 35px;
        z-index: 1
    }
}

/* === content-types-game-container-module-css.css === */
.EtDQGeSm9fMJvX4DEnsi {
    height: var(--height, 100%);
    position: relative;
    width: var(--width, 100%)
}

.NkWoGaPyP66RXOHJSvnD {
    --width: 100vw;
    background: #fff !important;
    left: 0 !important;
    min-height: var(--minHeight, 100vh);
    position: fixed !important;
    top: 0 !important;
    z-index: 999 !important
}

@supports (min-height:-webkit-fill-available) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: -webkit-fill-available;
        --height: -webkit-fill-available
    }
}

@supports (height:100dvh) {
    .NkWoGaPyP66RXOHJSvnD {
        --minHeight: 100dvh;
        --height: 100dvh
    }
}

.bqWCN9ZkqgLPEGLBPCLZ {
    display: flex
}

.zfbHEuhDZKba_V3Fboau {
    pointer-events: none;
    visibility: hidden
}

/* === description-module-css.css === */
.npmo3Vk8vdpOrUnRlo4K {
    background: #fff;
    box-shadow: var(--shadow-mid);
    padding: 18px 24px;
    position: relative
}

.npmo3Vk8vdpOrUnRlo4K,
.npmo3Vk8vdpOrUnRlo4K p {
    margin: 24px 0
}

.SIe_wNXliOAsytkgDP1I {
    color: var(--grey-1);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 3px 0 0;
    text-transform: uppercase
}

.i3QPWr3keV_hOpU2xsic {
    margin: 0 0 8px
}

.Wa2Xpu5vfbxVCjRv2Gv_ {
    font-size: 20px
}

.vSEqiNgYwM46IdL3tgV4 {
    margin-top: 12px
}

.Z4P1bZJFYA_LBpxMeK3z {
    font-size: 16px;
    margin: 16px 0 8px
}

.wY7sRBuJJVct_A0DPHDr {
    margin: 4px 0
}

.vd1aWiYRdRn48fpbDJ0_ {
    background: var(--grey-7);
    border-radius: 10px;
    height: 20px;
    line-height: 22px;
    margin-right: 4px;
    padding: 0 8px
}

.ykSfXRX6hSsz0ISpeaWm,
.vd1aWiYRdRn48fpbDJ0_ {
    color: var(--grey-3);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.fcfViJboVjIxhb1F278U {
    fill: var(--grey-3);
    display: inline-block;
    height: 10px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 10px
}

.U5UHxulLIj1mqRNKVoIl a {
    color: var(--blue-3);
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.U5UHxulLIj1mqRNKVoIl a:hover {
    color: var(--joyz-blue)
}

.S9u9oGGPKoCPdp0ckDId h2,
.S9u9oGGPKoCPdp0ckDId h3 {
    font-family: inherit;
    font-size: 19px;
    margin: 1em 0
}

/* === detailed-tile-module-css.css === */
.Rb7HuIF8jKcIe2nU91ai {
    -webkit-tap-highlight-color: transparent;
    display: flex
}

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

.CGIaYtdvkjn_6wzFsiWe {
    background: #fff;
    border-radius: 16px;
    overflow: hidden
}

.YBUdSAqsfPvMt4mvmjkA {
    background: var(--grey-5);
    border-radius: var(--borderRadius, 8px);
    margin: 0 16px 0 0
}

.aXVmnwjreANkwkOxGQcL {
    --borderRadius: 0;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.meqdf8FANIE_qBemG9LP {
    filter: grayscale(1)
}

.WM2RGMygSCak_g50DlI3 {
    margin: 0 8px 0 0
}

html[dir=rtl] .WM2RGMygSCak_g50DlI3 {
    margin: 0 0 0 8px
}

.dyYMg3HqmmbjhYCLC8lg {
    margin: auto 0;
    min-width: 50%
}

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

.ywKwzAlzGfiMZsf0LmRQ {
    justify-content: start
}

.L7rv0e7LkdrpUjPZq3gH {
    color: var(--denim-blue);
    font: 700 20px/24px var(--fontTorus);
    margin: 0 8px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

html[dir=rtl] .L7rv0e7LkdrpUjPZq3gH {
    margin: 0 0 0 8px
}

.eUh2ebfVWKlMA53rQnMM {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: box;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal
}

.WwoBT0xl0pt4llFSC5hJ {
    font: 700 14px/20px var(--fontBody);
    text-transform: uppercase
}

.Av7LxYft8Nnwm46wHjpj {
    background: var(--grey-5);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 19px;
    letter-spacing: 2px;
    line-height: 20px;
    margin: 0 0 0 8px;
    padding: 0 6px;
    text-transform: uppercase
}

.jYGFP5AhEkb0HohXG7ez {
    display: flex
}

.pyOBngxafEnwWKrr93IQ {
    color: var(--grey-3);
    display: block;
    font: 12px/16px var(--fontBody);
    letter-spacing: .3px
}

.mzwpINCe6FR4H7HLwjnN {
    align-items: center;
    background: var(--joyz-blue);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    margin: 0 0 0 auto;
    width: 48px
}

.mzwpINCe6FR4H7HLwjnN:active {
    background: var(--blue-5)
}

.Ojs7l8ov_EDEYgXQ6m3g {
    background: var(--grey-7)
}

.mkaLcsUUUuP8PeNdp0XD {
    fill: var(--grey-5)
}

.Ua8NGsSkQz1Cy1njGRw9 {
    fill: #fff;
    pointer-events: none
}

/* === game-bar-button-module-css.css === */
@keyframes P3t9z_dlMzH8JdQXYgb6 {
    0% {
        transform: rotate(0deg) translateY(var(--gameBarIconY, 0))
    }

    40% {
        transform: rotate(20deg) translateY(var(--gameBarIconY, 0))
    }

    43% {
        transform: rotate(25deg) translateY(var(--gameBarIconY, 0))
    }

    60% {
        transform: rotate(-15deg) translateY(var(--gameBarIconY, 0))
    }

    70% {
        transform: rotate(3deg) translateY(var(--gameBarIconY, 0))
    }

    80% {
        transform: rotate(-1deg) translateY(var(--gameBarIconY, 0))
    }

    85% {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }

    to {
        transform: rotate(-5deg) translateY(var(--gameBarIconY, 0))
    }
}

@keyframes iCKaV5q9eF5vB3DOHhTh {
    0% {
        transform: scale(1)
    }

    40% {
        background-color: var(--gameBarButtonAnimationBackgroundColor, var(--green-3));
        transform: scale(1.1)
    }

    43% {
        transform: scale(1.2)
    }

    60% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(1.01)
    }

    85% {
        transform: scale(1)
    }

    to {
        background-color: var(--gameBarLabelBackgroundColor);
        transform: scale(1)
    }
}

.AUcJqk5uLaoXL0jqRGuH {
    fill: var(--gameBarIconFill, var(--joyz-blue));
    overflow: visible;
    transform: rotate(var(--gameBarIconRotation, 0deg)) translateY(var(--gameBarIconY, 0));
    transition: fill .6s var(--gameBarButtonAnimationCurve), transform .2s var(--gameBarButtonAnimationCurve)
}

.aAJE6r6D5rwwQuTmZqYG {
    bottom: 4px;
    font: 700 10px/12px var(--fontBody);
    left: 50%;
    position: absolute
}

.L6WSODmebiIqJJOEi46E {
    border-radius: 16px;
    left: 0;
    padding: 0 4px;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    transition: opacity .35s var(--gameBarButtonAnimationCurve);
    white-space: nowrap
}

.Vlw13G6cUIC6W9LiGC_X {
    background-color: var(--gameBarLabelBackgroundColor, #fff0);
    color: var(--grey-3);
    opacity: var(--gameBarLabelOpacity, 1)
}

.tz2DEu5qBC9Yd6hJGjoW {
    background-color: var(--joyz-blue);
    color: #fff;
    opacity: var(--gameBarHoverLabelOpacity, 0)
}

.tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarLabelBackgroundColor, #fff);
    border-radius: 50%;
    height: 100%;
    padding: 8px;
    transition: background-color .6s var(--gameBarButtonAnimationCurve);
    width: 100%
}

.HPn_GzeLxs8_4nNebuj1 {
    --gameBarButtonAnimationCurve: cubic-bezier(.32, 1.2, .54, 1.17);
    background: none;
    border: none;
    cursor: pointer;
    height: 40px;
    margin: 8px 8px auto;
    outline: none;
    padding: 0;
    position: relative;
    width: 40px
}

.HPn_GzeLxs8_4nNebuj1:hover {
    --gameBarIconRotation: -5deg;
    --gameBarLabelOpacity: 0
}

.HPn_GzeLxs8_4nNebuj1:hover .tqh57qBcKxMV9EdZQoAb {
    background-color: var(--gameBarButtonBackgroundHoverColor, var(--grey-7))
}

.HPn_GzeLxs8_4nNebuj1:active .tqh57qBcKxMV9EdZQoAb {
    background: var(--gameBarButtonBackgroundHoverColor, var(--grey-5));
    transition: background-color .35s var(--gameBarButtonAnimationCurve)
}

.Vw1CuEQNiEwOdx9uRdMC {
    --gameBarIconRotation: -5deg
}

.Vw1CuEQNiEwOdx9uRdMC:hover {
    --gameBarIconRotation: 0deg
}

.Vw1CuEQNiEwOdx9uRdMC .AUcJqk5uLaoXL0jqRGuH {
    --gameBarIconFill: #fff
}

.Vw1CuEQNiEwOdx9uRdMC .Vlw13G6cUIC6W9LiGC_X {
    --gameBarLabelBackgroundColor: var(--grey-7)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb {
    --gameBarLabelBackgroundColor: var(--joyz-blue);
    --gameBarButtonBackgroundHoverColor: var(--blue-5)
}

.Vw1CuEQNiEwOdx9uRdMC .tqh57qBcKxMV9EdZQoAb:active {
    --gameBarButtonBackgroundHoverColor: var(--blue-3)
}

.phlaiC_iad_lookW5__d:hover {
    --gameBarHoverLabelOpacity: 1
}

.tkJkfkWXlmN_OvNzlLDg .tqh57qBcKxMV9EdZQoAb {
    --gameBarButtonAnimationBackgroundColor: var(--pink-3)
}

.tkJkfkWXlmN_OvNzlLDg .AUcJqk5uLaoXL0jqRGuH>use {
    transform: rotate(180deg);
    transform-origin: 50%
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA:not(.tkJkfkWXlmN_OvNzlLDg) {
    --gameBarIconY: -2px
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .tqh57qBcKxMV9EdZQoAb {
    animation: iCKaV5q9eF5vB3DOHhTh 1s forwards
}

.Vw1CuEQNiEwOdx9uRdMC.mDTrvHhilj2xlIvo_kXA .AUcJqk5uLaoXL0jqRGuH {
    animation: P3t9z_dlMzH8JdQXYgb6 1s 1
}

/* === game-bar-module-css.css === */
.J91n1ymJasoch_FZq89b {
    align-self: stretch;
    background: #fff;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    height: 64px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 12px 0 0;
    position: relative;
    z-index: 3
}

html[dir=rtl] .J91n1ymJasoch_FZq89b {
    padding: 0 0 0 12px
}

.R1ACZt2EeasukoYw2mmg {
    align-items: center;
    display: flex;
    margin-left: auto
}

.hvLtMSipvVng82x9Seuh {
    fill: #0000;
    stroke: var(--grey-3);
    height: 36px;
    padding: 6px
}

.gCaHtnVxpqX6wzDLyVYL {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity .5s ease-in;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    will-change: opacity
}

.w_lc7JXpieNHTDwLWPd8 {
    opacity: 1;
    pointer-events: all
}

.dKmiJWh_Dcw54N3UhaiA {
    display: inline-block;
    margin-left: 16px
}

.dKmiJWh_Dcw54N3UhaiA h2 {
    font: 700 16px/20px var(--fontBody)
}

.dKmiJWh_Dcw54N3UhaiA p {
    color: var(--grey-3);
    font: 12px/16px var(--fontBody)
}

.x_ydvBAGr3eCvKxJh5Gx {
    height: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.pLd41dO5iW2RcZ55UfRS {
    display: flex;
    font-size: 21px;
    margin: 12px;
    width: 100%
}

.bh219joLt1DOh6iIBdZm {
    align-self: center
}

/* === game-player-module-css.css === */
@keyframes ww039qaOhb5Veu2mbHrA {
    0% {
        transform: translate(0);
        visibility: visible
    }

    90% {
        transform: translateY(150%);
        visibility: visible
    }

    to {
        transform: translateY(150%);
        visibility: hidden
    }
}

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

    28% {
        transform: rotate(14deg)
    }

    32% {
        transform: rotate(-6deg)
    }

    34% {
        transform: rotate(6deg)
    }

    36% {
        transform: rotate(-8deg)
    }

    39% {
        transform: rotate(2deg)
    }

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

.BgztZmlqUnzFdsjSmmJn {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:111px) and (max-width:1210.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 424px;
        width: 640px
    }
}

@media (min-width:1211px) and (max-width:1320.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1321px) and (max-width:1540.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 534px;
        width: 836px
    }
}

@media (min-width:1541px) and (max-width:1870.9px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

@media (min-width:1871px) {
    .O6aS7QO5ETmydBF0bVB7 {
        height: 644px;
        width: 1031px
    }
}

._0r9GJJwdYqkaOz4ipBQw {
    height: 100% !important;
    width: 100% !important
}

.L1ITkDzCRTkiRlpeLSPD {
    background: var(--denim-blue);
    box-shadow: var(--shadow-mid);
    flex-direction: column;
    flex-grow: 0
}

.L1ITkDzCRTkiRlpeLSPD,
.oNVoB91JkRWfP4vHrjdX {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.oNVoB91JkRWfP4vHrjdX {
    flex-grow: 1;
    justify-content: center;
    position: relative
}

.ZvQjR9fV3GRraesBQUjX {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.ZvQjR9fV3GRraesBQUjX embed,
.ZvQjR9fV3GRraesBQUjX iframe,
.ZvQjR9fV3GRraesBQUjX object,
.ZvQjR9fV3GRraesBQUjX>div {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.x0nvw8qmiCP6f8MAEIwx {
    animation: seKqapJjAkQjXTrYoS9y 4s ease-in-out 2s infinite;
    flex-shrink: 0;
    height: 16px;
    margin: 0 8px 0 0;
    width: 23px
}

@media (orientation:landscape) {
    .x0nvw8qmiCP6f8MAEIwx {
        height: 24px;
        margin: 0 21px 0 6px;
        width: 18px
    }
}

.jUUUu_FqreA_ek3ep9lh {
    border: 3px solid #fff;
    border-radius: 30px;
    font-size: 21px;
    margin: 50px auto 0;
    padding: 1px 29px
}

._SUZuMvsALFWI4KmxPdl {
    display: contents
}

.J6tqxYc6fpBoHrC5vr0W {
    align-items: center;
    animation: ww039qaOhb5Veu2mbHrA .5s linear 15s forwards;
    background: var(--grey-3);
    bottom: 0;
    color: var(--grey-9);
    display: flex;
    font: 400 14px/140% var(--fontTorus);
    justify-content: center;
    padding: 6px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2
}

@media (orientation:landscape) {
    .J6tqxYc6fpBoHrC5vr0W {
        border-radius: 4px;
        margin: 20px;
        max-width: 230px;
        padding: 17px 14px 15px
    }
}

.AV6wA32JWQ1dnle8c9ba {
    animation: none;
    background: #0b2645;
    border-radius: 0;
    flex-direction: column;
    font-size: 28px;
    height: 100%;
    pointer-events: auto
}

@media (orientation:portrait) {
    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 106px;
        margin: 0 0 32px;
        width: 102px
    }

    .AV6wA32JWQ1dnle8c9ba .BZTO0rv6DO53A8Rj5NMM {
        max-width: 70%;
        text-align: center
    }
}

@media (orientation:landscape) {
    .AV6wA32JWQ1dnle8c9ba {
        margin: 0;
        max-width: 100%;
        padding: 20px
    }

    .AV6wA32JWQ1dnle8c9ba ._SUZuMvsALFWI4KmxPdl {
        align-items: center;
        display: flex;
        flex-direction: row;
        max-width: 370px
    }

    .AV6wA32JWQ1dnle8c9ba .x0nvw8qmiCP6f8MAEIwx {
        height: 64px;
        width: 61px
    }
}

.rkUs26I46Zr_gd6A9Pjq {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #15c8d199;
    color: #fff;
    font: 400 18px/140% var(--fontTorus);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

/* === iframe-game-module-css.css === */
@media (orientation:portrait) {
    .Clsn52HE2ZzhoBMbiAF6 {
        max-height: 100%
    }
}


/* === page-background-module-css.css === */
@keyframes XnE2Xf0Id82Vs3VyfctM {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(10px, 25px, 0) scale(1.25) rotate(15deg)
    }
}

@keyframes vMChzqwCPzvR2sl63qAz {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(-8px, 45px, 0) scale(.9) rotate(-10deg)
    }
}

@keyframes sfYbJsME8hYotIf9vyd0 {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(2px, 18px, 0) scale(1.2) rotate(13deg)
    }
}

@keyframes YSjLqJQ_XSAfwJtnTXeR {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(17px, 5px, 0) scale(1.3) rotate(-10deg)
    }
}

@keyframes a0LIONj8HFbgtwzplXar {
    0% {
        transform: translateZ(0) scale(1) rotate(0)
    }

    to {
        transform: translate3d(4px, -8px, 0) scale(.65) rotate(23deg)
    }
}

@keyframes GyhTyiIkVSH6FF9E3Qx4 {
    0% {
        opacity: 0;
        transform: scale3d(.8, .8, 1)
    }

    70% {
        transform: scale3d(1.03, 1.03, 1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes EwiWvY2IXiGA73JYwZBa {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.Vv4Xx_1Sys8tWr2BiYAK {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.lHnX6m_QXrQLGH94OuyV {
    bottom: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

@media (min-width:1211px) {
    .lHnX6m_QXrQLGH94OuyV {
        display: block
    }
}

.kCbzSz4sfKRiDzf490V2 {
    display: block
}

.lEXklZ_SgCLBwyzXKwSs {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .lEXklZ_SgCLBwyzXKwSs {
        background-size: 40%
    }
}

.eo6I_OCRQknftwt5fsys {
    bottom: 50vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.Ao358YRXDvtWVQeO466c {
    animation: XnE2Xf0Id82Vs3VyfctM 10s linear infinite alternate-reverse;
    position: absolute
}

.Ao358YRXDvtWVQeO466c img {
    color: #0000;
    width: 100%
}

.Ao358YRXDvtWVQeO466c:nth-child(2n) {
    animation-name: vMChzqwCPzvR2sl63qAz
}

.Ao358YRXDvtWVQeO466c:nth-child(3n) {
    animation-name: sfYbJsME8hYotIf9vyd0
}

.Ao358YRXDvtWVQeO466c:nth-child(4n) {
    animation-name: YSjLqJQ_XSAfwJtnTXeR
}

.Ao358YRXDvtWVQeO466c:nth-child(5n) {
    animation-name: a0LIONj8HFbgtwzplXar
}

.u7_CXv9OVtxPzKHRKfxw {
    animation: GyhTyiIkVSH6FF9E3Qx4 .5s ease-out both
}

.QcQ6SGKmZhj5awZZPUH5 {
    contain: strict;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

._qElWph8sOIWmBIqnvBC {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.asV6eIA0UQxl6E2ROfWS {
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: EwiWvY2IXiGA73JYwZBa;
    z-index: 2
}

._AATE4NJCEbNUWwKmk7f {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

/* === tags-module-css.css === */
.U5zLxjJT4AAIj1kVpbGk {
    margin: 0;
    padding: 0
}

.Q_rXjwYv6XogwVSAnNcI {
    display: inline-block;
    margin: 4px 4px 0 0
}

.LgL008mUK57BTn8KGGP4 {
    border: 2px solid var(--grey-5);
    border-radius: 100px;
    color: var(--grey-5);
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase
}

.LgL008mUK57BTn8KGGP4:hover {
    border-color: var(--joyz-blue);
    color: var(--joyz-blue)
}

.vote-buttons {
    display: flex;
    gap: 12px;
}

.vote-button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.vote-button svg {
    width: 28px;
    height: 28px;
    fill: #999;
    transition: fill 0.2s ease;
}

.vote-button:hover svg {
    fill: var(--joyz-blue);
}

.vote-button svg.filled {
    fill: var(--joyz-blue) !important;
}