@charset "utf-8";
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v34-latin-600.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-600.woff') format('woff'), url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #4B4B4B;
    font: 400 1em/1.8 'Open Sans', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 852px;
    margin: 1rem auto;
    border: solid 1px #E3E5E8;
    background: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1.375rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h3 {
    margin: 0 0 1rem;
    font-size: 2.25em;
    line-height: 1.3;
}
h2 {
    font-size: 1.625em;
    line-height: 1.3;
    font-weight: 400;
    margin: 1.375rem 0 0.3rem;
}
.mgb {
    margin-bottom: 2rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0.25rem 0 0 3rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
.logo figure {
    padding-bottom: 2rem;
}
.logo {
    padding: 2rem;
}

.logo p {
    padding-bottom: 0.5rem;
}
article {
    padding: 2rem;
}
.flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.flex img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}
footer p {
    padding: 0 2rem 2rem;
    text-align: right;
}
a.apply {
    display: inline-block;
    padding: 0.625rem 1.25rem;
    background: #FF5000;
    color: #fff;
    font-size: 1.0625em;
    line-height: 1.3;
    font-weight: 700;
}
@media only screen and (max-width:851px) {
    #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;
    }
    .logo figure {
        display: flex;
        justify-content: center;
    }
    h1, h3 {
        font-size: 1.875em;
    }
}
@media only screen and (max-width: 480px) {
    .logo, article, footer {
        padding: 1rem;
    }
    h1, h3 {
        font-size: 1.625em;
    }
    h2 {
        font-size: 1.375em;
    }
    li {
        padding-left: 1rem;
    }
}