<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
	margin:0 auto;

	padding:0px 0px;
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #1F2837;
	letter-spacing:1.5px;
	color:#fff;
}

a {
	color:#E7DCB8;
}

a:hover {
	color:#E7DCB8;
}

marquee {
	color:#fff;
	padding:10px;
	background:#000;
}

#logom
{
	display:none;
}

#logo img
{
	max-width:220px;
	max-height:120px;
}

.empty_s
{
	height:20px;
	clear:both;
}

.empty_m
{
	height:30px;
	clear:both;
}

.empty_b
{
	height:40px;
	clear:both;
}

.content
{
	text-align:center;
	max-width:1100px;
	margin:0 auto;
	padding:0px;
}

.content_row
{
	display: flex;
}

.float_left
{
	flex: 1;
	float:left;
	text-align:center;
	width:35%;
	padding:0px 5px;
	position:relative;
}

.float_right
{
	flex: 1;
	float:right;
	text-align:center;
	width:62%;
	padding:0px 5px;
	position:relative;
}

.align_left
{
	text-align:left;
}

.align_right
{
	text-align:right;
}

.sampleimg
{
	max-width:100%;
	max-height:300px;
	border:0px solid #000000;
}

.unblock
{
	text-align:center;
}

.unblock input[type='text']
{
	width:240px;
	margin-bottom:5px;
	padding: 10px;
	border:1px solid #000000;
}

.unblock input[type='submit']
{
	border:0px;
	margin-top:5px;
	background:#ffffff;
	font-weight:bold;
	cursor:pointer;
	padding:5px 15px;
	border-radius:10px;
}

.unblock button{
	margin-left: -40px;
	padding:10px;
	color: #000;
	background-color:#fff;
	border: 0px solid #000;
	width:30px;
	cursor:pointer;
}

.text_content .top 
{
	font-size: 15px;
}

.text_content .top a, .float_left .bottom a
{
	font-weight:bold;
	text-decoration:none;
	color:red;
	cursor:pointer;
}

.text_content .mid
{
	font-size: 20px;
	line-height:28px;
	font-weight:bold;

}

.text_content a
{
	text-decoration:none;
	margin:10px;
}

.float_right .social
{
	position:absolute;
	bottom:10px;
	width:100%;
}

.btm_btn
{
	text-align:center;
}

.btm_btn .btn button
{
	background:#000;
	color:#fff;
	border-radius:25px;
	padding: 10px 20px;
	border:0px;
	cursor:pointer;
	margin: 0px 20px;
}

.social
{
	font-size:9px;
}
.social a
{
	text-decoration:none;
	/*color:#fff;*/
	cursor:pointer;
	letter-spacing:0.5px;
}

.social .align_left
{
	float:left;
}
.social .align_right
{
	float:right;
}


.fb, .google, .twitter, .youtube {
    width: 25px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
	/*background-color:red;*/
	padding:2px 0;
}

.fb:hover
{
    background-color: #3b5998;
    color: #fff;
}
.google:hover
{
    background-color: #dd4b39;
    color: #fff;
}
.twitter:hover
{
    background-color: #4099ff;
    color: #fff;
}
.youtube:hover
{
    background-color: #bb0000;
    color: #fff;
}

.bantuan button
{
	padding: 1px 10px;
	color:#000;
	background-color:#e9dcb4;
	border:0;
	border-radius:25px;
	cursor:pointer;
}

@media(max-width:900px)
{
	#logom
	{
		display:inline;
		text-align:center;
		width:100%;
	}
	
	#logom img
	{
		max-width:100vw;
		max-height:120px;
	}
	
	#logo
	{
		display:none;
	}
	
	.content
	{
		width:100%;
		max-width:100%;
		text-align:center;
	}
	
	.content_row
	{
		display: inline;
		text-align:center;
	}
	
	.float_left
	{
		width:100%;
		text-align:center;
		padding:5px 0;
		order: 1;
	}
	
	.float_right
	{
		width:100%;
		text-align:center;
		padding:5px 0;
		order: 2;
	}
	
	.float_right .social
	{
		position:static;
		margin-top:10px;
		order: 3;
	}
	
	#footer
	{
		position:static;
	}
	
	.sampleimg
	{
		max-width:100%;
	}
	
	.empty_s
	{
		height:10px;
	}
	
	.empty_m
	{
		height:10px;
	}
	
	.empty_b
	{
		height:10px;
	}
	
	.social .align_left
	{
		float:none;
		text-align:center;
	}
	.social .align_right
	{
		float:none;
		text-align:center;
	}
}</pre></body></html>