@charset "UTF-8";

/* =========================================================
   Reset / Base
========================================================= */

html {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

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

body {
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

main {
    display: block;
}

/* =========================================================
   Typography
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

b {
    font-weight: 600;
}

em {
    font-style: normal;
}

blockquote {
    display: block;
    margin: 1em 40px;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-size: 30px;
    line-height: 1;
}

q::before {
    content: open-quote;
    margin-right: 10px;
    font-size: 30px;
}

q::after {
    content: close-quote;
    margin-left: 10px;
    font-size: 30px;
}

hr {
    height: 1px;
    margin: 20px 0;
    border: 0;
    background: #f5f5f5;
}

/* =========================================================
   Lists
========================================================= */

ul,
ol,
li {
    list-style: none;
}

nav ul,
nav ol {
    list-style: none;
}

/* =========================================================
   Links / Media
========================================================= */

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* =========================================================
   Tables
========================================================= */

table {
    border-collapse: collapse;
    font-family: inherit;
}

th,
td {
    border-collapse: collapse;
}

table th,
table td {
    white-space: nowrap;
}

/* =========================================================
   Forms
========================================================= */

input,
select,
textarea,
button {
    font: inherit;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    width: 100%;
    padding: 5px;
    border: 0;
    line-height: 1.5;
}

input[type="text"] {
    width: 100%;
}

input[type="radio"] {
    width: 20px;
}

input[type="date"] {
    color: #222;
}

input[type="submit"],
input[type="button"] {
    width: 100%;
    padding: 5px;
    border: 0;
    font-size: 1em;
    letter-spacing: 0.2em;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    color: inherit;
    border-radius: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    min-height: 200px;
    font-weight: normal;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    color: inherit;
    text-align: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

button:focus {
    outline: none;
}

form img {
    vertical-align: middle;
}
