@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito-sans-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-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/nunito-sans-v19-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito-sans-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-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/nunito-sans-v19-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/nunito-sans-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito-sans-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito-sans-v19-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/nunito-sans-v19-latin-800.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/nunito-sans-v19-latin-800.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/nunito-sans-v19-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #4a4a49;
    font: 400 1em/1.4 'Nunito Sans', Arial, sans-serif;
}

h1, h2, h3, h4, strong {
    font-weight: 700;
}

#wrapper {
    position: relative;
    max-width: 1042px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    padding: 0 3.75rem 5rem;
    box-shadow: 0 0 2.187rem #666;
}

:is(a:link,a:visited,a:active){
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 2.5rem 0 4.375rem;
    font-weight: 800;
}
h1 span {
    font-size: 1rem;
    line-height: 1.3;
    display: block;
    margin-top: 0.25rem;
}

h2 {
    margin: 1.5rem 0 2.375rem;
    font-size: 1.75em;
    line-height: 1.2;
}
h3 {
    font-size: 1.5em;
    line-height: 1.2;
    margin: 3.75rem 0 0.75rem;
}

h4 {
    padding: 1.875rem 0 1.875rem 0;
    font-size: 1.75em;
    font-style: italic;
    line-height: 1.2;
}
h1, h2, h3, h4, span :is(a:link,a:visited,a:active), .font, a.red {
    color: #D63046;
}
p {
    margin: 0 0 1rem;
}

ul {
    list-style: none;
    margin: 0.625rem 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "-";
    float: left;
    margin-left: -1.25rem;
}
@-webkit-keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}

@keyframes slidy {
0% { left: 0%; }
25% { left: 0%; }
50% { left: -100%; }
75% { left: -100%; }
100% { left: -200%; }
}
header { 
    overflow: hidden; 
    margin: 0 -3.75rem;
}
header figure img { width: 33.333333%; float: left; }
header figure { 
  position: relative;
  width:300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  -webkit-animation-name:slidy;
  -webkit-animation-duration: 18s;
  -webkit-animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation: 18s slidy infinite; 
}
article {
    position: relative;
}

article > img:first-of-type {
    position: absolute;
    left: -3.75rem;
    top: 26%;
}

article > img:last-of-type {
    position: absolute;
    right: -3.125rem;
    top: 36%;
}

article > aside {
    display: flex;
    margin: 3.125rem 0;
    align-items: center;
    padding-left: 1.25rem;
    justify-content: flex-start;
}

article > aside p {
    margin: 0 1.875rem 0 0;
    display: flex;
    align-items: center;
    column-gap: 0.9375rem;
}
article > aside p img {
    width: 1.875rem;
}
article > aside p span {
    display: block;
    font-size: 0.9375rem;
}

article section:first-of-type {
    position: relative;
    padding: 2.5rem 0;
}

article section:first-of-type img {
    position: absolute;
    bottom: 0.9375rem;
    left: 10rem;
}

article section:last-of-type {
    background: #E2E4E5;
    position: relative;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    margin-top: 2.1875rem;
}

article section:last-of-type img {
    position: absolute;
    bottom: -3.125rem;
    left: -3.75rem;
}

article section :is(a:link,a:visited,a:active) {
    display: block;
    background: #D63046;
    color: #fff;
    font-size: 1rem;
    padding: 0.75rem 2.5rem;
    text-decoration: none;
    border-radius: 0.625rem;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}
article section a.green {
    background: #31BA46;
    margin-bottom: 2.5rem;
}
article nav {
    display: flex;
    align-items: flex-start;
    margin: 3rem 0 4rem;
    gap: 0.625rem;
}

article nav aside {
    width: 35%;
}

figure {
    margin: 3.75rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
figure p {
    width: 198px;
    padding-left: 0.625rem;
    font-size: 0.875em;
    line-height: 1.4;
}
figure img {
    display: block;
    margin: 0 auto 0.125rem;
}
figure + p {
    margin: 0 auto;
    width: 85%;
    padding: 0.312rem 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    border: 0.125rem solid #000;
}
hr {
    border: none;
    width: 24.5625rem;
    height: 0.1875rem;
    background-color: #D63046;
    display: block;
    margin: 0 auto;
}
.font {
    font-size: 1.17em;
    line-height: 1.2;
    margin-bottom: 0.625rem;
    display: block;
}
footer section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem 0;
}
footer aside {
    width: 56%;
}
.iframe-wrapper {   
    width: 100%;
    position: relative;
    padding-bottom: 48.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

footer aside:first-of-type {
    width: 42%;
}
@media only screen and (max-width: 1041px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    article > img, section img {
        display: none;
    }
    figure p {
        width: 25%;
    }
    figure, footer section, article > aside, h1, article nav {
        margin: 2rem 0;
    }
    article > aside p {
        width: 45%;
    }
    article > aside {
        flex-wrap: wrap;
        gap: 1rem 0;
        padding-left: 0;
    }
    h1 {
        font-size: 2em;
    }
}
@media only screen and (max-width: 780px) {
    #wrapper {
        padding: 0 2rem 2rem;
    }
    header {
        margin: 0 -2rem;
    }
    article nav aside {
        width: auto;
    }
    article nav, footer section {
        flex-direction: column;
        align-items: center;
    }
    article nav p, footer :is(h4, p) {
        text-align: center;
    }
    footer aside {
        width: 100% !important;
    }
    figure p {
        min-width: 180px;
    }
    figure {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 480px) {
    #wrapper {
        padding: 0 1rem 1rem;
    }
    header {
        margin: 0 -1rem 1rem;
    }
    h1 {
        font-size: 1.75em;
    }
    h2, h4 {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.375em;
    }
    figure + p {
        width: 100%;
    }
    hr {
        width: 100%;
    }
}