@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Nunito Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 925px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1.5rem;
    font-size: 2.5em;
    line-height: 1.2;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.125rem;
}
li:before {
    content: "\2012";
    float: left;
    margin: 0 0 0 -1.125rem;
}
header img {
    display: block;
}
.flex {
    background-color: #183181;
    padding: 0.25rem 4rem;
    display: flex;
    justify-content: space-between;
}
.flex > div {
    width: 49%;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.flex p {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875em;
    line-height: 1.3;
    padding: 0;
}
article {
    padding: 1.25rem 4rem 1rem;
    position: relative;
}
h1, h3, .right :is(h2, p) {
    color: #163281;
}
.flex1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex1 div {
    width: 48.5%;
}
.right {
    padding: 0.25rem 1rem 0;
    background-color: #E8F2FA;
}
.qr {
    display: flex;
    align-items: flex-end;
    gap: 0.75rem;
    position: absolute;
    bottom: 2rem;
    left: 53%;
}
.qr p {
    padding: 0;
}
footer {
    padding: 0.25rem 4rem 0;
    background-color: #183181;
}
footer :is(h2, p) {
    color: #fff;
}
.flex2 {
    display: flex;
    justify-content: space-between;
}
.flex2 > p:first-of-type {
    width: 26%;
}
.flex2 > * {
    width: 20%;
}
.flex2 > p:last-of-type {
    width: 22%;
}
.flex2 p {
    font-size: 0.85em;
    line-height: 1.3;
}
h1, h2, h3, strong {
    font-weight: 700;
}
@media only screen and (max-width: 924px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    .flex2 {
        flex-wrap: wrap;
        gap: 0 1rem;
        justify-content: center;
    }
    .flex2 > * {
        width: 48% !important;
    }
    li br {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    .flex {
        padding: 0.2rem 2rem;
        flex-direction: column;
        gap: 1rem;
    }
    .flex div {
        width: auto;
        justify-content: center;
        flex-wrap: wrap;
    }
    article {
        padding: 1rem 2rem;
    }
    h1 {
        font-size: 2em;
        text-align: center;
    }
    .flex1 {
        display: block;
    }
    .flex1 div {
        width: auto;
    }
    .qr {
        position: static;
        margin-top: 1.25rem;
    }
    footer {
        padding: 0.25rem 2rem 0;
    }
}
@media only screen and (max-width: 480px) {
    .flex {
        padding: 0.5rem 1rem;
    }
    article {
        padding: 1rem;
    }
    footer {
        padding: 0.5rem 1rem 0;
    }
    .flex2 > * {
        width: auto !important;
    }
    footer :is(h2, p) {
        text-align: center;
    }
}
@media only screen and (max-width: 370px) {
    .qr {
        flex-direction: column;
        align-items: center;
    }
    .qr p {
        text-align: center;
    }
    h1 {
        font-size: 1.75em;
    }
}