<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#localnav-fixed.header-fixed .list-inline{
    z-index: 199;
}

#localnav-fixed.header-fixed {
    z-index: 999;
}

nav.navmenu ul li {
    width: auto;
    padding: 0 10px !important;
}

#localnav-fixed .list-inline{
    float: left;
    width: auto;
    max-width: unset;
}

.navmenu .list-inline li:first-child a {
    padding: 28px 0
}

nav.navmenu ul li:after {
    width: 0;
}

.freez-bar-bottom {
    position: fixed;
    bottom: -80px;
    z-index: 999;
    width: 100%;
    background: #faf9f7;
    transition: all 600ms;

}

.freez-bar-bottom.active {
    bottom: 0;
}

.navmenu .list-inline li a:hover,
.navmenu .list-inline li a.active {
    font-weight: unset;
}

.localnav {
    border-bottom: unset;
}

html {
    opacity: 0;
}

html.show-opacity {
    opacity: 1;
}</pre></body></html>