@media screen and (max-width: 1199.99px) {
    .desktopOnly, .do,
    .uc-desktopOnly, .uc-do {
        display: none !important;
    }
}
@media screen and (max-width: 979.99px) {
    .uc-desktop_menu {
        display: none !important;
    }
}
@media screen and (min-width: 980px) {
    .uc-mobile_menu {
        display: none !important;
    }
}

@media screen and (max-width: 639.99px) {
    .tabletOnly, .to, .phoneHidden, .ph,
    .uc-tabletOnly, .uc-to, .uc-phoneHidden, .uc-ph {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .tabletOnly, .to, .desktopHidden, .dh,
    .uc-tabletOnly, .uc-to, .uc-desktopHidden, .uc-dh {
        display: none !important;
    }
}
@media screen and (min-width: 640px) {
    .phoneOnly, .po,
    .uc-phoneOnly, .uc-po {
        display: none !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 1199.99px) {
    .th,
    .uc-th {
        display: none !important;
    }
}
::selection {
    background-color: #0CBE90;
    color: #fff;
}