@charset "utf-8";

/* open-sans-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: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/open-sans-v40-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3668A3;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 880px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 35px #3668A3;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

header {
    background: #fff;
}

h1 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0.625rem 0;
}

h1 small {
    font-size: 18px;
}

h2 {
    font-size: 24px;
    line-height: 1.1;
    margin: 0.625rem 0;
}

p {
    margin: 0 0 15px;
}

.line {
    margin: 1px 0 1px auto;
    display: inline-block;
}

header {
    padding-top: 40px;
    padding-left: 40px
}

.img {
    position: absolute;
    right: 30px;
    top: 10px
}

article {
    padding: 30px 40px 30px;
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 0;
    background: #F0F5FA
}

.right {
    font-weight: bold;
    text-align: right;
    font-size: 17px
}

ul {
    list-style: none;
    margin: 0 0 0.625rem 5px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "-";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.075em;
    line-height: 1;
}

ul ul {
    margin-left: 30px
}

ul ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

ul ul {
    margin-bottom: 0
}

article {
    position: relative;
    z-index: 0;
    padding-bottom: 23px
}

footer {
    background: #3668A3;
    display: flex;
    color: #fff;
    position: relative;
    z-index: 22;
    margin-top: -22px;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    align-items: center;
    padding: 20px 10px 0 40px;
    margin-left: -10px;
}

.green {
    font-size: 17px;
    color: #83A52D;
}

.flex_f {
    display: flex;
    font-size: 12px;
    letter-spacing: -0.6px;
    align-items: flex-end;
    column-gap: 6px
}

.flex_f p {
    width: 70%;
    margin: 0;
}

.social {
    display: flex;
}

article div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn {
    background: #E94313;
    width: fit-content;
    font-size: 20px;
    padding: 5px 80px;
    font-weight: bold;
    bottom: 70px;
    position: absolute;
    z-index: 33;
    color: #fff;
    left: 40px
}

.click {
    position: absolute;
    bottom: 55px;
    z-index: 99;
    left: 345px
}

section {
    width: 63%
}

main {
    position: relative
}

@media only screen and (max-width: 879px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background: #F0F5FA
    }

    footer,
    article {
        clip-path: none;
        padding: 5px 5px
    }

    footer {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    section {
        width: auto;
    }

    .flex_f {
        justify-content: center;
    }

    .btn {
        padding: 5px 20px;
        position: initial;
        margin-bottom: 20px
    }

    .click {
        display: none
    }

    .img {
        position: initial
    }

    header {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1,
    h1 + p,
    h2 {
        text-align: center;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 520px) {
    .flex_f {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin: 0 0 20px;
    }

    .social {
        display: flex;
        gap: 16px;
    }

    .flex_f p {
        text-align: center;
        width: 100%
    }
}
