@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #576C78;
    font: 400 0.875em/1.5em 'Roboto', Arial, sans-serif;
}
h3, h2, strong {
    font-weight: 700;
    color: #16477D;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
    hyphens: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    padding-left: 0.75rem;
    margin: 1rem 0;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
    color: #12467D;
}
h3 {
    font-size: 1.35em;
    line-height: 1em;
    margin: 0 0 0.75rem 8rem;
    color: #42BECD;
}
h4 {
    font-size: 1.1em;
    line-height: 1.3;
    color: #12467D;
    margin-bottom: 0.125rem;
}
ul {
    padding: 1rem 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 0.75rem;
}
li:before, h1:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: -1px 0 0 -0.75rem;
    color: #16477D;
}
header figure {
    position: absolute;
    top: 2rem;
    right: 3.3rem;
}
article {
    padding: 2rem 2rem 3.5rem;
}
.pss {
    width: 196px;
    position: absolute;
    top: 8.8rem;
    right: 2.8rem;
}
.pss p {
    line-height: 1.25em;
    line-height: 1.4;
}
.qr {
        position: absolute;
    right: 8rem;
    bottom: 8.15rem;
    z-index: 1;
}
article figure {
    position: absolute;
    bottom: 2rem;
    left: 22rem;
}
footer {
    position: absolute;
    bottom: 1rem;
    right: -11px;
    width: 254px;
}
footer p {
    padding-bottom: 0.25rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        text-align: left;
    }
    h1 {
        margin-bottom: 1rem;
    }
    header {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0;
    }
    header figure, .pss, footer {
        position: static;
    }
    article, footer {
        padding: 0 2rem;
    }
    .pss, footer {
        width: auto;
    }
    article figure {
        bottom: 0;
        right: 0;
    }
    .qr {
        right: auto;
        left: 33rem;
    }
}
@media only screen and (max-width: 620px) {
    .box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    article, footer {
        padding: 0 1rem;
    }
    article figure, .qr {
        position: static;
    }
    footer p {
        text-align: center;
    }
    h3 {
        margin-left: 3rem;
    }
}