<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	/* min-width: 380px; */
	min-height: 100%;
}
body {
	font-family: 'Pontano Sans', sans-serif;
	color: #ffffff;
	background-color:#222222;
	/* background-color: #a8caba;
	background-image: linear-gradient(to right, #a8caba 0%, #5d4157 100%); */

}
a:hover {
	text-decoration: none;
}
#pageHeader {
	height: 90px;
	/* background-color: #222222; */
}
#pageHeader .sosmed {
	height: 40px;
	/* font-size: 14px; */
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sosmed &gt; div {
	white-space: nowrap;
}
.sosmed {
	display: none!important;
}
#pageHeader .body {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	transition: all 0.5s ease-in-out;
}
#pageHeader .body .logo {
	width: 300px;
	height: 100%;
	margin-top: 20px;
	font-weight: bold;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pageHeader .body .logo &gt; a, .logo {
	height: 100%;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
#pageHeader .body .logo &gt; a &gt; span, .logo &gt; span {
	color: #af8836;
	font-size: 20px;
	
}
#pageHeader .body .menu {
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 550px;
	height: 40px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .time {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 550px;
	height: 40px;
	padding: 0px 10px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu &gt; .menuLeft {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu &gt; .menuRight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu .menuItem {
	height: 100%;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu .menuItem &gt; a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
}
#pageHeader .body .menu .menuItem &gt; a:hover {
	color: #e4d413;
}
#pageHeader .body .menu .menuItem &gt; a &gt; i {
	font-size: 24px;
}
#pageHeader .body .menu .menuRight .menuItem a {
	display: flex;
	align-items: center;
}
#time {
	height: 30px;
	background: #000;
	color: #fff;
}
#time .content {
	white-space: nowrap;
}
#time .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
#pageFooter {
	color: #ffffff;
	background-color: #000;
}

.bg-grad-orange {
	background: rgb(217,101,40);
	background: -moz-linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	background: linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96528",endColorstr="#faaa38",GradientType=1);
}
.newline {
	display: none;
}
@media (max-width: 1200px) {
	/* #pageHeader .body {
		display: block;
		align-items: center;
	} */
	#pageHeader {
		height: auto;
		/* background-color: #222222; */
	}
	#pageHeader .body {
		display: block;
		text-align: center;
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#pageHeader .body .menu {
		position: relative;
		max-width: 100%;
		justify-content: center;
		top: 0px;
		left: 0px;
	}
	#pageHeader .body .time {
		position: relative;
		max-width: 100%;
		top: 0px;
		left: 0px;
	}
	#pageHeader .body .logo {
		width: 100%;
		height: 80px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {
	#pageHeader {
		height: auto;
		/* padding-top: 10px; */
		/* padding-bottom: 10px; */
	}
	
	
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 16px;
	}
	#pageHeader .sosmed {
		width: 100%;
		justify-content: center;
		font-size: 14px;
	}


}
@media (max-width: 575px) {
	.newline {
		display: block;
	}
	#pageHeader .sosmed {
		font-size: 12px;
	}
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 14px;
	}
	.time .content {
		font-size: 14px;
	}
}
@media (max-width: 400px) {
	.time .content {
		font-size: 11px;
	}
}
@media (max-width: 380px) {
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 13px;
	}
}
.border1 {
	border-color: #f7cf0c;
	border-style: dashed;
}
@media (max-width: 325px) {
	.time .content {
		font-size: 10px;
	}
}</pre></body></html>