.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;height:100%}.hero__inner{position:relative}.hero__label-text{max-height:60px}.hero__scott{position:relative;max-height:77px;margin-right:9em;animation:hero-scott-fadein .5s ease forwards}.hero__walker{max-height:77px;margin-top:.5em;margin-left:4em;animation:hero-walker-fadein .5s ease forwards}.hero__tagline{opacity:0;margin-top:.1em;margin-left:9em;animation:fade-in 1s ease forwards}.hero__tagline-text{max-height:48px}.hero__layers{position:absolute;top:-130px;left:0;opacity:0;animation:fade-in 1.3s ease forwards}.hero__layers-img{max-height:100px}.hero__stars{display:flex;position:absolute;top:-70px;left:120px;flex-wrap:nowrap}.hero__stars-img{max-height:30px;margin-left:5px}.hero__stars-star-1{opacity:0;animation:fade-in .5s ease forwards;animation-delay:1.1s}.hero__stars-star-2{opacity:0;animation:fade-in .5s ease forwards;animation-delay:1.2s}.hero__stars-star-3{opacity:0;animation:fade-in .5s ease forwards;animation-delay:1.3s}.hero__stars-star-4{opacity:0;animation:fade-in .5s ease forwards;animation-delay:1.4s}.hero__stars-star-5{opacity:0;animation:fade-in .5s ease forwards;animation-delay:1.5s}.hero__logo{position:absolute;top:35px;left:-55px;animation:fade-in .5s ease-in forwards;animation-delay:.2s;opacity:0}.hero__logo-img{max-height:80px}.hero__focus-img{max-height:50px}.hero__focus-left{position:absolute;top:-200px;left:-40%;animation:hero-focus-left .5s ease forwards;animation-delay:.3s;opacity:0}.hero__focus-right{position:absolute;bottom:-180px;right:-40%;animation:hero-focus-right .5s ease forwards;animation-delay:.3s;opacity:0}.hero__ellipse-part{position:absolute;bottom:-180px;left:-40%;animation:hero-elipse-part .5s ease forwards;animation-delay:.3s;opacity:0}.hero__ellipse-part-img{max-height:90px}.hero__ellipse-arrow{position:absolute;top:-200px;right:-30%}.hero__ellipse-img{max-height:120px;animation:hero-ellipse 1s linear(0,.403 18.4%,.994 33.2%,.687 45.2%,.995 57.6%,.857 65.2%,.997 74.4%,.944 80%,1);animation-delay:.2s}.hero__arrow-img{position:absolute;top:-30px;right:-45px;opacity:0;animation:hero-arrow .3s ease forwards}@media (min-width: 641px) and (max-width: 1023px){.hero{width:90%}.hero__label-text{max-height:50px}.hero__scott{margin-right:100px}.hero__walker{margin-top:7px;margin-left:50px}.hero__tagline{margin-left:8em}.hero__tagline-text{max-height:35px}.hero__layers{top:-100px}.hero__layers-img{max-height:80px}.hero__stars{top:-55px;left:100px}.hero__stars-img{max-height:25px;margin-left:3px}.hero__logo{left:-54px;top:24px}.hero__logo-img{min-height:40px;max-height:80px}.hero__focus-img{max-height:40px}.hero__focus-left{top:-150px;left:-15%}.hero__focus-right{bottom:-110px;right:-15%}.hero__ellipse-part{bottom:-110px;left:-15%}.hero__ellipse-part-img{max-height:70px}.hero__ellipse-arrow{top:-150px;right:-10%}.hero__ellipse-img{max-height:80px}.hero__arrow-img{top:-25px;right:-25px;max-height:50px}}@media (min-width: 0px) and (max-width: 640px){.hero{left:0}.hero__label-text{min-height:20px;max-height:30px}.hero__scott{margin-right:80px}.hero__walker{margin-top:3px;margin-left:40px}.hero__tagline{margin-top:0;margin-left:4.5em}.hero__tagline-text{max-height:25px}.hero__layers{top:-60px}.hero__layers-img{max-height:50px}.hero__stars{top:-30px;left:60px}.hero__stars-img{max-height:15px;margin-left:2px}.hero__logo{left:-35px;top:15px}.hero__logo-img{min-height:20px;max-height:50px}.hero__focus-img{max-height:20px}.hero__focus-left{top:-100px;left:-18%}.hero__focus-right{bottom:-70px;right:-18%}.hero__ellipse-part{bottom:-70px;left:-18%}.hero__ellipse-part-img{max-height:40px}.hero__ellipse-arrow{top:-100px;right:-15%}.hero__ellipse-img{max-height:50px}.hero__arrow-img{top:-15px;right:-15px;max-height:30px}}@media (min-width: 0px) and (max-width: 360px){.hero__logo{left:-26px;top:17px}.hero__logo-img{min-height:10px;max-height:40px}.hero__inner{width:100%}.hero__label-text{max-height:20px}.hero__scott{margin-right:40px}.hero__walker{margin-top:0;margin-left:20px}.hero__tagline{margin-top:-2px;margin-left:2em}.hero__tagline-text{max-height:20px}.hero__layers{top:-50px}.hero__layers-img{max-height:40px}.hero__stars{top:-25px;left:50px}.hero__stars-img{max-height:12px;margin-left:2px}.hero__logo{left:-25px;top:10px}.hero__logo-img{max-height:35px}.hero__focus-img{max-height:20px}.hero__focus-left{top:-110px;left:-15%}.hero__focus-right{bottom:-80px;right:-15%}.hero__ellipse-part{bottom:-80px;left:-18%}.hero__ellipse-part-img{max-height:40px}.hero__ellipse-arrow{top:-110px;right:-10%}}@keyframes hero-scott-fadein{0%{transform:translate(-100vw);opacity:0}80%{transform:translate(0)}to{opacity:1}}@keyframes hero-walker-fadein{0%{transform:translate(100vw);opacity:0}80%{transform:translate(0)}to{opacity:1}}@keyframes fade-in{30%{opacity:0}to{opacity:1}}@keyframes hero-focus-left{0%{transform:translate(-100vw,-100vh);opacity:0}50%{opacity:0}80%{transform:translate(0)}to{opacity:1}}@keyframes hero-focus-right{0%{transform:translate(100vw,100vh)}50%{opacity:0}80%{transform:translate(0)}to{opacity:1}}@keyframes hero-ellipse{0%{transform:scale(1)}20%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes hero-arrow{0%{transform:translate(200px,-200px);opacity:0}80%{transform:translate(0)}to{opacity:1}}@keyframes hero-elipse-part{0%{transform:rotate(-360deg)}to{transform:rotate(0);opacity:1}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body{width:100vw;height:100vh}body{color:#0b2c40;font-family:Montserrat}#app{width:100%;height:100%}.screen-main{display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;height:100%}
