@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-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-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-condensed-v13-latin-regular.eot');
    src: url('../fonts/barlow-condensed-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2'), url('../fonts/barlow-condensed-v13-latin-regular.woff') format('woff'), url('../fonts/barlow-condensed-v13-latin-regular.ttf') format('truetype'), url('../fonts/barlow-condensed-v13-latin-regular.svg#BarlowCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Barlow Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/barlow-condensed-v13-latin-600.eot');
    src: url('../fonts/barlow-condensed-v13-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-condensed-v13-latin-600.woff2') format('woff2'), url('../fonts/barlow-condensed-v13-latin-600.woff') format('woff'), url('../fonts/barlow-condensed-v13-latin-600.ttf') format('truetype'), url('../fonts/barlow-condensed-v13-latin-600.svg#BarlowCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font: 400 1rem/1.3 'Open Sans', Arial, sans-serif;
    color: #000;
}
strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 1168px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0 4rem 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2.75em;
    line-height: 1;
    color: #0576B8;
}
h1 span {
    font-weight: 400;
    font-size: 0.8em;
}
h1 + p {
    font-size: 1.125em;
    line-height: 1.3;
}
h2 {
    font-size: 1.75em;
    line-height: 1.3em;
    padding: 0 0.75rem;
    background: #E91749;
    color: #fff;
    margin: 1rem -0.75rem;
    width: fit-content;
}
h2 + p {
    padding-bottom: 0.5rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: right;
}
h4 {
    font-size: 1em;
    line-height: 1.3em;
    width: fit-content;
    padding: 0.5rem 1rem;
    font-weight: 700;
    color: #E91749;
    border-bottom: 2px solid #0576B8;
}
h4 + p {
    padding: 0.5rem 1rem;
}
h1, h2, h3 {
    font-family: 'Barlow Condensed', Arial, sans-serif;
    font-weight: 600;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "●";
    color: #E91749;
    float: left;
    margin: -1px 0 0 -1rem;
}
h1 span, h1 + p, h3, footer p, h4 + p {
    color: #87898B;
}
.slg {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 2rem;
}
.banner {
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
}
.banner:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0076B8;
}
.banner:before {
    content: "";
    width: 2rem;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 65.5%;
    background: #EA184A;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 222;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.left {
    width: 66%;
}
.right {
    width: 31%;
}
.right h2 {
    background: #0576B8;
}
.right li:before {
    content: "+";
    font-weight: 700;
    font-size: 1.25em;
    color: #0576B8;
    margin-top: -4px;
}
.blue, a.color {
    color: #0576B8;
}
.tright {
    display: block;
    text-align: right;
}
.big {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 0.5rem 0;
}
.logo {
    margin: 4.625rem 0 1rem;
}
hr {
    border: 1px solid #0076B8;
    margin-bottom: 1rem;
}
footer p {
    font-size: 0.75em;
    line-height: 1.3;
}
@media only screen and (max-width:1167px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h3 {
        text-align: center;
    }
    .flex {
        flex-direction: column;
    }
    .left, .right {
        width: auto;
    }
    .tright {
        text-align: left;
    }
    .logo {
        margin: 1rem 0;
        display: flex;
        justify-content: center;
    }
    .slg {
        justify-content: center;
    }
    .hide_m {
        display: none;
    }
    .banner {
        flex-direction: column;
        gap: 1rem;
    }
}
@media only screen and (max-width:780px) {
    #wrapper {
        padding: 0 2rem;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 0 1rem;
    }
    h2 {
        font-size: 1.5em;
    }
}