@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 400;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 62.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1 {
    text-align: center;
    font-size: 2.125rem;
    line-height: 1.1;
    color: #174b86;
}

h2 {
    font-size: 1.4rem;
    margin: .625rem 0;
    text-align: center;
    color: #174b86;
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 .187rem;
    color: #174b86;
}

h4 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: .625rem;
    color: #174b86;
}
h5 {
    font-size: 1.25rem;
    margin: .625rem 0;
    text-align: center;
    color: #174b86;
}

.mo-margin {
    margin: 0;
}

.width-70 {
    width: 70%;
    margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p,
ul {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p {
    margin: 0 0 .625rem;
    text-align: center;
}

span {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1.5rem;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #174b86;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

article {
    padding: 1.5rem 4rem 0.625rem;
}

.margin {
    margin: 0 0 4rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
    margin: 1rem 0 0;
}

.flex .section {
    width: 33%;
}

.green h3,
.green ul li:before {
    color: #70ad47;
}

.orange h3,
.orange ul li:before {
    color: #ed7d31;
}

footer {
    padding: 1rem 4rem;
    background: #164b86;
}

footer p {
    margin-bottom: 0;
    color: #fff;
}

@media only screen and (max-width: 62.438rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 56.25rem) {
    article {
        padding: 1.5rem 1rem 0.625rem;
    }

    footer {
        padding: 1rem;
    }

    .flex {
        display: block;
    }

    .flex .section {
        width: 100%;
    }
}

@media only screen and (max-width: 40rem) {
    h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 1.2rem;
    }
}