@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v27-latin-600.eot');
    src: url('../fonts/roboto-condensed-v27-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-600.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
h1, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
}
p :is(span, a) {
    display: inline-block;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.5em;
    line-height: 1.1em;
}
h1 span {
    display: block;
    font-weight: 600;
    font-size: 0.825em;
}
h2 {
    font: bold 1.875em/1.3 Arial, sans-serif;
    margin-bottom: 0.125rem;
}
ul {
    padding: 0;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    color: #FDE900;
    float: left;
    font-size: 1.3em;
    margin: -1px 0 0 -0.75rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 0 1rem;
    margin-bottom: 1rem;
}
article {
    padding: 1rem 2rem;
}
.apply {
    padding: 1rem 2rem 0.5rem 1rem;
    background: #000;
    position: absolute;
    bottom: 4rem;
    right: -0.5rem;
    transform: rotate(-4deg);
}
.apply :is(p, h2) {
    color: #fff;
}
footer p {
    padding: 0.75rem 2rem;
    background: #556168;
    color: #fff;
    font: 0.875em/1.3 Arial, sans-serif;
    text-align: justify;
    text-align-last: justify;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    article br {
        display: none;
    }
    .apply {
        padding: 1rem 1rem 0.5rem;
        transform: none;
        position: static;
    }
    .flex {
        flex-direction: column;
    }
    figure {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    footer p {
        text-align: center;
        text-align-last: center;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem;
    }
}