.infoWindowBox{padding:10px;margin:auto;min-height:calc(100vh - var(--nav-height));display:flex;align-items:center}.infoWindow{padding:10px;max-width:320px;height:-moz-fit-content;height:fit-content;margin:100px auto;border:var(--border-edge);border-radius:var(--popup-BR);box-shadow:var(--simple-shadow);text-align:center;background:var(--poupup-bg);animation:showUp .2s}.infoWindow #icon{margin:10px auto;color:var(--attention-icon)}.infoWindow h1{font-size:1.5rem}.infoWindow p{margin:10px 0 12px;line-height:1.35}.infoWindow a{margin-top:5px}@keyframes showUp{0%{transform:scale(50%);opacity:0}to{transform:scale(100%);opacity:1}}.leaderboards{font-size:2rem;margin-bottom:.1rem}#ERgameTop{padding:0 25px;margin:10px auto;background:linear-gradient(135deg,var(--spotlight-color),var(--second-color));display:flex;align-items:center;justify-content:space-between;border-radius:var(--popup-BR);color:#fff;max-width:1300px;min-height:350px;overflow:hidden}#ERgameTop .whitebutton{margin-top:.75rem}#ERgameTop h1{font-size:1.8rem;line-height:1.3;margin:1rem 0 .25rem;font-family:alpha-omega}#ERgameTop p{font-size:1rem;line-height:1.1}#ERgameTop #left{max-width:min(400px,100%)}#ERgameTop #right{padding:10px;margin:0 7px;overflow:hidden}#ERgameTop #right img{height:20rem;filter:drop-shadow(6px 8px 14px #e9edff)}.cardStack{position:relative;width:350px;box-sizing:content-box;margin-bottom:15px}.cardStack .card,.cardStack>div{border-radius:var(--popup-BR)}.cardStack .card{position:relative;position:absolute;width:100%;backdrop-filter:blur(5px);padding:8px;opacity:0}.cardStack .card>div{display:flex;gap:10px;align-items:center}.cardStack .name{font-size:.8rem;color:#000;line-height:1.2}.cardStack .icon{aspect-ratio:1/1;height:50px;padding:5px;background-color:#fff;border-radius:10px;outline:none}.cardStack .designation{color:#000;line-height:1.1;font-weight:500}.cardStack .mainContent>p{line-height:1.25;color:#000}#right .clock{text-align:center;font-weight:600;margin-bottom:25px}#right .clock .time{font-size:5rem;line-height:.85}#newsletterForm form{margin-top:10px;position:relative;padding:6px;background:#fff;width:-moz-fit-content;width:fit-content;border-radius:10px}#newsletterForm form .inputArea{display:flex;flex-direction:row;gap:8px}#newsletterForm input{background-color:#fff;border:2px solid #000;color:#000;outline:none;padding:2px 5px;border-radius:7px;font-size:1.05rem;caret-color:var(--spotlight-color)}#newsletterForm input:focus{border-color:var(--spotlight-color)}#newsletterForm button{background-image:linear-gradient(90deg,#1c78d4,#0011ae,#008cff);padding:7px 12px;font-weight:600;background-size:300%;background-position:0;transition:background-position 1.3s,opacity var(--quickTransition),color var(--quickTransition);isolation:isolate;text-align:center;line-height:1.2;position:relative;border-radius:var(--button-BR);font-size:1.05rem;opacity:1}#newsletterForm button:is(:hover,:focus-visible):not([disabled]):not(:disabled){background-position:100%}#newsletterForm button:active{opacity:.8}#newsletterForm button:disabled,#newsletterForm button[disabled]{color:transparent}#newsletterForm button:disabled .loader,#newsletterForm button[disabled] .loader{opacity:1}#newsletterForm button .loader{height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity var(--quickTransition)}#newsletterForm button .loader:after{content:"";width:20px;height:20px;border:2.5px solid #002d58;border-right-color:#fff;border-radius:100%;animation:spinner 1.1s linear infinite;transform-origin:center}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#newsletterForm .error{color:#a90b0b;margin:2px 4px 0;line-height:1.2}#newsletterForm .capchaNote{overflow:hidden;position:absolute;top:100%;color:#ffffff61;font-size:.8rem;padding-top:5px;line-height:1.15}#newsletterForm .capchaNote a{text-decoration:underline}#newsletterForm .success h3{font-size:1.3rem;margin-bottom:6px;font-weight:600}#newsletterForm .success h3 svg{display:inline;color:#fff;vertical-align:sub;margin-right:3px;vertical-align:bottom}#newsletterForm .success p{border:2px solid #fff;padding:6px 8px;border-radius:10px;line-height:1.3;font-weight:600}#NewsletterTexts{margin-top:50px}@media screen and (max-width:950px){#ERgameTop{flex-direction:column-reverse;padding:15px;min-height:50vh;align-items:center}#ERgameTop #right{background:none;box-shadow:none;min-height:100px;margin:0;padding:20px 0;align-items:center}#ERgameTop #right .clock{display:none}#ERgameTop .cardStack{width:min(350px,100%)}#newsletterForm form{width:100%}#newsletterForm form .inputArea{flex-direction:column}#newsletterForm button{flex:1}}#NewsletterTexts .mainP{line-height:1.3;color:#3f3f3f;margin-bottom:40px}#NewsletterTexts .linesInfo{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:35px}#NewsletterTexts .linesInfo>div{display:grid;grid-template-rows:subgrid;gap:5px;grid-row:span 3}#NewsletterTexts .linesInfo>div .secondaryButton{margin-top:12px;font-size:1rem;line-height:1.1;padding:6px 15px;text-align:center}#NewsletterTexts .linesInfo h2{font-size:1.3rem}#NewsletterTexts .linesInfo svg{width:40px;height:40px}.hashtagBox:before{content:"#";color:var(--spotlight-color)}.hashtagBox{font-family:dela-gothic;font-size:10rem;display:flex;align-items:center;max-width:100%;overflow:hidden;gap:30px}.hashtagBox h4{font-size:5rem;font-weight:600}.hashtagIMG{width:100%;margin:clamp(20px,10vw,50px) 0}main:has(#playroom){min-height:calc(100vh - var(--nav-height))}#playroom .runOptions{display:flex;justify-content:space-between;padding:.5rem;border:1px solid #0000001f;margin-top:1.35rem;border-radius:var(--popup-BR);align-items:center;gap:5px 15px}#playroom .runOptions .optionButtons{display:flex;gap:.5rem}#playroom .runOptions .optionButtons>button{width:-moz-max-content;width:max-content}#playroom .runOptions .share{background-color:var(--spotlight-color)}#playroom .runOptions .share:is(:hover,:focus-visible){background-color:#157cc6}#playroom .runOptions h2{font-size:1.15rem;line-height:1.25}#playroom .runOptions p{width:min(60%,500px)}#playroom{padding:20px;position:relative}#playroom .react-quiz-container{max-width:100%;margin:0}#playroom div:has(.startQuizWrapper) h2{font-size:2.2rem;line-height:1.1}#playroom .startQuizBtn{background:#000;color:#fff;font-weight:700;font-size:1rem;border-radius:10px;padding:.6rem 1.25rem}#playroom .tag-container{display:none}#playroom .filter-dropdown-select{height:auto}#playroom .questionWrapperBody h3{font-size:1.25rem;line-height:1.2;font-weight:600;margin:5px 0 10px}#playroom .questionWrapperBody>img{margin-top:10px}#playroom .react-quiz-container .questionModal .alert{padding:15px;margin:0 0 15px;border-radius:4px;font-weight:600}#playroom .react-quiz-container .questionModal .alert>div{margin-top:-1.25rem}#playroom .react-quiz-container .incorrect{background:#d70000!important}#playroom .react-quiz-container .questionWrapper .nextQuestionBtn{border:3px solid var(--spotlight-color);padding:.5rem 1rem;border-radius:10px;transition:all var(--quickTransition)}#playroom .react-quiz-container .questionWrapper .nextQuestionBtn:is(:hover,:focus-visible){background-color:var(--spotlight-color);color:#fff}#playroom .react-quiz-container .questionWrapper .nextQuestionBtn:active{filter:brightness(.95);opacity:.85;transform:scale(.97)}#NewsletterTexts .scoreWindow,#playroom .scoreWindow,.shareBox{background:linear-gradient(135deg,var(--spotlight-color),var(--second-color));padding:15px;border-radius:var(--popup-BR);color:#fff}#NewsletterTexts .scoreWindow h1,.shareBox h1{font-family:alpha-omega;font-size:1.6rem;line-height:1.2}#NewsletterTexts .scoreWindow h3,.shareBox h3{opacity:.78;font-size:1.2rem;font-weight:600;line-height:1.2}#NewsletterTexts .scoreWindow h4,.shareBox h4{opacity:.78;font-size:1rem;line-height:1.2;text-align:center}#NewsletterTexts .scoreWindow h2,.shareBox h2{font-family:alpha-omega;font-size:3rem;line-height:1;text-align:center}#NewsletterTexts .scoreWindow h5,.shareBox h5{font-family:alpha-omega;font-size:1.1rem;line-height:1;text-align:center}.shareBox .raceData>div{padding:2.2rem 0}.shareBox .raceData{margin-top:0!important;margin-bottom:.8rem!important}.shareCover{position:fixed;z-index:1;inset:0;background-color:#0000006f;backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;pointer-events:none;visibility:hidden;transition:visibility var(--quickTransition)}.shareCover:has(.shareBox.show){pointer-events:all;visibility:visible}@keyframes animateBox{0%{transform:translateY(30%);opacity:0}to{transform:translateY(0);opacity:1}}.shareCover .closeButton{background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);border-radius:100vmax;color:#000;position:absolute;top:calc(var(--nav-height) + 1rem);right:1rem;height:2.5rem;width:2.5rem;padding:.35rem;cursor:pointer}.shareBox .unableToShareBox{left:0;right:0;position:absolute;top:calc(100% + .5rem)}.shareBox .unableToShare{background-color:hsla(0,0%,100%,.7);backdrop-filter:blur(8px);color:#000;border-radius:10px;display:flex;align-items:center;padding:.5rem;gap:.5rem;width:-moz-fit-content;width:fit-content;margin-inline:auto;animation:showUp .2s forwards}.shareBox .unableToShare svg{height:2.5rem;width:2.5rem;padding:.35rem;cursor:pointer;color:#000;border-radius:5px;outline:none;transition:background var(--quickTransition)}.shareBox .unableToShare svg:is(:hover,:focus-visible){background:#0000001c}.shareBox{padding:.85rem;width:550px;position:relative}.shareBox.show{animation:animateBox var(--longTransition)}#NewsletterTexts .scoreWindow .topCredit,.shareBox .topCredit{display:flex;justify-content:left;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #ffffff62}#NewsletterTexts .scoreWindow .topCredit img,.shareBox .topCredit img{width:2.5rem;margin:0 .75rem;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(6px 8px 14px #e9edff)}.shareBox .LeftInfo{display:flex;flex-direction:column;justify-content:center;align-items:center}.shareBox .middleTitle{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0}.shareBox .middleTitle .firstTry{display:block;text-align:center;padding:.45rem .8rem;font-weight:600;color:#000;background-color:#fff;border-radius:100vmax;line-height:1.2;margin-top:.25rem}.shareBox .bottomQRArea{border-radius:6px;display:flex;justify-content:space-between;align-items:center;padding:.35rem;background-color:#fff;color:#000;gap:.25rem}.shareBox .bottomQRArea img{height:4.1rem}.shareBox .bottomQRArea p{font-weight:600;font-size:1.21rem;line-height:1.12;margin:.5rem}#NewsletterTexts .scoreWindow .raceData,#playroom .scoreWindow .raceData,.shareBox .raceData{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;margin:.8rem auto auto;align-items:stretch}#NewsletterTexts .scoreWindow .raceData :first-child,#playroom .scoreWindow .raceData :first-child,.shareBox .raceData :first-child{order:-1}#NewsletterTexts .scoreWindow .raceData:before,#playroom .scoreWindow .raceData:before,.shareBox .raceData:before{content:"";border:1px solid #ffffff62}#playroom .scoreWindow h1{font-size:4rem}#playroom .scoreWindow h1,#playroom .scoreWindow h2{font-family:alpha-omega;text-align:center;line-height:1}#playroom .scoreWindow h2{font-size:1.5rem}.scorePage>div>h2.title{font-family:alpha-omega;font-size:1.5rem;line-height:1;margin-top:1.35rem;margin-bottom:-.25rem}.scorePage .saveScore input{outline:2px solid rgba(0,0,0,.68);background:rgba(0,0,0,.06);border-radius:6px;padding:.2rem;transition:outline var(--quickTransition);font-weight:600;width:min(16.75rem,80vw);transition:outline-color var(--quickTransition)}.scorePage .saveScore input:focus{outline:2px solid var(--spotlight-color);background:rgba(0,128,255,.06)}.scorePage .saveScore.borderDecorated input{outline:none;border:2px solid rgba(0,0,0,.68);transition:border-color var(--quickTransition);height:100%}.scorePage .saveScore.borderDecorated input:focus{outline:none;border:2px solid var(--spotlight-color)}.scorePage .saveScore input::-moz-placeholder{color:#000000cd}.scorePage .saveScore input::placeholder{color:#000000cd}.scorePage:has(.shareArea:hover .share:is(:disabled,[disabled])) .runOptions .saveScore input:not(:focus){animation:flashInput 1s infinite}@keyframes flashInput{0%{outline-color:#000000ad}40%{background:rgba(0,128,255,.35);outline-color:var(--spotlight-color)}60%{outline-color:var(--spotlight-color);background:rgba(0,128,255,.35)}to{outline-color:#000000ad}}.scorePage .shareArea .shareList{display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.5rem}.scorePage .shareArea p{margin-top:.5rem}.scorePage .shareArea .shareChangeName{font-size:.9rem;margin-top:.5rem;display:flex;align-items:center;gap:.1rem;color:#0000008f;transition:color var(--quickTransition)}.scorePage .shareArea .shareChangeName svg{height:1.2rem}.scorePage .shareArea .shareChangeName:is(:hover,:focus-visible){color:var(--spotlight-color)}.scorePage .shareArea .share{padding:.4rem;border-radius:5px;color:#fff;font-weight:600;font-size:1.05rem}.scorePage .shareArea .share:is(:disabled,[disabled]){opacity:.3;cursor:not-allowed}.scorePage .shareArea .share.sysUI{padding-inline:.6rem;background-color:var(--spotlight-color)}.scorePage .shareArea .share.onX{background-color:#000}.scorePage .shareArea .share.onViber{background-color:#7360f2}.scorePage .shareArea .share.onWhatsapp{background-color:#3fc350}.scorePage .shareArea .share :is(svg,img){color:#fff;height:1.5rem;width:1.5rem}#playroom .scoreWindow img{height:min(15vh,21rem);-o-object-fit:contain;object-fit:contain;margin:0 auto;filter:drop-shadow(6px 8px 14px #e9edff)}#playroom .leaderBox{margin-top:10px}#NewsletterTexts .leaderBox a{color:var(--spotlight-color)}#playroom .timer{position:absolute;right:20px;top:calc(20px + 25px + .5rem)}#playroom .react-quiz-container .questionWrapper>div:first-child>div>div{background:linear-gradient(-90deg,#59b5f7,#81cc6c)!important}#playroom .react-quiz-container .correct{background:var(--spotlight-color)!important}#playroom .loader{height:80vh}#NewsletterTexts .scoreWindow{padding:.75rem}#NewsletterTexts .scoreWindow .raceData{margin-bottom:.8rem}#NewsletterTexts .scoreWindow .topHighscore{display:flex;gap:.75rem .5rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #ffffff62}#NewsletterTexts .scoreWindow .topCredit{padding-bottom:0;border-bottom:none}#NewsletterTexts .scoreWindow .shareChangeName svg{height:1.15rem;display:inline;vertical-align:text-bottom}#NewsletterTexts .scoreWindow .shareChangeName{font-size:.8rem;color:#ffffff8f;text-align:right;transition:color var(--quickTransition)}#NewsletterTexts .scoreWindow .shareChangeName:is(:hover,:focus-visible){color:#fff}#NewsletterTexts .scoreWindow .shareOptions{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}#NewsletterTexts .saveScore input{border:2px solid hsla(0,0%,100%,.68);background:hsla(0,0%,100%,.5);border-radius:6px;padding:.2rem;font-weight:600;width:min(16.75rem,80vw);transition:border-color var(--quickTransition),background var(--quickTransition);outline:none;color:#000}#NewsletterTexts .saveScore input:focus{border-color:#fff;background:hsla(0,0%,100%,.635)}#NewsletterTexts .saveScore input::-moz-placeholder{color:#292929}#NewsletterTexts .saveScore input::placeholder{color:#292929}@media screen and (max-width:700px){#playroom .runOptions{flex-direction:column}#playroom .runOptions h2{font-size:1.75rem;line-height:1.25}#playroom .runOptions p{width:auto;margin:0 10px 5px}#playroom .runOptions button{width:100%}}@media screen and (max-width:600px){#NewsletterTexts .scoreWindow .shareOptions{align-items:flex-start;margin-left:.75rem}}@media screen and (max-width:450px){#NewsletterTexts .scoreWindow .raceData,#playroom .scoreWindow .raceData,.shareBox .raceData{grid-template-columns:none;grid-template-rows:1fr auto 1fr}}