@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v18-latin-regular.eot');
    src: url('../fonts/inter-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v18-latin-regular.woff2') format('woff2'), url('../fonts/inter-v18-latin-regular.woff') format('woff'), url('../fonts/inter-v18-latin-regular.ttf') format('truetype'), url('../fonts/inter-v18-latin-regular.svg#Inter') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v18-latin-700.eot');
    src: url('../fonts/inter-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v18-latin-700.woff2') format('woff2'), url('../fonts/inter-v18-latin-700.woff') format('woff'), url('../fonts/inter-v18-latin-700.ttf') format('truetype'), url('../fonts/inter-v18-latin-700.svg#Inter') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 0.9375em/1.3em 'Inter', Arial, sans-serif;
    background: #133d60;
}
#wrapper {
    position: relative;
    max-width: 980px;
    margin: 1rem auto;
    background: #112D43;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #009fe3;
    text-decoration: underline 1px dotted #009fe3;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 2.5em;
    line-height: 1.1em;
    background: -webkit-linear-gradient(45deg, #1894D1, #EDF0F1);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}
h1 span {
    font-size: 0.9375rem;
    font-weight: 400;
}
h2, h3 {
    font-size: 1.25rem;
    line-height: 1.3em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
h2 {
    color: #009fe3;
    padding-block: 0.5rem;
    border-block: 1px solid #fff;
}
h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #009fe3;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
.lipdb li {
    padding-bottom: 1rem;
}
li:before {
    content: "•";
    float: left;
    color: #009fe3;
    margin: -1px 0 0 -1rem;
}
p, li {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
header {
    padding: 2.5rem 2.75rem;
}
header figure {
    position: absolute;
    top: 0;
    right: 0;
}
article figure {
    margin: 2rem -2.75rem 3rem;
}
.col {
    padding: 0 2.75rem;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex > div, .col, footer {
    width: 50%;
    padding: 1rem 2.75rem;
}
.white, footer {
    background: #fff;
}
.white :is(h3, h4, p, li), footer p {
    color: #112d43;
}
.white li {
    position: relative;
    z-index: 2;
}
.item {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    border-bottom: 1px solid #009fe3;
    margin-bottom: 1.5rem;
    margin-left: -4rem;
}
.item img {
    width: 60px;
}
.item p {
    padding: 0.375rem 0;
}
.bg {
    background: url('../images/bg.jpg') center center no-repeat;
    margin: 0 -2.75rem 2rem;
    padding: 2rem 12rem 2rem 2rem;
    position: relative;
}
.bg:before {
    content: url('../images/before.png');
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 30%;
}
.bg h2 {
    border: 0;
}
.button {
    display: flex;
    margin: 1rem 0;
}
a.apply, a.mail {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3;
    text-decoration: none;
}
a.apply {
    display: block;
    width: fit-content;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border: 1px solid #112D43;
    background: #112D43;
}
a.mail {
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    border: 1px solid #009fe3;
    background: #009fe3;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
    margin-left: -0.75rem;
}
footer {
    margin: -15rem 0 0 auto;
}
@media only screen and (max-width:979px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }
    header figure {
        position: static;
    }
    .flex {
        flex-direction: column;
    }
    .flex > div, .col, footer {
        width: auto;
        padding: 1rem 2rem;
        margin: 0;
    }
    article figure {
        display: flex;
        justify-content: center;
        margin: 1rem -2rem 2rem;
    }
    .bg {
        margin: 0 -2rem 2rem;
    }
    .item {
        margin-left: 0;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    .flex > div, .col, footer {
        width: auto;
        padding: 1rem;
    }
    article figure {
        margin: 0 -1rem 1rem;
    }
    .bg {
        padding: 1rem 1rem 0;
        margin: 0 -1rem 1.5rem;
    }
    .bg:before {
        display: none;
    }
    .button {
        flex-wrap: wrap;
    }
    a.mail {
        clip-path: inherit;
        margin: 0;
        padding: 0.5rem 1rem;
    }
}