@charset "utf-8";
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v24-latin-regular.eot');
    src: local(''), url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg');
}
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v24-latin-700.eot');
    src: local(''), url('../fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v24-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 1em/1.3 'Roboto Slab', Times, serif;
}
#wrapper {
    position: relative;
    max-width: 735px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 1.5rem 2.5rem 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.4em;
    line-height: 1.1;
}
h1 small {
    font-size: 0.7em;
    font-family: Calibri, sans-serif;
}
h2 {
    font-size: 1.4em;
    line-height: 1.2;
    margin: 0.5rem 0 0;
    color: #B3D334;
}
h1, h2, strong {
    font-weight: 700;
}
header section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
article {
    margin-top: -2rem;
}
article p {
    text-align: left;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left {
    width: 410px;
}
.padding-bottom {
    padding-bottom: 0;
}
.padding-bottom, .small {
    font-size: 1.125em;
    line-height: 1.3;
}
.qr p {
    padding-bottom: 0;
}
.qr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: -7.5rem 2rem 1rem;
    gap: 0.75rem;
}
.big {
    font-size: 1.313em;
}
.bigger {
    font-size: 1.375em;
}
@media only screen and (max-width: 734px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    br {
        display: none;
    }
    h1 {
        font-size: 1.625em;
        line-height: 1.2em;
    }
    p a, span {
        display: inline-block;
    }
    header p {
        text-align: center;
    }
    figure {
        display: flex;
        justify-content: center;
        margin-bottom: 0.7rem;
    }
    h2 {
        font-size: 1.125em;
    }
    article {
        margin: 0;
    }
    .box {
        display: block;
    }
    .left {
        width: 100%;
    }
    p {
        text-align: left;
    }
}