<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mm {
    position:relative;
}
.mobileMenu .mm-mobile-preview {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
        @media (max-width: 650px) { body { min-width: 'initial' } body.desktopV { min-width: 832px } }
        @media (min-width: 651px) { body { min-width: 832px } body.mobileV { min-width: initial } }
                        .bodyBackground {
                            
background-image:none;
background-color:transparent;
                        }</pre></body></html>