@charset "utf-8";
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v16-latin-regular.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
}
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v16-latin-700.eot');
    src: local(''), url('../fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v16-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), url('../fonts/fira-sans-v16-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Fira Sans', Arial, sans-serif;
}
h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 960px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
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: 2em;
    line-height: 1.3;
    font-weight: 400;
}
.small {
    font-size: 0.6em;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    color: #22307e;
}
h2 span {
    font-weight: 400;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "›";
    float: left;
    color: #999;
    font-size: 1.5em;
    line-height: 1;
    margin: -4px 0 0 -1rem;
    font-family: Tahoma, Arial, sans-serif;
}
hr {
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
}
.logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem 4%;
}
section {
    padding: 1rem 4%;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
.bg-color-2 {
    background: #f4f4f4;
}
.bg-color-3 {
    background: #f28c00;
}
.icon-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1rem;
}
.text-center :is(h1, h2, p) {
    text-align: center;
    color: #fff;
}
.bg-color {
    background-color: #22307e;
    color: #fff;
}
a.apply {
    padding: 12px 30px 12px 15px;
    background: #22307e;
    display: block;
    width: fit-content;
    align-items: center;
    margin: 0 auto 10px;
    color: #FFF;
    position: relative;
}
.social {
    display: flex;
    justify-content: center;
}
@media only screen and (max-width:799px) {
    #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;
    }
}
@media only screen and (max-width:780px) {
    .logo, .flex {
        flex-direction: column;
        align-items: center;
    }
    .flex div {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}