@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/inter-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/inter-v19-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/inter-v19-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/inter-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v19-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v19-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/inter-v19-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/inter-v19-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/inter-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/inter-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/inter-v19-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/inter-v19-latin-700.svg#Inter') 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.3em Calibri, Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff url('../images/bg.jpg') no-repeat top center;
    overflow: hidden;
    padding: 2rem 1rem 1rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: -0.5rem 0 0;
    font-size: 2.5em;
    line-height: 1.1em;
    font-weight: 700;
    color: #009ED3;
}
h1 span {
    font-size: 1rem;
    line-height: 1.3em;
    display: block;
    font-weight: 400;
    text-transform: initial;
    color: #000;
}
h2 {
    font-size: 1.188em;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 1.125rem;
}
h2 span {
    color: #FF0000;
}
h1, h2 {
    font-family: 'Inter', Arial, sans-serif;
    text-transform: uppercase;
}
: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 0 2rem;
    list-style: none;
}
li {
    padding: 0 0 0.5rem 1rem;
}
ul li:before {
    content: "\2022";
    font-size: 1em;
    float: left;
    margin: 1px 0 0 -1rem;
}
.pb{
    padding-bottom: 2rem;
}
header {
    padding: 0 2rem 3.5rem;
    display: flex;
    justify-content: flex-end;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 3rem 5rem 0;
}
.flex1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.flex1::before {
    content: "";
    width: 3px;
    height: 102%;
    background-color: #7E7E7E;
    position: absolute;
    top: 0;
    left: 675px;
}
.right {
    width: 200px;
}
.left {
    width: 645px;
}
.left p {
    font-size: 1.125em;
    line-height: 1.3em;
}
.flex2 {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem 0 1rem;
}
.flex2 div {
    width: 45%;
}
.flex2 div:first-of-type {
    width: 50%;
}
.right :is(h2, ul), footer :is(h2, p), article > p{
    color: #7E7E7E;
}
footer {
    width: 200px;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        justify-content: center;
        padding: 0 0 2rem;
    }
    article br, .flex1::before {
        display: none;
    }
    .flex1 {
        display: block;
    }
    .left, .right {width: auto;}
}
@media only screen and (max-width: 780px) {
    .flex2 {
        flex-direction: column;
        margin: 1rem 0 0;
    }
    .flex2 div {
        width: auto !important;
    }
    ul{
        padding-bottom: 1rem;
    }
}
@media only screen and (max-width: 700px) {
    .flex {
        padding: 0 0 2rem;
    }
    footer {
        position: static;
        width: auto;
    }
    footer :is(h2, p), article > p {
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    .flex {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .flex div {
        width: 100%;
    }
    .flex :is(h2, h1) {
        text-align: center;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 400px) {
    h1 {
        font-size: 1.625em;
    }
}