.hero.svelte-clbf4.svelte-clbf4 {
    overflow: hidden;
    container-type: inline-size;
    container-name: card-size;
    display: flex;
    flex-direction: column;
    position: relative;
    color: var(--white);
    background: var(--grey-500);
    border-radius: var(--border-radius-md)
}

.hero.svelte-clbf4>a:focus-visible .wrapper.svelte-clbf4 {
    border: var(--border-radius-sm) solid var(--white);
    border-radius: var(--border-radius-md)
}

.hero.svelte-clbf4>a:focus-visible .content-wrapper.svelte-clbf4 {
    padding: .625rem
}

.content-wrapper.svelte-clbf4.svelte-clbf4 {
    display: flex;
    flex-direction: column;
    padding: var(--space-3);
    z-index: 1
}

.content.svelte-clbf4.svelte-clbf4 {
    display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: var(--space-0-5)
}

.badge-content.svelte-clbf4.svelte-clbf4 {
    margin-bottom: var(--space-2)
}

.wrapper.svelte-clbf4.svelte-clbf4 {
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    height: 12rem;
    overflow: hidden;
    transform: scale(1)
}

.minimal.svelte-clbf4 .wrapper.svelte-clbf4 {
    grid-template-columns: calc(60% - 20px) 40%;
    -moz-column-gap: 20px;
    column-gap: 20px;
    height: 100%
}

.wrapper.svelte-clbf4.svelte-clbf4:hover {
    opacity: .9
}

.description-wrapper.svelte-clbf4.svelte-clbf4 {
    margin-top: var(--space-1)
}

.description-wrapper.svelte-clbf4>span:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.button-wrapper.svelte-clbf4.svelte-clbf4 {
    margin-top: auto;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--grey-500)
}

.img-wrap.svelte-clbf4.svelte-clbf4 {
    position: relative
}

.img-wrap.svelte-clbf4 img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right
}

.img-inner.svelte-clbf4.svelte-clbf4 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 100%
}

@container card-size (width > 21.5rem) {
    .wrapper.svelte-clbf4.svelte-clbf4 {
        grid-template-columns: 45% 55%
    }
    .minimal.svelte-clbf4 .wrapper.svelte-clbf4 {
        grid-template-columns: calc(60% - 20px) 40%;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
    .hero.svelte-clbf4>a:focus-visible .content-wrapper.svelte-clbf4 {
        padding: .875rem
    }
    .description-wrapper.svelte-clbf4.svelte-clbf4 {
        margin-top: var(--space-1)
    }
    .description-wrapper.svelte-clbf4>span:first-child {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical
    }
    .wrapper.svelte-clbf4.svelte-clbf4 {
        height: 13.75rem
    }
    .minimal.svelte-clbf4 .wrapper.svelte-clbf4 {
        height: 100%;
        min-height: 150px
    }
    .content-wrapper.svelte-clbf4.svelte-clbf4 {
        padding: var(--space-4)
    }
}

.hero-content.svelte-1hsjl6t.svelte-1hsjl6t {
    display: grid;
    grid-auto-flow: column;
    padding-top: var(--space-3);
    padding-bottom: 2px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100%;
    position: relative;
    -moz-column-gap: var(--space-4);
    column-gap: var(--space-4)
}

.hero-wrapper.svelte-1hsjl6t.svelte-1hsjl6t {
    container-type: inline-size;
    container-name: grid-size
}

.hero-wrapper.snap.svelte-1hsjl6t.svelte-1hsjl6t:not(.minimal) {
    margin-top: var(--space-3)
}

.grid-heroes.svelte-1hsjl6t.svelte-1hsjl6t {
    width: 100%;
    display: flex;
    position: relative;
    --sick-fade-stamp-of-ed-approval: linear-gradient( 90deg, transparent 0, var(--grey-600) 4px, var(--grey-600) calc(100% - 4px), transparent 100%);
    --standard-lockup-shadow-offset: .375rem
}

.grid-heroes.svelte-1hsjl6t:hover .arrow.svelte-1hsjl6t {
    opacity: 1
}

.grid-heroes.svelte-1hsjl6t .hero-content.svelte-1hsjl6t>.hero {
    scroll-snap-align: start
}

.grid-heroes.svelte-1hsjl6t:not(.is-snap-start) .arrow.svelte-1hsjl6t {
    display: none
}

.arrow.svelte-1hsjl6t.svelte-1hsjl6t {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: opacity .2s
}

.arrow.svelte-1hsjl6t .grid-heroes-button.svelte-1hsjl6t {
    font-size: var(--text-size-xl);
    color: var(--color-neutral-white)
}

.arrow.svelte-1hsjl6t>* {
    height: 100%;
    width: 100%
}

.arrow-right.svelte-1hsjl6t.svelte-1hsjl6t {
    left: calc(100% - var(--space-2))
}

.arrow-right.svelte-1hsjl6t>* {
    padding: var(--space-3) var(--space-8) 0 var(--space-4) !important
}

.arrow-left.svelte-1hsjl6t.svelte-1hsjl6t {
    right: calc(100% - var(--space-2))
}

.arrow-left.svelte-1hsjl6t>* {
    padding: var(--space-3) var(--space-4) 0 var(--space-8) !important
}

@container grid-size (width < 50rem) {
    .grid-heroes.svelte-1hsjl6t.svelte-1hsjl6t:after {
        content: "";
        position: absolute;
        top: 0;
        right: calc(var(--space-4) * -1);
        bottom: 0;
        width: var(--space-7);
        background-image: var(--sick-fade-stamp-of-ed-approval);
        z-index: 10
    }
    .hero-content.svelte-1hsjl6t.svelte-1hsjl6t {
        -moz-column-gap: var(--space-2);
        column-gap: var(--space-2)
    }
    .hero-content.svelte-1hsjl6t>.hero:last-of-type {
        margin-right: var(--space-1)
    }
}