.static-mobile-menu{display:none;position:absolute;top:76px;left:16px;right:16px;z-index:100;background:#fff;color:#102a43;border-radius:18px;padding:12px;box-shadow:0 24px 70px rgba(3,27,45,.28)}
.static-mobile-menu.open{display:grid}
.static-mobile-menu a{display:block;padding:13px 14px;border-radius:12px;font-weight:600}
.static-mobile-menu a:hover{background:#eef7f9}
.static-mobile-menu .call{margin-top:7px;background:#f05b3e;color:#fff}
.static-saved{background:#f05b3e!important;color:#fff!important}
.static-active-filter{background:#e6f4f7!important;color:#087e9d!important;font-weight:600!important}
article[hidden]{display:none!important}
@media(min-width:768px){.static-mobile-menu{display:none!important}}
