@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v18-latin-regular.eot');
    src: url('../fonts/pt-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-v18-latin-regular.woff') format('woff'), url('../fonts/pt-sans-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-v18-latin-regular.svg#PTSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v18-latin-700.eot');
    src: url('../fonts/pt-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v18-latin-700.woff2') format('woff2'), url('../fonts/pt-sans-v18-latin-700.woff') format('woff'), url('../fonts/pt-sans-v18-latin-700.ttf') format('truetype'), url('../fonts/pt-sans-v18-latin-700.svg#PTSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'PT Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1000px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F5F7F9;
    overflow: hidden;
    padding: 2rem 4rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #002D67;
}
h2, h3 {
    font-size: 1.375em;
    line-height: 1.3em;
    margin-bottom: 1rem;
}
h2 {
    color: #fff;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 2rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
figure {
    margin: 2rem -4rem;
}
.box {
    padding: 2rem;
    margin: 1rem -4rem 2rem;
    background: #002D67;
}
.box :is(li, p) {
    color: #fff;
}
.bor img {
    display: block;
    margin: 0 auto 1rem;
}
.bor {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #fff;
}
.bor:first-of-type {
    margin-bottom: 2rem;
}
.item {
    padding: 1rem;
    background: #fff;
    border-radius: 1rem;
    position: relative;
}
.owl-nav button {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0066B3 !important;
    color: #0066B3 !important;
    font-size: 1.25em !important;
}
.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 17px);
    left: -50px;
}
.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 17px);
    right: -50px;
}
.img {
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3rem;
}
.img img {
    width: auto !important;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
.pdb {
    padding-bottom: 3rem;
}
a.button {
    background: #fff;
    display: block;
    width: fit-content;
    border-radius: 2rem;
    padding: 0.75rem 5rem;
    color: #002D67;
    font-weight: 700;
    margin: 1rem 0 0;
}
a.apply {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border: 1px solid #0066B3;
    background: #0066B3;
    color: #fff;
    border-radius: 0.25rem;
}
@media only screen and (max-width:999px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 2rem;
    }
    .flex {
        flex-direction: column;
    }
    .flex div {
        width: auto;
    }
    .box {
        margin: 1rem -2rem 2rem;
    }
    figure {
        margin: 2rem -2rem;
    }
    a.button {
        margin: 1rem auto 2rem;
    }
    .owl-nav button {
        width: 30px;
        height: 30px;
    }
    .owl-nav .owl-prev {
        left: -32px;
    }
    .owl-nav .owl-next {
        right: -32px;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    li {
        padding-left: 1rem;
    }
    figure {
        margin: 1rem -1rem;
    }
    .owl-nav {
        display: flex;
        justify-content: space-between;
    }
    .owl-nav :is(.owl-prev, .owl-next) {
        position: static;
    }
}