@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/poppins-v24-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/poppins-v24-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/poppins-v24-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.35 'Poppins', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 890px;
    margin: 1rem auto;
    border: solid 3px #000;
    background: url('../images/bg-top.jpg') no-repeat top left, url('../images/bg-bottom.jpg') no-repeat bottom right, #fff;
    overflow: hidden;
    padding: 3.75rem 5.25rem 1rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1.125rem;
    font-size: 1.692em;
    line-height: 1.1em;
}
h1 span {
    font-size: 0.55em;
    font-weight: 400;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    padding: 0 0.5rem 0.875rem;
    background: url('../images/bg1.jpg') no-repeat bottom 4px left 1px;
    margin-left: -0.5rem;
}
h2:nth-of-type(2) {
    background: url('../images/bg2.jpg') no-repeat bottom 4px left 1px;
}
h2:nth-of-type(3) {
    background: url('../images/bg3.jpg') no-repeat bottom 4px left 1px;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
h1, h2, strong {
    font-weight: 600;
}
strong {
    font-weight: 600;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1.25rem;
    list-style: none;
    margin-right: -0.5rem;
}
li {
    padding-left: 0.625rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: -1px 0 0 -0.625rem;
    color: #F4842C;
}
ul:nth-of-type(2) li::before {
    color: #ED2A31;
}
ul:last-of-type {
    padding-bottom: 2.5rem;
}
header {
    margin: 0 -2.125rem 4.625rem;
    display: flex;
    justify-content: flex-end;
}
article {
    padding-bottom: 4.5rem;
}
.color, h1 span {
    color: #9B9CA0;
}
.color1, a.color1, h1 {
    color: #21A052;
}
.space {
    word-spacing: 3px;
}
footer {
    position: absolute;
    right: 3.75rem;
    bottom: 0.5rem;
}
@media only screen and (max-width: 889px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        justify-content: center;
        margin: 0 0 1.5rem;
    }
    article {
        padding-bottom: 0.5rem;
    }
    li br, .hide_m {
        display: none;
    }
    article p:last-of-type {
        text-align: center;
    }
    span {
        display: inline-block;
    }
    .space {
        word-spacing: 0;
        display: initial;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
    ul {
        margin-right: 0;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.375em;
    }
}