@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Contrail+One');

:root {

    /* colors */

    --colorOrange: #f8a404;
    --colorOrangeLight: #fee299;
    --colorBlack: #505050;
    --colorWhite: white;

}

html {
    color: var(--colorBlack);
    font-size: 14pt;
    font-family: "Source Sans Pro", sans-serif;
}

body {
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
    vertical-align: text-bottom;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "Contrail One", sans-serif;
    line-height: 1.1;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

h5 {
    font-size: 2rem;
}

@media all and (max-width: 568px) {

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.6rem;
    }

    h5 {
        font-size: 1.4rem;
    }

    h6 {
        font-size: 1.2rem;
    }

}

h6 {
    font-size: 1.4rem;
}

p {
    margin-top: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    outline: none;
    color: inherit;
}

a:focus {
    outline: none;
}

a[href^="tel"] {
    text-decoration: none;
}

a[href^="#"] {
    text-decoration: dashed;
}

address {
    font-style: inherit;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

/* common */

.hidden {
    visibility: hidden;
}

@media all and (min-width: 1024px) {

    .wrap .grid {
        max-width: 1010px;
    }

}

.background-orange {
    background-color: var(--colorOrange);
}

.background-orange h1,
.background-orange h2,
.background-orange h3,
.background-orange h4,
.background-orange h5,
.background-orange h6 {
    color: var(--colorOrangeLight);
}

.background-orange-light {
    background-color: var(--colorOrangeLight);
}

.background-orange-light h1,
.background-orange-light h2,
.background-orange-light h3,
.background-orange-light h4,
.background-orange-light h5,
.background-orange-light h6 {
    color: var(--colorOrange);
}

.navigation span.navigation-item {
    position: relative;
    z-index: 100;
    display: inline-block;
    padding: 0.02em 0.5em;
    padding-top: 0.01em;
    min-width: 8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.background-orange .navigation span.navigation-item {
    background-color: var(--colorOrangeLight);
    color: var(--colorOrange);
}

.background-orange-light .navigation span.navigation-item {
    background-color: var(--colorOrange);
    color: var(--colorWhite);
}

@media all and (max-width: 568px) {

    .grid.navigation .unit {
        padding: 0 !important;
    }

    .grid.navigation .unit span.navigation-item {
        width: 100%;
        padding: 0;
    }

}

.title {
    margin-top: 0;
}

/* skew */

@media all and (max-width: 568px) {

    .skewed-on-mobiles {
        position: relative;
        z-index: 100;
    }

    .skewed-on-mobiles:before,
    .skewed-on-mobiles:after {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: inherit;
        content: '';
    }

    .skewed-on-mobiles:before {
        top: 0;
        transform: skewY(-4deg);
        transform-origin: left top;
    }

    .skewed-on-mobiles:after {
        bottom: 0;
        transform: skewY(-4deg);
        transform-origin: right bottom;
    }

}

@media all and (min-width: 568px) {

    .skewed {
        position: relative;
        z-index: 100;
    }

    .skewed:before,
    .skewed:after {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: inherit;
        content: '';
    }

    .skewed:before {
        top: 0;
        transform: skewY(4deg);
        transform-origin: right top;
    }

    .skewed:after {
        bottom: 0;
        transform: skewY(-4deg);
        transform-origin: right bottom;
    }

}

@media all and (min-width: 568px) {

    .skewed + .wrap:not(.skewed) {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

}


@media all and (min-width: 980px) {

    .skewed + .wrap:not(.skewed) {
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

}

@media all and (min-width: 1280px) {

    .skewed + .wrap:not(.skewed) {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

}

@media all and (min-width: 1420px) {

    .skewed + .wrap:not(.skewed) {
        padding-top: 6rem;
        padding-bottom: 10rem;
    }

}

/* step-out */


@media all and (max-width: 568px) {

    picture {
        overflow: hidden;
    }


    picture.step-out {
        position: relative;
    }

    picture.step-out img {
        display: block;
        max-width: none;
        width: 120%;
    }

    picture.step-out.step-out-left img {
        float: right;
    }

    picture.step-out.step-out-right img {
        float: left;
    }

}

/* download link */

a.download-link {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Contrail One", sans-serif;
}

a.download-link:before {
    position: absolute;
    top: -0.1em;
    left: -1em;
    color: var(--colorOrange);
    content: '\f105';
    font-family: "Font Awesome 5 Free";
}

/* contact link */

.contact a {
    color: var(--colorOrange);
    font-family: "Contrail One", sans-serif;
}