@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.4em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 883px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
:is(h1, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
p {
    padding-bottom: 0.7rem;
}
section p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 2.9em;
    line-height: 1.1;
    margin: 0 -1rem 1rem;
    padding: 0.75rem 1rem;
    color: #fff;
    background: #57585A;
}
h1 span {
    font-size: 1.4rem;
    display: block;
    margin-top: 0.25rem;
}
img {
    max-width: 100%;
    height: auto;
}
main {
    background: #ECECEE;
    padding: 1.5rem 1rem 0.25rem;
    width: 593px;
}
header {
    margin: 0 -3.5rem 0.75rem 0;
    display: flex;
    justify-content: flex-end;
}
section {
    position: absolute;
    top: 4.75rem;
    right: 1rem;
    width: 255px;
}
.qr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 0.5rem;
}
.qr p {
    text-align: right;
    font-size: 0.9em;
    line-height: 1.3em;
}
.pb {
    padding-bottom: 0.25rem;
}
.font {
    font-size: 1.125em;
}
footer {
    padding: 28rem 1rem 0.5rem 0;
}
@media only screen and (max-width:882px) {
    #wrapper {
        margin: 0 auto;
        display: block;
        border: none;
    }
    p a {
        display: inline-block;
    }
    h1 {
        padding: 1rem;
        margin: 0 -1rem 1rem;
        text-align: center;
    }
    main {
        width: 100%;
    }
    header {
        margin: 0 0 1rem;
        justify-content: center;
    }
    section {
        position: static !important;
        background: #FFF;
        margin: 0 -1rem -1rem;
        padding: 1rem;
        width: auto;
    }
    .qr {
        align-items: center;
        padding-bottom: 0;
    }
    br {
        display: none;
    }
    .block br {
        display: initial;
    }
    footer {
        position: absolute;
        right: 1rem;
        bottom: 0.5rem;
        padding: 0;
    }
}
@media only screen and (max-width:650px) {
    h1 {
        font-size: 2.5em;
    }
}
@media only screen and (max-width:500px) {
    h1 {
        font-size: 2em;
    }
    section p {
        text-align: center;
    }
    figure {
        display: flex;
        justify-content: center;
        gap: 0.375rem;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
        padding: 0.5rem 1rem 1rem;
    }
}