<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body {
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,1.0);
	color: rgba(255,255,255,1.0);
}
body#trailer {
	padding-top: 10px;
}
.__btns {
	list-style: none;
	/*display: flex;
	justify-content: center;*/
	margin-top: 0;
	margin-bottom: 10;
	letter-spacing: -0.4em;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
}

.__btns li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.045em;
	width: 13.5%;
	text-align: center;
}
.__btns li a {
	width: 100%;
	display: table;
	padding: 5px;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	transition: 0.2s all;
	border: 1px solid rgba(255,225,0,1.0);
}
.__btns li a span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.__btns li a:hover {
	color: rgba(255,225,0,1.0);
}
.__btns li.__ply a {
	color: rgba(0,0,0,1.0);
	background: rgba(255,225,0,1.0);
}
/*.__btns li:not(:first-child) a {
	border-left: none;
}
.__btns li:nth-child(1) a,
.__btns li:nth-child(2) a,
.__btns li:nth-child(3) a,
.__btns li:nth-child(4) a {
	padding-top: 0.8em;
}*/

@media screen and (min-width:641px) and (max-width:960px){
	.__btns li {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -0.03em;
		width: 28%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 1%;
		text-align: center;
	}
	.__btns li a {
		border-radius: 5px;
	}
	/*.__btns li:not(:first-child) a {
		border-left: 1px solid rgba(131,0,93,1.0);
	}*/
	.__btns li:nth-child(1) a,
	.__btns li:nth-child(2) a,
	.__btns li:nth-child(3) a {
		padding-top: 0.3em;
	}
	.__btns li:nth-child(4) a {
		padding-top: 0.8em;
	}
}

@media screen and (max-width:640px) {
	.__btns li {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: -0.03em;
		width: 80%;
		margin: 0 auto 5px;
		text-align: center;
	}
	.__btns li a {
		border-radius: 5px;
	}
	/*.__btns li:not(:first-child) a {
		border-left: 1px solid rgba(131,0,93,1.0);
	}*/
	.__btns li:nth-child(1) a,
	.__btns li:nth-child(2) a,
	.__btns li:nth-child(3) a,
	.__btns li:nth-child(4) a {
		padding-top: 0.3em;
	}
}


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