@charset "utf-8";
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v51-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-600.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v51-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/roboto-v51-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v51-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v51-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/roboto-v51-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/roboto-v51-latin-700.svg#Roboto') 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 'Roboto', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 905px;
    margin: 1rem auto;
    border: solid 2px #000;
    background: #fff url('../images/bg.jpg') no-repeat top right;
    overflow: hidden;
    padding: 0.875rem 2rem 0.75rem;
}
p {
    padding-bottom: 0.5rem;
}
h1 {
    margin: 0rem -0.25rem 1.25rem;
    padding: 1rem 0.25rem;
    font-size: 2.938em;
    line-height: 1.1;
    text-transform: uppercase;
    width: 62%;
    position: relative;
}
h1 span {
    font-size: 1.125rem;
    text-transform: initial;
    font-weight: 400;
}
h1::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2A828E;
    position: absolute;
    top: 0;
    left: 0;
}
h1:after {
    content: "";
    width: 66px;
    height: 2px;
    background: #2A828E;
    position: absolute;
    bottom: 0;
    left: 0;
}
h1, .color strong {
    color: #2A828E;
}
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;
}
header {
    margin: 0 -1.625rem 0.5rem;
}
.flex {
    display: flex;
    align-items: flex-start;
    gap: 1.875rem;
}
.flex p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    font-size: 0.875em;
    line-height: 1.3;
    position: relative;
}
.flex p:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 4rem;
    background: #2A828E;
    position: absolute;
    right: -0.875rem;
    top: 14px;
}
hr {
    margin: 0.25rem -2rem 0.75rem -0.25rem;
    border: 0;
    border-bottom: 2px solid #2A828E;
}
footer {
    margin: 0 -1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125em;
    line-height: 1.3;
    position: relative;
    padding: 0;
}
footer p:not(:last-of-type)::before {
    content: "";
    width: 1px;
    height: 35px;
    background: #2A828E;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 904px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
    }
    header {
        display: flex;
        justify-content: center;
    }
    article br, footer p:not(:last-of-type)::before {
        display: none;
    }
    h1 {
        font-size: 2.5em;
        width: auto;
    }
    .flex {
        justify-content: center;
        gap: 1rem 1.875rem;
        flex-wrap: wrap;
    }
    footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    footer p {
        width: 48%;
    }
    hr {
        margin: 0.5rem 0 1rem;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 1rem;
    }
    header {
        margin: 0 0 0.5rem;
    }
    h1 {
        font-size: 2em;
    }
    footer {
        margin: 0;
    }
    footer p {
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    h1 {
        font-size: 1.75em;
    }
}