@charset "utf-8";
/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v49-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v49-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v49-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v49-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v49-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v49-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0;
    overflow: hidden;
    box-shadow: 0 0 .625rem rgb(0 0 0 / 20%);
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
p {
    margin: 0 0 .625rem;
}
span {
    white-space: nowrap;
}
h1,
h3 {
    font-size: 1.75rem;
    line-height: 1.1em;
    margin: 0.67em 0;
}
h2,
h4 {
    font-size: 1.312rem;
    line-height: 1.2;
    margin: 0 0 1.062rem;
}
h4 {
    margin: 0 0 .875rem;
}
ul {
    list-style: none;
    margin: 0 0 0 .625rem;
    padding: 0;
}
ul li {
    padding-left: 1.062rem;
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.062rem;
    font-size: 1.5rem;
    line-height: 0.75;
}
header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.437rem 2.437rem 0;
}
.element {
    display: block;
    width: 72%;
}
.fa-map-marker-alt {
    color: #7092BE;
}
.fa-clock {
    margin-left: .625rem;
}
article {
    padding: .625rem 1.187rem 0;
}
section,
aside {
    background-color: #FFF;
    margin: 1rem 0;
    padding: 1.062rem 1.187rem .875rem;
    position: relative;
}
aside,
footer {
    background-color: #C60C30;
    color: #fff;
}
.logo {
    position: absolute;
    right: 1.25rem;
    bottom: .625rem;
    display: block;
    overflow: hidden;
    padding-bottom: 1rem;
}
a.apply {
    background: #C60C30;
    color: #fff;
    padding: 0.937rem 2.187rem;
    width: 12.5rem;
    display: flex;
    margin: .875rem auto;
}
.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
    margin: 0 0 1rem;
}
.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer {
    margin: 1rem 1.187rem;
    padding: .875rem 1.187rem .875rem;
    text-align: center;
}
@keyframes slidy {
    0% {
        left: 0%;
    }
    47% {
        left: 0%;
    }
    50% {
        left: -100%;
    }
    97% {
        left: -100%;
    }
    100% {
        left: -200%;
    }
}
.slider {
    overflow: hidden;
}
.slider figure {
    position: relative;
    width: 300%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 12s slidy infinite;
}
figure img {
    width: 33.333333333333336%;
    float: left;
}
@media only screen and (max-width: 49.9375rem) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem;
    }
    header,
    article {
        padding: 0
    }
    footer {
        margin: .875rem 0 0;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
@media only screen and (max-width: 47.5rem) {
    header {
        display: block;
        text-align: center;
    }
    .logo_header {
        display: inline-block;
    }
    .element {
        text-align: left;
        width: auto;
    }
    section,
    aside,
    footer {
        margin: .625rem 0;
        padding: .625rem;
    }
    h1,
    h3 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 40.625rem) {
    .logo {
        padding: 0;
        position: static;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .apply {
        margin: .625rem auto 0;
    }
    h2,
    h4,
    p {
        margin: 0 0 .625rem;
    }
}
@media only screen and (max-width: 23.438rem) {
    .element {
        text-align: center;
    }
    section {
        padding: 0;
        margin: .625rem 0
    }
}