<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*Reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
body {
	word-break:break-all;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
input, textarea, select {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

input[type="radio"] , input[type="checkbox"] {
	display: none;
}

input[type="submit"] {
	cursor: pointer;
}</pre></body></html>