/* Reset and base styles  */
/* line 3, reset.scss */
* {
  margin: 0px;
  border: none; }

/* line 9, reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Links */
/* line 17, reset.scss */
a, a:link, a:visited {
  text-decoration: none; }

/* line 21, reset.scss */
a:hover {
  text-decoration: none; }

/* Common */
/* line 27, reset.scss */
aside, nav, footer, header, section, main {
  display: block; }

/* line 31, reset.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  margin: 0;
  padding: 0; }

/* line 35, reset.scss */
ul, ul li {
  list-style: none; }

/* line 39, reset.scss */
img {
  vertical-align: top; }

/* line 43, reset.scss */
img, svg {
  max-width: 100%;
  height: auto; }

/* line 48, reset.scss */
address {
  font-style: normal; }

/* Form */
/* line 54, reset.scss */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

/* line 61, reset.scss */
input::-ms-clear {
  display: none; }

/* line 65, reset.scss */
button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer; }

/* line 73, reset.scss */
input:focus, input:active,
button:focus, button:active {
  outline: none; }

/* line 78, reset.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 83, reset.scss */
label {
  cursor: pointer; }

/* line 87, reset.scss */
legend {
  display: block; }

/* line 91, reset.scss */
input[type='file'] {
  max-width: 100%; }
