@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font: 400 16px/1.5 'Roboto', Arial, sans-serif;
}

#wrapper {
    position: relative;
    max-width: 920px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 3rem 3rem 2rem;
}

strong {
    font-weight: 700;
}

:is(h1, h2, h3) {
    font-weight: normal;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}

p {
    padding-bottom: 16px;
}

p,
ul li {
    text-align: justify;
    hyphens: auto
}

h1 {
    margin: 16px 0;
    font-size: 35px;
    line-height: 1.1;
    text-transform: uppercase;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0.75rem 0;
}

h3 {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

ul {
    list-style: none;
    margin: 0.5rem 0 1rem;
}

ul li {
    padding: 0 0 0 1.25rem;
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -1.25rem;
    color: #F18C00;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a.color {
    color: #3379B7;
}

.upp p {
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

.info {
    position: absolute;
    left: 66%;
    top: 160px;
    width: 230px;
}

header {
    position: absolute;
    left: 64%;
    top: 3rem;
    z-index: 1;
}

article .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

article .flex:before {
    content: '';
    position: absolute;
    top: 0;
    left: 64%;
    width: 2px;
    height: 100%;
    background: #F08B00;
}

article .flex .box {
    width: 62%;
}

article .flex .box-right {
    width: 278px;
    position: absolute;
    top: 45%;
    left: 66%;
}

article figure {
    margin: -8px 0 8px;
}

footer h2 {
    margin-bottom: 1.5rem;
}

.apply a {
    display: inline-block;
    background: #0088C1;
    color: #fff;
    padding: 0.5rem;
}

iframe {
    display: block;
    width: 100%;
    height: 28.125rem;
}


.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 52.4%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}


.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 919px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    p,
    ul li {
        text-align: left;
    }

    p :is(a, span) {
        display: inline-block;
    }

    header {
        position: absolute;
        left: 65%;
        top: 2rem;
        z-index: 1;
    }
}

@media only screen and (max-width: 780px) {
    header {
        display: flex;
        justify-content: center;
        padding-bottom: 1.5rem;
    }

    article .flex {
        display: block;
    }

    article .flex .box,
    .info,
    article .flex .box-right {
        width: 100%;
    }

    header,
    .info,
    article .flex .box-right {
        position: static;
    }

    article .flex .box-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    article .flex .box-right p {
        text-align: center
    }

    article .flex:before,
    li br,
    h1 br,
    .info br,
    .none {
        display: none;
    }

    h1 {
        margin: 0 0 2rem;
        font-size: 2em;
        text-align: center;
    }

    .apply {
        margin-left: 0;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    ul {
        padding-left: 0;
    }

    h1 {
        font-size: 1.6em;
    }
}