*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;height:-webkit-fill-available;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#app,html{height:-webkit-fill-available}// Overflow Hidden in Mobile and Tablet @media(min-width: 738px) and(max-width: 900px){#app{position:relative;overflow:hidden;height:100%}}@media (max-width:737px){#app{position:relative;overflow:hidden;height:100%}}h1,h2,h3{font-family:$snoopyFont}a{color:#000;text-decoration:none}p{font-family:$textFont}footer{.copyright{font-family:Typewriter;font-size:22px;font-weight:600;color:#fff;text-decoration:underline}figure{width:6px;height:6px;background:#fff;border-radius:100%}}@-webkit-keyframes scale-out-center{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:1}}@keyframes scale-out-center{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:1}}@-webkit-keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}@-webkit-keyframes scale-in-center{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:1}}@-webkit-keyframes wobble-hor-top{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(6deg)}30%{transform:translateX(15px) rotate(-6deg)}45%{transform:translateX(-15px) rotate(3.6deg)}60%{transform:translateX(9px) rotate(-2.4deg)}75%{transform:translateX(-6px) rotate(1.2deg)}}@keyframes wobble-hor-top{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(6deg)}30%{transform:translateX(15px) rotate(-6deg)}45%{transform:translateX(-15px) rotate(3.6deg)}60%{transform:translateX(9px) rotate(-2.4deg)}75%{transform:translateX(-6px) rotate(1.2deg)}}@-webkit-keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes swing-in-bottom-fwd{0%{transform:rotateX(100deg);transform-origin:bottom;opacity:0}to{transform:rotateX(0);transform-origin:bottom;opacity:1}}@keyframes swing-in-bottom-fwd{0%{transform:rotateX(100deg);transform-origin:bottom;opacity:0}to{transform:rotateX(0);transform-origin:bottom;opacity:1}}.entryInput_container{display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .3s both;animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .3s both}.entryInput_container .initial_text,.entryInput_container .initial_text--out{font-family:Snoopy;font-size:48px;font-weight:100;text-align:center;line-height:.9}.entryInput_container .initial_text--out{-webkit-animation:scale-out-center .4s cubic-bezier(.6,-.28,.735,.045) both;animation:scale-out-center .4s cubic-bezier(.6,-.28,.735,.045) both}.entryInput_container .errorAnswer_text{font-family:Snoopy;font-size:48px;font-weight:100;text-align:center;line-height:.9;opacity:0;position:absolute;bottom:203px}.entryInput_container .errorAnswer_text .errorAnimation{-webkit-animation:wobble-hor-top .8s both;animation:wobble-hor-top .8s both}.entryInput_container .errorAnswer_text--in,.entryInput_container .errorAnswer_text .errorAnimation,.entryInput_container .errorAnswer_text .errorAnimation-none{font-family:Snoopy;font-size:48px;font-weight:100;text-align:center;line-height:.9}.entryInput_container .errorAnswer_text--in{position:absolute;bottom:203px;-webkit-animation:scale-in-center .4s cubic-bezier(.25,.46,.45,.94) .4s both;animation:scale-in-center .4s cubic-bezier(.25,.46,.45,.94) .4s both}.entryInput_container .errorAnswer_text--in .errorAnimation{-webkit-animation:wobble-hor-top .8s both;animation:wobble-hor-top .8s both}.entryInput_container .errorAnswer_text--in .errorAnimation,.entryInput_container .errorAnswer_text--in .errorAnimation-none{font-family:Snoopy;font-size:48px;font-weight:100;text-align:center;line-height:.9}.entryInput_container .entry_input{font-family:Snoopy;font-size:40px;font-weight:bolder;padding:6px 0;margin:25px 0;text-align:center;text-transform:uppercase;width:100%;border:none;border-radius:8px;transition:.3s;letter-spacing:4px;border:5px solid #fff}.entryInput_container .entry_input:focus{outline:none;border:5px solid #ffe01a}.entryInput_container .entry_input::-moz-placeholder{font-weight:100}.entryInput_container .entry_input:-ms-input-placeholder{font-weight:100}.entryInput_container .entry_input::placeholder{font-weight:100}.entryInput_container .continue_btn{margin-top:16px;padding:6px 48px;border:4px solid #000;border-radius:50px;background:#ed2622;cursor:pointer;transition:.4s}.entryInput_container .continue_btn:disabled{border:4px solid #000}.entryInput_container .continue_btn:disabled h2{font-family:Snoopy;font-size:40px;transition:.4s;border:4px solid #000;color:grey}.entryInput_container .continue_btn h2{color:#fff;font-family:Snoopy;font-size:36px;font-weight:100;transition:.4s}.entryInput_container .continue_btn--disabled{margin-top:16px;pointer-events:none;padding:6px 48px;border:4px solid #000;color:grey;border-radius:50px;background:#fff;cursor:pointer;transition:.4s}.entryInput_container .continue_btn--disabled h2{font-family:Snoopy;font-size:36px;font-weight:100;transition:.4s}@media(min-width:738px)and (max-width:900px){.entryInput_container .initial_text,.entryInput_container .initial_text--out{font-size:40px}.entryInput_container .errorAnswer_text,.entryInput_container .errorAnswer_text--in{font-size:40px;position:absolute;bottom:203px}.entryInput_container .entry_input,.entryInput_container .errorAnswer_text--in .errorAnimation,.entryInput_container .errorAnswer_text--in .errorAnimation-none{font-size:40px}.entryInput_container .continue_btn{padding:8px 42px}.entryInput_container .continue_btn:disabled{border:4px solid #000}.entryInput_container .continue_btn:disabled h2,.entryInput_container .continue_btn h2{font-size:36px}.entryInput_container .continue_btn--disabled{padding:8px 42px;cursor:pointer;transition:.4s}.entryInput_container .continue_btn--disabled h2{font-size:36px}}@media(max-width:737px){.entryInput_container .initial_text,.entryInput_container .initial_text--out{font-size:28px}.entryInput_container .errorAnswer_text,.entryInput_container .errorAnswer_text--in{font-size:28px;position:absolute;bottom:180px}.entryInput_container .entry_input,.entryInput_container .errorAnswer_text--in .errorAnimation,.entryInput_container .errorAnswer_text--in .errorAnimation-none{font-size:28px}.entryInput_container .continue_btn{padding:6px 32px}.entryInput_container .continue_btn:disabled{border:3px solid #000}.entryInput_container .continue_btn:disabled h2,.entryInput_container .continue_btn h2{font-size:28px}.entryInput_container .continue_btn--disabled{padding:6px 32px;cursor:pointer;transition:.4s}.entryInput_container .continue_btn--disabled h2{font-size:28px}}footer{display:flex;justify-content:center;align-items:center;gap:16px}footer .copyright{font-family:Typewriter;font-size:22px;font-weight:600;color:#fff;text-decoration:underline}footer figure{width:6px;height:6px;background:#fff;border-radius:100%}.entryDelay_animation{-webkit-animation:slide-in-bottom .5s cubic-bezier(.455,.03,.515,.955) 1s both;animation:slide-in-bottom .5s cubic-bezier(.455,.03,.515,.955) 1s both}.prizeDelay_animation{-webkit-animation:slide-in-bottom .5s cubic-bezier(.455,.03,.515,.955) 4s both;animation:slide-in-bottom .5s cubic-bezier(.455,.03,.515,.955) 4s both}@media(min-width:738px)and (max-width:900px){footer .copyright{font-size:18px}.prizeDelay_animation{animation-delay:2.3s;-webkit-animation-delay:2.3s}}@media(max-width:737px){footer .copyright{font-size:16px}.prizeDelay_animation{animation-delay:2.3s;-webkit-animation-delay:2.3s}}.puzzleEntry_container{height:100vh;padding:1em 0;overflow:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,1fr);grid-row-gap:10%;justify-items:center;align-items:center;background:url(../img/puzzle-entry-bg.c59ccb7c.jpg);background-size:cover;background-repeat:no-repeat;background-position-y:center}.puzzleEntry_container img{max-width:260px;-webkit-animation:slide-in-top .5s cubic-bezier(.075,.82,.165,1) 1s both;animation:slide-in-top .5s cubic-bezier(.075,.82,.165,1) 1s both}@media(min-width:738px)and (max-width:900px){.puzzleEntry_container{background-position-x:-35em;height:-webkit-fill-available;min-height:100vh;justify-content:center;align-items:flex-start}.puzzleEntry_container img{max-width:210px;padding-top:1em}}@media(max-width:737px){.puzzleEntry_container{height:-webkit-fill-available;min-height:100vh;background-position-x:center;justify-content:center;align-items:flex-start}.puzzleEntry_container img{max-width:150px}}.comicStrip_wrapper{overflow:hidden;display:flex;justify-content:center;align-items:center;padding:0 4em}.comicStrip_wrapper,.comicStrip_wrapper .comicImg{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.comicStrip_wrapper .comicImg{max-width:300px;min-width:100px}.comicStrip_wrapper .comicImg1{-webkit-animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) .4s both;animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) .4s both}.comicStrip_wrapper .comicImg2{-webkit-animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 1s both;animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 1s both}.comicStrip_wrapper .comicImg3{-webkit-animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 1.6s both;animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 1.6s both}.comicStrip_wrapper .comicImg4{-webkit-animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 2.2s both;animation:slide-in-right .7s cubic-bezier(.645,.045,.355,1) 2.2s both}@media(min-width:738px)and (max-width:900px){.comicStrip_wrapper{display:none}}@media(max-width:737px){.comicStrip_wrapper{display:none}}.hooper{outline:none;margin-top:1em;height:auto;display:none}.hooper .hooper-list{display:flex;flex-direction:column}.hooper .hooper-list .hooper-slide{display:flex;justify-content:center;align-items:center;padding:0}.hooper .hooper-list .hooper-slide img{width:100%;height:auto;max-width:700px;min-width:100px}.hooper .hooper-list .hooper-pagination{position:static;bottom:0;right:0;transform:none;display:flex;padding:0;margin:10px auto}.hooper .hooper-list .hooper-pagination .hooper-indicators{margin:0 auto}.hooper .hooper-list .hooper-pagination .hooper-indicators .hooper-indicator{-webkit-animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;margin:0 6px;width:28px;height:28px;border-radius:100%;border:5px solid #000;padding:0;background-color:#fff;cursor:pointer}.hooper .hooper-list .hooper-pagination .hooper-indicators .is-active{background-color:red}@media(min-width:738px)and (max-width:900px){.hooper{height:auto;display:block}.hooper,.hooper .hooper-track,.hooper .hooper-track .hooper-slide{width:28em}.hooper .hooper-track .hooper-slide img{-webkit-animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;width:100%;height:auto;max-width:450px;min-width:100px}}@media(max-width:737px){.hooper{height:auto;display:block}.hooper .hooper-list .hooper-track .hooper-slide img{-webkit-animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;animation:scale-in-center .8s cubic-bezier(.645,.045,.355,1) .5s both;width:100%;height:auto;max-width:300px;min-width:100px}.hooper .hooper-list .hooper-pagination .hooper-indicators .hooper-indicator{width:20px;height:20px;border:4px solid #000}}@font-face{font-family:Snoopy;src:url(../fonts/Snoopy.58ac3c8e.ttf)}@font-face{font-family:Typewriter;src:url(../fonts/Typewriter.df23c7a7.ttf)}.puzzlePrize_container{height:100vh;padding:.5em 0;overflow-y:hidden;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);justify-items:center;align-items:center;background:url(../img/prize-bg.376dcf3b.jpg);background-size:cover;background-repeat:no-repeat;background-position-y:center}.puzzlePrize_container .snoopyScope_logo{max-width:220px;-webkit-animation:slide-in-top .5s cubic-bezier(.075,.82,.165,1) 4s both;animation:slide-in-top .5s cubic-bezier(.075,.82,.165,1) 4s both}.puzzlePrize_container .comicStrip_container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-top:24px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.puzzlePrize_container .comicStrip_container .prize_text{width:100%;max-width:520px;padding:0 2em;-webkit-animation:scale-in-center .8s cubic-bezier(.175,.885,.32,1.275) 3s both;animation:scale-in-center .8s cubic-bezier(.175,.885,.32,1.275) 3s both}.puzzlePrize_container .backHome_btn{font-family:Snoopy;font-size:28px;font-weight:700;color:#fff;padding:8px 42px;border:4px solid #000;border-radius:50px;background:red;cursor:pointer;transition:.3s;-webkit-animation:swing-in-bottom-fwd .7s cubic-bezier(.175,.885,.32,1.275) 4.8s both;animation:swing-in-bottom-fwd .7s cubic-bezier(.175,.885,.32,1.275) 4.8s both}.puzzlePrize_container .backHome_btn:hover{transform:scale(1.03)}@media(min-width:738px)and (max-width:900px){.puzzlePrize_container{min-height:100vh;height:-webkit-fill-available}.puzzlePrize_container .snoopyScope_logo{max-width:180px;-webkit-animation-delay:2.3s;animation-delay:2.3s}.puzzlePrize_container .comicStrip_container .prize_text{-webkit-animation-delay:1.6s;animation-delay:1.6s}.puzzlePrize_container .backHome_btn{align-self:flex-end;font-size:34px;-webkit-animation-delay:3s;animation-delay:3s}.puzzlePrize_container .router-link-active{font-size:34px}}@media(max-width:737px){.puzzlePrize_container{position:relative;height:100vh;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.puzzlePrize_container .snoopyScope_logo{max-width:150px;-webkit-animation-delay:2.3s;animation-delay:2.3s}.puzzlePrize_container .comicStrip_container{margin-top:0;gap:0}.puzzlePrize_container .comicStrip_container .prize_text{-webkit-animation-delay:1.6s;animation-delay:1.6s}.puzzlePrize_container .backHome_btn{font-size:22px;padding:8px 32px;background:red;-webkit-animation-delay:3s;animation-delay:3s}.puzzlePrize_container .router-link-active{font-size:22px}}