*, ::after, ::before {
  box-sizing: border-box
}
html {
  line-sizing: normal
}
body {
  margin: 0
}
[hidden] {
  display: none
}
pre {
  white-space: pre-wrap
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible
}
audio:not([controls]) {
  display: none
}
picture {
  display: contents
}
source {
  display: none
}
canvas, img, svg, video {
  height: auto
}
img {
  border-style: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}