@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.eot');
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff2') format('woff2'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff') format('woff'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.ttf') format('truetype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.svg#IBMPlexSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.eot');
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff2') format('woff2'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff') format('woff'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.ttf') format('truetype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.svg#IBMPlexSansCondensed') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #2E2E2B;
    font-size: 16px;
    line-height: 20px;
    font-family: 'IBM Plex Sans Condensed', Arial, sans-serif;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 980px;
    margin: 1rem auto;
    border: solid 1px #777;
    background-color: #fff;
    overflow: hidden;
}

article {
    padding: 1rem 1rem 0;
}

p {
    padding-bottom: 1rem;
}

p small {
    font-size: 16px;
}

h1 {
    margin: 0 0 2.5rem;
    font-size: 1.875em;
    line-height: 1.375;
    font-weight: 700;
}

h1 span {
    display: block;
    font-weight: 400;
    font-size: 93%;
    margin-top: 12px;
}

h2 {
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h3 {
    font-size: 1.1875em;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-style: normal;
}

h4 {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 2px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0 0 1.25rem;
    list-style: none;
}

li {
    padding-left: 1.5rem;
}

ul li:before {
    content: "\2022";
    color: #000;
    float: left;
    margin-top: -1px;
    font-size: 23px;
    line-height: 1em;
    text-indent: -18px;
    font-family: Arial, Helvetica, sans-serif;
}

.first {
    width: 49%;
}

.last {
    width: 48.375%;
}

.last ul {
    padding-right: 35px;
}

.left {
    width: 31.714%;
    position: relative;
}

.left :is(p, h1, h4) {
    text-align: right;
}

.right {
    width: 64.166%;
    margin-left: auto;
    position: relative;
}

.right:after {
    content: "";
    width: 0.3125rem;
    height: calc(100% - 1rem);
    display: block;
    background: #2D68AE;
    position: absolute;
    top: 36px;
    left: -1.5rem;
}

.reverse .right:after {
    top: 4px;
    background: #3383C4;
}

.listitem h2 {
    margin: 0 0 14px;
}

.reverse .left:after {
    background: #3383C4;
}

:is(article section, .flex) {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0.25rem;
}

.first {
    width: 48%;
}

.last {
    width: 48%;
}

.reverse {
    margin-top: 40px;
    flex-direction: row-reverse;
}

.reverse .left {
    margin-top: 5px;
}

.reverse .left h4:last-of-type {
    margin-top: 1.5rem;
}

.font {
    padding: 0.5rem 0 2rem;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
}

.space {
    margin-top: 2px;
}

footer p {
    text-align: center;
    padding: 0 6rem 2rem 1rem;
    margin-top: 1rem;
}

:is(strong) {
    font-weight: 700;
}

:is(h2, h3) {
    font-weight: 400;
}

.paragraph {
    padding-bottom: 0 !important;
}

.margin {
    margin: 0 0 4px;
}

@media only screen and (max-width:979px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    :is(p, li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .last ul {
        padding-right: 0;
    }

    .reverse {
        margin-top: 1rem;
    }

    .reverse .left h4:last-of-type {
        margin-top: 1rem;
    }

    .nobr {
        white-space: nowrap;
    }

    h1 br {
        display: none;
    }
}

@media only screen and (max-width:900px) {

    article br,
    .left:after {
        display: none;
    }

    :is(.block_m, .reverse, article section) {
        display: block;
    }

    :is(.left, .right) {
        width: 100%;
    }

    .left :is(p, h1, h4) {
        text-align: center;
    }

    h1 {
        margin: 0 0 16px;
    }

    h1 small {
        margin-top: 0;
    }

    footer p {
        text-align: center;
        padding: 0 1rem 1rem;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:680px) {
    .flex {
        display: block;
    }

    :is(.first, .last) {
        width: 100%;
    }

    li {
        padding-left: 18px;
    }

    ul li::before {
        text-indent: -18px;
    }

    .space {
        margin-top: 0;
    }
}

@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
}