@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');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: local(''),
        url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-900.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-900.woff') format('woff'),
        url('../fonts/roboto-v30-latin-900.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v27-latin-500italic.eot');
    src: url('../fonts/roboto-condensed-v27-latin-500italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-500italic.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-500italic.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-500italic.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-500italic.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1.25em/1.3em 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 595px;
    margin: 1rem auto;
    border: 2px solid #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem 1rem 0;
}
:is(h1, h2, h3, strong) {
    font-weight: 900;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.red {
    color: #D1232A;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 3em;
    line-height: 1.1;
    text-align: center;
}
h1 span {
    font-size: 1.25rem;
}
h2 {
    font-size: 1.25em;
    line-height: 1.3;
}
h3 {
    font-size: 1.75em;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center;
}
h3 span {
    font-weight: 400;
    font-size: 1.25rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding: 0 0 0 0.8rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.box {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: flex-end;
    gap: 0.5rem;
}
.text {
    font: italic 500 0.95em/1.3em 'Roboto Condensed', Arial, sans-serif;
    padding-bottom: 1.5rem;
}
.let_spc {
    letter-spacing: -0.3px;
}
header ul {
    padding: 0 0 1rem 8rem;
}
header li {
    padding-left: 1rem;
}
header li:before {
    font-size: 2.2em;
    line-height: 1;
    top: -7px;
}
footer p {
    font: 400 0.55em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
figure {
    margin-bottom: 1rem;
}
@media only screen and (max-width:594px) {
    body {
        font-size: 1.063em;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        text-align: left;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    .let_spc {
        letter-spacing: 0;
    }
    .box {
        flex-direction: column;
        align-items: center;
    }
    .box p {
        text-align: center;
    }
    h1 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    header ul {
        padding-left: 0;
    }
    footer p {
        font-size: 0.7em;
    }
}