@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v27-latin-regular.eot');
    src: url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v27-latin-700.eot');
    src: url('../fonts/noto-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-700.woff') format('woff'), url('../fonts/noto-sans-v27-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-700.svg#NotoSans') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/noto-sans-v27-latin-900.eot');
    src: url('../fonts/noto-sans-v27-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-900.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-900.woff') format('woff'), url('../fonts/noto-sans-v27-latin-900.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-900.svg#NotoSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #2C2C2C;
    font: 400 1em/1.4em 'Noto Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: 1px solid #2C2C2C;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
}
:is(h1, h3, h4, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: underline 1px solid #D0D0D0;
}
a:hover {
    color: #00893D;
    text-decoration-color: #00893D;
}
a.nota {
    text-decoration: none;
    color: #2C2C2C;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2em;
    line-height: 1.2;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-weight: 900;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
}
h4 {
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 1rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.nopd{
    padding: 0;
}
.mt {
    margin-top: 2rem;
}
.benefit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    background: #F3F7F3;
    padding: 1rem;
}
.box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 276px;
}
.box figure {
    width: 35px;
}
.benefit p {
    padding: 0;
    font-size: 0.875em;
    line-height: 1.3;
}
.flex {
    display: flex;
    gap: 0.5rem;
}
.flex .left {
    width: 260px;
}
.flex .right {
    width: 66%;
}
.banner {
    margin: 1.5rem 0;
}
.big {
    font-size: 1.313em;
}
.button a {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    color: #fff;
    background: #00893D;
    text-decoration: none;
}
.button a:hover {
    background: #469D5C;
}
.show_res_hide_desk {
    display: none;
}
header {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 1.5rem;
}
footer {
    padding: 1rem 1rem 0;
    margin: 0 -1rem -1rem;
    background: #F3F7F3;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {
    header {
        justify-content: center;
    }
    h1 {
        font-size: 1.7em;
    }
    .flex {
        flex-direction: column;
    }
    .flex .right {
        width: 100%;
    }
    .show_desk_hide_res {
        display: none;
    }
    .show_res_hide_desk {
        display: flex;
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width:620px) {
    .box {
        width: 100%;
    }
    h1 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.7em;
    }
}