<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.nav5 { border-bottom: 3px solid #204295; margin-left: 3px;}

@media (max-width: 1030px) { 
	.nav5 {display:none; border-bottom:unset; margin-left:0;}
}
@media (max-width: 800px) { 
	.nav5 {display:none; border-bottom:unset; margin-left:0;}
}
@media (max-width: 414px) { 
	.nav5 {display:none; border-bottom:unset; margin-left:0;}
}</pre></body></html>