<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
*/
@media (min-width: 991px) and (max-width: 1200px) {
    .navbar .navbar-nav &gt; li:nth-child(n+5) {
        display: none;
    }

    .navbar .navbar-nav &gt; li:last-child {
        display: block;
    }

    .navbar .navbar-other {
        display:none;
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav &gt; li {
        display: block;
    }
}
</pre></body></html>