@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/dosis-v27-latin-700.eot);
    src: local(''), url(../fonts/dosis-v27-latin-700_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/dosis-v27-latin-700.woff2) format('woff2'), url(../fonts/dosis-v27-latin-700.woff) format('woff'), url(../fonts/dosis-v27-latin-700.ttf) format('truetype'), url(../fonts/dosis-v27-latin-700_142a6355461324fd.svg) format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/open-sans-v34-latin-600.eot);
    src: local(''), url(../fonts/open-sans-v34-latin-600_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/open-sans-v34-latin-600.woff2) format('woff2'), url(../fonts/open-sans-v34-latin-600.woff) format('woff'), url(../fonts/open-sans-v34-latin-600.ttf) format('truetype'), url(../fonts/open-sans-v34-latin-600_7517a0fab455381d.svg) format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-v34-latin-regular.eot);
    src: local(''), url(../fonts/open-sans-v34-latin-regular_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/open-sans-v34-latin-regular.woff2) format('woff2'), url(../fonts/open-sans-v34-latin-regular.woff) format('woff'), url(../fonts/open-sans-v34-latin-regular.ttf) format('truetype'), url(../fonts/open-sans-v34-latin-regular_7517a0fab455381d.svg) format('svg');
}

@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_8b7d8b69c993f3aa.eot) 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_7517a0fab455381d.svg) format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: #F0F5F8;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    font-size: 0.9em;
    font-weight: 300;
}

#wrapper {
    margin: 1rem auto;
    max-width: 940px;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

header {
    border-top: #fff 20px solid;
}

.color {
    color: #0497ce !important;
}

article {
    padding: 0 60px;
}

.title {
    background: #BBCF00;
    margin: 0 -3.75rem 2.5rem;
    padding: 28px 60px;
}

.title :is(h1, p){
    color: #fff;
}

.title p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    column-gap: 25px;
    row-gap: 7px;
    font-weight: 400;
}

.title p span:first-of-type {
    background: #fff;
    color: #4f5d60;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    padding: 0.125rem 0.3125rem 0;
    border-radius: 0.125rem;
    display: inline-block;
}

footer {
    padding: 0 3.75rem 1.5625rem;
    color: #4f5d60;
}

footer img {
    vertical-align: middle;
    margin: 0 0 0 0.25rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding: 30px 0 22.25%;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.social div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social p {
    margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 0.88em;
}

.social {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

a.button {
    background-color: #BBCF00;
    color: #fff !important;
    border-radius: 3px;
    width: 250px;
    padding: 0.5rem 0.625rem;
    transition: 0.3s all;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    display: block;
}

a.button:hover {
    text-decoration: none;
    background: #000000;
}

.line {
    border-bottom: 1px solid #2a3763;
    margin: 1.5rem -60px 2rem;
}

.line-gray {
    border-bottom: 1px solid #DCE1E2;
}

h1 {
    margin: 0 0 20px;
    font-size: 2em;
    line-height: 1.9375rem;
    font-family: 'Dosis', Arial, sans-serif;
    text-align: center;
    font-weight: 700;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
}

strong {
    font-weight: 600;
}

p:not(.button, .title p) {
    margin-bottom: 1.0625rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #4B5760;
    text-decoration: none;
    white-space: nowrap;
}

ul li span {
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    padding: 0 0 1rem 0.125rem;
    list-style: none;
}

ul li {
    padding-left: 20px;
    text-align: justify;
    hyphens: auto;
    font-size: 0.9rem;
}

li:before {
    content: "\2022";
    float: left;
    margin-top: 2px;
    font-size: 20px;
    text-indent: -20px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center p {
    text-align: center;
    color: #4B5760;
}

.center img {
    margin-bottom: 1rem;
}

.link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link p {
    font-size: 0.8em;
    line-height: 1rem;
}

@media only screen and (max-width:940px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, p) {
        hyphens: auto;
    }

    ul li {
        text-align: left;
    }

    article {
        padding: 0 1rem 1rem;
    }

    .title {
        margin: 0 -16px 32px;
        padding: 25px 16px;
    }

    .title p span:first-of-type {
        display: inline-block;
    }

    .line {
        margin: 16px -16px 30px;
    }

    footer {
        padding: 0 16px 16px;
    }

}

@media only screen and (max-width:360px) {
    .link {
        flex-direction: column;
        align-items: center;
    }
}