*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

table {
    border-spacing: 0;
    word-break: normal;
    border-collapse: collapse;
}

a, input, button, select, textarea {
    outline: none;
}

select, textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a, button, [role="button"], input[type="button"], input[type="submit"], input[type="reset"] {
    cursor: pointer;
}

*, *:focus, *:active, a:link, a:hover, a:visited {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

*, a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
}



h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    text-rendering: optimizeLegibility;
}

p {
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 34px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    font-family: -apple-system, 'Titillium Web', sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #242424;
    font-weight: normal;
    position: relative;
}

