<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tp-navigations.stuck{
	position: fixed;
	background-color: #1f2d3a;border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    float: none;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
	transition: all .3s ease-in-out;
}
.sticky-wrapper{
	height: auto !important;
	width: 100%;
}
.st-menufixed.st-admin .tp-navigations.stuck{
	top: 32px;
}</pre></body></html>