@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v36-latin-regular.eot');
    src: url('../fonts/noto-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v36-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v36-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/noto-sans-v36-latin-500.eot');
    src: url('../fonts/noto-sans-v36-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v36-latin-500.woff2') format('woff2'), url('../fonts/noto-sans-v36-latin-500.woff') format('woff'), url('../fonts/noto-sans-v36-latin-500.ttf') format('truetype'), url('../fonts/noto-sans-v36-latin-500.svg#NotoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v36-latin-700.eot');
    src: url('../fonts/noto-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v36-latin-700.woff') format('woff'), url('../fonts/noto-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v36-latin-700.svg#NotoSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1 {
    text-align: center;
    font-size: 2.3125rem;
    line-height: 1.2;
    margin: 0;
    color: #0060ad;
    font-weight: 500
}

h1 span {
    white-space: nowrap
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #0060AD;
    margin: 0 0 .375rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #007BFF
}

a.web:hover {
    text-decoration: underline;
    color: #0257B4
}

p {
    margin: 0 0 1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    border: none;
    margin: 1rem 0;
    border-bottom: 1px solid #0060AD;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 2.5rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Arial", sans-serif
}

header {
    display: flex;
    justify-content: center;
    padding: 2rem
}

.blue {
    background: #0060AD;
    padding: 1rem;
}

.blue p {
    color: #fff;
    margin: 0
}

.border {
    border-top: 1px solid #0060AD;
    border-bottom: 1px solid #0060AD;
    margin: 1.8rem 1.5rem 0;
    padding: 2rem 1rem
}

.section {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #0060AD;
    margin: 0 1.5rem
}

.section_bottom {
    padding: 2rem 1.5rem 1rem
}

a.apply {
    background: #052A68;
    color: #fff;
    display: block;
    width: fit-content;
    padding: .625rem 4rem;
    margin: 0 auto;
    font-weight: 400;
    border: solid 2px #052A68;
    transition: .3s;
    transition-timing-function: ease-in-out;
    text-align: center;
}

a.apply:hover {
    border: solid 2px #052A68;
    color: #052A68;
    background: #fff
}

footer {
    padding: 1rem 1.5rem
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.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: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    ul li {
        padding-left: 1.5rem
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    header {
        padding: 0 0 1rem
    }

    .border,
    .section,
    .section_bottom {
        padding: 1rem
    }

    footer {
        padding: 0
    }
}

@media only screen and (max-width: 46.875rem) {
    ul {
        margin: 0
    }

    ul li {
        padding-left: 1.25rem
    }

    h1 {
        font-size: 1.5rem;
    }

    .border,
    .section,
    .section_bottom {
        padding: 1rem 0;
        margin: .375rem 0
    }
}

@media only screen and (max-width: 30rem) {

    .blue p,
    .border p,
    .section_bottom p {
        text-align: center
    }
}

@media only screen and (max-width: 23.5rem) {
    h1 {
        margin: 0 0 .625rem;
    }

    a.apply {
        width: 100%
    }
}