<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	font-size: 100%;
	line-height: 1;
	border: 0;
	outline: none;
	appearance: none;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	z-index: 0;
}

ul,
ol {
    overflow: auto;
}

p {
	font-size: inherit;
	font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

i {
    font-size: inherit;
    color: inherit;
}

img {
    max-width: 100%;
	vertical-align: bottom;
}

iframe {
	max-width: 100%;;
}

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