@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500.eot');
    src: url('../fonts/roboto-condensed-v27-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-500.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-500.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-500.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-500.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');
}
@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.eot');
    src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satisfy-Regular.woff2') format('woff2'),
        url('../fonts/Satisfy-Regular.woff') format('woff'),
        url('../fonts/Satisfy-Regular.ttf') format('truetype'),
        url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 500 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 755px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #0073B9;
    background-size: cover;
    overflow: hidden;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1.35rem;
}
h1 {
    margin: 0;
    padding: 0 2.5rem;
    font: 700 2.6em/1em Arial, sans-serif;
    text-align: right;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    text-transform: uppercase;
}
h3 {
    font: 700 2.3em/1em 'Satisfy', Arial, sans-serif;
    text-align: center;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.7rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.hl {
    border-block: 4px solid #fff;
    background: #EE1D23;
    margin: 1rem -3.5rem -1.3rem;
    padding: 0.5rem 3.5rem;
    transform: rotate(-3deg);
    box-shadow: 1px 1px 9px 1px #1E2228;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left, .right {
    width: 48%;
}
.apply {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    color: #EE1D23;
    background: #fff;
    border: 2px solid #0073B9;
    position: absolute;
    left: 1.75rem;
    top: 19rem;
    font-size: 2.2em;
    line-height: 1.1;
    font-weight: 700;
    transform: rotate(-11deg);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 9px 1px #1E2228;
}
header {
    padding: 0;
}
article {
    padding: 0.5rem 2.5rem;
    background: #0073B9;
}
footer {
    padding: 4.5rem 1rem 0;
    background: #0073B9 url('../images/bg.jpg') no-repeat;
}
footer p {
    text-align: center;
    font-size: 2em;
    line-height: 1.3;
    padding-bottom: 0.75rem;
}
figure {
    margin: 0;
}
@media only screen and (max-width:754px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    h1 {
        text-align: center;
        padding: 0 0.5rem;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: 100%;
    }
    .apply {
        position: static;
        margin: 0 auto 2rem;
    }
    article {
        padding: 0.5rem 2rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0.5rem 1rem;
    }
    h1, h3, footer p {
        font-size: 1.7em;
        line-height: 1.1;
    }
}