@media (min-width:320px){.SplashHeroImageHolder{height:50dvh;}.splash-box{height:48dvh;}}@media (min-width:376px){.SplashHeroImageHolder{height:65dvh;}.splash-box{height:34dvh;}}@media (min-width:641px){.SplashHeroImageHolder{height:65dvh;}.splash-box{height:34dvh;}}:root{--plygemGreen:#42b029;--lightGrey:#f6f6f6;--darkGrey:#707070;--splashCornerSize:10vmin;--AnimLength:1.5s;--AnimDelay:0.375s;}#MCCanvas{position:fixed;top:0px;left:0px;width:100%;height:100%;touch-action:none;user-select:none;}.splash{background-color:white;position:fixed;width:100%;height:100%;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;}.SplashPage{height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;}.SplashHeroImageHolder{width:100%;position:relative;bottom:51dvh;animation:imagePanIn var(--AnimLength) ease-in-out forwards;}.splashImage{width:100%;height:100%;border-radius:0px 0px var(--splashCornerSize) var(--splashCornerSize);object-fit:cover;box-shadow:0px 5px 10px rgba(0,0,0,0);animation:imageShadow var(--AnimLength) ease-in-out forwards;}.splashLink{color:black;}.splashLink:link{color:black;}.splashLink:visited{color:black;}.splashLink:hover{color:black;}.splashLink:active{color:black;}.splash-box{text-align:left;display:flex;width:90dvw;flex-direction:column;justify-content:space-between;align-items:flex-start;}.splash-box > h1{width:100%;padding:0;margin:0;color:black;opacity:0;position:relative;animation:textFadeIn calc(var(--AnimLength)/2.25) var(--AnimDelay) ease-in-out forwards;}.splash-box > h2{width:100%;color:black;opacity:0;position:relative;animation:textFadeIn calc(var(--AnimLength)/2.25) calc(var(--AnimDelay)*2) ease-in-out forwards;}.splashBottomBar{margin-bottom:10px;opacity:0;position:relative;animation:textFadeIn calc(var(--AnimLength)/2.25) calc(var(--AnimDelay)*4) ease-in-out forwards;}.splash-box > a{color:black;}.splash-highlight{color:#6ae5e0;}.zcomponent-launched .splash{display:none;}.largeGreenButton{width:100%;background:var(--plygemGreen);border-radius:8px;border:none;padding:11px 23px;line-height:24px;height:48px;color:black;}#nextButton{opacity:0;position:relative;animation:textFadeIn calc(var(--AnimLength)/2.25) calc(var(--AnimDelay)*3) ease-in-out forwards;}#launchButton{opacity:0;position:relative;animation:textFadeIn calc(var(--AnimLength)/2.25) calc(var(--AnimDelay)*3) ease-in-out forwards;}#launchButton:disabled{background:none;background-color:none;width:48px;visibility:hidden;padding:0 0 0 calc(50% - 24px);}#launchButton:disabled:before{content:' ';visibility:visible;display:block;width:48px;padding-left:calc(50% - 24px);height:48px;margin:0px;border-radius:50%;box-sizing:border-box;border:5px solid var(--plygemGreen);border-color:var(--plygemGreen) transparent #fff var(--plygemGreen);animation:loading-animation 1.2s linear infinite;}#progressMenu{background-color:white;position:fixed;width:100%;height:100%;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;}.progressBox{margin-top:5dvh;width:90dvw;height:90dvh;display:flex;flex-direction:column;justify-content:space-between;}.buttonBox{width:100%;display:flex;height:60dvh;flex-direction:column;justify-content:space-evenly;}.progressButton{display:flex;flex-direction:row;align-items:center;background-color:var(--lightGrey);border-radius:8px;border:none;padding:11px;height:64px;}.stepText{height:100%;width:100%;text-align:center;}.progressLockedIcon{height:100%;width:100%;}.progressButtonIcon{line-height:24px;padding:5px;border-radius:8px;margin-right:10px;min-width:24px;aspect-ratio:1;}.stageLocked{background-color:var(--darkGrey);transition:background-color 300ms;}.stageUnlocked{background-color:var(--plygemGreen);transition:background-color 300ms;}.progressTextBox{text-align:start;}#fullRestart{width:100%;background:var(--plygemGreen);border-radius:8px;border:none;padding:11px 23px;line-height:24px;height:48px;color:black;}.splashScroller{-ms-overflow-style:none;scrollbar-width:none;overflow-y:hidden;overflow-x:auto;flex-direction:row;width:90dvw;}.splashScroller::-webkit-scrollbar{display:none;}.scrollWrapper{display:flex;width:285dvw;height:60dvh;justify-content:space-between;}.scrollerelem{flex-shrink:0;width:90dvw;height:100%;}.scrollImg{object-fit:fill;height:100%;width:100%;border-radius:25px;}#promptWrapper{top:50%;left:30%;position:absolute;width:40%;aspect-ratio:1;}.promptImage{height:100%;width:100%;}.proLogoWrapper{width:25dvw;aspect-ratio:2.23451327434;}.proLogoImage{height:100%;width:100%;}@keyframes promptSwipe{0%{opacity:0;scale:0;left:60%;}10%{opacity:1;scale:1;}90%{opacity:1;scale:1;}100%{opacity:0;scale:0;left:0%;}}@keyframes loading-animation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes imagePanIn{0%{bottom:61dvh;}100%{bottom:0dvh;}}@keyframes textFadeIn{0%{top:2dvh;opacity:0;}100%{top:0dvh;opacity:1;}}@keyframes imageShadow{0%{box-shadow:0px 5px 10px rgba(0,0,0,0);}50%{box-shadow:0px 5px 10px rgba(0,0,0,0);}100%{box-shadow:0px 5px 10px rgba(0,0,0,0.25);}}