body,
html {
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
img,
main,
menu,
nav,
section {
    display: block
}

*,
::after,
::before {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    vertical-align: baseline
}

img,
svg {
    vertical-align: middle
}

html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl,
ol,
p,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dd {
    margin-left: 0
}

img {
    max-width: 100%;
    height: auto;
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

ol,
ul {
    list-style: none
}

a:active,
a:hover,
a:link,
a:visited {
    outline: 0;
    text-decoration: none;
    color: inherit
}

:focus {
    outline: 0
}

a {
    text-decoration: none
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}