@charset "utf-8";
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v14-latin-regular.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-regular.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-regular.woff') format('woff'),
        url('../fonts/jost-v14-latin-regular.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-regular.svg#Jost') format('svg');
}
@font-face {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v14-latin-700.eot');
    src: local(''),
        url('../fonts/jost-v14-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/jost-v14-latin-700.woff2') format('woff2'),
        url('../fonts/jost-v14-latin-700.woff') format('woff'),
        url('../fonts/jost-v14-latin-700.ttf') format('truetype'),
        url('../fonts/jost-v14-latin-700.svg#Jost') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #111D43;
    font: 400 1em/1.3em 'Jost', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 602px;
    margin: 1rem auto;
    border: solid 2px #63851F;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}
hr {
    border: none;
    background: #63851F;
    height: 3px;
    width: 50px;
    text-align: left;
    margin: 0.5rem 0;
}
h1, h2, h3, strong {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2.2em;
    line-height: 1.1;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
}
h3 {
    font-size: 1.2em;
    line-height: 1.3;
}
h3.color {
    color: #111D43;
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #111D43;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    list-style: none;
}
ul li {
    padding-left: 0.8rem;
}
ul li:before {
    content: "•";
    font-size: 1.5em;
    float: left;
    margin: 3px 0 0 -0.8rem;
}
article {
    padding: 0 2rem;
}
footer>p {
    text-align: center;
    background: #63851F;
    padding: 0.5rem 1rem;
}
footer p, a.big {
    color: #FFF;
}
a.big {
    font-size: 1.1em;
    line-height: 1.3em;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.flex div {
    width: 48%;
    padding: 0.5rem;
    background: #F5F7F7;
}
.right ul li {
    padding-bottom: 0.7rem;
}
.right ul li:last-of-type {
    padding-bottom: 0;
}
.ttu {
    text-transform: uppercase;
}
.color, h2, h3 {
    color: #63851F;
}
.flex-center {
    display: flex;
    justify-content: center;
    gap: 0 2.6rem;
    margin-bottom: 1rem;
}
.flex-center p {
    text-align: center;
    padding-bottom: 0;
}
.boder {
    border-left: 2px solid #D4D6D1;
    border-right: 2px solid #D4D6D1;
    padding: 0 1rem;
}
.box1 {
    padding: 0.5rem;
    background: #E3E8E1;
    align-items: center;
}
.box1 h3 {
    width: 55%;
    display: flex;
    justify-content: start;
    gap: 0 1rem;
}
.box1 p {
    width: 40%;
    font-size: 1.1em;
    line-height: 1.3em;
    padding-bottom: 0;
}
.box1 :is(p, a) {
    color: #000 !important;
}
.flex-s, .box2 p {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 0.5rem;
}
.box2 {
    background: #F0F1F2;
    padding: 0.5rem;
}
.box2 p {
    padding-bottom: 0;
    align-items: flex-start !important;
    gap: 0 0.5rem !important;
}
.box3 {
    background: #031D49;
    padding: 0.5rem 5rem 0.5rem 2rem;
    margin-bottom: 0 !important;
}
.box3 p {
    font-size: 0.9em;
    line-height: 1.3em;
    padding-bottom: 0;
}
@media only screen and (max-width: 601px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    header {
        display: flex;
        justify-content: center;
    }
    .flex{
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .flex div,.box1 :is(h3,p) {
        width: 100%;
    }
    .flex p{
        text-align: center;
    }
    .hide_m{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    article, .box3{
        padding: 1rem;
    }
    .flex-center, .flex-s{
        flex-direction: column;
        gap: 1rem;
    }
    .boder{
        border: none;
        padding: 0;
    }
    h3{
        text-align: center;
    }
}