.Section_card__RUXBp {
    width: 100%;
    border-radius: 1rem;
    background: var(--backgroundSections);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-bottom: 24px;
}
.Section_header__RVjJ5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem 1.5rem 0;
}
.Section_header__title__8WGk1 {
    font-size: 2rem;
    line-height: 125%;
    color: var(--headingColor);
    display: flex;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: center;
}
.Section_header__desc__shqLn {
    font-size: 1rem;
    line-height: 150%;
    color: var(--primaryColor);
}
.Section_header__RVjJ5 .Section_left__VhLzc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
}
@media screen and (max-width: 570px) {
    .Section_header__RVjJ5 .Section_left__VhLzc {
        max-width: 50%;
    }
}
.Section_header__RVjJ5 .Section_right__waONr {
    display: flex;
    align-items: stretch;
}
.Section_content__r7OAb {
    padding: 0 0 1.5rem;
    background: rgba(0, 10, 18, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.Section_content__center__E_8Hb {
    justify-content: center;
}
@media screen and (max-width: 570px) {
    .Section_content__r7OAb {
        justify-content: center;
    }
}
.Jackpot_total-jackpot__LNd3V {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.5rem;
}
@media screen and (max-width: 570px) {
    .Jackpot_total-jackpot__LNd3V {
        flex-direction: column;
        row-gap: 1rem;
        justify-content: center;
        align-items: flex-start;
    }
}
.Jackpot_total-jackpot__LNd3V li {
    flex: 1 1;
    display: flex;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.Jackpot_total-jackpot__LNd3V .Jackpot_logo__zMpLL {
    background: rgba(0, 10, 18, 0.64);
    border-radius: 1rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Jackpot_total-jackpot__LNd3V .Jackpot_logo__zMpLL img {
    position: static !important;
    height: 64px;
    width: 64px;
}
.Jackpot_total-jackpot__LNd3V .Jackpot_winner__vMgPd {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
}
.Jackpot_total-jackpot__LNd3V .Jackpot_winner__count__jnyc4 {
    font-size: 2rem;
    line-height: 125%;
    font-weight: 900;
    color: var(--secondaryColor);
}
.Jackpot_total-jackpot__LNd3V .Jackpot_winner__vMgPd .Jackpot_type__3_TEt {
    font-size: 0.5625rem;
    line-height: 180%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    background: rgba(0, 10, 18, 0.2);
    color: var(--primaryColor);
}
.Jackpot_end-jackpots__P7sNN {
    display: grid;
    justify-content: center;
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    padding: 1.5rem 0 0;
    grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 570px) {
    .Jackpot_end-jackpots__P7sNN {
        grid-template-columns: none;
        row-gap: 1rem;
    }
}
.Jackpot_jackpot__9JY9V {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.Jackpot_jackpot__title__rmTtx {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: none;
    color: var(--primaryColor);
}
.Jackpot_jackpot__9JY9V ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.Jackpot_jackpot-item__sowlO {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    background: rgba(0, 10, 18, 0.64);
    border-radius: 0.5rem;
}
.Jackpot_jackpot-item__sowlO .Jackpot_nickname__hpZhm {
    font-size: 0.75rem;
    line-height: 140%;
    color: var(--primaryColor);
    flex: 1 1;
}
.Jackpot_jackpot-item__sowlO .Jackpot_winner__count__jnyc4 {
    font-size: 0.875rem;
    line-height: 170%;
    color: var(--secondaryColor);
}
.Jackpot_jackpot__container-middle__Bb_8b {
    display: flex;
    flex-direction: column;
}
.Jackpot_jackpot__container-middle__Bb_8b .Jackpot_date__JzdKe {
    color: #b6bdcc;
    font-family: Rubik, system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
