@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-v30-latin-700.eot');
    src: 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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #FFFFFF;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 20px;
}

span {
    white-space: nowrap
}

h1 {
    font-size: 27px;
    margin: 0 0 1.25rem;
    line-height: 1.3;
}

h2 {
    font-size: 29px;
    line-height: 1.2;
    margin: 1rem 0;
    background: #314694;
    color: #fff;
    text-align: center;
    padding: 16px
}

h2 small {
    font-size: 20px
}

h3 {
    font-size: 1.187rem;
    margin: .375rem 0 1rem;
    color: #29478d
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.375rem;
    line-height: 1.1;
}

header {
    padding: 2rem 2rem .625rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin: 0 0 .5rem
}

header i {
    width: 1.25rem
}

.head {
    width: 62%;
}

.details {
    display: flex;
    column-gap: 1.5rem
}

.details p {
    display: flex;
    gap: 10px;
}

.details p span {
    white-space: normal;
}

.section,
footer {
    margin: 0 0 .5rem;
    padding: 2rem 1.5rem 1.25rem;
    background: #fff;
}

.color {
    background: #D7ECFB;
    padding: 1.5rem 1.5rem
}

.logo_right {
    display: flex;
    justify-content: flex-end;
    margin: 5rem 1rem 3rem
}

footer {
    margin-top: 1rem;
    background: #32468C
}

footer p {
    text-align: center;
    color: #fff
}

a.apply {
    background: #29478d;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    padding: 0.7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto;
    font-weight: 700
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: .625rem 0;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 799px) {
    #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 {
        margin: 0 0 1rem
    }

    h2 {
        margin-bottom: 1rem;
    }

    h3 {
        margin-top: 0
    }

    ul {
        margin: 0
    }

    ul li {
        padding-left: 1.5rem;
    }

    header {
        padding: 1rem 1rem 0;
        margin: 0;
    }

    .section,
    footer {
        padding: 1rem;
    }

    .logo_right {
        margin: 1.5rem 1rem
    }

    a.apply {
        margin: 1rem auto;
    }

    footer p {
        margin: 0
    }
}

@media only screen and (max-width: 750px) {
    header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 10px
    }

    header p,
    h1 {
        text-align: center
    }

    .head {
        width: 100%
    }

    .head p {
        margin: 0 0 .625rem;
    }

    .margin {
        margin: 0
    }

    .logo_right {
        margin: 1.5rem auto;
        justify-content: center
    }

    .details {
        justify-content: center
    }
    
    .details p {
        align-items: center;
    }
}

@media only screen and (max-width: 710px) {
    .details {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    

    h2 small {
        font-size: 18px;
    }

    ul li {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%;
        margin: 0 0 .625rem
    }
}
