body, html, picture {
  width: 100%;
  height: 100%
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active, :focus, a:active, a:focus {
  outline: 0
}

aside, footer, header, nav {
  display: block
}

body, html {
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button, input, textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a, a:hover, a:visited {
  text-decoration: none
}

ul li {
  list-style: none
}

img, picture {
  vertical-align: top
}

picture {
  display: inline-block
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input {
  border-radius: 0
}

[data-da]:not(.da-init) {
  display: none
}