@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/dosis-v34-latin-700.eot);
    src: url(../fonts/dosis-v34-latin-700_8b7d8b69c993f3aa.eot) format('embedded-opentype'), url(../fonts/dosis-v34-latin-700.woff2) format('woff2'), url(../fonts/dosis-v34-latin-700.woff) format('woff'), url(../fonts/dosis-v34-latin-700.ttf) format('truetype'), url(../fonts/dosis-v34-latin-700_142a6355461324fd.svg) format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.ins {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.25em;
    line-height: 1.3;
}
h2 {
    font-size: 1.6em;
    line-height: 1.3em;
    margin: 1rem 0;
    color: #801b75;
}
h1, h2 {
    font-family: 'Dosis', Arial, sans-serif;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 2rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
.color {
    color: #801b75;
}
figure {
    position: relative;
}
figure:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
header a {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}
article {
    padding: 2rem;
}
.abs {
    position: absolute;
    top: 12rem;
    left: 2rem;
    z-index: 3;
}
.abs img {
    margin-right: 0.25rem;
    vertical-align: bottom;
}
.abs :is(p, h1) {
    color: #fff;
}
.abs p {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
footer {
    padding: 2rem;
    display: flex;
    justify-content: center;
}
a.apply {
    display: inline-block;
    padding: 1rem 5rem;
    background: #000;
    color: #fff;
    border-radius: 0.25rem;
}
@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;
    }
    .abs {
        position: static;
        background: #000000bd;
        padding: 2rem;
    }
}
@media only screen and (max-width:480px) {
    .abs, article, footer {
        padding: 1rem;
    }
    li {
        padding-left: 1rem;
    }
}