@import"https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap";:root{font-family:Speedee,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen;line-height:1.5;font-weight:400;color:#222;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:block;align-items:center;min-height:100vh}dialog{border:none;padding:0;margin:0}.LanguagePanel li{border-bottom:solid .2rem var(--colors-fg)}.LanguagePanel li a{font-weight:700;color:var(--colors-fg);font-size:2.5rem;margin:1rem auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;text-decoration:none;direction:unset}.LanguagePanel li span.check{display:inline-block;height:1.5rem;width:1.5rem;background-color:var(--colors-fg);margin-right:3rem;border-radius:100%}.toggle-switch{display:flex;align-items:center;width:95%;justify-content:space-between}.toggle-switch-label{margin-left:3%}.switch-container{position:relative;display:inline-block;width:60px;height:34px;margin:.5rem}.switch-container input{width:54px;height:28px;border-radius:34px}.switch-container input[type=checkbox]:focus-visible,.switch-container input[type=checkbox]:active{box-shadow:unset;outline:unset}.switch-container input[type=checkbox]:focus-visible:after,.switch-container input[type=checkbox]:active:after{content:"";position:absolute;border:3px solid #FFDF75;width:110%;height:110%;left:-3px;top:-1.6px;outline:3px dotted #004A85;outline-offset:-3px}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;border:2px solid #fff;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:3px;background-color:#5f2384;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#ffbc0d}input:focus+.slider{box-shadow:0 0 1px #ffbc0d}input:checked+.slider:before{-webkit-transform:translateX(25px);-ms-transform:translateX(25px);transform:translate(25px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}#A11y-Menu{margin:auto;width:100%;overflow-y:auto;overflow-x:hidden;z-index:100;visibility:visible;color:var(--black)}.settings-container{overflow:auto;width:100%;height:fit-content;position:relative;margin:auto;left:0;right:0;top:0;bottom:0;color:vars(--color-fg);padding:0 6vw}.settings-container h1,.settings-container h2,.settings-container p{margin-bottom:0}.settings-container h1{text-align:center;font-size:clamp(24px,3.2vmax,3.2vmax)}.settings-container h2{font-size:clamp(12px,1.8vmax,1.8vmax);margin-top:2.2vh}.settings-container p{font-size:clamp(12px,1.8vmax,1.8vmax);margin-top:1vh}.settings-container .toggle-switch-label{font-size:clamp(12px,1.8vmax,1.8vmax);font-weight:700}.settings-container .toggle-switch{background:var("--toggle-switch-background");border-radius:5px;margin-top:1vh;width:100%}.paragraph-underlined{position:relative!important;width:100%!important;padding-bottom:3rem}.paragraph-underlined:after{content:"";position:absolute;bottom:0%!important;left:0;width:100%;height:.185rem!important;border-radius:none!important;background:var(--colors-accent-80)!important}#A11y-Menu p{width:95%}[dir=rtl] .slider.round{transform:scaleX(-1)}[dir=rtl] .toggle-switch-label{margin-left:0%;margin-right:3%}button[data-color=primary] svg linearGradient stop:first-child,button[data-color=primary] svg linearGradient stop:nth-child(2){stop-color:var(--colors-primary)}button[data-color=primary] svg,button[data-color=primary] svg path[data-name=icon],button[data-color=primary] svg path[data-name=outline]{fill:var(--colors-primary)}button[data-color=secondary] svg,button[data-color=secondary] svg path[data-name=icon],button[data-color=secondary] svg path[data-name=outline]{fill:var(--colors-secondary)}button[data-color=tertiary] svg,button[data-color=tertiary] svg path[data-name=icon],button[data-color=tertiary] svg path[data-name=outline]{fill:var(--colors-tertiary)}button[data-color=quaternary] svg,button[data-color=quaternary] svg path[data-name=icon],button[data-color=quaternary] svg path[data-name=outline]{fill:var(--colors-quaternary)}button[data-color=primary][data-variant=gradient] svg linearGradient stop:first-child{stop-color:var(--colors-gradient-primary-start)}button[data-color=primary][data-variant=gradient] svg linearGradient stop:nth-child(2){stop-color:var(--colors-gradient-primary-stop)}button[data-color=secondary][data-variant=gradient] svg linearGradient stop:first-child{stop-color:var(--colors-gradient-secondary-start)}button[data-color=secondary][data-variant=gradient] svg linearGradient stop:nth-child(2){stop-color:var(--colors-gradient-secondary-stop)}.button{-moz-appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;display:inline-block;will-change:transform;transform:translateZ(0);transition:background .25s ease-in-out,transform .15s ease;transform-origin:center;margin:0;border:none;background:none;cursor:pointer;padding:0;text-align:center;text-decoration:none;color:initial;pointer-events:auto;-webkit-user-select:none;user-select:none}.button>img{width:100%;height:100%;display:block}.button>svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.button-primary{color:var(--color-primary)}.button-primary>svg{fill:var(--color-primary)}.button-secondary{color:var(--color-secondary)}.button-default{width:auto}.button-max{width:max-content}.button-circle{border-radius:50%}.button-square:before{position:relative;display:block;content:"";width:100%;padding-top:100%}.button-pill{border-radius:.75rem}.button-sm.button-default,.button-sm.button-pill{padding:1rem;font-size:1rem}.button-md.button-default,.button-md.button-pill{padding:2rem;font-size:2rem}.button-lg.button-default,.button-lg.button-pill{padding:3rem;font-size:3rem}.button-sm.button-circle,.button-sm.button-square{width:var(--circle-button-size-sm, 10vmin);height:var(--circle-button-size-sm, 10vmin)}.button-md.button-circle,.button-md.button-square{width:var(--circle-button-size-md, 12vmin);height:var(--circle-button-size-md, 12vmin)}.button-lg.button-circle,.button-lg.button-square{width:var(--circle-button-size-lg, 14vmin);height:var(--circle-button-size-lg, 14vmin)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;top:-1000px;left:0}.ui-dialogs-settings.ui-buttons-circle-button{width:5rem;height:5rem;position:fixed;z-index:101;top:2.15rem;left:3.5rem;border-radius:0}.SettingsPanel{box-sizing:border-box;position:fixed;margin:auto;top:0;left:0;height:100%;width:100vw;display:flex;flex-direction:column;justify-content:space-evenly;align-items:space-around;overflow:auto;z-index:100;visibility:visible;color:var(--ui-dialogs-settings-color);background-position:center;background-repeat:no-repeat;background-size:cover}.SettingsPanel-Container{overflow:auto;width:100%;height:fit-content;position:relative;color:var(--color-fg);padding:5.25vh 7vw;display:block;-webkit-user-select:auto;user-select:auto;pointer-events:auto;box-sizing:border-box}.SettingsPanel-Container ul{margin:0;padding:0;list-style-type:none}.SettingsPanel-Container li,[data-cameraConsented=true] .SettingsPanel-Container li[data-item-name*=Onboarding]{display:block}[data-cameraConsented=false] .SettingsPanel-Container li[data-item-name*=Onboarding2],[data-cameraConsented=null] .SettingsPanel-Container li[data-item-name*=Onboarding]{display:none}.SettingsPanel-Container h1,.SettingsPanel-Container h2,.SettingsPanel-Container p{margin-bottom:0}.SettingsPanel-Container h1{font-size:3.75rem;font-weight:900}.SettingsPanel-Container h2{font-size:3rem;font-weight:900;margin-top:2.5rem;width:95%;white-space:pre-line}.SettingsPanel-Container p{font-size:2.6rem;margin-top:1vh}.SettingsPanel-Container button,.SettingsPanel-Container label{font-size:3rem;font-weight:700;font-family:var(--font-family-default)}.SettingsPanel-Container button{width:100%;text-align:left;position:relative;padding-bottom:30px;padding-left:0}.SettingsPanel button.withChevron:before{content:" ";display:inline-block;transform:rotate(-45deg);position:absolute}.SettingsPanel-Container button a{color:var(--color-fg);text-decoration:none}.SettingsPanel-Container .toggle-switch-label{font-size:2.5rem;font-weight:700;color:var(--colors-primary-100)}.SettingsPanel-Container .toggle-switch{border-radius:.75rem;width:100%;background-color:var(--colors-primary-300)}.SettingsPanel .A11y-Menu{background-color:transparent}.switch-container input{width:4.5rem!important;height:3.5rem!important;margin:1rem}[dir=rtl] .volume-slider-container label{display:block;transform:scaleX(-1)}.volume-setting-container{border-radius:.5rem;position:unset;display:block}.volume-setting-container-label{font-size:clamp(16px,2.4vmax,2.4vmax);font-weight:700}#VolumeSlider{background-color:currentColor;width:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.volume-range{width:75%}button.volume-down,button.volume-up{width:8%;border:none}.volume-down{content:"";background:url("data:image/svg+xml,%3csvg%20width='73'%20height='49'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32%205.119v38.746c0%204.037-4.535%206.123-7.344%203.412l-8.535-8.292a10%2010%200%2000-6.969-2.827H5.107C2.297%2036.158%200%2033.57%200%2030.38V18.625c0-3.2%202.287-5.777%205.107-5.777h4.045a10%2010%200%20006.969-2.828l8.535-8.292C27.466-.993%2032%201.104%2032%205.118zM41.535%209.964a5%205%200%20017.072%200l7.743%207.743%207.742-7.742a5%205%200%20117.07%207.071l-7.741%207.742%207.813%207.814a5%205%200%2001-7.071%207.071L56.35%2031.85l-7.815%207.814a5%205%200%2011-7.07-7.071l7.813-7.815-7.742-7.742a5%205%200%20010-7.072z'%20fill='%23fff'/%3e%3c/svg%3e") no-repeat right center;background-size:contain;width:clamp(12px,3.2vh,4vh);height:clamp(12px,3.2vh,4vh);margin:auto}.volume-up{content:"";background:url("data:image/svg+xml,%3csvg%20width='76'%20height='48'%20viewBox='0%200%2076%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32.46%208.161v34.72c0%203.62-4.6%205.49-7.45%203.06l-8.16-7.01-3.45-2.96H5.18c-2.85%200-5.18-2.32-5.18-5.18v-10.54c0-2.87%202.32-5.18%205.18-5.18h8.22l3.45-2.96%208.16-7.01c2.85-2.44%207.45-.56%207.45%203.04v.02Z'%20fill='url(%23a)'/%3e%3cpath%20d='M46.48%2011.691c1.05%201.42%204.22%206.06%204.08%2012.73-.12%205.98-2.83%2010.15-3.91%2011.65m17.94-31.95c1.71%202.3%206.83%209.83%206.61%2020.64-.2%209.7-4.59%2016.46-6.34%2018.89'%20stroke='url(%23b)'%20stroke-width='8'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient%20id='a'%20x1='16.23'%20y1='22'%20x2='16.23'%20y2='68'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23B8B8B8'/%3e%3c/linearGradient%3e%3clinearGradient%20id='b'%20x1='58.844'%20y1='24'%20x2='58.844'%20y2='80'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23B8B8B8'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") no-repeat left center;background-size:contain;width:clamp(12px,3.2vh,4vh);height:clamp(12px,3.2vh,4vh);margin:auto}#VolumeSlider::-moz-range-progress,#VolumeSlider::-webkit-slider-runnable-track,#VolumeSlider:focus::-webkit-slider-runnable-track,#VolumeSlider::-moz-range-track,#VolumeSlider::-ms-track,#VolumeSlider::-ms-fill-lower,#VolumeSlider:focus::-ms-fill-lower,#VolumeSlider::-ms-fill-upper,#VolumeSlider:focus::-ms-fill-upper{background:currentColor;color:currentColor}.disclaimer-page{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.disclaimer-header{position:relative;width:100%;display:flex;justify-content:left;align-items:center;margin:auto;width:90%}.disclaimer-header h1{font-size:4.75rem;font-weight:700;text-align:center;color:var(--colors-accent-80);margin:0;font-family:Speedee-Black}.disclaimer-copy{width:calc(100% - 3.5rem);position:absolute;top:51%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--colors-accent-80)}.disclaimer-logo-img{margin:5rem auto 0;width:clamp(30%,22rem,40%);max-height:22rem;display:block;object-fit:contain;transform:translateY(-39%) scale(1.75)}.disclaimer-h2s{margin:auto;width:90%}.disclaimer-ctas{width:auto;min-width:none;padding:0;display:inline-block;transform:translateY(21%) scale(.9);list-style-type:none;text-align:center;min-width:0%;max-width:85%}.DISCLAIMER .primary-cta-btn,.DISCLAIMER .secondary-cta-btn{width:100%}.copyright-notice{position:absolute;left:7%;bottom:0;padding:0 1.25rem 1.25rem 0}.disclaimer-copy p{text-align:left}p.copyright-notice-text{color:var(--colors-accent-80);line-height:1.2;font-size:2rem;text-align:left;margin:0}.cta-btn{position:relative;padding:2rem 4.5rem;margin:.75rem 0;font-size:2.75rem;z-index:0}.cta-btn-txt{font-family:Speedee,Noto Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;letter-spacing:-.01em}.cta-btn span{position:relative}.animate-cta-button{opacity:.99;visibility:unset;pointer-events:unset;animation:ctaAnim .25s ease-in-out}@keyframes ctaAnim{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}.splash-page{position:absolute;height:100%;width:100%;top:0!important;left:0;z-index:1;display:flex;flex-direction:column;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.splash-copy{width:75%;position:absolute;top:22.5%;left:50%;translate:-50% -50%;text-align:center}.splash-wrapper{height:25%;width:100%;position:absolute;justify-content:center;align-items:center;display:flex;bottom:0%}.splash-logo{margin:5rem auto 0;width:clamp(30%,22rem,40%);max-height:22rem;display:block;object-fit:contain;transform:translateY(-48%) scale(2.15)}h1.splash-header{color:var(--colors-fg);font-size:clamp(14px,2vmax,2vmax);margin:0}.splash-cta{min-width:30%;max-width:39rem;position:absolute;bottom:4.25rem;margin-left:auto;margin-right:auto;scale:.99}.splash-header{font-size:5rem;font-weight:900;position:absolute;top:20%;color:#fff}p.splash-copyright-text{line-height:1.2;font-size:1.95rem;text-align:left;font-weight:500;margin:0;color:#fff}@media (max-width: 680px){.splash-logo{max-height:12.5vh}}@keyframes fadeInAnim{0%{opacity:0;transform:translateY(-250px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutAnim{0%{opacity:1}to{opacity:0}}@keyframes bounceIn{0%{opacity:0;transform:translateY(-250px)}38%{opacity:1;transform:translateY(0)}55%{transform:translateY(-65px)}72%{transform:translateY(0)}81%{transform:translateY(-28px)}90%{transform:translateY(0)}95%{transform:translateY(-8px)}to{transform:translateY(0)}}.splash-wrapper[data-visible=false],.splash-copy[data-visible=false],.cta-btn[data-visible=false]{opacity:0;visibility:hidden;pointer-events:none}.splash-wrapper[data-visible=fadeout],.splash-copy[data-visible=fadeout],.cta-btn[data-visible=fadeout]{opacity:.01;visibility:unset;pointer-events:none;animation-play-state:running;animation:zoomOut .3s ease 0s 1 normal forwards}.splash-copy[data-visible=true],.splash-wrapper[data-visible=true],.cta-btn[data-visible=true]{opacity:.99;visibility:unset;pointer-events:unset;animation:zoomIn .3s ease 0s 1 normal forwards}* .already-animated{animation:none!important;animation-play-state:paused}@keyframes myAnim{0%{animation-timing-function:ease-in;opacity:0;transform:translateY(-50%)}38%{animation-timing-function:ease-out;opacity:1;transform:translateY(0)}55%{animation-timing-function:ease-in;transform:translateY(-30%)}72%{animation-timing-function:ease-out;transform:translateY(0)}81%{animation-timing-function:ease-in;transform:translateY(-15%)}90%{animation-timing-function:ease-out;transform:translateY(0)}95%{animation-timing-function:ease-in;transform:translateY(-8px)}to{animation-timing-function:ease-out;transform:translateY(0)}}@keyframes zoomIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}.copyright-notice[data-visible=true]{opacity:.99;visibility:unset;pointer-events:unset;animation:fadeIn .5s ease 0s 1 normal forwards}.copyright-notice[data-visible=false]{opacity:0;visibility:hidden;pointer-events:none}.copyright-notice[data-visible=fadeout]{opacity:.01;visibility:unset;pointer-events:none;animation-play-state:running}.grid-container{display:grid;grid-template-columns:repeat(3,1fr);margin:0 auto 31%;width:85%;height:80%}.grid-container.two-columns{grid-template-columns:repeat(2,1fr)}@media only screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){.grid-container{gap:3rem;height:60%;margin-bottom:15%}}.grid-item{display:block;background-size:contain;background-position:center;border:none;cursor:pointer;overflow:hidden;transition:transform .3s ease-in-out;background-color:transparent;background-repeat:no-repeat;transform:scale(1.05);margin-top:1.25rem}.grid-item:hover{transform:scale(1.08)}.level-selection-page{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.level-selection-header{width:100%;display:flex;justify-content:center;align-items:center;width:90%;margin-top:12rem;margin-bottom:2rem}.level-selection-header h1{font-size:4.75rem;font-weight:700;text-align:center;color:var(--colors-accent-80);margin:0}.animate{opacity:.99;visibility:unset;pointer-events:unset;animation:zoomOut 1s ease 0s 1 normal forwards}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes zoomOut{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(.9)}}[dir=rtl] .grid-container{direction:ltr}[data-length="4"].grid-container.two-columns{width:70%;height:50%}[data-length="6"].grid-container.two-columns{width:70%}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-1.5rem)}to{transform:translateY(0)}}.toolPickerGroup{border:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2rem;width:80vw;box-sizing:border-box;margin:0 auto;position:absolute;top:10svh;z-index:2}.toolPickerGroup.isDisabled{z-index:0;pointer-events:none}@media (max-width: 350px){.toolPickerGroup{width:90vw;gap:1.5rem}}.pickerItem{position:relative;height:10rem;min-width:10rem;cursor:pointer;transform-origin:center;display:flex;align-items:center;justify-content:center;line-height:0;transition:top .2s ease-in-out;top:0}.pickerItem label{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.pickerItem.isActive{top:5px}.pickerItem input[type=radio]{position:relative;width:9rem;height:9rem;top:-2px;border-radius:inherit;z-index:-1}.pickerItem input[type=radio]:focus-visible{outline:2px solid white}.pickerItem:focus{transform:scale(1.1)}.pickerItemImage{width:100%;height:100%;object-fit:contain;pointer-events:none;position:absolute;top:0}.pickerItem label{-webkit-user-select:none;user-select:none;color:transparent}.pickerItemIndicator.isHidden{display:none}.pickerItemIndicator img{z-index:1;width:5rem;height:5rem;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.pickerTutorial_highlight{position:absolute;width:15rem;height:15rem;top:-2.5rem;z-index:-1;left:-2.55rem}.pickerTutorial_arrow{position:absolute;top:12rem;width:5rem;height:auto;transform-origin:center;transform:translateY(0);animation:bounce .5s infinite}@keyframes slideUpEnter_Back{0%{top:10vh;opacity:0}to{top:0;opacity:1}}@keyframes slideUpEnter_Front{0%{bottom:-5vh;opacity:0}to{bottom:0;opacity:1}}@keyframes slideUpExit_Front{0%{bottom:0;opacity:1}99%{bottom:-5vh;opacity:0}to{bottom:-5vh;opacity:0;display:none}}@keyframes delayDisplayNone{0%{display:flex}99%{display:flex}to{display:none}}.paletteGroup{position:absolute;z-index:2;bottom:15rem;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:1rem;grid-row-gap:.5rem;place-items:center;margin-bottom:0svh;width:70%}@media (max-width: 410px){.paletteGroup{width:80%}}.paletteButton{width:8rem;height:22rem;border:none;border-radius:10px;cursor:pointer;transform-origin:center;transition:transform .125s ease-in-out;background:transparent;display:flex;justify-content:center;align-items:center}.paletteButton img{height:100%}.paletteButton:focus,.paletteButton.isAnimating{outline:none;animation:scaleUpButton .25s cubic-bezier(0,.55,.45,1) forwards;border:2px solid white}.drawerWrapper{position:absolute;z-index:2;bottom:0;width:100vw;height:73vh;animation:delayDisplayNone .5s ease-in-out forwards,slideUpExit_Front .25s ease-in-out forwards;max-width:100%;margin:0 auto;transform-origin:center;display:none;align-items:center;justify-content:center}@media (max-aspect-ratio: 9/15){.drawerWrapper{height:68vh}}.drawerWrapper.isReady{display:flex;animation:slideUpEnter_Front .5s ease-in-out forwards}.drawerBox{width:100%;position:absolute;align-items:center;justify-content:center;pointer-events:none;display:flex}.drawerBox img{width:100%;max-width:100%;margin:0 auto}.drawerBox--front{bottom:-1rem;top:auto}.drawerBox--back{top:0rem;bottom:auto;animation:slideUpEnter_Back .65s ease-in-out forwards}@keyframes scaleUpButton{0%{transform:scale(1)}to{transform:scale(.8)}}.levelBG{position:absolute;width:100vw;height:100svh;top:0;left:0;z-index:-1;pointer-events:none;background-size:150vh;background-position:center}.levelBG.isLevel0{background-image:url(../static/media/global/img/backgrounds/Planet1_fg.png),url(../static/media/global/img/backgrounds/Planet1.jpg)}.levelBG.isLevel1{background-image:url(../static/media/global/img/backgrounds/Planet2_fg.png),url(../static/media/global/img/backgrounds/Planet2.jpg)}.levelBG.isLevel2{background-image:url(../static/media/global/img/backgrounds/Planet3_fg.png),url(../static/media/global/img/backgrounds/Planet3.jpg)}.game-page{height:100svh;position:relative;padding-bottom:5svh;box-sizing:border-box;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:end;width:100vw;align-items:center}.drawerMask{background-color:#0c003b;opacity:0;position:fixed;top:0;left:0;width:100vw;height:100svh;z-index:1;pointer-events:none;transition:opacity .2s ease-in-out}.drawerMask.isOpen{opacity:.7}.SVGWrapper{position:absolute;width:100vw;height:100svh;display:flex;align-items:center;justify-content:center;flex-direction:column;box-sizing:border-box;padding-top:15vh;transform:scale(.88888888)}.SVGWrapper path.colorable{fill:var(--bgStyle)!important}.SVGA11yButtons{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row;justify-content:center;bottom:10rem;position:absolute}.tapzone_mask{fill:transparent}.tapzone_mask.isFocused{stroke:#ff0;stroke-width:4px}.completionButton{position:relative;background:transparent;border:none;transform-origin:center;transition:transform .2s ease-in-out;transform:scale(1)}.completionButton:active{transform:scale(.9)}.completionButton.isAnimating{animation:scaleUpButton .25s cubic-bezier(0,.55,.45,1) forwards}.completionButton img{width:14rem}@media (min-width: 768px) and (max-width: 1366px){.SVGWrapper{transform:scale(.88888888)}}.CompletionPage-Container{position:relative;padding-top:10vh;height:100vh}.CompletionPage-Container .disclaimer-ctas{position:absolute;width:100vw;max-width:unset}.CompletionPage-Container h1{font-size:5.25rem;position:absolute;font-weight:700;text-align:center;color:var(--colors-accent-80);margin:0;left:50%;transform:translate(-50%) translateY(2rem);width:100%;line-height:1.25}.CompletionPage-Content{position:relative;align-items:center;justify-content:center;width:100vw;height:100vw;margin-top:7rem;overflow-x:clip}.CompletionPage-Content.isReady .illoWrapper:nth-child(1){opacity:1;transform:translateY(6rem) rotate(12deg) scale(1.15);left:0;top:0}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){opacity:1;transform:translate(10rem,20.5rem) scale(1.2) rotate(7deg);right:0%;bottom:0%}.CompletionPage-Content.isReady .illoWrapper:nth-child(3){opacity:1;transform:translate(15.5rem,24.75rem) scale(1.2) rotate(-2deg);right:0rem;top:0%}.CompletionPage-Content.isReady .illoWrapper:nth-child(4){opacity:1;transform:translate(-7rem,21.25rem) rotate(15deg) scale(1.2);left:0%;top:0}.CompletionPage-Content.isReady .illoWrapper:nth-child(5){opacity:1;transform:translate(5rem,7.75rem) scale(1.15);top:0%}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){opacity:1;transform:translate(1.5rem,18rem) rotate(-10deg) scale(1.23);left:0;bottom:0}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(1rem,5rem) rotate(-20deg) scale(1.1)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(7.25rem,9.25rem) scale(1.08) rotate(20deg)}.illoWrapper{position:absolute;transform-origin:center;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out,left 1s ease-in-out,top 1s ease-in-out,bottom 1s ease-in-out,right 1s ease-in-out;transform:translate(-50%);left:50%;top:50%;bottom:auto}.completion-ctas{padding:0;margin:0 auto;display:grid;width:max-content;max-width:85%;list-style:none;position:relative;bottom:2.25%;transform:scale(.9)}.completion-ctas>li{width:100%;list-style:none}.completion-ctas>li>*{width:100%;display:block}@media (max-width: 390px){.CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(3rem,6rem) rotate(12deg) scale(1.1)}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(10rem,21.5rem) scale(1.1) rotate(7deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(3){transform:translate(15rem,25rem) scale(1.1) rotate(-2deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(4){transform:translate(-5rem,22rem) rotate(15deg) scale(1.1)}.CompletionPage-Content.isReady .illoWrapper:nth-child(5){transform:translate(7rem,7rem) scale(1.1)}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){transform:translate(.5rem,17rem) rotate(-10deg) scale(1.1)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(1rem,6rem) rotate(-20deg) scale(1.1)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(7.25rem,9.25rem) scale(1.08) rotate(20deg)}}@media (max-width: 375px){.CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(3rem,6rem) rotate(12deg) scale(.9)}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(10rem,21.5rem) scale(.9) rotate(7deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(3){transform:translate(15rem,25rem) scale(.9) rotate(-2deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(4){transform:translate(-8rem,22rem) rotate(15deg) scale(.9)}.CompletionPage-Content.isReady .illoWrapper:nth-child(5){transform:translate(7rem,7rem) scale(.9)}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){transform:translate(1.5rem,21rem) rotate(-10deg) scale(1)}.CompletionPage-Content{margin-top:1rem}.completion-ctas{bottom:-2%}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(3rem,6rem) rotate(-20deg) scale(.9)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(7.5rem,15.5rem) scale(.9) rotate(20deg)}}@media (device-height: 667px){.completion-ctas{bottom:5.25%}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(7rem,18.5rem) scale(.9) rotate(7deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){transform:translate(2.5rem,16.5rem) rotate(-10deg) scale(1)}}[dir=rtl] .illoWrapper{direction:ltr;text-align:left}@media (min-width: 768px) and (max-width: 1024px){.CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(8rem,10rem) rotate(12deg) scale(1.7)}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(23rem,28rem) scale(1.7) rotate(7deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(3){transform:translate(35rem,29rem) scale(1.7) rotate(-2deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(4){transform:translate(-2rem,29rem) rotate(15deg) scale(1.7)}.CompletionPage-Content.isReady .illoWrapper:nth-child(5){transform:translate(15rem,10rem) scale(1.7)}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){transform:translate(12.5rem,23rem) rotate(-10deg) scale(1.7)}.completion-ctas{bottom:20rem;transform:scale(.9)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(8rem,8rem) rotate(-20deg) scale(1.7)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(17.25rem,21.25rem) scale(1.7) rotate(20deg)}}@media (min-width: 1025px) and (max-width: 1366px){.CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(11rem,12rem) rotate(12deg) scale(2)}.CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(28rem,33rem) scale(2) rotate(7deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(3){transform:translate(45rem,32rem) scale(2) rotate(-2deg)}.CompletionPage-Content.isReady .illoWrapper:nth-child(4){transform:translate(-1rem,32rem) rotate(15deg) scale(2)}.CompletionPage-Content.isReady .illoWrapper:nth-child(5){transform:translate(17rem,12rem) scale(2)}.CompletionPage-Content.isReady .illoWrapper:nth-child(6){transform:translate(16.5rem,29rem) rotate(-10deg) scale(2)}.completion-ctas{bottom:20rem;transform:scale(.9)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(1){transform:translate(10rem,10rem) rotate(-20deg) scale(2)}[lang^=en-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2),[lang^=ar-SA] .CompletionPage-Content.isReady .illoWrapper:nth-child(2){transform:translate(19.25rem,31.25rem) scale(2) rotate(20deg)}}[lang^=el-] .CompletionPage-Container h1,[lang^=ka-] .CompletionPage-Container h1,[lang^=bg-] .CompletionPage-Container h1,[lang^=sl-] .CompletionPage-Container h1,[lang^=tr-] .CompletionPage-Container h1{font-size:4.75rem}[lang^=az-] .CompletionPage-Container h1,[lang^=ca-] .CompletionPage-Container h1,[lang^=ru-] .CompletionPage-Container h1,[lang^=sl-] .CompletionPage-Container h1,[lang^=uk-] .CompletionPage-Container h1,[lang^=vi-] .CompletionPage-Container h1,[lang^=zu-] .CompletionPage-Container h1{font-size:4.75rem;transform:translate(-50%) translateY(1rem)}.onboarding-ctas{width:90%;position:absolute;left:50%;bottom:.5rem;translate:-50% 0;display:inline-flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10}.ONBOARDING .CircleButton,.ONBOARDING .CircleButton[data-function=replay]{width:7rem;height:7rem}.ONBOARDING .onboarding-ctas .CircleButton[data-function=confirm]{width:12rem;height:12rem;top:1rem}.ONBOARDING .onboarding-ctas .CircleButton[data-function=continue]{translate:0 -50%;width:10rem;height:10rem}.ONBOARDING .onboarding-ctas .CircleButton[data-function=confirm]:before{background:#fff}.ONBOARDING .onboarding-ctas .CircleButton[data-function=confirm]{background:#0a4a80!important}.ONBOARDING .onboarding-ctas .CircleButton[data-function=replay]:before{background:#0a4a80}.ONBOARDING .onboarding-ctas .CircleButton[data-function=replay]{background:#fff}.ONBOARDING .onboarding-ctas button[data-function=confirm],.ONBOARDING .onboarding-ctas button[data-function=replay]{filter:none;box-shadow:none}button.CircleButton{-webkit-user-select:none;user-select:none;width:12vmin;height:12vmin;z-index:4;border:none}button.CircleButton--close,button.CircleButton--back{-webkit-user-select:none;user-select:none;width:6vmax;height:6vmax;z-index:4;top:3%;position:fixed}button.CircleButton--pause{position:relative}button.CircleButton svg{width:100%!important;height:100%!important;object-fit:contain;transform-origin:center}button.CircleButton svg,button.CircleButton g.icon,button.CircleButton g.container{will-change:transform;transform:translateZ(0);transform-origin:center;transition:all .2s var(--ease-fast-out-linear-in)}button.CircleButton:hover svg,button.CircleButton:active svg,button.CircleButton:focus svg{transform:scale(1.02) translateY(-2%);filter:drop-shadow(0 .15em .5em rgba(69,99,255,.75)) drop-shadow(0 .5em 1em rgba(69,99,255,.75)) drop-shadow(0 -.5em 2.5em rgba(69,99,255,.75))}button.CircleButton:hover g.icon,button.CircleButton:active g.icon,button.CircleButton:focus g.icon{filter:drop-shadow(0 -1px 2px rgba(69,99,255,.75))}button.CircleButton:hover g.container,button.CircleButton:active g.container,button.CircleButton:focus g.container{filter:brightness(1.5) drop-shadow(0 -.25em .5em rgba(69,99,255,.75))}.ui{position:relative;text-indent:-9999px}.ui.global.left{left:1rem}.ui.global.top{top:1rem}.ui.circle{border-radius:50%;width:7rem;height:7rem}button[data-icon=close]:before,button[data-icon=dots]:before,button[data-icon=back]:before,.ui.svgMasked:before{content:"";z-index:9;display:block;position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:center;mask-position:center}.ui[data-function=replay]:before{width:100%;height:100%;top:0%;left:0%}.ui[data-function=continue]:before,.ui[data-function=confirm]:before{width:102%;height:102%;top:-1%;left:-1%;background-color:#fff}.ui[data-icon=back]:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyAgICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgeG1sbnNYbGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBkPSJNMzYgNjIuNDVMMjAuODcgNDkuOTNjLTEuMTgtLjk5LTEuMTYtMi44My4wMy0zLjhsMTUuMzMtMTIuNThjMS41OC0xLjI5IDMuOS0uMTYgMy44OSAxLjg5bC0uMDYgNy41NWgyOS44MmMzLjMxIDAgNiAyLjY5IDYgNnMtMi42OSA2LTYgNkgzOS45N2wtLjA0IDUuNTVjLS4wMiAyLjA2LTIuMzYgMy4xOS0zLjkyIDEuOTF6IiBmaWxsPSJyZWQiPjwvcGF0aD48cGF0aCBkYXRhLW5hbWU9Im91dGxpbmUiIGQ9Ik00OCwwQzIxLjUsMCwwLDIxLjUsMCw0OHMyMS41LDQ4LDQ4LDQ4czQ4LTIxLjUsNDgtNDhTNzQuNSwwLDQ4LDB6IE00OCw4OEMyNS45LDg4LDgsNzAuMSw4LDQ4UzI1LjksOCw0OCw4czQwLDE3LjksNDAsNDAgUzcwLjEsODgsNDgsODh6IiBmaWxsPSJyZWQiPjwvcGF0aD48L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,PHN2ZyAgICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICAgeG1sbnNYbGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDk2IDk2IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj48cGF0aCBkPSJNMzYgNjIuNDVMMjAuODcgNDkuOTNjLTEuMTgtLjk5LTEuMTYtMi44My4wMy0zLjhsMTUuMzMtMTIuNThjMS41OC0xLjI5IDMuOS0uMTYgMy44OSAxLjg5bC0uMDYgNy41NWgyOS44MmMzLjMxIDAgNiAyLjY5IDYgNnMtMi42OSA2LTYgNkgzOS45N2wtLjA0IDUuNTVjLS4wMiAyLjA2LTIuMzYgMy4xOS0zLjkyIDEuOTF6IiBmaWxsPSJyZWQiPjwvcGF0aD48cGF0aCBkYXRhLW5hbWU9Im91dGxpbmUiIGQ9Ik00OCwwQzIxLjUsMCwwLDIxLjUsMCw0OHMyMS41LDQ4LDQ4LDQ4czQ4LTIxLjUsNDgtNDhTNzQuNSwwLDQ4LDB6IE00OCw4OEMyNS45LDg4LDgsNzAuMSw4LDQ4UzI1LjksOCw0OCw4czQwLDE3LjksNDAsNDAgUzcwLjEsODgsNDgsODh6IiBmaWxsPSJyZWQiPjwvcGF0aD48L3N2Zz4=)}button[data-icon=close]:before,.ui[data-function=close-button]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 22C4 31.9411 12.0589 40 22 40C31.9411 40 40 31.9411 40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22ZM22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0Z' fill='%23DA001C'/%3E%3Cpath d='M31.4142 15.4142C32.1953 14.6332 32.1953 13.3668 31.4142 12.5858C30.6332 11.8047 29.3668 11.8047 28.5858 12.5858L22 19.1716L15.4142 12.5858C14.6332 11.8047 13.3668 11.8047 12.5858 12.5858C11.8047 13.3668 11.8047 14.6332 12.5858 15.4142L19.1716 22L12.5858 28.5858C11.8047 29.3668 11.8047 30.6332 12.5858 31.4142C13.3668 32.1953 14.6332 32.1953 15.4142 31.4142L22 24.8284L28.5858 31.4142C29.3668 32.1953 30.6332 32.1953 31.4142 31.4142C32.1953 30.6332 32.1953 29.3668 31.4142 28.5858L24.8284 22L31.4142 15.4142Z' fill='%23DA001C'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 22C4 31.9411 12.0589 40 22 40C31.9411 40 40 31.9411 40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22ZM22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0Z' fill='%23DA001C'/%3E%3Cpath d='M31.4142 15.4142C32.1953 14.6332 32.1953 13.3668 31.4142 12.5858C30.6332 11.8047 29.3668 11.8047 28.5858 12.5858L22 19.1716L15.4142 12.5858C14.6332 11.8047 13.3668 11.8047 12.5858 12.5858C11.8047 13.3668 11.8047 14.6332 12.5858 15.4142L19.1716 22L12.5858 28.5858C11.8047 29.3668 11.8047 30.6332 12.5858 31.4142C13.3668 32.1953 14.6332 32.1953 15.4142 31.4142L22 24.8284L28.5858 31.4142C29.3668 32.1953 30.6332 32.1953 31.4142 31.4142C32.1953 30.6332 32.1953 29.3668 31.4142 28.5858L24.8284 22L31.4142 15.4142Z' fill='%23DA001C'/%3E%3C/svg%3E%0A")}button[data-icon=dots]:before,.ui[data-function=dots]:before{-webkit-mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.3.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2044%2044%22%20style%3D%22enable-background%3Anew%200%200%2044%2044%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23CE5990%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2C22c0%2C9.9%2C8.1%2C18%2C18%2C18s18-8.1%2C18-18S31.9%2C4%2C22%2C4S4%2C12.1%2C4%2C22z%20M22%2C0C9.8%2C0%2C0%2C9.8%2C0%2C22c0%2C12.2%2C9.8%2C22%2C22%2C22c12.2%2C0%2C22-9.8%2C22-22C44%2C9.8%2C34.2%2C0%2C22%2C0z%20M11%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C12.3%2C25%2C11%2C23.7%2C11%2C22z%20M19%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C20.3%2C25%2C19%2C23.7%2C19%2C22z%20M27%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C28.3%2C25%2C27%2C23.7%2C27%2C22z%22%2F%3E%3C%2Fsvg%3E);mask-image:url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!--%20Generator%3A%20Adobe%20Illustrator%2028.3.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200\)%20%20--%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2044%2044%22%20style%3D%22enable-background%3Anew%200%200%2044%2044%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23CE5990%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M4%2C22c0%2C9.9%2C8.1%2C18%2C18%2C18s18-8.1%2C18-18S31.9%2C4%2C22%2C4S4%2C12.1%2C4%2C22z%20M22%2C0C9.8%2C0%2C0%2C9.8%2C0%2C22c0%2C12.2%2C9.8%2C22%2C22%2C22c12.2%2C0%2C22-9.8%2C22-22C44%2C9.8%2C34.2%2C0%2C22%2C0z%20M11%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C12.3%2C25%2C11%2C23.7%2C11%2C22z%20M19%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C20.3%2C25%2C19%2C23.7%2C19%2C22z%20M27%2C22c0-1.7%2C1.3-3%2C3-3c1.7%2C0%2C3%2C1.3%2C3%2C3v0c0%2C1.7-1.3%2C3-3%2C3C28.3%2C25%2C27%2C23.7%2C27%2C22z%22%2F%3E%3C%2Fsvg%3E)}div.pause-icon:before,.ui[data-function=pause]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='128' height='129' viewBox='0 0 128 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='menu_icon/pause'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6364 64.5C11.6364 93.4196 35.0804 116.864 64 116.864C92.9196 116.864 116.364 93.4196 116.364 64.5C116.364 35.5804 92.9196 12.1364 64 12.1364C35.0804 12.1364 11.6364 35.5804 11.6364 64.5ZM64 0.5C28.6538 0.5 0 29.1538 0 64.5C0 99.8462 28.6538 128.5 64 128.5C99.3462 128.5 128 99.8462 128 64.5C128 29.1538 99.3462 0.5 64 0.5Z' fill='%23DA001C'/%3E%3Cpath d='M58.1818 41.2273C58.1818 38.014 55.5769 35.4091 52.3636 35.4091C49.1503 35.4091 46.5455 38.014 46.5455 41.2273V87.7727C46.5455 90.986 49.1503 93.5909 52.3636 93.5909C55.5769 93.5909 58.1818 90.986 58.1818 87.7727V41.2273Z' fill='%23DA001C'/%3E%3Cpath d='M81.4545 41.2273C81.4545 38.014 78.8497 35.4091 75.6364 35.4091C72.4231 35.4091 69.8182 38.014 69.8182 41.2273V87.7727C69.8182 90.986 72.4231 93.5909 75.6364 93.5909C78.8497 93.5909 81.4545 90.986 81.4545 87.7727V41.2273Z' fill='%23DA001C'/%3E%3C/g%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='128' height='129' viewBox='0 0 128 129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='menu_icon/pause'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.6364 64.5C11.6364 93.4196 35.0804 116.864 64 116.864C92.9196 116.864 116.364 93.4196 116.364 64.5C116.364 35.5804 92.9196 12.1364 64 12.1364C35.0804 12.1364 11.6364 35.5804 11.6364 64.5ZM64 0.5C28.6538 0.5 0 29.1538 0 64.5C0 99.8462 28.6538 128.5 64 128.5C99.3462 128.5 128 99.8462 128 64.5C128 29.1538 99.3462 0.5 64 0.5Z' fill='%23DA001C'/%3E%3Cpath d='M58.1818 41.2273C58.1818 38.014 55.5769 35.4091 52.3636 35.4091C49.1503 35.4091 46.5455 38.014 46.5455 41.2273V87.7727C46.5455 90.986 49.1503 93.5909 52.3636 93.5909C55.5769 93.5909 58.1818 90.986 58.1818 87.7727V41.2273Z' fill='%23DA001C'/%3E%3Cpath d='M81.4545 41.2273C81.4545 38.014 78.8497 35.4091 75.6364 35.4091C72.4231 35.4091 69.8182 38.014 69.8182 41.2273V87.7727C69.8182 90.986 72.4231 93.5909 75.6364 93.5909C78.8497 93.5909 81.4545 90.986 81.4545 87.7727V41.2273Z' fill='%23DA001C'/%3E%3C/g%3E%3C/svg%3E%0A")}.ui.skip:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23A5A6A8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M70 32C70 28.6863 67.3137 26 64 26C60.6863 26 58 28.6863 58 32V64C58 67.3137 60.6863 70 64 70C67.3137 70 70 67.3137 70 64V32Z' fill='white'/%3E%3Cpath d='M31.0681 28.7301L50.8478 45.4648V45.4823C52.3841 46.783 52.3841 49.236 50.8478 50.5368L31.0681 67.2715C29.0308 68.9913 26 67.4723 26 64.7399V31.2617C26 28.5206 29.0308 27.0103 31.0681 28.7301Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23A5A6A8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M70 32C70 28.6863 67.3137 26 64 26C60.6863 26 58 28.6863 58 32V64C58 67.3137 60.6863 70 64 70C67.3137 70 70 67.3137 70 64V32Z' fill='white'/%3E%3Cpath d='M31.0681 28.7301L50.8478 45.4648V45.4823C52.3841 46.783 52.3841 49.236 50.8478 50.5368L31.0681 67.2715C29.0308 68.9913 26 67.4723 26 64.7399V31.2617C26 28.5206 29.0308 27.0103 31.0681 28.7301Z' fill='white'/%3E%3C/svg%3E")}.ui.replay:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23A5A6A8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M25.9026 27.5155L42.4453 25.0156L42.4536 25.0231C43.7389 24.8293 44.8989 25.8831 44.8438 27.1945L44.1284 44.0731C44.0528 45.8098 42.0123 46.642 40.7202 45.4681L36.3214 41.472C34.8548 43.6971 34 46.3704 34 49.2546C34 57.0523 40.2457 63.2886 47.8457 63.2886C55.4457 63.2886 61.6914 57.0523 61.6914 49.2546C61.6914 44.646 59.5065 40.5702 56.1311 38.0095C53.9311 36.3405 53.5007 33.2041 55.1697 31.0041C56.8386 28.8041 59.9751 28.3736 62.1751 30.0426C67.9545 34.4271 71.6914 41.4087 71.6914 49.2546C71.6914 62.4812 61.062 73.2886 47.8457 73.2886C34.6293 73.2886 24 62.4812 24 49.2546C24 43.7901 25.8138 38.7421 28.868 34.7009L24.8887 31.0858C23.5925 29.9082 24.2005 27.7747 25.9026 27.5155Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='48' cy='48' r='48' fill='%23A5A6A8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M25.9026 27.5155L42.4453 25.0156L42.4536 25.0231C43.7389 24.8293 44.8989 25.8831 44.8438 27.1945L44.1284 44.0731C44.0528 45.8098 42.0123 46.642 40.7202 45.4681L36.3214 41.472C34.8548 43.6971 34 46.3704 34 49.2546C34 57.0523 40.2457 63.2886 47.8457 63.2886C55.4457 63.2886 61.6914 57.0523 61.6914 49.2546C61.6914 44.646 59.5065 40.5702 56.1311 38.0095C53.9311 36.3405 53.5007 33.2041 55.1697 31.0041C56.8386 28.8041 59.9751 28.3736 62.1751 30.0426C67.9545 34.4271 71.6914 41.4087 71.6914 49.2546C71.6914 62.4812 61.062 73.2886 47.8457 73.2886C34.6293 73.2886 24 62.4812 24 49.2546C24 43.7901 25.8138 38.7421 28.868 34.7009L24.8887 31.0858C23.5925 29.9082 24.2005 27.7747 25.9026 27.5155Z' fill='white'/%3E%3C/svg%3E")}.ui[data-function=play]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M42.2376 28.7301L66.5819 45.4648V45.4823C68.4727 46.783 68.4727 49.236 66.5819 50.5368L42.2376 67.2715C39.7303 68.9913 36 67.4723 36 64.7399V31.2617C36 28.5206 39.7303 27.0103 42.2376 28.7301Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96 48C96 74.5097 74.5097 96 48 96C21.4903 96 0 74.5097 0 48C0 21.4903 21.4903 0 48 0C74.5097 0 96 21.4903 96 48ZM88 48C88 70.0914 70.0914 88 48 88C25.9086 88 8 70.0914 8 48C8 25.9086 25.9086 8 48 8C70.0914 8 88 25.9086 88 48Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_2)'%3E%3Cpath d='M42.2376 28.7301L66.5819 45.4648V45.4823C68.4727 46.783 68.4727 49.236 66.5819 50.5368L42.2376 67.2715C39.7303 68.9913 36 67.4723 36 64.7399V31.2617C36 28.5206 39.7303 27.0103 42.2376 28.7301Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96 48C96 74.5097 74.5097 96 48 96C21.4903 96 0 74.5097 0 48C0 21.4903 21.4903 0 48 0C74.5097 0 96 21.4903 96 48ZM88 48C88 70.0914 70.0914 88 48 88C25.9086 88 8 70.0914 8 48C8 25.9086 25.9086 8 48 8C70.0914 8 88 25.9086 88 48Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_2'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.ui[data-function=replay]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M25.9026 27.5155L42.4453 25.0156L42.4536 25.0231C43.7389 24.8293 44.8989 25.8831 44.8438 27.1945L44.1284 44.0731C44.0528 45.8098 42.0123 46.642 40.7202 45.4681L36.3214 41.472C34.8548 43.6971 34 46.3704 34 49.2546C34 57.0523 40.2457 63.2886 47.8457 63.2886C55.4457 63.2886 61.6914 57.0523 61.6914 49.2546C61.6914 44.646 59.5065 40.5702 56.1311 38.0095C53.9311 36.3405 53.5007 33.2041 55.1697 31.0041C56.8386 28.8041 59.9751 28.3736 62.1751 30.0426C67.9545 34.4271 71.6914 41.4087 71.6914 49.2546C71.6914 62.4812 61.062 73.2886 47.8457 73.2886C34.6293 73.2886 24 62.4812 24 49.2546C24 43.7901 25.8138 38.7421 28.868 34.7009L24.8887 31.0858C23.5925 29.9082 24.2005 27.7747 25.9026 27.5155Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_6'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48 96C74.5097 96 96 74.5097 96 48C96 21.4903 74.5097 0 48 0C21.4903 0 0 21.4903 0 48C0 74.5097 21.4903 96 48 96ZM48 88C70.0914 88 88 70.0914 88 48C88 25.9086 70.0914 8 48 8C25.9086 8 8 25.9086 8 48C8 70.0914 25.9086 88 48 88Z' fill='white'/%3E%3Cpath d='M25.9026 27.5155L42.4453 25.0156L42.4536 25.0231C43.7389 24.8293 44.8989 25.8831 44.8438 27.1945L44.1284 44.0731C44.0528 45.8098 42.0123 46.642 40.7202 45.4681L36.3214 41.472C34.8548 43.6971 34 46.3704 34 49.2546C34 57.0523 40.2457 63.2886 47.8457 63.2886C55.4457 63.2886 61.6914 57.0523 61.6914 49.2546C61.6914 44.646 59.5065 40.5702 56.1311 38.0095C53.9311 36.3405 53.5007 33.2041 55.1697 31.0041C56.8386 28.8041 59.9751 28.3736 62.1751 30.0426C67.9545 34.4271 71.6914 41.4087 71.6914 49.2546C71.6914 62.4812 61.062 73.2886 47.8457 73.2886C34.6293 73.2886 24 62.4812 24 49.2546C24 43.7901 25.8138 38.7421 28.868 34.7009L24.8887 31.0858C23.5925 29.9082 24.2005 27.7747 25.9026 27.5155Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_6'%3E%3Crect width='96' height='96' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.ui[data-function=skip]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 22C4 31.9411 12.0589 40 22 40C31.9411 40 40 31.9411 40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22ZM22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0Z' fill='%230A4A81'/%3E%3Cpath d='M27 30C27 31.1046 27.8954 32 29 32C30.1046 32 31 31.1046 31 30V14C31 12.8954 30.1046 12 29 12C27.8954 12 27 12.8954 27 14V30Z' fill='%230A4A81'/%3E%3Cpath d='M13.5858 28.5858C12.8047 29.3668 12.8047 30.6332 13.5858 31.4142C14.3668 32.1953 15.6332 32.1953 16.4142 31.4142L24.4142 23.4142C25.1953 22.6332 25.1953 21.3668 24.4142 20.5858L16.4142 12.5858C15.6332 11.8047 14.3668 11.8047 13.5858 12.5858C12.8047 13.3668 12.8047 14.6332 13.5858 15.4142L20.1716 22L13.5858 28.5858Z' fill='%230A4A81'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 22C4 31.9411 12.0589 40 22 40C31.9411 40 40 31.9411 40 22C40 12.0589 31.9411 4 22 4C12.0589 4 4 12.0589 4 22ZM22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0Z' fill='%230A4A81'/%3E%3Cpath d='M27 30C27 31.1046 27.8954 32 29 32C30.1046 32 31 31.1046 31 30V14C31 12.8954 30.1046 12 29 12C27.8954 12 27 12.8954 27 14V30Z' fill='%230A4A81'/%3E%3Cpath d='M13.5858 28.5858C12.8047 29.3668 12.8047 30.6332 13.5858 31.4142C14.3668 32.1953 15.6332 32.1953 16.4142 31.4142L24.4142 23.4142C25.1953 22.6332 25.1953 21.3668 24.4142 20.5858L16.4142 12.5858C15.6332 11.8047 14.3668 11.8047 13.5858 12.5858C12.8047 13.3668 12.8047 14.6332 13.5858 15.4142L20.1716 22L13.5858 28.5858Z' fill='%230A4A81'/%3E%3C/svg%3E%0A")}.ui[data-function=continue]:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 63.9949C14.35 63.9949 0 49.6361 0 31.9975C0 14.3589 14.35 0 32 0C49.65 0 64 14.3589 64 31.9975C64 49.6361 49.65 63.9949 32 63.9949ZM32 3.99968C16.56 3.99968 4 16.5587 4 31.9975C4 47.4363 16.56 59.9953 32 59.9953C47.44 59.9953 60 47.4363 60 31.9975C60 16.5587 47.44 3.99968 32 3.99968Z' fill='white'/%3E%3Cg clip-path='url(%23clip0_2956_19577)'%3E%3Cpath d='M42.6715 34.3621C42.7065 34.3198 42.7365 34.2775 42.769 34.2327C42.804 34.1855 42.8439 34.1382 42.8764 34.086C42.9114 34.0363 42.9414 33.9816 42.9714 33.9293C42.9989 33.8846 43.0264 33.8398 43.0539 33.7925C43.0813 33.7403 43.1063 33.6856 43.1313 33.6309C43.1538 33.5812 43.1788 33.5339 43.2013 33.4842C43.2238 33.4319 43.2413 33.3772 43.2588 33.325C43.2788 33.2703 43.2987 33.2181 43.3162 33.1633C43.3312 33.1111 43.3437 33.0564 43.3587 33.0017C43.3737 32.9445 43.3887 32.8898 43.4012 32.8326C43.4137 32.7704 43.4212 32.7082 43.4287 32.6461C43.4362 32.5963 43.4462 32.5466 43.4512 32.4944C43.4737 32.2656 43.4737 32.0343 43.4512 31.8055C43.4462 31.7533 43.4362 31.701 43.4287 31.6488C43.4187 31.5891 43.4137 31.5269 43.4012 31.4673C43.3887 31.4076 43.3737 31.3504 43.3587 31.2907C43.3462 31.2385 43.3337 31.1862 43.3187 31.1365C43.3012 31.0793 43.2788 31.0221 43.2588 30.9649C43.2413 30.9152 43.2238 30.8629 43.2038 30.8132C43.1813 30.761 43.1563 30.7087 43.1313 30.6565C43.1063 30.6043 43.0838 30.5546 43.0564 30.5023C43.0289 30.4526 42.9989 30.4028 42.9689 30.3556C42.9389 30.3059 42.9114 30.2586 42.8789 30.2089C42.8414 30.1542 42.8015 30.1019 42.7615 30.0497C42.7315 30.0124 42.7065 29.9726 42.674 29.9353C42.5941 29.8408 42.5116 29.7488 42.4216 29.6617C42.4166 29.6568 42.4116 29.6493 42.4066 29.6443L29.9869 17.2892C28.6175 15.9264 26.396 15.9264 25.0266 17.2892C23.6572 18.6521 23.6572 20.863 25.0266 22.2258L34.8224 32.1338L25.0616 42.0417C23.6921 43.4046 23.6921 45.6154 25.0616 46.9783C25.7463 47.6597 26.6434 48.0004 27.5405 48.0004C28.4376 48.0004 29.3347 47.6597 30.0219 46.9783L42.4391 34.6207C42.4391 34.6207 42.4441 34.6157 42.4466 34.6107C42.5241 34.5312 42.599 34.4491 42.6715 34.3645V34.3621Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_19577'%3E%3Crect width='19.4667' height='31.7333' fill='white' transform='translate(23.9995 16.2671)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 63.9949C14.35 63.9949 0 49.6361 0 31.9975C0 14.3589 14.35 0 32 0C49.65 0 64 14.3589 64 31.9975C64 49.6361 49.65 63.9949 32 63.9949ZM32 3.99968C16.56 3.99968 4 16.5587 4 31.9975C4 47.4363 16.56 59.9953 32 59.9953C47.44 59.9953 60 47.4363 60 31.9975C60 16.5587 47.44 3.99968 32 3.99968Z' fill='white'/%3E%3Cg clip-path='url(%23clip0_2956_19577)'%3E%3Cpath d='M42.6715 34.3621C42.7065 34.3198 42.7365 34.2775 42.769 34.2327C42.804 34.1855 42.8439 34.1382 42.8764 34.086C42.9114 34.0363 42.9414 33.9816 42.9714 33.9293C42.9989 33.8846 43.0264 33.8398 43.0539 33.7925C43.0813 33.7403 43.1063 33.6856 43.1313 33.6309C43.1538 33.5812 43.1788 33.5339 43.2013 33.4842C43.2238 33.4319 43.2413 33.3772 43.2588 33.325C43.2788 33.2703 43.2987 33.2181 43.3162 33.1633C43.3312 33.1111 43.3437 33.0564 43.3587 33.0017C43.3737 32.9445 43.3887 32.8898 43.4012 32.8326C43.4137 32.7704 43.4212 32.7082 43.4287 32.6461C43.4362 32.5963 43.4462 32.5466 43.4512 32.4944C43.4737 32.2656 43.4737 32.0343 43.4512 31.8055C43.4462 31.7533 43.4362 31.701 43.4287 31.6488C43.4187 31.5891 43.4137 31.5269 43.4012 31.4673C43.3887 31.4076 43.3737 31.3504 43.3587 31.2907C43.3462 31.2385 43.3337 31.1862 43.3187 31.1365C43.3012 31.0793 43.2788 31.0221 43.2588 30.9649C43.2413 30.9152 43.2238 30.8629 43.2038 30.8132C43.1813 30.761 43.1563 30.7087 43.1313 30.6565C43.1063 30.6043 43.0838 30.5546 43.0564 30.5023C43.0289 30.4526 42.9989 30.4028 42.9689 30.3556C42.9389 30.3059 42.9114 30.2586 42.8789 30.2089C42.8414 30.1542 42.8015 30.1019 42.7615 30.0497C42.7315 30.0124 42.7065 29.9726 42.674 29.9353C42.5941 29.8408 42.5116 29.7488 42.4216 29.6617C42.4166 29.6568 42.4116 29.6493 42.4066 29.6443L29.9869 17.2892C28.6175 15.9264 26.396 15.9264 25.0266 17.2892C23.6572 18.6521 23.6572 20.863 25.0266 22.2258L34.8224 32.1338L25.0616 42.0417C23.6921 43.4046 23.6921 45.6154 25.0616 46.9783C25.7463 47.6597 26.6434 48.0004 27.5405 48.0004C28.4376 48.0004 29.3347 47.6597 30.0219 46.9783L42.4391 34.6207C42.4391 34.6207 42.4441 34.6157 42.4466 34.6107C42.5241 34.5312 42.599 34.4491 42.6715 34.3645V34.3621Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2956_19577'%3E%3Crect width='19.4667' height='31.7333' fill='white' transform='translate(23.9995 16.2671)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}button[data-function=confirm]:before{-webkit-mask-image:url(data:image/svg+xml;base64,CgoKPHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiByeD0iMjIiIC8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNCAyMkM0IDMxLjk0MTEgMTIuMDU4OSA0MCAyMiA0MEMzMS45NDExIDQwIDQwIDMxLjk0MTEgNDAgMjJDNDAgMTIuMDU4OSAzMS45NDExIDQgMjIgNEMxMi4wNTg5IDQgNCAxMi4wNTg5IDQgMjJaTTIyIDBDOS44NDk3NCAwIDAgOS44NDk3NCAwIDIyQzAgMzQuMTUwMyA5Ljg0OTc0IDQ0IDIyIDQ0QzM0LjE1MDMgNDQgNDQgMzQuMTUwMyA0NCAyMkM0NCA5Ljg0OTc0IDM0LjE1MDMgMCAyMiAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41ODUyIDIxLjA5OTlDMTMuMzY1NSAyMC4yODI1IDE0LjYzNjggMjAuMjc2NCAxNS40MjQ5IDIxLjA4NjRMMTkuMDA0MSAyNC45ODM5TDI4LjUzODQgMTQuNTc5MkMyOS4zMTg3IDEzLjc2MTggMzAuNTkwMSAxMy43NTU4IDMxLjM3ODEgMTQuNTY1OEMzMi4xNjYxIDE1LjM3NTcgMzIuMTcyNCAxNi42OTUgMzEuMzkyMSAxNy41MTI0TDIwLjQ0NDkgMjkuMzk3MkMxOS42NjQ2IDMwLjIxNDYgMTguMzkzMiAzMC4yMjA2IDE3LjYwNTIgMjkuNDEwNkwxMi41OTkxIDI0LjA0NjVDMTEuODExMSAyMy4yMzY1IDExLjgwNDkgMjEuOTE3MyAxMi41ODUyIDIxLjA5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);mask-image:url(data:image/svg+xml;base64,CgoKPHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiByeD0iMjIiIC8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNCAyMkM0IDMxLjk0MTEgMTIuMDU4OSA0MCAyMiA0MEMzMS45NDExIDQwIDQwIDMxLjk0MTEgNDAgMjJDNDAgMTIuMDU4OSAzMS45NDExIDQgMjIgNEMxMi4wNTg5IDQgNCAxMi4wNTg5IDQgMjJaTTIyIDBDOS44NDk3NCAwIDAgOS44NDk3NCAwIDIyQzAgMzQuMTUwMyA5Ljg0OTc0IDQ0IDIyIDQ0QzM0LjE1MDMgNDQgNDQgMzQuMTUwMyA0NCAyMkM0NCA5Ljg0OTc0IDM0LjE1MDMgMCAyMiAwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi41ODUyIDIxLjA5OTlDMTMuMzY1NSAyMC4yODI1IDE0LjYzNjggMjAuMjc2NCAxNS40MjQ5IDIxLjA4NjRMMTkuMDA0MSAyNC45ODM5TDI4LjUzODQgMTQuNTc5MkMyOS4zMTg3IDEzLjc2MTggMzAuNTkwMSAxMy43NTU4IDMxLjM3ODEgMTQuNTY1OEMzMi4xNjYxIDE1LjM3NTcgMzIuMTcyNCAxNi42OTUgMzEuMzkyMSAxNy41MTI0TDIwLjQ0NDkgMjkuMzk3MkMxOS42NjQ2IDMwLjIxNDYgMTguMzkzMiAzMC4yMjA2IDE3LjYwNTIgMjkuNDEwNkwxMi41OTkxIDI0LjA0NjVDMTEuODExMSAyMy4yMzY1IDExLjgwNDkgMjEuOTE3MyAxMi41ODUyIDIxLjA5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=)}button[data-function=skip],button[data-function=replay],button[data-icon=close],button[data-icon=dots],button[data-icon=back],#SettingsPanel-Toggler[data-icon=dots]{text-indent:-99999;background-color:#fff;border:none}button[data-icon=dots] .ButtonIcon,button[data-icon=close] .ButtonIcon,#SettingsPanel-Toggler[data-icon=dots] .ButtonIcon{display:none}.ui:active{mix-blend-mode:unset;opacity:1;translate:5% 5%}.ui:nth-of-type(2n){margin-left:1em!important}button#SettingsPanel-Back{position:fixed!important;background-color:#fff!important}button#SettingsPanel-Back .ButtonIcon{display:none}button#SettingsPanel-Back:before{content:"";z-index:9;display:block;position:absolute;-webkit-mask-size:100% 100%!important;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDIyQzQgMzEuOTQxMSAxMi4wNTg5IDQwIDIyIDQwQzMxLjk0MTEgNDAgNDAgMzEuOTQxMSA0MCAyMkM0MCAxMi4wNTg5IDMxLjk0MTEgNCAyMiA0QzEyLjA1ODkgNCA0IDEyLjA1ODkgNCAyMlpNMjIgMEM5Ljg0OTc0IDAgMCA5Ljg0OTc0IDAgMjJDMCAzNC4xNTAzIDkuODQ5NzQgNDQgMjIgNDRDMzQuMTUwMyA0NCA0NCAzNC4xNTAzIDQ0IDIyQzQ0IDkuODQ5NzQgMzQuMTUwMyAwIDIyIDBaIiBmaWxsPSIjMDAzOTIxIi8+CjxwYXRoIGQ9Ik0yMy40MTQyIDE1LjQxNDJDMjQuMTk1MyAxNC42MzMyIDI0LjE5NTMgMTMuMzY2OCAyMy40MTQyIDEyLjU4NThDMjIuNjMzMiAxMS44MDQ3IDIxLjM2NjggMTEuODA0NyAyMC41ODU4IDEyLjU4NThMMTIuNTg1OCAyMC41ODU4QzExLjgwNDcgMjEuMzY2OCAxMS44MDQ3IDIyLjYzMzIgMTIuNTg1OCAyMy40MTQyTDIwLjU4NTggMzEuNDE0MkMyMS4zNjY4IDMyLjE5NTMgMjIuNjMzMiAzMi4xOTUzIDIzLjQxNDIgMzEuNDE0MkMyNC4xOTUzIDMwLjYzMzIgMjQuMTk1MyAyOS4zNjY4IDIzLjQxNDIgMjguNTg1OEwxOC44Mjg0IDI0TDMwIDI0QzMxLjEwNDYgMjQgMzIgMjMuMTA0NiAzMiAyMkMzMiAyMC44OTU0IDMxLjEwNDYgMjAgMzAgMjBMMTguODI4NCAyMEwyMy40MTQyIDE1LjQxNDJaIiBmaWxsPSIjMDAzOTIxIi8+Cjwvc3ZnPgo=)}[lang^=ar-] button#SettingsPanel-Back:before,[lang^=he-] button#SettingsPanel-Back:before{transform:scale(-1)}.onboarding-header{width:70%;margin:0;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%);margin:1.25rem auto!important;color:var(--colors-primary-0);font-size:1.25rem!important;text-align:center;z-index:1000}.onboarding-h1{color:var(--colors-primary-0)}.onboarding-intro-copy{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);width:90%;margin:0 auto;z-index:10000000}.onboarding-intro-copy p{color:var(--colors-onboarding-h1);font-weight:lighter}.onboarding-ctas{width:88%;position:absolute;left:50%;bottom:.5rem;translate:-50% 0;display:inline-flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10}.ONBOARDING_NO_CAMERA .CircleButton,.ONBOARDING_NO_CAMERA .CircleButton[data-function=replay]{width:7rem;height:7rem}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=confirm]{width:10rem;height:10rem;translate:0 -50%}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=continue]{translate:0 -50%;width:10rem;height:10rem}.onboarding-btn .CircleButton{margin:0!important;padding:0!important}@media (min-width: 760px){.onboarding-ctas{top:80%}}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=confirm]:before{background:#fff}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=confirm]{background:#0a4a80!important}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=replay]:before{background:#0a4a80}.ONBOARDING_NO_CAMERA .onboarding-ctas .CircleButton[data-function=replay]{background:#fff}.ONBOARDING_NO_CAMERA .onboarding-ctas button[data-function=confirm],.ONBOARDING_NO_CAMERA .onboarding-ctas button[data-function=replay]{filter:none}.camera-access-container{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;background-position:center;background-repeat:no-repeat;background-size:cover}.camera-access-container .content-wrapper{margin-top:12rem}.camera-access-container p.bodyMessage{font-weight:900;margin-bottom:2em;text-align:left;padding:0% 5% 0;white-space:pre-line}.camera-access-container .cta-container{width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;position:absolute;bottom:4rem}.camera-access-container .cta-container .cta-button-container{width:auto;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;max-width:90%;min-width:50%}@media (min-height: 580px) and (max-height: 999px){.camera-access-container p.bodyMessage{font-size:clamp(.75rem,.75vw + .9rem,1.25rem)!important}}.content-wrapper{position:relative;width:100%;display:flex;flex-direction:column;justify-content:left;width:calc(100% - 3.5rem);margin-top:5%}.camera-access-container h1{font-size:4.5rem;font-weight:700;color:var(--colors-accent-80);margin:1rem 0rem;width:90%;text-align:left}.camera-access-text{margin:auto;width:90%;margin-bottom:10rem}.camera-access-container .cta-button-container{display:inline-grid;width:max-content;max-width:90%}.camera-access-container .cta-button-container>*{width:100%;display:block}.help-menu{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover}.help-menu-copy{width:calc(100% - 3.5rem);position:absolute;top:67%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--colors-accent-80)}.help-menu-ctas{width:auto;min-width:none;margin:2.5rem auto;padding:0;display:inline-block;transform:translateY(10%);list-style-type:none;text-align:center;min-width:0%;max-width:85%}.help-menu .primary-cta-btn,.help-menu .secondary-cta-btn{width:100%}.help-menu h1{font-size:3.5rem;line-height:2.5rem}.help-menu .help-menu-bodycopy{font-size:5rem;font-weight:bolder}.cameraview-header{position:absolute;text-align:left;top:15%;width:80%;margin:auto;margin-left:5rem;font-size:4.75rem;line-height:1.1;font-weight:900;font-family:Speedee}.photo-confirmation-header{text-align:center;top:19%}.camera-button{background-size:contain;background-color:transparent;background-repeat:no-repeat;border:none;position:absolute;bottom:4%;left:50%;transform:translate(-50%);padding:8px 16px;width:14rem;height:14rem}.photo-confirmation-buttons{position:relative;bottom:27%;width:100%;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.photo-confirmation-buttons-element{list-style:none}.animate-camera-button{opacity:.99;visibility:unset;pointer-events:unset;animation:cameraAnim .3s ease 0s 1 normal forwards}@keyframes cameraAnim{0%{transform:translate(-50%) scale(1)}50%{transform:translate(-50%) scale(.85)}to{transform:translate(-50%) scale(1)}}.flash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;pointer-events:none;opacity:0;z-index:10}.animate-flash{opacity:1;animation:flashAnim .3s ease 0s 1 normal forwards}@keyframes flashAnim{0%{opacity:0}50%{opacity:1}to{opacity:0}}.TOOL_CAMERAVIEW .cta-btn{font-size:2.3rem;min-width:18rem}@media only screen and (min-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){.photo-confirmation-buttons{bottom:25%}}.photo-confirmation-buttons{position:relative;bottom:27%;padding:0;margin:0 auto;display:grid;justify-items:center;width:max-content;max-width:100%}.photo-confirmation-buttons-element{list-style:none;width:100%}.photo-confirmation-buttons-element>*{width:100%;display:block}@media (min-width: 768px) and (max-width: 1366px){.photo-confirmation-buttons{bottom:22%}}*{clear:both}html{background-size:cover}html{position:fixed;left:0;right:0;top:0;bottom:0;-webkit-user-select:none;user-select:none;overflow:hidden}body{position:fixed;left:0;right:0;top:0;bottom:0;overflow:auto}body,.game-wrapper{background-size:cover}* button:focus-visible{box-shadow:0 0 0 5px #004a85;outline:3px dotted yellow!important}* .no-outline:focus-visible{box-shadow:none!important;outline:none!important}*:focus:not(:focus-visible){outline:none}.video-background{display:block;width:100%!important;height:100%!important;background:#160251;position:fixed;overflow:hidden;display:flex;justify-content:center;top:0;left:0}.video-container{display:block;overflow:hidden;min-height:100%;position:absolute;left:0;right:0;top:0;bottom:0;align-items:center}.video-container video{display:block;position:absolute;left:50%;top:50%;translate:-50% -50%;width:100%}.video-container video.toy-video-player{display:block;position:absolute;width:3.5in;height:auto;top:2%;left:47%;margin-right:50%;transform:translate(-50%);pointer-events:none;object-fit:initial;mix-blend-mode:screen;display:absolute;z-index:1;transition:opacity 1s}h1,h2,p{color:var(--colors-accent-80)}.video-container video{height:100%;width:auto;aspect-ratio:1/1;box-sizing:border-box}h1{text-shadow:#C0C0C0 0px .16rem 0px}@media (min-height: 980px){.GAME_INSTRUCTIONS .video-background{width:100%!important;height:108%!important;top:-4%;left:0%}}@media (min-aspect-ratio: 10/16){.video-container video.toy-video-player{top:6%}}.CircleButton--dots svg path{fill:#4563ff;stroke:var(--colors-fg)}.CircleButton--dots svg circle{fill:var(--colors-fg)}.CircleButton--close svg path{fill:#4563ff;stroke:var(--colors-fg)}.CircleButton--close svg g rect{fill:var(--colors-fg)}.HeaderH2{margin-inline-start:0px;margin-inline-end:0px;font-weight:lighter;white-space:pre-line}.HeaderH2,h2.HeaderH2{color:var(--colors-accent-80);font-size:2.55rem;line-height:3.5rem;font-weight:500;margin-top:1.25rem}.HeaderH2.first{margin-top:-.25rem}.options-btn-grad svg defs{height:0;position:absolute;width:0}button[data-color=primary] svg,button[data-color=primary] svg path[data-name=icon],button[data-color=primary] svg path[data-name=outline]{fill:url(#svgBtnStroke)}span.ButtonIcon>svg{background:var(--colors-gradient-primary-middle);background:linear-gradient(0deg,#5a1714,#741110,#b70202);border-radius:100%}body[data-layout=toy-on-screen] .pause-btn-list{margin-top:0vh}button.CircleButton:hover svg,button.CircleButton:active svg,button.CircleButton:focus svg{filter:unset;transform:unset}button.CircleButton,.ui-buttons-circle-button{border-radius:100%!important}.video-container video.toy-video-player{width:3.5in;height:3.5in}.game-instructions-copy{top:unset!important;bottom:12svh}.GAME_MENU .nav-bar,.GAME_INSTRUCTIONS .nav-bar,.GAME_PLAY .nav-bar,.CONTROLS .nav-bar,.END_GAME .nav-bar,[data-layout=toy-on-screen] .ui-dialogs-settings.ui-buttons-circle-button{top:calc(1.5in + 1.75rem)!important}body[data-layout=toy-on-screen] .game-wrapper>section.pause-general .pause-menu-content{padding-top:calc(1in + 6rem)}nav.middle-positioned{top:2in!important}@media screen and (min-width: 3in) and (max-width: 4in){.GAME_MENU .nav-bar,.GAME_INSTRUCTIONS .nav-bar,.GAME_PLAY .nav-bar,.ONBOARDING .nav-bar,.CONTROLS .nav-bar,.END_GAME .nav-bar,[data-layout=toy-on-screen] .ui-dialogs-settings.ui-buttons-circle-button{top:calc(1.5in + 1.75rem)!important}}@media screen and (min-width: 4in){.video-container video.toy-video-player{top:.5in}.GAME_MENU .nav-bar,.GAME_INSTRUCTIONS .nav-bar,.GAME_PLAY .nav-bar,.ONBOARDING .nav-bar,.CONTROLS .nav-bar,.END_GAME .nav-bar,[data-layout=toy-on-screen] .ui-dialogs-settings.ui-buttons-circle-button{top:calc(1.5in + 1.75rem)!important}}@media (max-aspect-ratio: 11 / 16){.game-instructions-copy{bottom:7.5svh}}.a11y-controls-list{margin-left:1.5rem}.video-container{z-index:1}#VIE-Player:after{content:"";z-index:0;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;width:50px;height:50px;border-radius:50px;border:.5rem solid rgba(255,255,255,.5);border-top-color:#000;animation:loading 2s ease-in-out infinite}@keyframes loading{0%{transform:rotate(0)}33%{transform:rotate(145deg);border-left-color:#000}66%{transform:rotate(345deg)}to{transform:rotate(360deg)}}#nav-bar-row .CircleButton{transition:unset;transform-origin:unset;transform:unset;opacity:1;animation:unset}[dir=rtl],[dir=rtl] *,[dir=rtl] .SettingsPanel-Container button{direction:rtl;text-align:right;-webkit-rtl-ordering:logical}[dir=rtl] .SettingsPanel button.withChevron:before{left:-.5rem;right:auto;transform:scale(-1);transform:rotate(135deg)}[dir=rtl] .SettingsPanel-Container button.withChevron{padding-left:3em;padding-right:0}[dir=rtl] .SettingsPanel button.withUnderline.withChevron{direction:ltr}[dir=rtl] .cta-btn-txt{padding-right:.5em}[dir=rtl] *.rtl-disabled{direction:ltr!important;margin-left:.35rem;margin-right:.35rem}[dir=rtl] #VolumeSlider,[dir=rtl] #VolumeSlider>button,[dir=rtl] #VolumeSlider>input{transform:scaleX(1);direction:ltr}[dir=rtl] .volume-slider-container .volume-slider input[type=range]::-webkit-slider-runnable-track{transform:scaleX(1)!important;direction:ltr}[dir=rtl] .volume-setting-container{transform:scaleX(-1)!important}[dir=rtl] .volume-setting-container-label{display:block;transform:scaleX(-1)!important}[dir=rtl] .SettingsPanel-Container button,[dir=rtl] .SettingsPanel .paragraph-underlined,[dir=rtl] .disclaimer-copy p{text-align:right!important}[dir=rtl] .copyright-notice{text-align:right!important;right:7%;left:unset}[dir=rtl] .GAME_PLAY .button-container{direction:ltr;text-align:left;-webkit-rtl-ordering:logical}[dir=rtl] .disclaimer-copy{text-align:center!important}[dir=rtl] #nav-bar-row{transform:scaleX(-1)!important;direction:ltr!important;left:1.75rem}[dir=rtl] .nav-bar div{left:1.75rem!important;right:unset}[dir=rtl] .GAME_PLAY .nav-bar div{right:.15rem;top:9rem}[dir=rtl] .ui-dialogs-settings.ui-buttons-circle-button{right:3.5rem}[dir=rtl] .pauseH1,[dir=rtl] .cta-btn{text-align:center}h1,h2{word-wrap:break-word;white-space:normal}p{white-space:pre-wrap}.video-container video::-webkit-media-text-track-display{top:94vh!important}video::-webkit-media-text-track-display{top:94vh!important}[dir=rtl] .primary-cta-btn:before,[dir=rtl] .secondary-cta-btn:before{right:-.9rem;left:0}[dir=rtl] nav.ui-layer button:first-of-type{margin-left:1.5rem;margin-right:3.5rem}[dir=rtl] .ui:nth-of-type(2n){margin-left:3rem!important}[dir=rtl] .player-buttons button:last-of-type{margin-right:0;transform:scaleX(-1)!important}[lang^=bg-] .HeaderH2,[lang^=cs-] .HeaderH2,[lang^=el-] .HeaderH2,[lang^=hu-] .HeaderH2,[lang^=ka-] .HeaderH2,[lang^=ru-] .HeaderH2,[lang^=uk-] .HeaderH2,[lang^=zu-] .HeaderH2,[lang^=nl-] .HeaderH2,[lang^=fr-] .HeaderH2,[lang^=it-] .HeaderH2,[lang^=sl-] .HeaderH2{font-size:2rem}[lang^=ru-] .disclaimer-ctas,[lang^=uk-] .disclaimer-ctas,[lang^=cs-] .disclaimer-ctas{transform:translateY(11%) scale(.9)!important}.CAMERA_ACCESS .cta-btn{font-size:2.25rem}[data-cameraconsented=false] .camera-access-container .cta-container{bottom:12rem}[dir=rtl] .cameraview-header{margin-left:0rem;margin-right:5rem}[dir=rtl] .photo-confirmation-header{text-align:center}[dir=rtl] .disclaimer-header{justify-content:right}[dir=rtl] .camera-access-container h1{text-align:right}[lang^=hu-] .SettingsPanel-Container button,[lang^=hu-] .SettingsPanel-Container label,[lang^=sr-] .SettingsPanel-Container button,[lang^=sr-] .SettingsPanel-Container label{font-size:2.75rem}section.orientation-interrupter{background-size:cover!important;background-position-x:80%;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1000}.orientation-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:85%;transform:translateY(-3%)}h1.orientation-interrupter-h1{font-size:4rem;width:100%;text-align:center;margin:0;color:#fff;white-space:pre-line}h2.orientation-interrupter-body{font-size:2.5rem;font-weight:400;color:#fff;max-width:80%;text-align:center;margin:0}.sprite-wrapper{position:relative;width:100%;height:55%;display:flex;align-items:center;justify-content:center}.orientation-interrupter .sprite-wrapper .sprite{position:absolute;left:50%;translate:-50%}.orientation-interrupter-image{width:auto;height:75%}#VIE-Player{display:block;position:absolute;opacity:.99;pointer-events:auto;height:100%;width:100%}#VIE-Player.hide{display:block;opacity:.01;pointer-events:none}video{pointer-events:none}video::-webkit-media-controls-enclosure{display:none}video::-webkit-media-controls-panel{display:none}video::-webkit-media-controls-timeline{display:none}video::-webkit-media-controls-volume-slider,video::-webkit-media-controls-timeline{display:none}video::-webkit-media-controls-volume-slider::-webkit-media-slider-container,video::-webkit-media-controls-timeline::-webkit-media-slider-container{display:none}::-webkit-media-slider-thumb{display:none}video::-webkit-media-controls-play-button{display:none}video::-webkit-media-controls-play-button:hover{display:none}video::-webkit-media-controls-fullscreen-button{display:none}video::-webkit-media-controls-mute-button{display:none}video::-webkit-media-controls-fullscreen-button:hover{display:none}video::-webkit-media-controls-mute-button:hover{display:none}video::-webkit-media-controls-current-time-display,video::-webkit-media-controls-time-remaining-display{display:none}video::-webkit-media-text-track-display{position:sticky!important;left:0;right:0;top:75rem!important;height:fit-content!important;padding-bottom:env(safe-area-inset-bottom);z-index:9999999999;width:100vw!important;margin:0 auto 3vh!important;font-size:3rem;z-index:1000000!important}@media (max-height: 800px){video::-webkit-media-text-track-display{font-size:2.75rem}}::cue{color:var(--colors-cue)}[data-user-agent*="OS 18_"] video::-webkit-media-text-track-container{overflow:visible!important;top:unset!important;bottom:2rem!important;left:15%!important;right:0;font-size:2rem;width:auto!important;max-width:70%!important;display:block}[data-user-agent*=Safari] video::cue{font-size:2.5rem}button{-webkit-tap-highlight-color:transparent}button.ok{height:10%;width:21%;bottom:10.2%;position:absolute;border-radius:4rem}button.back{position:absolute;top:9.1%;left:3.5%;height:8.75%;width:18%;border-radius:4rem}button.confirm{height:10%;width:21%;bottom:11.1%;position:absolute;border-radius:4rem}button.replay{position:absolute;bottom:11.75%;height:9%;left:4.75%;width:18%;border-radius:4rem}button.prev{height:100%;width:18%}button.select{height:100%;width:64%}button.next{height:100%;width:18%}button.one{height:100%;width:100%}button.beat-trigger{height:39%;width:100%;position:absolute;bottom:0}button.two{height:50%;width:50%}button.no-outline:hover,button.no-outline:focus-visible,button.no-outline:focus{outline:none;border:none}.highlight.normal:hover{mix-blend-mode:normal}.highlight.multiply:hover{mix-blend-mode:multiply}.highlight.screen:hover{mix-blend-mode:screen}.highlight.overlay:hover{mix-blend-mode:overlay}.highlight.darken:hover{mix-blend-mode:darken}.highlight.lighten:hover{mix-blend-mode:lighten}.highlight.color-dodge:hover{mix-blend-mode:color-dodge}.highlight.color-burn:hover{mix-blend-mode:color-burn}.highlight.difference:hover{mix-blend-mode:difference}.highlight.exclusion:hover{mix-blend-mode:exclusion}.highlight.hue:hover{mix-blend-mode:hue}.highlight.saturation:hover{mix-blend-mode:saturation}.highlight.color:hover{mix-blend-mode:color}.highlight.luminosity:hover{mix-blend-mode:luminosity}.game-wrapper{z-index:0;position:relative;overflow:hidden;width:100%;min-height:100%;display:block;justify-content:center;align-items:center}.GAME_MENU .nav-bar,.GAME_INSTRUCTIONS .nav-bar,.GAME_PLAY .nav-bar,.END_GAME .nav-bar{position:fixed}.middle-positioned .ui-dialogs-settings.ui-buttons-circle-button{position:unset;top:unset;bottom:unset}.nav-bar{width:100%!important;padding:0 1.75rem!important;z-index:10!important;box-sizing:border-box}.nav-bar div{display:flex;position:fixed;right:1.75rem}.nav-bar .CircleButton,.showNavAtTop>button{margin:0 0 0 1em!important}.copyright-text{position:absolute;bottom:1vw;right:1vw;padding:.5em;color:var(--colors-fg);font-size:12px;text-align:right}.copyright-text span{padding:4px}.pg-logo-wrapper{width:120px}.pause-menu-content{position:absolute;top:25%;z-index:2;text-align:center;min-width:70%;height:100%}[data-layout=default] .pause-menu-content{top:32%}.blurry-overlay{height:100rem;width:100%;position:absolute;background-position:center;background-repeat:no-repeat;background-size:cover}h1.pauseH1{color:var(--colors-accent-80);font-weight:900}div.pause-icon{display:block;position:relative;width:100%;max-width:22rem;height:22rem;aspect-ratio:1;margin-left:auto;margin-right:auto;border-radius:100%}div.pause-icon:before{content:"";display:block;position:relative;width:100%;height:100%}div.pause-icon:before{-webkit-mask-size:100% 100%;mask-size:100% 100%;width:100%;height:100%}div.pause-icon:after{content:"";position:absolute;top:53.5%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(to top,#280459,#541e79 84%);background-size:contain;background-repeat:no-repeat;border-radius:100%;width:21rem;height:19rem;z-index:-1;border-width:0rem .25rem 1.85rem .25rem;border-style:solid;border-color:var(--colors-support-200)}.pause-label{display:inline-block;font-size:9.62vw;font-weight:700;margin-block:5.27rem 0}.pauseH1{font-family:Speedee-Black;font-size:6.25rem;letter-spacing:-.25rem;margin:1.5rem;font-weight:900}.pause-btn-list{display:flex;justify-content:space-around;padding:0;list-style-type:none;margin:auto;margin-top:12.5rem}.pause-btn-list .cta-btn{min-width:30%;max-width:39rem}html .pause-menu-content .resume-btn{width:auto;display:block;margin-left:auto;margin-right:auto}.settings-toggler-container{position:fixed;margin:0 auto;top:1rem;width:90%;z-index:1}.ui-layer-wrapper{position:absolute;top:2.15rem;width:100%}.ui-layer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;z-index:10000}nav.ui-layer button:first-of-type{margin-left:3.5rem}.ui-layer[data-hidden=false]{display:flex}.ui-layer[data-hidden=true]{display:none}[data-layout=toy-on-screen] nav.ui-layer{margin-top:1.5in}#settings{top:0;width:100%;height:100rem}.player-buttons{display:flex;direction:row}.player-buttons button:last-of-type{margin-right:3rem}.player-buttons[data-hidden=true]{display:none}.player-buttons[data-hidden=false]{display:flex}#SkipButton{background-color:transparent!important}
