<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider{
	float:left;
	width:100%;
	height:34vw;
	background:#333;
	overflow:hidden;
	position:relative;
}
#slider_images{
	transition:1s;
	position:relative;
	left:0;
	width:1400vw;
	height:100%;
}
#slider_images img{
	float:left;
	width:100vw;
	height:100%;
}
#getting_started_content{
	position:absolute;
	margin-top:14vw;
	width:12vw;
	height:22vw;
	background:rgba(10,10,10,.8);
}

#getting_started_content h1{
	width:100%;
	text-align:center;
	color:white;
	font-size:1.6vw;
}

#getting_started_content h2{
	width:100%;
	text-align:center;
	color:#ddd;
	font-size:1.2vw;
}
#getting_started_content ul{
	list-style:none;
	margin:0;
	padding:0;
}
#getting_started_content ul a:link, a:visited, a:active, a:hover{
	text-decoration:none;
	color:white;
}
#getting_started_content ul li{
	width:90%;
	height:2vw;
	float:left;
	margin-left:5%;
	margin-top:1vw;
	text-align:center;
	padding-top:.5vw;
	font-size:1.2vw;
}
#getting_started_content ul li:hover{
	background:#8FB557;
}
#phone_number_content{
	position:absolute;
	top:14vw;
	left:25%;
	width:50vw;
	height:15vw;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:1.8vw;
	text-shadow:6px 6px 20px rgba(0,0,0,1);
}
#phone_number_content a:link,#phone_number_content a:visited,#phone_number_content a:active,#phone_number_content a:hover{
	text-decoration:none;
	font-size:7vw;
	color:white;
}
#slider_content{
	position:absolute;
	top:2vw;
	left:20%;
	width:60%;
	height:14vw;
	border-radius:1vw;
	background:rgba(10,10,10,.8);
	box-shadow:3px 3px 10px rgba(10,10,10,.6);
}
#slider_content h1{
	color:white;
	font-size:1.3vw;
	margin-left:2vw;
}
#slider_welcome{
	float:left;
	width:100%;
	text-align:center;
	height:2vw;
	color:white;
	font-size:1.6vw;
}
#slider_content_left{
	float:left;
	width:30%;
	height:10vw;
	background:rgba(10,10,10,.6);
}
#slider_content_right{
	float:left;
	width:70%;
	height:100%;
}
.slider_button{
	float:left;
	width:80%;
	height:2vw;
	margin-left:10%;
	margin-top:.5vw;
	border-radius:.2vw;
	cursor:pointer;
	box-shadow:3px 3px 10px rgba(10,10,10,.7);
}
.slider_button:hover{
	background:#DDD;
}
.slider_button:hover .slider_button_label{
	color:black;
}
.slider_content_left a:link,#phone_number_content a:visited,#phone_number_content a:active, #phone_number_content a:hover{
	text-decoration:none;
	color:white;
}
.slider_button_label{
	width:100%;
	text-align:center;
	position:relative;
	top:.2vw;
	font-size:1.3vw;
}
#email_signup_form{
	width:100%;
	height:5vw;
	position:relative;
	top:2vw;
	font-size:2vw;
	border-style:none;
	border-radius:.5vw;
	background:#333;
	text-shadow:none;
}
#email_signup_form input{
	float:left;
	width:70%;
	height:3vw;
	margin-top:1vw;
	margin-left:1vw;
	background:#777;
	border-style:none;
	padding-left:1vw;
	font-weight:bold;
	font-size:1.3vw;
	color:#999;
}
#email_signup_button{
	float:left;
	width:20%;
	height:2.7vw;
	border-radius:.5vw;
	margin-top:1vw;
	margin-left:1vw;
	text-shadow:none;
	padding-top:.5vw;
	font-size:1.5vw;
	cursor:pointer;
}
#email_signup_button:hover{
	background:#8FB557;
}
#email_confirmed{
	float:left;
	width:100%;
	text-align:center;
	margin-top:1vw;
	font-size:2vw;
}

/*Phone*/
@media only screen and (max-width: 1000px){

	#slider_content{
		position:absolute;
		top:5vw;
		left:12vw;
		width:80%;
		height:24vw;
		border-radius:1vw;
		background:rgba(10,10,10,.8);
		box-shadow:3px 3px 10px rgba(10,10,10,.6);		
	}
	
	#getting_started_content{
		margin-top:6vw;
	}	
	
	#phone_number_content{
		top:6vw;
	}	
	
}</pre></body></html>