@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #595959;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

article,
.text,
footer {
    max-width: 900px;
    margin: 1rem auto;
}

h1 {
    font-size: 2em;
    line-height: 1.1;
    margin: 0.625rem 0;
}

h4 {
    margin-bottom: 15px
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #0069aa;
    text-decoration: underline;
}

p {
    margin: 0 0 .937rem;
    line-height: 1.8
}

ul {
    list-style: none;
    margin: 0 0 .937rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

.icons {
    display: flex;
    column-gap: 10px;
}

.icons + p {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

h3 {
    color: #8f8f8f;
    font-size: 20px;
}

.icons p {
    margin-bottom: 0
}

.text {
    color: #fff;
    position: relative;
    top: -200px
}

h2 {
    font-size: 50px
}

header {
    position: relative;
}

article {
    margin-top: -100px
}

a.btn {
    min-height: 48px;
    width: auto;
    text-decoration: none;
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border-color: #00a8b6;
    background: none;
    background-color: #0069aa;
    transition: 0s;
    box-shadow: none;
    line-height: 24px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-width: 1px;
    padding-top: 11px;
    padding-bottom: 11px;
}

a.btn:hover {
    color: #00a8b6;
    background: none;
    background-color: #0084d5;
    border-color: #0084d5;
    box-shadow: none;
}

footer {
    margin: 40px auto 40px
}

@media only screen and (max-width: 999px) {
    #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;
    }

    .text {
        top: -120px;
        left: 20px;
    }

    h2 {
        font-size: 30px;
    }

    article,
    footer {
        padding: 0 12px;
    }

    article {
        padding-top: 20px
    }
}

@media only screen and (max-width: 44.5rem) {
    .icons {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 20px
    }

    .text {
        top: -80px
    }
}
