@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/barlow-v12-latin-500.eot');
    src: url('../fonts/barlow-v12-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-500.woff2') format('woff2'), url('../fonts/barlow-v12-latin-500.woff') format('woff'), url('../fonts/barlow-v12-latin-500.ttf') format('truetype'), url('../fonts/barlow-v12-latin-500.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), url('../fonts/barlow-v12-latin-700.woff') format('woff'), url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    font-family: "Barlow", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat top center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

article > p:first-of-type {
    margin: 0 0 30px
}

h1 {
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    background: rgb(18, 108, 167);
    background: linear-gradient(90deg, rgba(18, 108, 167, 1) 0%, rgba(15, 89, 138, 1) 65%);
    position: relative;
    z-index: 100;
    margin: -2rem 0 .625rem;
    padding: 1.875rem 3.125rem 2.187rem;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

h1 span {
    font-weight: 500;
}

h1 small {
    font-size: 1.125rem;
    font-weight: 400;
}

.big {
    font-size: 1.375rem;
}

h2 {
    clip-path: polygon(70% 0, 100% 20%, 100% 100%, 0 100%, 0 60%);
    background: #A4CAC2;
    color: #08517E;
    text-align: center;
    padding: 80px 3.125rem 2.187rem;
    font-size: 1.75rem;
    line-height: 1.2;
    position: relative;
    z-index: 0;
    font-weight: 500;
}

h3 {
    font-size: 1.562rem;
    margin: 0 0 .312rem;
}

ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

ul:last-of-type {
    margin: 0 0 60px;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.062rem;
    line-height: 1.4;
}

header {
    padding: 1.562rem 0 0;
}

article {
    padding: 10px 50px 0;
}

footer {
    padding: 1.25rem 3.125rem 3.125rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 2.5rem;
}

.flex 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.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    article {
        padding: 0 16px;
    }

    footer {
        padding: 0 16px 30px;
    }

    h2 {
        clip-path: polygon(70% 0, 100% 15%, 100% 100%, 0 100%, 0 30%);
        background: #A4CAC2;
        padding: 55px 30px 60px;
    }

    h1 {
        margin: -3.125rem 0 .625rem;
        text-align: center;
        padding: 1.25rem 1.875rem;
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 650px) {
    header {
        padding: 0;
    }

    h2 {
        clip-path: none;
        padding: 16px;
    }

    h2 br {
        display: none
    }

    h1 {
        clip-path: none;
        padding: 16px;
        margin: 0 0 .625rem;
    }
}

@media only screen and (max-width: 560px) {
    .flex {
        flex-direction: column;
        margin: 0 0 1.25rem;
    }

    .flex p {
        margin: 0 0 1rem;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 22px;
    }

    h1 br,
    article br {
        display: none;
    }

    h1 {
        font-size: 29px;
    }

    h1 small {
        font-size: 17px;
    }

    .big {
        font-size: 21px;
    }

    .nobr {
        white-space: nowrap;
    }
}
