@charset "utf-8";
@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.eot?#iefix') 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.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #0D4F4F;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.375em;
    line-height: 1.5;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 1.5em;
    line-height: 1.3;
    background: #F3C44B;
    color: #0D4F4F;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: 2rem;
}
h2 + p {
    font-size: 1.375em;
}
h3 {
    font-size: 2.25em;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 1rem;
    color: #F3C44B;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header figure {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
main {
    padding: 1rem;
    flex: 1;
}
article figure {
    margin: 0;
    position: absolute;
    right: 1.5rem;
    top: 13.5rem;
}
.fa-facebook {
    font-size: 2em;
    color: #F3C44B;
}
.social {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.circle {
    background: #F3C44B;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.5em;
    color: #0D4F4F;
    text-align: center;
    padding: 0.25rem 0;
}
.abs {
    position: absolute;
    bottom: 0.5rem;
    right: 9rem;
}
.abs p {
    font-size: 0.75em;
    line-height: 1.3;
}
footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer p {
    font-size: 0.8125em;
    padding: 0;
    line-height: 1.5;
}
footer figure {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer figure > img {
    margin: 0 0 -0.375rem 3.5rem;
}
footer figcaption {
    color: #F3C44B;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}
.logo {
    padding-right: 1.5rem;
    border-right: 1px solid #F3C44B;
}
@media only screen and (max-width:849px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    article figure {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    .abs {
        position: static;
    }
}
@media only screen and (max-width:630px) {
    #wrapper {
        flex-direction: column;
    }
    h3, header figure {
        position: static;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    main {
        width: 100%;
        padding: 1rem;
    }
    h3 {
        font-size: 1.4em;
    }
}