<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'GilroyLight';
	src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
	url('../fonts/gilroy-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GilroyBold';
	src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
	url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, html, #Stage {
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}


#Stage, #Stage * {
	position: absolute;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

textarea {
	resize: none;
}

#Stage br, #Stage span {
	position: relative;
}

#Stage .Scroll * {
	position: static;
}

#Stage textarea {
	user-select: text;
	-moz-user-select: text;
	-webkit-user-select: text;
	-o-user-select: text;
	-ms-user-select: text;	
}

.fade-overflow-x {
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0, 1) 40%, rgba(0,0,0,1) 60%, rgba(0,0,0, 0) 100%);
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#global-as-footer {
    background: transparent;
}

#global-nav {
    position: absolute;
    background-color: transparent;
    width: 100%;
    border-bottom: initial;
}

#global-nav .asnav-logo &gt; a {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

#global-nav .asnav-control {
    display: none;
}

@media screen and (max-width: 1024px) {
    #global-nav {
        display: none;
        visibility: hidden;
    }
}</pre></body></html>