@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v30-latin-600.eot');
    src: url('../fonts/montserrat-v30-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v30-latin-600.woff2') format('woff2'), url('../fonts/montserrat-v30-latin-600.woff') format('woff'), url('../fonts/montserrat-v30-latin-600.ttf') format('truetype'), url('../fonts/montserrat-v30-latin-600.svg#Montserrat') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v30-latin-regular.eot');
    src: url('../fonts/montserrat-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v30-latin-regular.woff') format('woff'), url('../fonts/montserrat-v30-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v30-latin-regular.svg#Montserrat') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v30-latin-500.eot');
    src: url('../fonts/montserrat-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v30-latin-500.woff2') format('woff2'), url('../fonts/montserrat-v30-latin-500.woff') format('woff'), url('../fonts/montserrat-v30-latin-500.ttf') format('truetype'), url('../fonts/montserrat-v30-latin-500.svg#Montserrat') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v30-latin-700.eot');
    src: url('../fonts/montserrat-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v30-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v30-latin-700.woff') format('woff'), url('../fonts/montserrat-v30-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v30-latin-700.svg#Montserrat') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #262a2e;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

#wrapper {
    max-width: 782px;
    margin: 1rem auto;
    border: 1px solid #262a2e;
    background-color: #fff;
    padding: 16px;
}

.container {
    border: 2px solid #5494c5;
    position: relative;
}

.container:after {
    content: "";
    background: #5494c5;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 9999;
}

.logo {
    padding: 20px;
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
}

span {
    white-space: nowrap;
}

figure {
    margin: 0 -18px;
    position: relative;
}

figure:before {
    content: "";
    background: #68acdd;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 9999;
}

figure:after {
    content: "";
    background: #68acdd;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 9999;
}

article {
    padding: 0;
    margin: 0 0 0 -18px;
    display: flex;
    justify-content: space-between;
}

.left {
    background: #5494c5;
    padding: 20px 20px 20px 34px;
    width: 273px;
}

.left :is(p, h2) {
    color: #fff;
    padding: 0;
}

.right {
    width: calc(100% - 273px);
    padding: 20px 20px 20px 30px;
}

footer {
    padding: 32px 40px 55px;
    background: #2d2c34;
    margin: 0 -18px -18px;
    position: relative;
}

footer :is(h3, p) {
    color: #fff;
}

footer p {
    font-size: 15px;
    line-height: 21px;
    padding-top: 15px;
}

footer:before {
    content: "";
    background: #5494c5;
    width: 2px;
    height: 85%;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 9999;
}

footer:after {
    content: "";
    background: #5494c5;
    width: 2px;
    height: 85%;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 9999;
}

.button {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.button a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff !important;
    background: #68acdd;
}

p:not(:first-of-type) {
    margin-top: 24px;
}

h1 {
    font-size: 16px;
    line-height: 24px;
    background: #2d2c34;
    padding: 7px 10px 7px 24px;
    position: absolute;
    top: 23px;
    left: 0;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-size: 15px;
    line-height: 21px;
    margin: 16px 0 10px;
    background: #5494c5;
    display: inline-block;
    color: #fff;
    padding: 1px 3px;
}

h2:first-of-type {
    margin-top: 0;
}

h3 {
    font-size: 16px;
    line-height: 22px;
}

ul {
    list-style: none
}

ul li {
    padding-left: 50px;
}

li:before {
    content: "\2022";
    color: #262a2e;
    float: left;
    font-size: 26px;
    text-indent: -28px;
}

img {
    max-width: 100%;
    display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

:is(h2, h3, strong) {
    font-weight: 700
}

@media only screen and (max-width:782px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 0;
    }

    .container {
        border: none
    }

    .container:after,
    figure:before,
    figure:after,
    footer:before,
    footer:after {
        display: none
    }

    h1 {
        padding: 8px 16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    .left {
        width: 40%;
    }

    .right {
        width: 60%
    }

    :is(figure, article, footer) {
        margin: 0 !important
    }

    :is(.left, .right, footer) {
        padding: 16px !important
    }

    li br {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    article {
        display: block;
    }

    ul li {
        padding-left: 20px;
    }

    li:before {
        text-indent: -20px;
    }

    :is(.left, .right) {
        width: auto !important
    }

    .logo {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:424px) {
    h1 {
        position: static;
    }
}