@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v47-latin-700.eot'); 
    src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), 
         url('../fonts/roboto-v47-latin-700.woff') format('woff'),
         url('../fonts/roboto-v47-latin-700.ttf') format('truetype'),
         url('../fonts/roboto-v47-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.431em;
    font-weight: 400
}

#wrapper {
    position: relative;
    max-width: 54.375rem;
    margin: 1rem auto;
    border: none;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 1.437rem #A6A6A6;
}

p {
    text-align: left;
}

:is(a:link, a:visited, a:active) {
    color: #0F2A46;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

a.link-rot {
    color: #E84248;
    font-size: 1.231em;
    font-weight: bold;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 1rem 0;
}

h2 {
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 22px 0;
}

h2 span {
    font-size: 1rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.231em;
    margin: 20px 0;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 1rem 2rem 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between
}

.left {
    width: 71%
}

article {
    padding: 0 2rem;
}

article img {
    display: block;
}

footer {
    margin: 1rem 2rem 1.5rem;
    background-color: #EFEFEF;
    padding: 0.5rem 1rem;
}

footer p {
    text-align: center;
}

.color {
    padding: 0.5rem 1.5rem;
    background-color: #EFEFEF;
    margin: 0 0 1rem;
}

.white {
    padding: 0.5rem 1.5rem;
    margin: 0 0 1rem;
}

.logo {
    margin-top: 1rem;
}

ul {
    padding-left: 2rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    margin-left: -.937rem;
    font-size: 1.312rem;
}

a.apply {
    width: 12.5rem;
    line-height: 3.125rem;
    display: block;
    text-align: center;
    background: #E84248;
    margin: 1rem auto;
    color: #fff;
    font-weight: bold;
}

a.apply:hover {
    background-color: #F37C8A;
    text-decoration: none;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:53.687rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 1rem 0
    }
}

@media only screen and (max-width:48.75rem) {
    header {
        flex-direction: column;
        align-items: center;
        padding: 1rem 1rem 10px;
    }

    header p,
    h1 {
        text-align: center;
    }

    h1,
    h2 {
        font-size: 1.375rem
    }

    h3 {
        font-size: 18px;
        margin: 10px 0 5px;
    }

    .left {
        width: 100%
    }

    article {
        padding: 0 1rem;
    }

    footer {
        margin: 1rem;
    }

    .white {
        padding: 8px 1rem;
        margin-bottom: 0
    }

    .logo {
        margin: 0 auto 1rem;
    }
}

@media only screen and (max-width:31.25rem) {
    ul {
        padding-left: 1rem;
    }

    .color {
        padding: 10px 1rem;
        margin: 0;
    }

    .white {
        padding: 10px 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width:31.25rem) {
    a.apply {
        width: 100%;
    }
}
