@charset "UTF-8";

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */

* {
	margin: 0;
	padding: 0;
}

*,::before,::after {
	box-sizing: inherit;
	background-repeat: no-repeat;
}

html {
	box-sizing: border-box;
	word-break: normal;

	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

::before,::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

hr {
	overflow: visible;
	height: 0;
	color: inherit;
}

details,main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;

	-webkit-text-decoration: underline dotted;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:active,a:hover {
	outline-width: 0;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
}

pre {
	font-size: 1em;
}

b,strong {
	font-weight: bolder;
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	border-color: inherit;
	text-indent: 0;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
	border-radius: 0;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	/* -webkit-appearance: textfield; */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,input,optgroup,select,textarea {
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,[type=button],[type=reset],[type=submit],[role=button] {
	color: inherit;
	cursor: pointer;
}


button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,html [type=button],[type=reset],[type=submit] {
	appearance: none;
	/* -webkit-appearance: button; */
}

button,input,select,textarea {
	border-style: none;
	background-color: transparent;
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
	outline-width: 0;
}

select {
	appearance: none;
	/* -moz-appearance: none; */
	/* -webkit-appearance: none; */
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	border: 0;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the text wrapping in Edge and IE */

	white-space: normal;
	/* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	color: inherit;
	/* -webkit-appearance: button; */

	font: inherit;
}


img {
	border-style: none;
}


progress {
	vertical-align: baseline;
}


[aria-busy=true] {
	cursor: progress;
}


[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true] {
	cursor: default;
}

li {
	list-style: none;
}
