@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ysabeau-office-v4-latin-regular.eot');
    src: url('../fonts/ysabeau-office-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ysabeau-office-v4-latin-regular.woff2') format('woff2'), url('../fonts/ysabeau-office-v4-latin-regular.woff') format('woff'), url('../fonts/ysabeau-office-v4-latin-regular.ttf') format('truetype'), url('../fonts/ysabeau-office-v4-latin-regular.svg#YsabeauOffice') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/ysabeau-office-v4-latin-500.eot');
    src: url('../fonts/ysabeau-office-v4-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/ysabeau-office-v4-latin-500.woff2') format('woff2'), url('../fonts/ysabeau-office-v4-latin-500.woff') format('woff'), url('../fonts/ysabeau-office-v4-latin-500.ttf') format('truetype'), url('../fonts/ysabeau-office-v4-latin-500.svg#YsabeauOffice') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Ysabeau Office';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/ysabeau-office-v4-latin-800.eot');
    src: url('../fonts/ysabeau-office-v4-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/ysabeau-office-v4-latin-800.woff2') format('woff2'), url('../fonts/ysabeau-office-v4-latin-800.woff') format('woff'), url('../fonts/ysabeau-office-v4-latin-800.ttf') format('truetype'), url('../fonts/ysabeau-office-v4-latin-800.svg#YsabeauOffice') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #006155;
    font: 400 1em/1.3em 'Ysabeau Office', Arial, sans-serif;
    text-align: center;
}
h1, strong {
    font-weight: 800;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #FEE612;
    overflow: hidden;
}
p {
    padding-bottom: 1.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.625em;
    line-height: 1.3;
    font-weight: 500;
}
h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-block: 2rem;
    text-transform: uppercase;
}
h2 span {
    background: #fff;
    padding: 0 0.75rem;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
header {
    display: flex;
    justify-content: center;
    padding: 2rem;
}
.bg {
    text-align: left;
    margin: 0 0 0 -2rem;
    font-size: 1.25em;
    line-height: 1.3;
    padding-bottom: 1rem;
    position: relative;
    z-index: 2;
}
.bg span {
    background: #006155;
    color: #fff;
    text-align: left;
    padding: 0 0.75rem 0 2rem;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
figure {
    display: flex;
    align-items: flex-start;
    margin-bottom: -10rem;
    position: relative;
    z-index: 2;
}
figure > img {
    margin: -0.75rem 1rem 0;
}
article {
    padding: 0 2rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    figure {
        margin: 0;
    }
    h2 br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.75em;
    }
    header {
        padding: 1rem;
    }
    article {
        padding: 0 1rem;
    }
}