@media screen and (max-width: 1199.99px) {
    .do,
    .uc-do {
        display: none !important;
    }
}
@media screen and (max-width: 639.99px) {
    .to, .ph,
    .uc-to, .uc-ph {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .to, .dh,
    .uc-to, .uc-dh {
        display: none !important;
    }
}
@media screen and (min-width: 640px) {
    .po,
    .uc-po {
        display: none !important;
    }
}
::selection {
    background-color: #36BD47;
    color: #fff;
}