@charset "utf-8";
/* saira-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/saira-v21-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/saira-v21-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/saira-v21-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/saira-v21-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/saira-v21-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/saira-v21-latin-regular.svg#Saira') format('svg');
    /* Legacy iOS */
}
/* saira-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Saira';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/saira-v21-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/saira-v21-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/saira-v21-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/saira-v21-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/saira-v21-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/saira-v21-latin-700.svg#Saira') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #404041;
    font: 400 1.1em/1.3em 'Saira', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 730px;
    margin: 1rem auto;
    border: solid 2px #ABABAB;
    background: url('../images/bg.jpg') no-repeat top left, url('../images/bg2.jpg') bottom left no-repeat #000;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1, h2, strong, header p {
    font-weight: 700;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1em;
    line-height: 1.1;
    background: #FFF;
    padding: 2rem 1rem 1rem 1.5rem;
    right: 1rem;
    margin-left: 5rem;
}
h1 span, h3 {
    font-weight: 400;
}
h1:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: -3px 0 0 -1rem;
    color: #3A75BB;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    padding: 0.5rem 5rem 0.5rem 1rem;
    color: #FFF;
    background: #3A75BB;
    position: absolute;
    top: -2.9rem;
    left: 0.5rem;
}
h3 {
    font-size: 2.6em;
    line-height: 1;
    color: #FFF;
    position: absolute;
    top: -23.6rem;
    left: 1.5rem;
}
strong {
    color: #C4165A;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 1.5rem 2rem 1rem;
    background: #FFF;
    margin-top: 1.3rem;
    position: relative;
}
header p {
    position: absolute;
    bottom: 0rem;
    right: 3rem;
    color: #404041;
    font-size: 1.2em;
    line-height: 1.3em;
    font-weight: 600;
}
article {
    padding: 0 2rem 2rem;
}
article div.box>p:nth-of-type(1) {
    color: #FFF;
}
article figure {
    margin: 0 -2rem 0;
}
article div.box {
    position: relative;
    z-index: 1;
    margin-top: -4.5rem;
}
article .qr {
    position: absolute;
    bottom: 0rem;
    left: 8rem;
    padding: 2rem 2rem 1rem 4rem;
    width: 167px;
    background: url('../images/bg.png') no-repeat bottom left;
}
.last {
    margin: 4rem 1rem 0;
}
.last p {
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2em;
    padding-bottom: 0.5rem;
}
footer {
    position: absolute;
    right: 2rem;
    bottom: 0rem;
    z-index: 666;
}
@media only screen and (max-width:729px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: url('../images/bg.jpg') no-repeat top left #000;
    }
    h1 {
        margin: 0 0 1rem;
        padding: 1rem 1rem 1rem 2rem;
    }
    h2 {
        padding: 1rem;
    }
    h3 {
        font-size: 1.5em;
        margin-bottom: 1rem;
        line-height: 1.2em;
    }
    header a img {
        display: block;
        margin: 0 auto 1rem;
    }
    p, h3 {
        text-align: center !important;
    }
    header p, h3, footer, h2, footer>img, article .qr  {
        position: static;
    }
    footer img {
        display: block !important;
        margin: 1rem auto;
    }
    article {
        padding-bottom: 0;
    }
    article div.box {
        margin: 1rem 0;
    }
    article .qr {
        display: block;
        margin: -1.5rem auto 1rem;
    }
    .last {
        margin: 0;
    }
    br {
        display: none;
    }
    .hide_m{
        display: block;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0 1rem;
    }
}