*{box-sizing:border-box;margin:0;padding:0;font-family:Futura,'Barlow',sans-serif;font-style:italic}html,body{width:100%;height:100%;overflow:hidden;background:#fff;color:#000}.wrapper{display:flex;flex-direction:column;width:100vw;height:100vh}header{flex:0 0 25vh;background:#00AFF0;display:flex;justify-content:center;align-items:center;padding:2vh;border-bottom:1vh solid #000}header img{max-width:100%;max-height:100%;object-fit:contain}main{flex:1;display:flex;flex-direction:column;justify-content:center;padding:clamp(1rem,3vw,3rem);background:#fff}h1{font-size:clamp(3rem,9vw,12rem);font-weight:700;line-height:.8;text-transform:uppercase;color:#000;letter-spacing:-0.05em;margin-bottom:2vh;word-wrap:break-word}h1 span{color:#00AFF0;background:#000;padding:0 1vw}p{font-size:clamp(1rem,2.2vw,3rem);font-weight:400;line-height:1.05;text-transform:uppercase;color:#000;max-width:98%}p strong{font-weight:700;color:#00AFF0;background:#000;padding:0 .2em}footer{flex:0 0 20vh;display:flex}.cta{flex:1;display:flex;justify-content:center;align-items:center;background:#00AFF0;color:#000;font-size:clamp(2rem,6vw,8rem);font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:-0.03em;border-top:1vh solid #000;transition:all .15s ease}.cta:focus,.cta:hover{background:#000;color:#00AFF0;outline:none}