/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


button {
    text-align: unset;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
address,
body,
caption,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
label,
li,
p,
section,
span,
strong,
table,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
/* body,
html {
    overflow-x: hidden;
} */
body {
    line-height: 1;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
}