<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** Global css file ***/
.row:after {
    display: block;
    content: '';
    clear: both;
}


/** Responsive **/

@media screen and (min-width: 980px) {

}


@media screen and (min-width: 700px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 980px) {

}

@media screen and (max-width: 700px) {

}

body.mobile .desktop-only,
body.tablet .desktop-only,
body:not(.tablet) .tablet-only,
body:not(.mobile) .mobile-only,
body:not(.mobile) .tablet-and-up
{
    display: none !important;
}/** Custom css site **/</pre></body></html>