@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot');
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-narrow-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-narrow-v18-latin-regular.woff') format('woff'), url('../fonts/pt-sans-narrow-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-narrow-v18-latin-regular.svg#PTSansNarrow') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v24-latin-700.woff2') format('woff2'), url('../fonts/lato-v24-latin-700.woff') format('woff'), url('../fonts/lato-v24-latin-700.ttf') format('truetype'), url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.2 'PT Sans Narrow', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 685px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
.nopd {
    padding: 0;
}
.visible {
    display: none;
}
h1 {
    margin: 0;
    padding: 0.15rem 1rem;
    font: 700 1.5em/1.2em 'Lato', Arial, sans-serif;
    background: #60BB46;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #000;
}
h2 {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 0.3rem;
    font-weight: normal;
}
header p {
    padding: 0.5rem 1.3rem;
    color: #fff;
    background: #7FC241;
    margin-bottom: 0.5rem;
    text-align: justify;
    hyphens: auto;
}
article {
    padding: 0 1.3rem;
    display: flex;
    justify-content: space-between;
}
article section {
    width: 310px;
}
article section p {
    padding-bottom: 1.375rem;
}
p span {
    color: #7FC241;
}
.pb, footer p {
    padding-bottom: 0.5rem;
}
article section:last-of-type {
    width: 306px;
}
footer {
    position: absolute;
    bottom: 0;
    right: 1.3rem;
    width: 306px;
    display: flex;
    justify-content: space-between;
}
figure {
    position: absolute;
    right: 0;
    top: 2.1rem;
}
@media only screen and (max-width: 684px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1 {
        font-size: 1.25em;
        line-height: 1.3em;
    }
    header p {
        text-align: left;
    }
    .visible {
        display: block;
    }
    article {
        flex-direction: column;
    }
    article br:not(br.block), .invisible {
        display: none;
    }
    article section {
        width: auto !important;
    }
    footer {
        position: static;
        padding: 0 1.3rem;
        width: 400px;
        display: flex;
        justify-content: space-between;
    }
    figure {
        position: static;
        margin-top: 2.1rem;
    }
}
@media only screen and (max-width: 415px) {
    footer {
        width: 100%;
        flex-direction: column;
    }
    figure {
        display: flex;
        justify-content: center;
        margin-top: 0.5rem;
        padding-bottom: 1rem;
    }
}