@charset "utf-8";
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: local(''), url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    src: local(''), url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff'), url('../fonts/lato-v23-latin-700.ttf') format('truetype'), url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #242021;
    font: 400 1em/1.3 'Lato', Arial, sans-serif;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 685px;
    margin: 1rem auto;
    border: solid 5px #8AC645;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0.2rem 0;
    font-size: 1.3em;
    line-height: 1.2;
    color: #8AC645;
    padding-left: 1rem;
}
h1:before {
    content: "-";
    font-size: 1.3em;
    float: left;
    margin: -4px 0 0 -1rem;
}
h1 span {
    font-weight: normal;
    color: #000;
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.2rem;
}
h3 {
    color: #E83230;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.15;
    margin-bottom: 0.2rem;
}
:is(a:link, a:hover, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
    font-size: 0.875em;
    line-height: 1.3;
}
ul li:before {
    content: url('../images/icon.jpg');
    float: left;
    margin-left: -1rem;
}
article {
    padding: 0.35rem 0.5rem 0;
    position: relative;
}
h3+p {
    text-align: center;
    line-height: 1.5;
    padding-bottom: 0.5rem;
}
article .box-bg {
    background: #8AC645;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 111px;
    padding: 0.1rem 0.2rem 0;
    font-size: 0.8em;
    line-height: 1.3;
    position: absolute;
    right: 1.25rem;
    bottom: 4.75rem;
    transform: rotate(-3deg);
}
.flex {
    display: flex;
    justify-content: start;
    gap: 0 2rem;
    align-items: center;
}
.flex p {
    font-size: 1.4em;
    line-height: 1.3em;
}
footer {
    padding: 0.5rem 0.5rem 0;
}
footer p {
    font-size: 0.815em;
    line-height: 1.3;
}
.qr {
    position: absolute;
    bottom: 4px;
    right: 7px;
}
@media only screen and (max-width:684px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span), h1 span {
        display: inline-block;
    }
    h1 {
        margin-bottom: 0.5rem;
    }
    article br {
        display: none;
    }
    article .box-bg {
        position: static;
        transform: none;
        margin: 0 auto 0.5rem;
        width: 200px;
        padding: 0.25rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: 100%;
    }
    footer :is(p, h2), h1 {
        text-align: center;
    }
    .qr {
        position: static;
        padding-bottom: 0.75rem;
        display: flex;
        justify-content: center;
    }
}