@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v42-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v42-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v42-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-v42-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/noto-sans-v42-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/noto-sans-v42-latin-regular.svg#NotoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-v42-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto-sans-v42-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v42-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/noto-sans-v42-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/noto-sans-v42-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/noto-sans-v42-latin-600.svg#NotoSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #141617;
    font: 400 1em/1.55 'Noto Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1206px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
p {
    margin-bottom: 0.75rem;
    text-align: justify;
}
.pb {
    padding-bottom: 1.875rem;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.5em;
    line-height: 1.1;
    color: #9c242d;
}
h1 span {
    font-size: 1.75rem;
    font-weight: 400;
    color: #141617;
    display: block;
    line-height: 1.2;
}
h2 {
    font-size: 1.56em;
    line-height: 1.1;
    margin: 1.5rem 0 0.75rem;
}
h1, h2, strong {
    font-weight: 600;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0;
    margin-bottom: 2.25rem;
    list-style: none;
}
li {
    padding-left: 1.375rem;
}
ul li:before {
    content: "\25A0";
    font-size: 1.2em;
    float: left;
    color: #16470f;
    margin: -3px 0 0 -1.5rem;
}
.logo {
    padding: 1rem 2rem;
}
article {
    padding: 2.5rem 2rem 0;
}
hr {
    margin: 1.5rem 0;
    border: 0;
    border-bottom: 1px solid #eee;
}
hr:first-of-type {
    margin-top: 2.25rem;
}
h1 + p i {
    color: #16470f;
    margin-right: 0.25rem;
}
h1 + p span {
    padding: 0 5px;
}
.link {
    color: #fff;
    margin-bottom: 2.25rem;
}
.link a {
    display: inline-block;
    background-color: #871f27;
    border: 1px solid #871f27;
    border-radius: 4px;
    padding: 0.625rem 1.5625rem;
    width: 200px;
    text-align: center;
}
.bg {
    margin: 0 -2rem 2.25rem;
    padding: 1rem 2rem;
    background-color: #16470F;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.flex > div {
    width: 390px;
    padding: 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex p {
    text-align: center;
}
.bg :is(h2, p , i), .link1, .link2 {
    color: #fff;
}
.flex i {
    font-size: 1.55em;
    line-height: 1.3;
    display: block;
    margin-bottom: 0.875rem;
}
.link1 a, .link2 a {
    display: inline-block;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    background: linear-gradient(rgb(156, 36, 45) 5%, rgb(198, 45, 31) 100%) rgb(156, 36, 45);
    text-shadow: rgb(129, 14, 5) 0px 0px 0px;
    box-shadow: rgb(61, 194, 27) 0px 0px 0px 0px;
    font-size: 0.9375em;
}
.link1 {
    margin: 2.25rem 0 1.5rem;
}
.right {
    margin-top: 0.75rem;
}
.link2 a {
    padding: 0.625rem 1.5rem;
    font-size: 0.8125rem;
}
.right p {
    text-align: right;
}
footer {
    padding: 0 2rem;
}
@media only screen and (max-width: 1205px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
    .flex > div {
        width: 49%;
    }
    .flex br {
        display: none;
    }
    .right p, .link, .link1 {
        text-align: center;
    }
}
@media only screen and (max-width: 780px) {
    .flex > div {
        width: 100%;
    }
} 
@media only screen and (max-width: 480px) {
    .logo {
        padding: 1rem;
    }
    article {
        padding: 1rem 1rem 0;
    }
    h1 {
        font-size: 2em;
    }
    h1 span {
        font-size: 0.7em;
    }
    footer {
        padding: 0 1rem;
    }
 }