/* Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
html._nosmooth {
	scroll-behavior: initial;
}
body {
	height: 100%;
}
body._fixed {
	overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
.clear {
	clear: both;
}
/* Default
-----------------------------------------------------------------------------*/
.wrapper {
	min-width: 300px;
	max-width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.content {
	padding: 0 0 0;
}
.submit,
.checkbox,
.radio {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.textarea {
	resize: none;
}
.image {
	width: 100%;
}
/* Header / Footer
-----------------------------------------------------------------------------*/
.header,
.footer {
	min-width: 300px;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
.header__content,
.footer__content {
	width: 100%;
	height: 100%;
	position: relative;
}
/* Components
-----------------------------------------------------------------------------*/
