@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v34-latin-700.eot');
    src: url('../fonts/roboto-slab-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-700.svg#RobotoSlab') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.125em/1.5em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat bottom left;
    overflow: hidden;
}
:is(h1, h2, h3, h4) {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    padding-bottom: 1.125rem;
}
p a.white {
    color: #FFF;
}
h1 {
    margin: 0 -2rem 2.5rem 0;
    font-size: 1.25em;
    line-height: 1.3;
}
:is(h1, h2, a.color) {
    color: #EE1D23;
}
h1 span {
    font-size: 2em;
    line-height: 1.1;
    margin-left: -4.5rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    color: #939598;
}
h4 {
    font-size: 1.1em;
    line-height: 1.3;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
article {
    padding: 2rem 3rem 11rem 10.25rem;
}
.qrc {
    position: absolute;
    bottom: 18rem;
    right: 3rem;
}
footer {
    position: relative;
}
footer p {
    position: absolute;
    bottom: 7.75rem;
    left: 7rem;
    transform: rotate(-7deg);
    font-size: 1.25em;
    line-height: 1.3em;
    color: #fff;
}
footer {
    padding: 0 0 2rem 10rem;
}
footer figure {
    position: absolute;
    bottom: 1rem;
    right: 2rem
}
@media only screen and (max-width:799px) {
    body {
        font-size: 1em;
        line-height: 1.3em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #FFF;
    }
    h1 {
        margin: 0 0 2rem;
    }
    h1 span {
        font-size: 2em;
        margin-left: 0;
    }
    article {
        padding: 1rem;
    }
    .hide_m {
        display: none;
    }
    p {
        hyphens: auto;
    }
    footer {
        background: #000;
        padding: 0 1rem 1rem;
    }
    footer p {
        position: static;
        background: #ED1B24;
        padding: 1rem;
        margin: 0 -1rem 3.5rem;
        transform: rotate(0);
    }
    .qrc{
        bottom: 14rem;
    }
}
@media only screen and (max-width:530px) {
    .qrc{
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    footer figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
    h1 span {
        font-size: 2.25rem;
    }
    h3, footer p {
        text-align: center;
    }
    footer p {
        margin-bottom: 1rem;
    }
}