<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ask_us_popup{
    left: 10%;
        width: 80%;
}

.cdz-slideshow.main-slideshow.base-slider.mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .cdz-slideshow.main-slideshow.base-slider.desck {
    display: none;
}
.cdz-slideshow.main-slideshow.base-slider.mobile {
    display: inherit;
}
}
</pre></body></html>