@charset "utf-8";
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v30-latin-regular.eot');
    src: local(''),
        url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'),
        url('../fonts/merriweather-v30-latin-regular.woff') format('woff'),
        url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'),
        url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg');
}
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot');
    src: local(''),
        url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'),
        url('../fonts/merriweather-v30-latin-700.woff') format('woff'),
        url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'),
        url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #57585A;
    font: 1.0625em/1.3em "Calibri", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #57585A;
    background-color: #fff;
    overflow: hidden;
}
p {
    padding-bottom: 1rem;
}
h1, h1+p {
    padding-left: 1.5rem;
}
h1 {
    font: 700 1.313em/1.3em 'Merriweather', Arial, sans-serif;
}
h1 span {
    font-weight: 400;
    font-size: 0.8em;
}
h1:before, .big:before {
    content: url('../images/icon.jpg');
    font-size: 1.3em;
    position: relative;
    float: left;
    margin: -3px 0 0 -1.5rem;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #D62349;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
article {
    padding: 2rem 4rem 0;
}
.flex-s {
    display: flex;
    justify-content: flex-end;
    gap: 0 1rem;
    margin-bottom: 0.5rem;
}
.pss p {
    text-align: right;
}
.pss {
    position: absolute;
    bottom: 0.5rem;
    right: 2rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
}
@media only screen and (max-width: 580px) {
    article {
        padding: 1rem;
    }
    .pss {
        margin: 1rem 0 -3rem;
        position: static;
    }
    .flex-s {
        justify-content: center;
    }
    .pss p {
        text-align: center;
        position: relative;
        z-index: 1;
    }
}