<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card-providers .img, .card-providers .name
{
    align-items: center;
    display: flex;
    justify-content: center;
}
.card-providers
{
    border: .03125rem solid var(--layer-stroke);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@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;
}
.card-providers
{
    --col-count: 2.5;
    --col-gap: rem(8px);
    border-radius: var(--radius-2);
    cursor: pointer;
    flex-shrink: 0;
    height: 6.3125rem;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    width: 10.8125rem;
}
@media(max-width: 33rem)
{
    .card-providers
    {
        border-radius: var(--radius-1);
        height: 4.875rem;
    }
}
.card-providers .name
{
    background: var(--layer-surface-1);
    padding: .5rem 0;
}
.card-providers .name span
{
    color: var(--content-primary);
    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);
}
@media(max-width: 33rem)
{
    .card-providers .name span
    {
        font-size: var(--font-size,.75rem);
        font-weight: var(--font-weight,400);
        letter-spacing: var(--letter-spacing,0);
        line-height: var(--line-height,1.3);
    }
}
.card-providers .img
{
    background-color: var(--components-stable-cards-button_content-bg);
    height: 100%;
}
.card-providers .img img
{
    height: 3.125rem;
    max-width: 5.625rem;
    -o-object-fit: contain;
    object-fit: contain;
}
@media(max-width: 33rem)
{
    .card-providers .img img
    {
        height: 2.75rem;
        max-width: 5rem;
    }
}</pre></body></html>