html {
    background: #f1f2f7;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}
*, :after, :before {
    box-sizing: border-box;
    outline: none!important;
}
p {
    line-height: 2;
}
h1,
.heading-1 {
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    h1,
    .heading-1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    h1,
    .heading-1 {
        font-size: 46px;
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    h1,
    .heading-1 {
        font-size: 54px;
    }
}

@media (min-width: 1200px) {
    h1,
    .heading-1 {
        font-size: 58px;
    }
}

@media (min-width: 1600px) {
    h1,
    .heading-1 {
        font-size: 68px;
        line-height: 1.17647;
    }
}

h2,
.heading-2 {
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0;
}

@media (min-width: 576px) {
    h2,
    .heading-2 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    h2,
    .heading-2 {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    h2,
    .heading-2 {
        font-size: 48px;
        line-height: 1.33333;
    }
}

h3,
.heading-3 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    h3,
    .heading-3 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (min-width: 1200px) {
    h3,
    .heading-3 {
        font-size: 36px;
        line-height: 1.33333;
    }
}

h3 .big,
.heading-3 .big {
    font-size: 2em;
    line-height: 1;
}

h4,
.heading-4 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}

@media (min-width: 1200px) {
    h4,
    .heading-4 {
        font-size: 24px;
        line-height: 1.33333;
    }
}

h4.h4-smaller,
.heading-4.h4-smaller {
    font-size: 19px;
}

@media (min-width: 1200px) {
    h4.h4-smaller,
    .heading-4.h4-smaller {
        font-size: 22px;
        line-height: 1.45455;
    }
}

h5,
.heading-5 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .01em;
}

@media (min-width: 768px) {
    h5,
    .heading-5 {
        font-size: 20px;
        line-height: 1.4;
    }
}

h6,
.heading-6 {
    font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #aeb1be;
}

@media (min-width: 768px) {
    h6,
    .heading-6 {
        font-size: 16px;
        line-height: 1.5;
    }
}
