<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.offers_only_m {
    display: none !important;
}

@media (max-width: 1365px) {
    .offers_only_d {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .offers_only_m {
        display: block !important;
    }
    .centerText {
        text-align: center;
    }
    .leftText {
        text-align: left;
    }
    .rightText {
        text-align: right;
    }
    .promotion-prizes__content {
        width: 100%;
    } 
}

.hidemt_win_block {
    margin-top: 0px !important;
}</pre></body></html>