@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.eot');
    src: url('../fonts/roboto-slab-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-slab-v34-latin-regular.woff') format('woff'),
        url('../fonts/roboto-slab-v34-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-slab-v34-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v34-latin-700.eot');
    src: url('../fonts/roboto-slab-v34-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-slab-v34-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-slab-v34-latin-700.woff') format('woff'),
        url('../fonts/roboto-slab-v34-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-slab-v34-latin-700.svg#RobotoSlab') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #555555;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #F8F8F8
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    color: #ffffffb3
}

p {
    margin: 0 0 .625rem;
}

h1 {
    background: #006544;
    color: #fff;
    padding: 1.562rem 3.125rem;
    text-align: center;
    font-family: 'Roboto Slab', Arial, serif;
    font-size: 1.875rem;
}

h1 span {
    font-size: 1.375rem;
}

h2 {
    font-size: 1.25rem;
    position: relative;
    font-family: 'Roboto Slab', Arial, serif;
    margin: 0 0 1.562rem;
    color: #555555;
}

h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0 0.75rem;
    font-family: 'Roboto Slab', Arial, serif;
}

ul {
    margin: 0 0.5rem 1rem 1rem;
}

.inner-ul {
    list-style-type: circle;
    margin: 0 0.5rem 1rem 3rem;
}

header {
    padding: 1.25rem 6.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aside {
    padding: 0 1.562rem .625rem;
}

.aside:first-of-type section {
    margin: 0;
}

section {
    text-align: center;
    margin: 1.562rem 0
}

.flex {
    display: flex;
    justify-content: space-between;
}

.box,
.box2 {
    width: 49%;
    box-shadow: rgba(149, 157, 165, 0.2) 0 .5rem 1.5rem;
    padding: .937rem 1.562rem;
    margin: 0 0 1.562rem;
    background-color: rgba(255, 255, 255, 0.1);
}

.box2 {
    width: 100%;
}

.box2 h2 {
    text-align: center;
}

footer {
    padding: 1.25rem 1.562rem;
    background: #006544;
    color: white;
}

.qr {
    width: 53%;
    display: flex;
    justify-content: space-between;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    22% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    47% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    72% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    97% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

.slider {
    overflow: hidden;
    margin: 1.875rem 0;
}

.slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 24s slidy infinite;
}

figure img {
    width: 20%;
    float: left;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 48rem) {
    header {
        padding: 1rem;
    }

    .aside {
        padding: 0 1rem;
    }

    h1 {
        margin: 1.25rem 0;
        padding: 1rem;
    }

    .box,
    .box2 {
        padding: 1rem;
        margin: 0 0 .937rem;
    }

    footer {
        padding: 1rem;
    }

    .inner-ul {
        list-style-type: circle;
        margin: 0 0.5rem 1rem 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    footer .flex {
        flex-direction: column;
        align-items: center;
    }

    footer p {
        text-align: center;
        width: 100%
    }

    footer a img {
        margin-top: .625rem;
        display: inline-block
    }

    .qr {
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        flex-wrap: wrap;
        gap: 1.25rem;
    }
}

@media only screen and (max-width: 36.25rem) {
    h1 {
        font-size: 1.437rem;
    }

    h2 {
        margin: 0 0 .625rem;
    }

    .flex {
        display: block;
    }

    .box {
        width: auto;
        margin: 0 0 .937rem;
    }

    .box2 h2 {
        text-align: left;
    }
}
