@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-v47-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v47-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v47-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v47-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-v47-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - 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: 700;
  src: url('../fonts/roboto-v47-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v47-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v47-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v47-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v47-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v47-latin-700.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: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 .625rem rgb(0 0 0 / 20%);
    padding: 2rem 2.375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .875rem;
}

span {
    white-space: nowrap
}

h1 {
    font-size: 1.75rem;
    line-height: 1.1em;
    color: #000;
    margin: 1.187rem 0;
}

h2 {
    text-align: left;
    font-size: 1.75rem;
    line-height: 1.1em;
    color: #000;
    margin: 1.125rem 0;
}

h3 {
    font-size: 1.312rem;
    line-height: 1.231em;
    color: #f60;
    margin: 0 0 1.125rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.231em;
    color: #f60;
    margin: 0 0 .875rem;
}

ul {
    padding-left: 1.7rem;
    margin: 0 0 .625rem;
}

ul li {
    padding-bottom: 0.2rem;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 1rem;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    17% {
        left: 0%;
    }

    20% {
        left: -100%;
    }

    37% {
        left: -100%;
    }

    40% {
        left: -200%;
    }

    57% {
        left: -200%;
    }

    60% {
        left: -300%;
    }

    77% {
        left: -300%;
    }

    80% {
        left: -400%;
    }

    97% {
        left: -400%;
    }

    100% {
        left: -500%;
    }
}

.slider {
    overflow: hidden;
}

.slider figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}

figure img {
    width: 16.666666666666668%;
    float: left;
}

.section {
    width: 80%;
}

.info {
    display: flex;
    column-gap: 1rem;
}

.info p {
    margin: .875rem 0;
}

.info i {
    margin-right: .187rem;
}

.fa-map-marker-alt {
    color: #7092BE;
}

:is(section, .box, .aside) {
    padding: 1.062rem 1.187rem .875rem;
    margin-bottom: 1rem;
}

.box {
    border: solid .062rem;
}

a.apply {
    background: #f60;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    padding: .937rem;
    line-height: 1;
    max-width: 11.25rem;
    display: block;
    margin: 2rem auto 0;
}

a.apply:hover {
    background: #f80;
}

footer {
    padding: 1.062rem 1.187rem .875rem;
    background: #000;
    margin-top: 1rem;
    text-align: center;
    color: #fff;
}

footer p {
    margin: 0;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    span {
        white-space: nowrap;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    #wrapper {
        padding: 1rem;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    :is(section, .box, .aside) {
        padding: .625rem;
        margin: 0 0 .625rem;
    }

    section {
        padding: .625rem .625rem 0;
    }

    footer {
        padding: .625rem;
        margin: .625rem 0 0;
    }
}

@media only screen and (max-width: 39.375rem) {
    h1 {
        font-size: 1.3rem;
        line-height: 1.4;
        margin: 1rem 0;
    }

    h2 {
        margin: .625rem 0;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    h3,
    h4 {
        margin: 0 0 .625rem;
        line-height: 1;
    }

    .info {
        justify-content: center;
    }

    ul {
        padding-left: 1.2rem;
    }

    header {
        flex-direction: column;
        text-align: center;
        margin: 0 0 .625rem;
    }

    .section {
        text-align: center;
        width: auto;
    }

    .info {
        flex-direction: column;
    }

    .info p {
        margin: .375rem 0;
    }
}

@media only screen and (max-width: 30rem) {
    h2 {
        font-size: 1.25rem;
        text-align: center;
        margin: 0;
    }
}
