<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	color: #000;
}
h1,
sup {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	background: #7BBEAD;
	padding: 10px 2px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 2px;
	line-height: 18px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 2px;
	line-height: 18px;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	background: #7BBEAD;
	padding: 10px 2px;
	line-height: 18px;
}
label {
	font-size: 14px;
	font-weight: normal;
}
.website {
	padding: 0px 0px 100px 0px;
}

p.title {
	font-size: 14px;
	padding: 10px 2px;
	line-height: 18px;
}


label.error {
	font-size: 14px;
	color: #F00;
}
</pre></body></html>