@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v31-latin-500.eot');
    src: url('../fonts/roboto-condensed-v31-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-500.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-500.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-500.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-500.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v31-latin-600.eot');
    src: url('../fonts/roboto-condensed-v31-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v31-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v31-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v31-latin-600.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 500 1.25em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, h2 {
    color: #00755C;
}
#wrapper {
    position: relative;
    max-width: 560px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #BECF4D;
    overflow: hidden;
    padding: 0;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 600;
}

h1 span {
    font-size: 1rem;
    line-height: 1.3;
}
h2 {
    font-size: 2.125em;
    line-height: 1;
    text-align: center;
    font-weight: 500;
}
header {
    padding: 1rem;
}
article {
    margin: 0 1rem -7rem 15rem;
    position: relative;
    z-index: 2;
}

article p {
    font-size: 1.25em;
    line-height: 1.3;
}
figure {
    position: absolute;
    bottom: -1rem;
    right: 2rem;
}
@media only screen and (max-width:559px) {
    #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;
    }
    h2 {
        font-size: 1.75em;
    }
    article {
        margin: 0 1rem;
    }
    br {
        display: none;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
        margin: 1rem 0;
    }
}