<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 620px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background: #942972 url('../images/background.jpg') no-repeat top 24px right 0px;
}

h1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    background: #71BF44;
    padding: 10px 10px 10px 16px;
    position: absolute;
    bottom: -23%;
    width: 258px;
    left: 270px;
    transform: skewY(-5deg);
    font-weight: 400;
}

h2 {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 700;
}

h2 span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-top: 7px;
}

h3 {
    margin: 16px 0;
    font-size: 23px;
    line-height: 29px;
    font-weight: 700;
}

p {
    margin-bottom: 5px;
}

header {
    padding: 42px 42px 0 48px;
    position: relative;
}

header img {
    z-index: 9999;
    position: relative;
}

article {
    margin-top: -8px;
    position: relative;
}

.skew {
    background: #942972;
    width: 380px;
    transform: skewY(-5deg);
    padding: 24px 20px 22px;
    margin-bottom: 141px;
}

footer {
    padding: 16px;
    background: #942972;
}

footer p {
    margin-bottom: 0;
}

footer p:nth-of-type(2) {
    text-align: right;
    margin-left: -36px;
}

.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 16px;
    list-style: none;
}

ul li {
    padding-left: 23px;
    position: relative;
    margin-bottom: 11px;
    font-size: 17px;
    line-height: 1.375;
}

ul li:before {
    content: url('../images/dot.jpg');
    position: absolute;
    top: 5px;
    left: -2px;
}

.logo {
    position: absolute;
    bottom: 68px;
    left: 16px;
}

@media (max-width: 620px) {
    #wrapper {
        hyphens: auto;
        margin: 0;
        border: none;
    }

    article {
        padding: 0;
    }

    footer {
        padding: 56px 16px 16px 16px;
        margin-top: -40px;
    }
}

@media (max-width: 588px) {
    header {
        padding: 32px 16px 16px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    header img {
        max-width: 320px;
    }

    article {
        margin-top: 233px;
    }

    footer p:nth-of-type(2) {
        margin-left: 0;
    }

    .skew {
        background: #942972;
        width: 100%;
        transform: skewY(-5deg);
        padding: 24px 20px 1px;
        margin-bottom: 0;
    }

    .flexbox {
        flex-direction: column;
        align-items: center;
    }

    h1 {
        position: static;
        background: #71BF44;
        padding: 10px 10px 10px 16px;
        bottom: -11%;
        width: 100%;
        margin-top: -3px;
    }

    h3 {
        position: static;
        margin: 15px auto 0;
    }

    .logo {
        margin: 0 0 10px;
        display: flex;
        justify-content: center;
    }

    footer p {
        text-align: center !important;
    }

    .logo {
        position: static;
        margin-top: 16px;
    }
}</pre></body></html>