@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Fira Sans', Arial, sans-serif;
}
h1 span, h2 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 530px;
    margin: 1rem auto;
    border: solid 2px #05B491;
    background: #fff;
    overflow: hidden;
    padding: 1rem 1rem 0.5rem;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
}
h1 span {
    font-size: 1.375em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    text-decoration: underline;
}
ul {
    padding: 0 0 0.75rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "-";
    float: left;
    margin: -1px 0 0 -0.625rem;
}
header {
    padding-bottom: 0.5rem;
}
figure {
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
}
a.btn {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    padding: 0.125rem 0.5rem 0;
    background: #05B491;
    color: #fff;
    font-size: 1.75em;
    line-height: 1.3;
}
a.btn:after {
    left: 100%;
    top: 0;
    content: "";
    position: absolute;
    border-top: 19.2px solid transparent;
    border-bottom: 19.2px solid transparent;
    border-left: 16px solid #05B491;
}
footer p {
    font-size: 0.75rem;
    line-height: 1.3;
}
@media only screen and (max-width: 529px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
    }
    a.btn:after {
        display: none;
    }
    footer p {
        font-size: 0.875em;
    }
}