<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pcbtn{
	display: block;
}

.sumahobtn{
	display: none;
}




/*---------------------------------------414px--------------------*/
@media (max-width:414px) {

.pcbtn{
	display: none;
}

.sumahobtn{
	display: block;
	margin:0 auto;
	text-align: center;
}

.sumahobtn1 img{
	width:21%;
	margin:0 0px;
}

.sumahobtn1{
	margin:5px auto;
	text-align: center;
}

}

/*---------------------------------------375px--------------------*/
@media (max-width:375px) {
	
	.pcbtn{
	display: none;
}

.sumahobtn{
	display: block;
	margin:0 auto;
	text-align: center;
}

.sumahobtn1 img{
	width:21%;
	margin:0 0px;
}

.sumahobtn1{
	margin:5px auto;
	text-align: center;
}


	}

/*---------------------------------------320px--------------------*/
@media (max-width:320px) {

.pcbtn{
	display: none;
}

.sumahobtn{
	display: block;
	margin:0 auto;
	text-align: center;
}

.sumahobtn1 img{
	width:21%;
	margin:0 0px;
}

.sumahobtn1{
	margin:5px auto;
	text-align: center;
}


	}</pre></body></html>