@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v15-latin-300.eot');
    src: url('../fonts/source-sans-3-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-300.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-300.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-300.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v15-latin-600.eot');
    src: url('../fonts/source-sans-3-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-600.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-600.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-600.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-600.svg#SourceSans3') format('svg');
}
:root {
    font-size: 18px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #323232;
    font: 300 1.125em/1.3em 'Source Sans 3', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 969px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #9ED489;
    overflow: hidden;
}
strong {
    font-weight: 600;
}
.fw400, .big {
    font-weight: 400;
}
h1, h2 {
    font-weight: 300;
}
article p {
    padding-bottom: 1.5rem;
}
h1 {
    margin: 0;
    font-size: 2.75em;
    line-height: 1.1;
    color: #242E5B;
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
    color: #252F5B;
}

h2 + p {
    padding: 0.5rem 0 1rem 2.5rem;
}
h3 {
    background: #20294F;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 0.2rem 0.75rem;
    font-weight: 400;
    font-size: 1.45em;
    line-height: 1;
    margin-bottom: 1.25rem;
}
h3:last-of-type {
    margin-left: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1.5rem;
    list-style: none;
}
li {
    padding-left: 5rem;
}
li:before {
    content: "•";
    font-size: 1em;
    position: relative;
    float: left;
    margin: 0 0 0 -2.5rem;
}
article {
    padding: 1rem 2.5rem 0.5rem;
}
footer {
    padding: 2.5rem 2.5rem 1.25rem;
    background: url('../images/bg.jpg') top left no-repeat, #2B6F24;
}
footer p {
    color: #87C171;
}
.top {
    position: absolute;
    top: 132px;
    left: 350px;
}
.top p {
    color: #fff;
    font-size: 1.3125em;
    line-height: 1.3;
    padding-bottom: 0;
    font-weight: 400;
    text-align-last: justify;
}
.color {
    color: #242E5B;
    display: block;
    font-size: 0.9em;
}
.big {
    font-size: 1.32em;
    line-height: 1.3;
    padding-bottom: 1.2rem;
}
.right p {
    font-size: 0.8em;
    line-height: 1.3;
}
.right p .font {
    font-size: 0.833em;
    line-height: 1.3;
}
.left {
    width: 320px;
    display: inline-block;
}
.right {
    position: absolute;
    bottom: 91px;
    right: 45px;
}
.right+p {
    font-size: 1.17em;
    line-height: 1.3;
}
.row p {
    font-size: 0.9em;
    line-height: 1.3;
}
.row {
    display: flex;
    justify-content: space-between;
}
.qr {
    position: absolute;
    bottom: 276px;
    right: 5.5rem;
}
@media only screen and (max-width:968px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, ul {
        hyphens: auto;
    }
    article {
        padding: 2rem 2rem 1rem;
    }
    .top {
        position: static;
        margin-bottom: 1.5rem;
    }
    h1, .big {
        text-align: center;
    }
    .top p {
        text-align-last: center;
        text-align: center;
    }
    h3:last-of-type {
        text-align: center;
        margin: 0 auto;
        width: fit-content;
        display: block;
    }
    .qr {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }
    footer {
        padding: 2.5rem 2rem 1rem;
    }
    .right {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: static;
        padding-bottom: 1.25rem;
    }
    .nobr {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    .row {
        flex-direction: column;
    }
    .row p, .right+p {
        text-align: center;
    }
}
@media only screen and (max-width:560px) {
    article {
        padding: 1rem;
    }
    footer {
        padding: 2.5rem 1rem 1rem;
    }
    h2 + p {
        padding-left: 0;
    }
    li {
        padding-left: 1.5rem;
    }
    li:before {
        margin-left: -1.5rem;
    }
    .left {
        width: auto;
        display: block;
    }
    .right+p {
        font-size: 0.938em;
        line-height: 1.3;
    }
    .right p {
        text-align: center;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.7em;
    }
    h2 {
        font-size: 1.313em;
    }
    h3 {
        font-size: 1.125em;
    }
    li {
        padding-left: 1rem;
    }
    li:before {
        margin-left: -1rem;
    }
}