<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 800px) {


header logo{
	width: 80%;
	height: 80px;
	display: block;
	float: left;
	background-color: rgba(0,0,0,0);
	}
header logo div{
	height: 80px;
	width: auto;
	display: none;
	background-image:url(../../img/logo/swepearl-logo-horizontal-white.svg);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 180px auto;
	}

header menu{
	display: none;
}		
.page-left-outer-container
{
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:     cover; 
    background-repeat:   no-repeat;
    background-position: top center; 
	padding: 0 0 0 0;
	overflow: hidden;
	display: table;
	}
	
.page-outer-container{
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 20px;
	height: auto;
	display: table;
	padding: 0 0 0 0;
	text-align: center;
	overflow: hidden;
	overflow-y: auto;
}

.page-outer-container:after{
	content: '';
	clear: both;
	display: block;
	}
.page-outer-container inner{
	margin: 0 auto; 
	width: 100%;
	max-width: 600px;
	min-height: 300px;
	display: block;
	padding: 20px 0 0 0;
	}	

.page-outer-container inner div.container{
	width: 90%;
	max-width: 450px;
	min-height: 20px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0 0;
	text-align: left;
	}

displaycover{
	position: fixed;
	z-index: 99999999;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	top: 0px;
	left: 0px;
	display: table;
	padding: 0 0 0 0;
	border:0px;
	}


/* END MOBILE */
}</pre></body></html>