* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1em;
  outline: none;
}
code,
kbd,
samp,
pre,
tt,
var,
textarea,
input,
select,
isindex,
listing,
xmp,
plaintext {
  font: inherit;
  font-size: 1em;
  white-space: normal;
}
dfn,
i,
cite,
var,
address,
em {
  font-style: normal;
}
th,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
a,
img,
a img,
iframe,
form,
fieldset,
abbr,
acronym,
object,
applet,
table {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td,
center {
  text-align: left;
  vertical-align: top;
}
body {
  line-height: 1;
  background: white;
  color: black;
}
q {
  quotes: "" "";
}
ul,
ol,
dir,
menu {
  list-style: none;
}
sub,
sup {
  vertical-align: baseline;
}
a {
  color: inherit;
}
hr {
  border: 0;
}
font {
  font: inherit !important;
  color: inherit !important;
}
marquee {
  overflow: inherit !important;
  -moz-binding: none;
}
blink {
  text-decoration: none;
}
nobr {
  white-space: normal;
}
button,
input,
textarea {
  vertical-align: top;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  color: inherit;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-decoration: inherit;
}
button {
  cursor: pointer;
}
mark {
  background-color: transparent;
  color: inherit;
}
/* CUSTOM */
img,
picture {
  display: block;
}
main {
  display: block;
}
label,
input[type=radio],
select {
  cursor: pointer;
}
textarea {
  white-space: pre-wrap;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[hidden] {
  display: none !important;
}
