.BrandList_lst__ThENp{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.BrandList_container__1QKge{
    padding: 36px;
}

.BrandList_containerBtns__UOaSs{
    display: flex;
    gap: 6px;
}

.BrandList_name__FZKVt{
    display: flex;
    font-family: var(--condensed);
    font-size: 28px;
    color: var(--white);
    line-height: 1;
    align-items: center;
    margin-bottom: 6px;
    margin-left: 24px;
}

.BrandList_slogan__ydvjK{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    margin-top: 6px;
    margin-bottom: 12px;
    margin-left: 24px;
}

@media screen and (max-width: 500px){
    .BrandList_container__1QKge{
        padding: 36px 16px 36px 16px;
    }
}
.TextOverlay_overlay__i2WLa{
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.TextOverlay_label__uoSrw{
    font-family: var(--condensed);
    font-size: 24px;
    color: var(--white);
    text-shadow: 0 0 30px #000000;
    text-align: center;
}

.TextOverlay_sublabel__kJ1Pk{
    font-family: var(--serif);
    font-size: 14px;
    color: var(--white);
    text-shadow: 0 0 20px #000000;
}
.SatusIcon_icon__9oIkZ{
    display: inline-flex;
    height: 36px;
    padding: 0 16px 0 16px;
    background-color: var(--azure);
    border-radius: 2px;
    font-family: var(--serif);
    font-size: 12px;
    color: var(--white);
    align-items: center;
}
