@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.eot');
    src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4f5457;
    font-family: "Source Sans 3", 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: #fff;
    border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    line-height: 1.2;
    font-size: 1.75rem;
    margin: 1.25rem 0;
}

h2 {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
}

h3 {
    margin: 0 0 1.25rem;
    font-size: 1.375rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    margin: 0 0 0.625rem;
    padding-left: 1.375rem;
}

ul li:before {
    content: url('../images/list.jpg');
    float: left;
    margin-left: -1.275rem;
    font-size: 1.375em;
    line-height: 0.95;
}

header {
    padding: 1.25rem 2.5rem 0.937rem;
}

article {
    padding: 1.875rem 2.5rem 0;
}

.section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.937rem;
    margin: 0 0 1rem;
}

.video {
    padding-bottom: 1rem;
}

.flex {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 0 0 1.25rem;
}

.flex p {
    margin: 0;
}

main {
    background: #E2E5EA;
    padding: 1.25rem 2.5rem;
}

.box {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem
}

main .flex {
    width: 47.7%;
    align-items: flex-start;
}

.text>p:first-of-type {
    margin: 0 0 .625rem;
}

footer {
    padding: 1.25rem 2.5rem;
}

footer .flex {
    align-items: flex-start;
    gap: 0.937rem;
    margin: 2.5rem 0 0;
}

.right {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.flex_right {
    gap: .375rem;
    display: flex;
    justify-content: flex-end;
    margin: 0.312rem 0 1.875rem;
}

.flex_right i {
    background: #f9d900;
    padding: .75rem;
    font-size: 1.125rem;
}

.flex_right a:first-of-type i {
    padding: .75rem .937rem;
}

a.button {
    background-color: #f9d900;
    padding: 0.5rem 1.562rem;
    border: 0.062rem solid #48535c;
    font-weight: bold;
    text-align: center;
    width: 12.5rem;
    display: inline-block;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    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;
        padding: 1rem
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h2,
    .flex_right,
    footer .flex {
        margin: 0 0 1rem;
    }

    h3 {
        margin-bottom: 0.625rem;
    }

    header,
    article,
    main,
    footer {
        padding: 1rem;
    }
}

@media only screen and (max-width: 43.75rem) {
    header {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center
    }

    .box {
        display: block
    }

    .box .flex {
        width: 100%
    }
}

@media only screen and (max-width: 41.875rem) {
    .section {
        justify-content: space-evenly
    }

    h1 {
        text-align: center
    }
}

@media only screen and (max-width: 31.25rem) {

    .section,
    .section .flex,
    footer .flex,
    .flex_right {
        align-items: center;
    }

    footer h2,
    footer p,
    a.button,
    footer h3 {
        text-align: center
    }

    footer h3 {
        font-size: 1.125rem;
    }

    footer .right,
    footer .flex,
    .flex_right,
    a.button {
        justify-content: center
    }

    footer .right {
        margin: 0 0 1rem
    }

    .flex_right {
        margin: 0 0 1.25rem
    }

    a.button {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 30rem) {

    header,
    article {
        padding: 1rem 0;
    }

    .section,
    .section .flex {
        margin: 0 0 0.625rem
    }

    footer {
        padding: 1rem 0 0
    }
}

@media only screen and (max-width: 23.5rem) {
    a.button {
        width: 100%;
    }

    h1 {
        font-size: 1.25rem;
    }

    main h2,
    main p {
        text-align: center;
    }

    main img {
        margin: 0 auto;
    }

    .flex {
        flex-direction: column;
    }

    .flex_right {
        flex-wrap: wrap;
    }

}