@charset "utf-8";
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-regular.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-regular.woff') format('woff'),
        url('../fonts/jost-v14-latin-regular.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-700.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-700.woff') format('woff'),
        url('../fonts/jost-v14-latin-700.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Jost', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}
h1, h2, strong {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1, h2 {
    text-transform: uppercase;
    color: #FFF;
}
h1 {
    margin: 1rem 0 0.5rem;
    font-size: 2.692em;
    line-height: 1.1;
    text-transform: uppercase;
    position: relative;
}
h1 small {
    font-size: 38%;
}
h1 span, h1 small {
    font-weight: 400;
    display: block;
}
h1 span {
    font-size: 0.3em;
    line-height: 1.3em;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 2.1rem;
    right: 3.6rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    position: relative;
}
article {
    padding: 0 3rem 2rem;
}
article section:last-of-type a img {
    position: absolute;
    top: 19.5rem;
    left: 3.8rem;
    border-radius: 5px;
}
article section:last-of-type p {
    position: absolute;
    top: 21.8rem;
    left: 10.2rem;
    font-size: 0.85em;
    line-height: 1.3em;
}
article p {
    font-size: 0.75em;
    line-height: 1.3em;
    padding-bottom: 0.3rem;
}
article section:last-of-type p a.white, article section:last-of-type p {
    color: #FFF;
}
article section:first-of-type {
    position: absolute;
    top: 16.2rem;
    left: 31.3rem;
}
footer {
    padding: 0 1rem;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}
@media only screen and (max-width:929px) {
    body {
        text-align: center;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    article {
        padding: 1rem 2rem;
    }
    article section:first-of-type, h1 span, footer, article section:last-of-type a img, article section:last-of-type p {
        position: static;
    }
    h1, h2, article section:last-of-type p a.white, article section:last-of-type p {
        color: #000;
    }
    h1 span {
        transform: rotate(0);
    }
    h1 {
        font-size: 1.5em;
        line-height: 1.2;
    }
    h1 small, h1 span {
        font-size: 0.7em;
        display: inline-block;
        line-height: 1.2em;
    }
    p :is(a, span) {
        display: inline-block;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem;
    }
    article p{
        font-size: 0.85em;
    }
}