<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body &gt; header.fullpage {}
body &gt; header.fullpage .overHead {position:absolute; top:0; left:0; z-index:102;}
body &gt; header.fullpage .overHead.scroll {top: calc(0px - var(--overhead-height));}
body &gt; header.fullpage .wrapBanner .banner { height: 100vh; }
body &gt; header.fullpage .wrapBanner .banner img {width:100%; height:100vh; object-fit: cover; object-position: center center;}
body &gt; header.fullpage .wrapBanner .banner .slide::after {content:""; z-index:0; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.2);}
body &gt; header.fullpage .wrapTitle {width:100%; left:0;}
body &gt; header.fullpage .wrapTitle .logo {width:100%; text-align: center; padding:20px;}
body &gt; header.fullpage .wrapTitle .logo img {max-height: 30vh;}
body &gt; header.fullpage .overHead {position:fixed; }
body &gt; header.fullpage nav.mainNav {position:fixed; background-color: transparent; width: 100%; top: 0; left: 0; right: 0; display: flex; justify-content: center; align-items: center; transition: background-color 0.5s ease; }
body.scroll &gt; header.fullpage nav.mainNav { background-color: rgba(133, 134, 147, 0.9); }
body.scroll &gt; header.fullpage nav.mainNav .smallLogo img { height: 50px; }
body &gt; header.fullpage nav.mainNav &gt; div.wrapNav { display: flex; justify-content: flex-end; width: 100%; max-width: var(--wrap-width); }
/*body &gt; header.fullpage nav.mainNav.scroll {top:0;}*/
body &gt; header.fullpage nav.mainNav &gt; div &gt; ul {padding: 0 40px 0 0; }

@media all and (max-width: 1000px) {
	body &gt; header.fullpage { margin-bottom:20px; overflow: visible; }
}</pre></body></html>