@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/poppins-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v24-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/poppins-v24-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/poppins-v24-latin-300.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-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
@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 */
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 300 1em/1.4 'Poppins', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 2rem 3.75rem;
}
p {
    padding-bottom: 0.5rem;
}
.pb {
    padding-bottom: 2rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2.313em;
    line-height: 1.1em;
}
h1 span {
    font-size: 0.55em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.375rem;
}
h3 {
    font-size: 1.313em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.6em;
    line-height: 1.4;
}
h1, h3, h4, .box2 h2 {
    color: #1C6275;
}
h1, h2, h3, h4, strong {
    font-weight: 500;
}
h2, .mail, ul li::before {
    color: #48A5BF;
}
: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 1rem;
    list-style: none;
}
.pb1 {
    padding-bottom: 2.5rem;
}
li {
    padding-left: 0.9rem;
}
ul li:before {
    content: "\2012";
    font-size: 0.8em;
    font-weight: 500;
    float: left;
    margin: -1px 0 0 -0.9rem;
}
header {
    padding: 0 0 1rem;
    display: flex;
    justify-content: flex-end;
}
hr {
    border: none;
    border-bottom: 2px solid #BFDFE8;
    margin: 0.75rem 0 2rem;
}
hr:last-of-type {
    border-bottom-color: #48A5BF;
    margin: 2rem 0 1.5rem;
}
h1 + p, h1 span, .box3 p, footer p {
    color: #6E7579;
}
.box {
    background-color: #1C6275;
    padding: 2rem 2.5rem 1.75rem;
    margin: 0 0 3rem;
}
.box p {
    color: #fff;
    font-size: 1.1em;
    line-height: 1.3;
}
.box h2 {
    color: #90C8D8;
    margin-bottom: 1.25rem;
}
.upper {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em;
    line-height: 1.3;
}
.box2 {
    background-color: #EDF6F9;
    padding: 1.25rem 1.75rem 1rem;
    border-left: 3px solid #48A5BF;
    margin: 0.5rem 0 2rem;
}
.box3 {
    background-color: #EDF6F9;
    padding: 1.25rem 1.75rem 0.75rem;
    margin-bottom: 1rem;
}
.box3 p {
    font-size: 0.92em;
    line-height: 1.3;
}
.mail {
    font-size: 1.375em;
    line-height: 1.3;
    padding: 0.5rem 0 3rem;
}
footer p {
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.3;
    padding: 0.5rem 0;
    border-top: 1px solid #BFDFE8;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    header {
        justify-content: center;
    }
    p span {
        display: inline-block;
    }
    h1 br {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 1rem 2rem;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        font-size: 1.75em;
    }
    .box, .box2, .box3 {
        padding: 0.75rem 1rem;
    }
    h4 {
        font-size: 1.4em;
    }
}