<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider.nav-cat-scroll::-webkit-scrollbar
{
    -ms-overflow-style: none;
}
.slider .nav-cat, .slider .nav-cat-item
{
    align-items: center;
    display: flex;
}
.slider.nav-cat-scroll
{
    margin: 1rem 0;
    overflow: auto;
    position: relative;
    z-index: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.slider.nav-cat-scroll::-webkit-scrollbar
{
    display: none;
}
.category .slider.nav-cat-scroll
{
    --margin-top: 0;
    --margin-bottom: 0;
}
@media(min-width: 48rem)
{
    .slider.nav-cat-scroll
    {
        --margin-left: -2rem;
        --margin-right: -2rem;
    }
}
@media(min-width: 64rem)
{
    .slider.nav-cat-scroll
    {
        --margin-bottom: 2.5rem;
    }
}
@media(min-width: 80rem)
{
    .slider.nav-cat-scroll
    {
        max-width: 100%;
        min-width: 0;
        overflow: visible;
        width: 100%;
        --margin-left: 0;
        --margin-right: 0;
    }
}
.slider .nav-cat, .slider .nav-cat-wrap
{
    border-radius: var(--radius-1);
}
.slider .nav-cat
{
    padding: .25rem 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    grid-column-gap: .5rem;
    position: relative;
}
@media(min-width: 80rem)
{
    .slider .nav-cat
    {
        overflow-x: visible;
        padding: .25rem 0;
    }
}
.slider .nav-cat:before
{
    border-radius: var(--radius-1);
    bottom: 0;
    content: "";
    left: var(--left,16px);
    position: absolute;
    right: var(--right,16px);
    top: 0;
}
@media(min-width: 48rem)
{
    .slider .nav-cat:before
    {
        --left: 32px;
        --right: 32px;
    }
}
@media(min-width: 80rem)
{
    .slider .nav-cat:before
    {
        --left: 0;
        --right: 0;
    }
}
.slider .nav-cat::-webkit-scrollbar
{
    -webkit-appearance: none;
    display: block;
    width: 0;
}
.slider .nav-cat-item
{
    font-size: var(--font-size,.875rem);
    font-weight: var(--font-weight,500);
    letter-spacing: var(--letter-spacing,0);
    line-height: var(--line-height,1.3);
    position: relative;
    grid-column-gap: .25rem;
    background-color: var(--bg-compotent-switcher);
    border: .03125rem solid var(--stroke-component-switcher);
    border-radius: var(--radius-1);
    color: var(--color,var(--content-secondary));
    cursor: pointer;
    height: var(--item-height,2.5rem);
    padding: .625rem 1rem;
    text-decoration: none;
    transition: color .2s ease-in-out;
    white-space: nowrap;
}
@media(hover: hover)
{
    .slider .nav-cat-item:hover, .slider .nav-cat-item:hover .icon
    {
        --color: var(--brand-primary);
    }
}
@media(min-width: 48rem)
{
    .slider .nav-cat-item
    {
        --item-padding: 0 1rem;
    }
}
.slider .nav-cat-item.is-no-icon
{
    --item-padding: 0 .5rem;
}
@media(min-width: 48rem)
{
    .slider .nav-cat-item.is-no-icon
    {
        --item-padding: 0 1rem;
    }
}
@media(min-width: 80rem)
{
    .slider .nav-cat-item.is-hidden
    {
        position: absolute;
        visibility: hidden;
    }
}
.slider .nav-cat-item .icon
{
    --color: var(--content-secondary);
    --icon-size: 20px;
}
.slider .nav-cat-item.is-active
{
    background: var(--layer-surface-1);
    border-color: var(--layer-stroke);
    color: var(--brand-primary);
}
.slider .nav-cat-item.is-active .icon
{
    --color: var(--brand-primary);
}
.group-providers__action
{
    align-items: center;
    display: flex;
}
.group-providers&gt;.btn-show-all
{
    --bg: transparent;
    --color: var(--button-text-ghost-low-contrast);
}
.group-providers&gt;.btn-show-all:hover
{
    cursor: pointer;
    --bg: var(--button-bg-secondary-hover);
    --color: var(--button-text-ghost-hover);
}
.group-providers&gt;.btn-show-all:active, .group-providers&gt;.is-active.btn-show-all
{
    --bg: var(--button-bg-secondary-click);
    --color: var(--button-text-ghost-click);
}
.group-providers&gt;[disabled].btn-show-all
{
    pointer-events: none;
    --bg: transparent;
    --color: var(--button-text-ghost-disabled);
}
.group-providers
{
    align-items: center;
    display: grid;
    grid-template-areas: "heading heading heading arrows" "items items items items" "btn-show-all btn-show-all btn-show-all btn-show-all";
    grid-template-columns: minmax(0,auto) minmax(0,1fr) minmax(0,auto) minmax(0,auto);
    position: relative;
    grid-column-gap: var(--column-gap,.5rem);
    background-color: transparent;
    border-radius: var(--radius-3);
}
.group-providers__title
{
    grid-area: heading;
}
.group-providers .card-providers
{
    width: calc(11.11111% - .625rem);
}
@media(max-width: 114.5625rem)
{
    .group-providers .card-providers
    {
        width: calc(12.5% - .625rem);
    }
}
@media(max-width: 101.0625rem)
{
    .group-providers .card-providers
    {
        width: calc(16.66667% - .5625rem);
    }
}
@media(max-width: 64rem)
{
    .group-providers .card-providers
    {
        width: calc(20% - .5625rem);
    }
}
@media(max-width: 48rem)
{
    .group-providers .card-providers
    {
        width: calc(33.33333% - .375rem);
    }
}
@media(max-width: 33rem)
{
    .group-providers .card-providers
    {
        width: 100%;
    }
}
.group-providers__action
{
    gap: 1rem;
}
@media(max-width: 33rem)
{
    .group-providers__action .arrows
    {
        display: none;
    }
}
.group-providers:after, .group-providers:before
{
    display: none;
}
.group-providers&gt;.btn-show-all
{
    font-size: var(--font-size,.75rem);
    font-weight: var(--font-weight,500);
    grid-area: btn-show-all;
    letter-spacing: var(--letter-spacing,0);
    line-height: var(--line-height,1.3);
    --width: 100%;
}
.group-providers&gt;.arrows
{
    grid-area: arrows;
}
.group-providers&gt;.items
{
    align-items: stretch;
    display: var(--display,flex);
    grid-area: items;
    overflow-x: auto;
    grid-column-gap: .6875rem;
    margin: 1rem 0 0;
    padding: 0;
    scroll-snap-type: x mandatory;
}
@media(max-width: 33rem)
{
    .group-providers&gt;.items
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: .5rem;
        overflow-x: hidden;
    }
}
.group-providers&gt;.items::-webkit-scrollbar
{
    display: none;
}
.group-providers .items img
{
    display: block;
    margin: 0 auto;
}
.group-providers .items img[src$=".svg"]
{
    display: block;
    margin: 0 auto;
    max-height: 2.5rem;
    max-width: 5.625rem;
    scale: 1.2;
    width: 100%;
}
@keyframes skeleton-loading
{
    to
    {
        background-position: 100% 0,0 0,0 40px,0 80px,0 120px,0 160px;
    }
}
:root
{
    --radius-0: 4px;
    --radius-0-5: 6px;
    --radius-1: 8px;
    --radius-5: 10px;
    --radius-2: 12px;
    --radius-3: 16px;
    --radius-4: 20px;
    --radius-6: 24px;
}
.group-games-adaptive__list
{
    align-items: center;
    display: grid;
    grid-template-areas: "icon heading heading arrows" "items items items items" "btn-show-all btn-show-all btn-show-all btn-show-all";
    grid-template-columns: minmax(0,auto) minmax(0,1fr) minmax(0,auto) minmax(0,auto);
    grid-row-gap: var(--row-gap,1rem);
    position: relative;
}
.group-games-adaptive__list_is-mobile
{
    grid-template-areas: "icon heading btn-show-all" "items items items";
}
@media(min-width: 33rem)
{
    .group-games-adaptive__list
    {
        grid-template-areas: "icon heading btn-show-all arrows" "items items items items";
    }
}
.group-games-adaptive__list&gt;.icon
{
    grid-area: icon;
}
.group-games-adaptive__list&gt;.arrows
{
    grid-area: arrows;
    margin-left: .5rem;
}
.group-games-adaptive__mobile-list
{
    grid-area: items;
}
.group-games-adaptive__sub-title
{
    color: var(--text-tertiary);
    font-size: var(--font-size,.875rem);
    font-weight: var(--font-weight,400);
    letter-spacing: var(--letter-spacing,0);
    line-height: var(--line-height,1.3);
    margin: 0;
}
.group-games-adaptive__btn-show-all
{
    grid-area: btn-show-all;
}
.group-games-adaptive__items
{
    align-items: center;
    display: var(--display,flex);
    grid-area: items;
    margin: var(--items-margin,-16px -16px 0);
    overflow-x: auto;
    padding: var(--items-padding,16px 16px 0);
    scroll-padding: var(--scroll-padding,16px);
    grid-column-gap: var(--column-gap);
    scroll-snap-type: x mandatory;
    --column-count: 3.25;
    --column-gap: 8px;
}
.group-games-adaptive__items:after, .group-games-adaptive__items:before
{
    background: linear-gradient(90deg,#100f1100,#100f11);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
}
.group-games-adaptive__items:before
{
    transform: rotate(180deg);
}
@media(min-width: 33rem)
{
    .group-games-adaptive__items
    {
        --items-margin: -16px -32px 0;
        --items-padding: 16px 32px 0;
        --scroll-padding: 32px;
    }
}
@media(min-width: 48rem)
{
    .group-games-adaptive__items
    {
        --column-count: 6;
        --column-gap: 16px;
        --items-margin: -16px -32px 0;
        --items-padding: 16px 32px 0;
    }
}
@media(min-width: 101.0625rem)
{
    .group-games-adaptive__items
    {
        --column-count: 8;
    }
}
@media(min-width: 114.5625rem)
{
    .group-games-adaptive__items
    {
        --column-count: 9;
    }
}
.group-games-adaptive__items::-webkit-scrollbar
{
    display: none;
}
.group-games-adaptive__items.disabled-scroll-block
{
    pointer-events: none!important;
}
.group-games-adaptive__load-more
{
    height: 0;
    margin-left: -8px;
    visibility: hidden;
    width: 0;
}
@media(min-width: 48rem)
{
    .group-games-adaptive__load-more
    {
        margin-left: -16px;
    }
}</pre></body></html>