@charset "utf-8";
@font-face {
    font-display: swap; 
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/play-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/play-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/play-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/play-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/play-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/play-v19-latin-regular.svg#Play') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-display: swap; 
    font-family: 'Play';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/play-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/play-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/play-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/play-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/play-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/play-v19-latin-700.svg#Play') format('svg'); /* Legacy iOS */
  }
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Play', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
}
#wrapper::before {
    content: "";
    width: 426px;
    height: 100%;
    background-color: #F8F8F5;
    position: absolute;
    top: 0;
    right: 0;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 4rem 0;
    font-size: 1.692em;
    line-height: 1.1em;
}
h1 span {
    font-size: 1rem;
}
h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 5rem;
}
h3 {
    font-size: 1.625em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.45em;
    line-height: 1.2em;
    border-bottom: 2px solid #60604B;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
h2, h3, h4, footer p {
    text-transform: uppercase;
}
h3, h4, footer p {
    color: #60604B;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 0 0 0;
}
article {
    background-color: #00ABE5;
    position: absolute;
    top: 1.75rem;
    right: 1.75rem;
    width: 426px;
    padding: 4rem 3.125rem;
}
footer {
    padding: 3rem;
    width: 484px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}
footer p {
    font-size: 0.875em;
    line-height: 1.3em;
}
@media only screen and (max-width: 929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    br, #wrapper::before {
        display: none;
    }
    header {
        display: flex;
        justify-content: center;
    }
    article {
        position: static;
        margin: 1.5rem;
    }
    article, footer {
        width: auto;
    }
    h1, h2, h3 {
        text-align: center;
    }
    h2 {
        margin-bottom: 1.5rem;
    }
    h1 {
        margin: 1.5rem 0;
    }
}
@media only screen and (max-width: 780px) {
    article, footer {
        padding: 2rem;
    }
}
@media only screen and (max-width: 480px) {
    article, footer {
        padding: 1rem;
    }
    article {
        margin: 1rem;
    }
    h2 {
        font-size: 1.75em;
    }
}
@media only screen and (max-width: 380px) {
    footer {
        flex-direction: column;
    }
}