@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300.eot');
    src: url('../fonts/open-sans-v40-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-300.woff') format('woff'), url('../fonts/open-sans-v40-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-300.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/dosis-v32-latin-700.eot');
    src: url('../fonts/dosis-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/dosis-v32-latin-700.woff2') format('woff2'), url('../fonts/dosis-v32-latin-700.woff') format('woff'), url('../fonts/dosis-v32-latin-700.ttf') format('truetype'), url('../fonts/dosis-v32-latin-700.svg#Dosis') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4f5d60;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    background: #F0F5F8;
    font-weight: 300;
}

#wrapper {
    margin: 16px auto;
    max-width: 940px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

header {
    padding: 20px 30px 30px;
}

.logo {
    display: flex;
    justify-content: center;
    margin: 0 0 35px;
}

article {
    padding: 0 60px;
}

figure {
    margin: 0 -60px;
}

.flexbox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 35px 0 29px;
}

.flexbox img {
    margin-bottom: 8px;
}

.flexbox p {
    color: #5eb647;
    text-align: center;
    font-size: 14px;
}

.center {
    text-align: center;
    margin-bottom: 25px;
}

.button {
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    padding: 0.6em 4em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    background-color: #5eb647;
}

a.button:hover {
    color: #5eb647 !important;
    background-color: #0085ca !important;
}

footer {
    border-top: 1px solid #f1f3f4;
    padding: 33px 35px 35px;
}

footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    gap: 15px;
}

footer div p {
    font-size: 13px;
}

footer div p:last-of-type img {
    vertical-align: middle;
    margin: 0 0 0 5px;
}

footer a {
    color: #5eb647 !important;
}

:is(strong, h2, .button) {
    font-weight: 600;
}

p {
    padding-bottom: 15px;
}

h1 {
    margin: 0 0 15px;
    font-size: 29px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    color: #5eb647;
    font-family: 'Dosis', Arial, sans-serif;
}

h1 span {
    white-space: nowrap;
}


h1+p {
    display: flex;
    gap: 10px;
    color: #5eb647;
    text-align: center;
    justify-content: space-around;
    padding: 0 157px;
    font-size: 90%;
    align-items: center;
    font-weight: 400;
}

h1+p>span:nth-of-type(1) {
    color: #4f5d60;
    font-size: 70%;
    text-transform: uppercase;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: #5eb647;
    margin: 49px 0 14px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #4f5d60;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 18px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-size: 20px;
    line-height: 1.2;
    text-indent: -16px;
}

ul li ul li:before {
    content: "\00b0";
    font-size: 16px;
    margin-top: 5px;
}

ul li ul {
    margin: 0;
}

@media only screen and (max-width:938px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    header {
        padding: 16px;
    }

    article {
        padding: 0 16px;
    }

    figure {
        margin: 0 -16px 16px;
    }

    footer {
        padding: 32px 16px 16px;
    }

    h1+p {
        padding: 0;
        line-height: 1.6;
    }

    h2:first-of-type {
        margin-top: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }
}

@media only screen and (max-width:490px) {
    .logo {
        justify-content: center;
    }

    footer div {
        flex-direction: column;
        align-items: center;
    }

    h1+p {
        display: block;
    }

    :is(h1+p span, .center small) {
        display: block;
    }
}