@import"https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap";@import"https://fonts.googleapis.com/css?family=Comfortaa|Gamja+Flower";.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#GAME .container{max-width:initial;width:initial}#GAME img{max-width:inherit;margin:0;padding:0}p,h1,h2,h3,input,button,h4{background:none;border:none;margin:0;padding:0}ul,li{margin:0;padding:0}.view{position:absolute;top:0;left:0;bottom:0;right:0;width:100dvw;height:100dvh;overflow:hidden}button{margin:0;padding:0;font-size:1em;border:none;background:none;cursor:pointer;color:#fff;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;user-select:none}a{pointer-events:all}input[checkbox],input[radio]{cursor:pointer}.three-container{width:100%;height:100%}.three-container canvas{width:100%;height:100%;pointer-events:all}html.FONT_SIZE_NORMAL,body.FONT_SIZE_NORMAL{font-size:100%}html.FONT_SIZE_MEDIUM,body.FONT_SIZE_MEDIUM{font-size:125%}html.FONT_SIZE_LARGE,body.FONT_SIZE_LARGE{font-size:150%}.buttonBase{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1dvh 3dvh;-webkit-backdrop-filter:blur(6.95px);backdrop-filter:blur(6.95px);border-radius:4px}.buttonBase .buttonBase_shortcut{position:relative;display:block;padding:.25dvh 1dvh}.buttonBase .buttonBase_shortcut:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border:1px solid #ffffff;border-radius:1000px;transform:translate(-50%,-50%)}.swapVertical{display:block}.swapVertical:focus .swapVertical_text1,.swapVertical:hover .swapVertical_text1{transform:translateY(-100%);opacity:0}.swapVertical:focus .swapVertical_text2,.swapVertical:hover .swapVertical_text2{transform:translateY(0);opacity:1}.swapVertical .swapVertical_textContainer{overflow:hidden}.swapVertical .swapVertical_text{flex:0;position:relative;display:block}.swapVertical .swapVertical_text1{display:block;transform:translateY(0);opacity:1;transition:transform .5s,opacity .5s}.swapVertical .swapVertical_text2{position:absolute;top:0;left:0;display:block;transform:translateY(100%);transition:transform .5s,opacity .5s;opacity:0;width:100%}.swapVertical .swapVertical_image{position:relative;width:100px;height:100px;background-size:50%;background-repeat:no-repeat;background-position:center;border:6px solid #000000;box-sizing:border-box;border-radius:20px;display:block;flex:1}.swapVertical .swapVertical_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:calc(100% - 10px);transition:filter .5s}.closeButton .lines{position:absolute;top:50%;left:50%;width:50%;transform:translate(-50%,-50%) rotate(0)}.closeButton .lines .line{position:absolute;top:50%;left:50%;width:100%;height:3px;background-color:#fff;transform-origin:50% 50%}.closeButton .lines .line.line1{transform:translate(-50%,-50%) rotate(45deg);transition:transform .5s}.closeButton .lines .line.line2{transform:translate(-50%,-50%) rotate(-45deg);transition:transform .5s}.closeButton:hover .lines .line.line1{transform:translate(-50%,-50%) rotate(225deg)}.closeButton:hover .lines .line.line2{transform:translate(-50%,-50%) rotate(135deg)}.translateYButton .content{transition:transform .5s;display:inline-block;transform:translateY(0)}.translateYButton:hover .content{transform:translateY(-20%)}.soundTesterReactView{background-color:#000;color:#fff}.soundTesterReactView .title{font-size:2em;margin-bottom:3em}.soundTesterReactView .soundsContainer{display:inline-flex;flex-direction:column;gap:3em}.soundTesterReactView .soundsContainer .soundTester{display:flex;flex-direction:column;gap:.5em}.soundTesterReactView .soundsContainer .soundTester .name{display:flex;gap:1em}.soundTesterReactView .soundsContainer .soundTester .timeline{pointer-events:all;height:1em;position:relative;background-color:#444;cursor:pointer}.soundTesterReactView .soundsContainer .soundTester .timeline .position{position:absolute;top:0;left:0;width:50%;height:100%;background-color:#fff}.soundTesterReactView .soundsContainer .soundTester .loop{display:flex;gap:4em}.soundTesterReactView .soundsContainer .soundTester .loop .start,.soundTesterReactView .soundsContainer .soundTester .loop .end{display:flex;gap:1em}.soundTesterReactView .soundsContainer .soundTester .loop input{border:1px solid #eeeeee;text-align:right;color:#000}.soundTesterReactView .soundsContainer .soundTester .buttonsContainer{display:flex;gap:1em}.quickLinks{position:absolute;top:0;left:0;pointer-events:none}.quickLinks .openButton{position:absolute;top:0;left:0;padding:1vh;background-color:#000000e6;color:#fff}.quickLinks .openButton span{pointer-events:none}.quickLinks .openButton.bottom{top:auto;bottom:0}.quickLinks .openButton.middle{top:50%;transform:translateY(-50%)}.quickLinks .openButton.right{left:auto;right:0}.quickLinks .openButton.center{left:50%;transform:translate(-50%)}.quickLinks .links{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000000e6;color:#fff;flex-direction:column;gap:1vh;padding:2vh;justify-content:center;display:none}.quickLinks .links.open{display:flex}.quickLinks .links .buttonLink{width:100%;border:1px solid white;padding:1vh}.theaterPreloadReactView{background-color:#fff7ea;display:flex;align-items:center;justify-content:center;color:#fff}.theaterPreloadReactView .cloud1{position:absolute;left:0;top:-5dvh;height:30dvh;z-index:1;animation:sideStep 20s forwards}.theaterPreloadReactView .cloud2{position:absolute;left:-40dvw;bottom:-10dvh;height:70dvh;z-index:1;animation:sideStep 30s reverse linear forwards}.theaterPreloadReactView .loadingContent{display:flex;justify-content:center;align-items:center;flex-direction:column}.theaterPreloadReactView .loadingContent .gifLoader{height:40dvh;animation:float 3s ease-in-out 0s infinite alternate-reverse forwards;z-index:-1}.theaterPreloadReactView .loaded{display:none}@keyframes sideStep{0%{translate:0%;scale:1}to{scale:1.1;translate:90dvw}}.virtualGamePadReactView{pointer-events:none}.virtualGamePadReactView.VGP_hide,.virtualGamePadReactView .VGP_hide{display:none}.virtualGamePadReactView .VGP_interactive{pointer-events:all;cursor:pointer}.virtualGamePadReactView .VGP_interactive>*{pointer-events:none}.virtualGamePadReactView .VGP_button{position:absolute;top:0;left:0;border-radius:100%;background-color:#ffffff80;border:1px solid #ffffff;width:50px;height:50px;transform:translate(-50%,-50%)}.virtualGamePadReactView .VGP_button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1em}.virtualGamePadReactView .VGP_analog{position:absolute;width:100px;height:100px;border-radius:100%}.virtualGamePadReactView .VGP_analog.VGP_analogLeft{bottom:20px;left:80px}.virtualGamePadReactView .VGP_analog.VGP_analogRight{bottom:20px;right:80px}.virtualGamePadReactView .VGP_analog .VGP_padContainer{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%}.virtualGamePadReactView .VGP_analog .VGP_padContainer .VGP_background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;border:1px solid #ffffff;background-color:#fff3}.virtualGamePadReactView .VGP_analog .VGP_padContainer .VGP_pad{top:50%;left:50%}.virtualGamePadReactView .VGP_buttons{position:absolute;bottom:230px;right:100px}.virtualGamePadReactView .VGP_buttons .VGP_buttonA{top:50px;left:0}.virtualGamePadReactView .VGP_buttons .VGP_buttonB{top:0;left:50px}.virtualGamePadReactView .VGP_buttons .VGP_buttonX{top:0;left:-50px}.virtualGamePadReactView .VGP_buttons .VGP_buttonY{top:-50px;left:0}.virtualGamePadReactView .VGP_dPad{position:absolute;bottom:230px;left:100px}.virtualGamePadReactView .VGP_dPad .VGP_button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0px;height:0px;border-style:solid;border-width:0 10px 20px 10px;border-color:transparent transparent #ffffff transparent}.virtualGamePadReactView .VGP_dPad .VGP_dPadUp{top:-50px;left:0}.virtualGamePadReactView .VGP_dPad .VGP_dPadDown{top:50px;left:0}.virtualGamePadReactView .VGP_dPad .VGP_dPadDown span{transform:translate(-50%,-50%) rotate(180deg)}.virtualGamePadReactView .VGP_dPad .VGP_dPadLeft{top:0;left:-50px}.virtualGamePadReactView .VGP_dPad .VGP_dPadLeft span{transform:translate(-50%,-50%) rotate(-90deg)}.virtualGamePadReactView .VGP_dPad .VGP_dPadRight{top:0;left:50px}.virtualGamePadReactView .VGP_dPad .VGP_dPadRight span{transform:translate(-50%,-50%) rotate(90deg)}.virtualGamePadReactView .VGP_shoulder{position:absolute;bottom:370px}.virtualGamePadReactView .VGP_shoulder.VGP_left{left:100px}.virtualGamePadReactView .VGP_shoulder.VGP_left .VGP_LT{left:-50px}.virtualGamePadReactView .VGP_shoulder.VGP_left .VGP_LB{left:50px}.virtualGamePadReactView .VGP_shoulder.VGP_right{right:100px}.virtualGamePadReactView .VGP_shoulder.VGP_right .VGP_RT{left:-50px}.virtualGamePadReactView .VGP_shoulder.VGP_right .VGP_RB{left:50px}.virtualGamePadReactView .VGP_Common{position:absolute;bottom:450px;left:100px}.virtualGamePadReactView .VGP_Common .VGP_SELECT{left:-50px}.virtualGamePadReactView .VGP_Common .VGP_START{left:50px}.stats{position:absolute;top:0;left:0}#three-perf-ui{z-index:1000000}.pixi-container{width:100%;height:100%}.pixi-container canvas{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menuReactView{pointer-events:none;color:#fff}.menuReactView.open .menuButton .lines .line.line1,.menuReactView.open .menuButton .lines .line.line2{top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center center}.menuReactView.open .menuButton .lines .line.line3{top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);transform-origin:center center}.menuReactView.open .menuButton:hover .lines .line.line1,.menuReactView.open .menuButton:hover .lines .line.line2{left:100%;top:50%;transform:translate(-100%) rotate(-40deg);transform-origin:left center}.menuReactView.open .menuButton:hover .lines .line.line3{width:70%;left:100%;top:50%;transform:translate(-100%) rotate(40deg);transform-origin:left center}.menuReactView.open .menuContainer{transform:translate(0)}.menuReactView .menuButton{position:absolute;top:10px;left:10px;width:50px;height:50px;background:#000}.menuReactView .menuButton .lines{position:absolute;top:50%;left:50%;width:50%;height:50%;transform:translate(-50%,-50%)}.menuReactView .menuButton .lines .line{position:absolute;top:50%;left:50%;width:100%;height:3px;background-color:#fff;transform-origin:50% 50%;transform:translate(-50%,-50%);transition:top .25s,left .25s,transform .25s,transform-origin .25s,width .25s}.menuReactView .menuButton .lines .line.line1{top:0}.menuReactView .menuButton .lines .line.line3{top:100%}.menuReactView .menuButton:hover .line.line1,.menuReactView .menuButton:hover .line.line2{left:100%;top:50%;width:70%;transform:translate(-120%) rotate(40deg);transform-origin:right center}.menuReactView .menuButton:hover .line.line3{left:100%;top:50%;width:70%;transform:translate(-120%) rotate(-40deg);transform-origin:right center}.menuReactView .menuContainer{pointer-events:all;position:absolute;top:70px;left:10px;background:#000;padding:10px;transform:translate(-150%);transition:transform .5s;display:flex;flex-direction:column;gap:10px;align-items:center;max-height:calc(100dvh - 80px);overflow-y:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menuReactView .menuContainer .title .menuTitle{font-size:1em}.menuReactView .menuContainer .buttonsContainer{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.menuReactView .menuContainer .buttonsContainer .resolutionButton,.menuReactView .menuContainer .buttonsContainer .fontSizeButton,.menuReactView .menuContainer .buttonsContainer button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;z-index:1;transition:transform .5s;font-weight:600;font-size:1em}.menuReactView .menuContainer .buttonsContainer .resolutionButton.button:hover,.menuReactView .menuContainer .buttonsContainer .fontSizeButton.button:hover,.menuReactView .menuContainer .buttonsContainer button.button:hover{transform:translate(1em)}.menuReactView .menuContainer .buttonsContainer .resolutionButton svg,.menuReactView .menuContainer .buttonsContainer .resolutionButton g,.menuReactView .menuContainer .buttonsContainer .resolutionButton polygon,.menuReactView .menuContainer .buttonsContainer .resolutionButton path,.menuReactView .menuContainer .buttonsContainer .resolutionButton img,.menuReactView .menuContainer .buttonsContainer .fontSizeButton svg,.menuReactView .menuContainer .buttonsContainer .fontSizeButton g,.menuReactView .menuContainer .buttonsContainer .fontSizeButton polygon,.menuReactView .menuContainer .buttonsContainer .fontSizeButton path,.menuReactView .menuContainer .buttonsContainer .fontSizeButton img,.menuReactView .menuContainer .buttonsContainer button svg,.menuReactView .menuContainer .buttonsContainer button g,.menuReactView .menuContainer .buttonsContainer button polygon,.menuReactView .menuContainer .buttonsContainer button path,.menuReactView .menuContainer .buttonsContainer button img{width:1.5em;height:auto;stroke:#fff;fill:#fff}.menuReactView .menuContainer .buttonsContainer .radiosContainer{pointer-events:all;color:#fff;display:flex;flex-wrap:wrap;align-items:center;gap:10px;border:none}.menuReactView .menuContainer .buttonsContainer .radiosContainer input,.menuReactView .menuContainer .buttonsContainer .radiosContainer label{cursor:pointer}.menuReactView .menuContainer .buttonsContainer .radiosContainer legend{margin-right:10px;white-space:nowrap;font-weight:700}.menuReactView .menuContainer .buttonsContainer .radiosContainer input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.menuReactView .menuContainer .buttonsContainer .radiosContainer input:checked+label{text-decoration:underline;font-weight:700}.menuReactView .menuContainer .buttonsContainer .radiosContainer input:focus+label{outline:auto}.menuReactView .menuContainer .buttonsContainer .radiosContainer label{font-weight:400;display:inline-block}.menuReactView .menuContainer .buttonsContainer .radiosContainer label:hover{font-weight:700}.menuReactView .menuContainer .buttonsContainer .volume{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:20px}.menuReactView .menuContainer .buttonsContainer .volume .input-text-container{width:50%;display:flex;align-items:center;justify-content:flex-start;gap:10px;font-weight:700;line-height:100%}.menuReactView .menuContainer .buttonsContainer .volume .input-text-container .icon{width:1.5em}.menuReactView .menuContainer .buttonsContainer .volume .input-container{width:50%}.menuReactView .menuContainer .buttonsContainer .volume .input-container input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#ddd;border-radius:3px;outline:none}.menuReactView .menuContainer .buttonsContainer .volume .input-container input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer}.rapier-stats{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:fixed;top:0;left:0;background-color:#00000080;padding:10px;color:#fff;font-size:12px;display:flex;gap:10px}.rapier-stats .counter{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.rapier-stats .counter .value{font-weight:700}html,body{overscroll-behavior:none}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-Regular.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-Ital.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-Ital.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-SemiBold.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-SemiBoldItal.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-SemiBoldItal.woff) format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-ExtraLight.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-ExtraLight.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:ABChanel Corpo;src:url(../assets/game/fonts/ABChanelCorpo2022-ExtraLightItal.woff2) format("woff2"),url(../assets/game/fonts/ABChanelCorpo2022-ExtraLightItal.woff) format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:ABChanel PB;src:url(../assets/game/fonts/abchanelpbregularl-webfont.woff2) format("woff2"),url(../assets/game/fonts/abchanelpbregularl-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:ABChanel PB;src:url(../assets/game/fonts/abchanel-pb-semibold-l_0-webfont.woff2) format("woff2"),url(../assets/game/fonts/abchanel-pb-semibold-l_0-webfont.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Futura PT;src:url(../assets/game/fonts/futura_pt_medium-webfont.woff2) format("woff2"),url(../assets/game/fonts/futura_pt_medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Futura PT;src:url(../assets/game/fonts/Futura-Light.woff2) format("woff2"),url(../assets/game/fonts/Futura-Light.woff2) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Futura Cyrillic;src:url(../assets/game/fonts/futuracyrillicbook-webfont.woff2) format("woff2"),url(../assets/game/fonts/futuracyrillicbook-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Futura Cyrillic;src:url(../assets/game/fonts/futuracyrillicbold-webfont.woff2) format("woff2"),url(../assets/game/fonts/futuracyrillicbold-webfont.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:MlleScript;src:url(../assets/game/fonts/mllescript-webfont.woff2) format("woff2"),url(../assets/game/fonts/mllescript-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}#GAME .card{border-radius:6px;width:35dvh;max-width:30dvh;height:-moz-fit-content;height:fit-content;min-width:150px;position:relative;z-index:1;transform:rotate(-5deg) translate(10dvw);background-color:#fff;transition:all .3s ease-out;cursor:pointer}#GAME .card.coach{background-image:url(../assets/game/images/commons/gold-stroke.webp);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2px}#GAME .card.coach .coachContainer{background-color:#fff;border-radius:6px;padding:3vh 1.5vh 1.5vh}#GAME .card.coach .coachContainer .containerCard{margin:0;border-top:1px solid rgba(118,118,118,.4235294118);border-left:0;border-right:0;border-bottom:0;border-radius:0;padding-top:3dvh}#GAME .card.coach .coachContainer .containerCard .assessment{text-transform:uppercase;color:#333;font-family:Futura PT,sans-serif;font-weight:300}#GAME .card.coach .coachContainer .containerCard .buttonBase{color:#1d1d1d;text-transform:uppercase;width:100%}#GAME .card.coach .coachContainer .containerCard .buttonBase span{font-family:ABChanel Corpo;font-weight:600;font-size:2dvh}#GAME .card.coach:before{top:2.25dvh}#GAME .card:before{content:"";position:absolute;left:50%;translate:-50%;top:1dvh;background-color:#fff;background-image:url(../assets/game/images/commons/chacha.webp);background-size:auto 100%;background-repeat:no-repeat;background-position:center;z-index:2;width:6dvh;height:2dvh}#GAME .card .name{display:none}#GAME .card .name span{color:#767676;font-family:ABChanel Corpo;font-weight:700;font-size:1.5dvh!important}#GAME .card.show{transform:rotate(0) translate(calc(-50% + 20dvw));z-index:2;max-width:none}#GAME .card.show .brand{display:none}#GAME .card.show .name{display:block}#GAME .card.show .onShow{display:flex}#GAME .card .onShow{display:none}#GAME .card button,#GAME .card a{font-size:2dvh}#GAME .card .containerCard{display:flex;border-radius:6px;flex-direction:column;align-items:center;gap:2dvh;min-height:35dvh;margin:2dvh;padding:2dvh;border:1px solid rgba(118,118,118,.4235294118)}#GAME .card .containerCard span{font-size:2.2dvh;margin:auto}#GAME .card .containerCard button,#GAME .card .containerCard a{white-space:nowrap}#GAME .card .containerCard .brand{margin-top:1dvh;height:4dvh}#GAME .card .containerCard .brand.black{filter:brightness(0)}#GAME .card .title{font-family:ABChanel Corpo;font-weight:700;font-size:3dvh;margin-top:2dvh;text-align:center;max-width:35dvh}#GAME .card span{font-family:Futura Cyrillic}#GAME .card .flex{justify-content:left}#GAME .card .bold{font-weight:700}#GAME .card hr{border:1px solid #808080}#GAME .card button.buttonBase,#GAME .card a.buttonBase{border:min(.3dvh,1px) solid #767676;padding:1dvh 2dvh;margin:1dvh}#GAME .card button.buttonBase img,#GAME .card a.buttonBase img{margin-left:1dvh;height:2dvh}#GAME .card button.buttonBase.true,#GAME .card a.buttonBase.true{background-color:#fff;color:#000;border:max(.3dvh,1px) solid #767676}#GAME .card .collected{border-radius:1000px;border:.2dvh dashed #90D445;position:relative;width:3dvh;height:3dvh}#GAME .card .collected.true:before{background-color:#90d445}#GAME .card .collected:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;margin:.4dvh;border-radius:1000px}#GAME .vegetation{transform-origin:0% 50%}#GAME .worldReactView{--heightPart: 40%}#GAME .worldReactView .progressChapter{position:absolute;width:22px;height:380px;right:59px;top:50%;translate:0 -50%;background:#f9f9f933;padding:5px 0;box-shadow:0 0 14px #0000001f,inset 0 0 4px #00000012;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:30px;z-index:22}#GAME .worldReactView .progressChapter:before{content:"";position:absolute;width:100%;height:var(--heightPart);border-radius:30px;left:0;bottom:0;z-index:-1;background:linear-gradient(180deg,#f9f9f900,#ecbb66e6 40%)}#GAME .worldReactView .progressChapter .part{width:16px;height:16px;background:#fff;border:1px solid #FFFFFF;box-shadow:0 0 7px 1px #fff;border-radius:100px;position:absolute;translate:-50% -50%;left:50%}#GAME .worldReactView .progressChapter .part span{right:24px;display:flex;justify-content:flex-end;position:relative;font-family:ABChanel Corpo;font-weight:700;font-size:14px;line-height:13px;color:#fff;filter:drop-shadow(0px 0px 2px black);white-space:nowrap}#GAME .worldReactView .popinLevel{position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:10;text-align:center;width:100%;padding:10dvh;-webkit-backdrop-filter:blur(6.95px);backdrop-filter:blur(6.95px);pointer-events:none;transition:all 1s ease-out,opacity .5s ease-out;scale:1}#GAME .worldReactView .popinLevel:before{content:"";position:absolute;width:1px;height:3dvh;top:10%;left:50%;translate:-50% 0%;z-index:1;background:#000}#GAME .worldReactView .popinLevel:after{content:"";position:absolute;width:1px;height:3dvh;bottom:10%;left:50%;translate:-50% 0%;z-index:1;background:#000}#GAME .worldReactView .popinLevel.hide{opacity:0;scale:0;filter:blur(10px)}#GAME .worldReactView .popinLevel.hide .partName,#GAME .worldReactView .popinLevel.hide .p,#GAME .worldReactView .popinLevel.hide .tile{filter:blur(5px)}#GAME .worldReactView .popinLevel .partName{text-transform:uppercase;font-family:ABChanel Corpo;font-weight:700;font-size:2dvh;max-width:800px;margin:auto;width:50dvw}#GAME .worldReactView .popinLevel .tile{text-transform:uppercase;font-family:ABChanel Corpo;font-weight:700;font-size:6dvh;line-height:6dvh;max-width:800px;margin:auto;margin-bottom:2dvh;width:50dvw}#GAME .worldReactView .popinLevel .p{font-family:ABChanel Corpo;font-size:2dvh;max-width:800px;margin:auto;width:40dvw}#GAME .worldReactView .group1{position:absolute}#GAME .worldReactView .group1 .vegetation,#GAME .worldReactView .group1 img{pointer-events:none}#GAME .worldReactView .group2{position:absolute}#GAME .worldReactView .group2 .vegetation,#GAME .worldReactView .group2 img{pointer-events:none}#GAME .worldReactView .group3{position:absolute}#GAME .worldReactView .group3 .vegetation,#GAME .worldReactView .group3 img{pointer-events:none}#GAME .worldReactView .group4{position:absolute}#GAME .worldReactView .group4 .vegetation,#GAME .worldReactView .group4 img{pointer-events:none}#GAME .worldReactView .group5{position:absolute}#GAME .worldReactView .group5 .vegetation,#GAME .worldReactView .group5 img{pointer-events:none}#GAME .worldReactView .group6{position:absolute}#GAME .worldReactView .group6 .vegetation,#GAME .worldReactView .group6 img{pointer-events:none}#GAME .worldReactView .group7{position:absolute}#GAME .worldReactView .group7 .vegetation,#GAME .worldReactView .group7 img{pointer-events:none}#GAME .worldReactView .group8{position:absolute}#GAME .worldReactView .group8 .vegetation,#GAME .worldReactView .group8 img{pointer-events:none}#GAME .worldReactView .group9{position:absolute}#GAME .worldReactView .group9 .vegetation,#GAME .worldReactView .group9 img{pointer-events:none}#GAME .worldReactView .group10{position:absolute}#GAME .worldReactView .group10 .vegetation,#GAME .worldReactView .group10 img{pointer-events:none}#GAME .worldReactView .group11{position:absolute}#GAME .worldReactView .group11 .vegetation,#GAME .worldReactView .group11 img{pointer-events:none}#GAME .worldReactView .group12{position:absolute}#GAME .worldReactView .group12 .vegetation,#GAME .worldReactView .group12 img{pointer-events:none}#GAME .worldReactView .group13{position:absolute}#GAME .worldReactView .group13 .vegetation,#GAME .worldReactView .group13 img{pointer-events:none}#GAME .worldReactView .group14{position:absolute}#GAME .worldReactView .group14 .vegetation,#GAME .worldReactView .group14 img{pointer-events:none}#GAME .worldReactView .group15{position:absolute}#GAME .worldReactView .group15 .vegetation,#GAME .worldReactView .group15 img{pointer-events:none}#GAME .worldReactView .group16{position:absolute}#GAME .worldReactView .group16 .vegetation,#GAME .worldReactView .group16 img{pointer-events:none}#GAME .worldReactView .group17{position:absolute}#GAME .worldReactView .group17 .vegetation,#GAME .worldReactView .group17 img{pointer-events:none}#GAME .worldReactView .group18{position:absolute}#GAME .worldReactView .group18 .vegetation,#GAME .worldReactView .group18 img{pointer-events:none}#GAME .worldReactView .group19{position:absolute}#GAME .worldReactView .group19 .vegetation,#GAME .worldReactView .group19 img{pointer-events:none}#GAME .worldReactView .group20{position:absolute}#GAME .worldReactView .group20 .vegetation,#GAME .worldReactView .group20 img{pointer-events:none}#GAME .worldReactView .group21{position:absolute}#GAME .worldReactView .group21 .vegetation,#GAME .worldReactView .group21 img{pointer-events:none}#GAME .worldReactView .group22{position:absolute}#GAME .worldReactView .group22 .vegetation,#GAME .worldReactView .group22 img{pointer-events:none}#GAME .worldReactView .group23{position:absolute}#GAME .worldReactView .group23 .vegetation,#GAME .worldReactView .group23 img{pointer-events:none}#GAME .worldReactView .group24{position:absolute}#GAME .worldReactView .group24 .vegetation,#GAME .worldReactView .group24 img{pointer-events:none}#GAME .worldReactView .group25{position:absolute}#GAME .worldReactView .group25 .vegetation,#GAME .worldReactView .group25 img{pointer-events:none}#GAME .worldReactView .group26{position:absolute}#GAME .worldReactView .group26 .vegetation,#GAME .worldReactView .group26 img{pointer-events:none}#GAME .worldReactView .group27{position:absolute}#GAME .worldReactView .group27 .vegetation,#GAME .worldReactView .group27 img{pointer-events:none}#GAME .worldReactView .group28{position:absolute}#GAME .worldReactView .group28 .vegetation,#GAME .worldReactView .group28 img{pointer-events:none}#GAME .worldReactView .group29{position:absolute}#GAME .worldReactView .group29 .vegetation,#GAME .worldReactView .group29 img{pointer-events:none}#GAME .worldReactView .group30{position:absolute}#GAME .worldReactView .group30 .vegetation,#GAME .worldReactView .group30 img{pointer-events:none}#GAME .worldReactView .group31{position:absolute}#GAME .worldReactView .group31 .vegetation,#GAME .worldReactView .group31 img{pointer-events:none}#GAME .worldReactView .group32{position:absolute}#GAME .worldReactView .group32 .vegetation,#GAME .worldReactView .group32 img{pointer-events:none}#GAME .worldReactView .group33{position:absolute}#GAME .worldReactView .group33 .vegetation,#GAME .worldReactView .group33 img{pointer-events:none}#GAME .worldReactView .group34{position:absolute}#GAME .worldReactView .group34 .vegetation,#GAME .worldReactView .group34 img{pointer-events:none}#GAME .worldReactView .group35{position:absolute}#GAME .worldReactView .group35 .vegetation,#GAME .worldReactView .group35 img{pointer-events:none}#GAME .worldReactView .group36{position:absolute}#GAME .worldReactView .group36 .vegetation,#GAME .worldReactView .group36 img{pointer-events:none}#GAME .worldReactView .group37{position:absolute}#GAME .worldReactView .group37 .vegetation,#GAME .worldReactView .group37 img{pointer-events:none}#GAME .worldReactView .group38{position:absolute}#GAME .worldReactView .group38 .vegetation,#GAME .worldReactView .group38 img{pointer-events:none}#GAME .worldReactView .group39{position:absolute}#GAME .worldReactView .group39 .vegetation,#GAME .worldReactView .group39 img{pointer-events:none}#GAME .worldReactView .group40{position:absolute}#GAME .worldReactView .group40 .vegetation,#GAME .worldReactView .group40 img{pointer-events:none}#GAME .worldReactView .group41{position:absolute}#GAME .worldReactView .group41 .vegetation,#GAME .worldReactView .group41 img{pointer-events:none}#GAME .worldReactView .group42{position:absolute}#GAME .worldReactView .group42 .vegetation,#GAME .worldReactView .group42 img{pointer-events:none}#GAME .worldReactView .group43{position:absolute}#GAME .worldReactView .group43 .vegetation,#GAME .worldReactView .group43 img{pointer-events:none}#GAME .worldReactView .group44{position:absolute}#GAME .worldReactView .group44 .vegetation,#GAME .worldReactView .group44 img{pointer-events:none}#GAME .worldReactView .group45{position:absolute}#GAME .worldReactView .group45 .vegetation,#GAME .worldReactView .group45 img{pointer-events:none}#GAME .worldReactView .group46{position:absolute}#GAME .worldReactView .group46 .vegetation,#GAME .worldReactView .group46 img{pointer-events:none}#GAME .worldReactView .group47{position:absolute}#GAME .worldReactView .group47 .vegetation,#GAME .worldReactView .group47 img{pointer-events:none}#GAME .worldReactView .group48{position:absolute}#GAME .worldReactView .group48 .vegetation,#GAME .worldReactView .group48 img{pointer-events:none}#GAME .worldReactView .group49{position:absolute}#GAME .worldReactView .group49 .vegetation,#GAME .worldReactView .group49 img{pointer-events:none}#GAME .worldReactView .group50{position:absolute}#GAME .worldReactView .group50 .vegetation,#GAME .worldReactView .group50 img{pointer-events:none}#GAME .worldReactView .group51{position:absolute}#GAME .worldReactView .group51 .vegetation,#GAME .worldReactView .group51 img{pointer-events:none}#GAME .worldReactView .group52{position:absolute}#GAME .worldReactView .group52 .vegetation,#GAME .worldReactView .group52 img{pointer-events:none}#GAME .worldReactView .group53{position:absolute}#GAME .worldReactView .group53 .vegetation,#GAME .worldReactView .group53 img{pointer-events:none}#GAME .worldReactView .group54{position:absolute}#GAME .worldReactView .group54 .vegetation,#GAME .worldReactView .group54 img{pointer-events:none}#GAME .worldReactView .group55{position:absolute}#GAME .worldReactView .group55 .vegetation,#GAME .worldReactView .group55 img{pointer-events:none}#GAME .worldReactView .group56{position:absolute}#GAME .worldReactView .group56 .vegetation,#GAME .worldReactView .group56 img{pointer-events:none}#GAME .worldReactView .group57{position:absolute}#GAME .worldReactView .group57 .vegetation,#GAME .worldReactView .group57 img{pointer-events:none}#GAME .worldReactView .group58{position:absolute}#GAME .worldReactView .group58 .vegetation,#GAME .worldReactView .group58 img{pointer-events:none}#GAME .worldReactView .group59{position:absolute}#GAME .worldReactView .group59 .vegetation,#GAME .worldReactView .group59 img{pointer-events:none}#GAME .worldReactView .group60{position:absolute}#GAME .worldReactView .group60 .vegetation,#GAME .worldReactView .group60 img{pointer-events:none}#GAME .worldReactView .group61{position:absolute}#GAME .worldReactView .group61 .vegetation,#GAME .worldReactView .group61 img{pointer-events:none}#GAME .worldReactView .group62{position:absolute}#GAME .worldReactView .group62 .vegetation,#GAME .worldReactView .group62 img{pointer-events:none}#GAME .worldReactView .group63{position:absolute}#GAME .worldReactView .group63 .vegetation,#GAME .worldReactView .group63 img{pointer-events:none}#GAME .worldReactView .group64{position:absolute}#GAME .worldReactView .group64 .vegetation,#GAME .worldReactView .group64 img{pointer-events:none}#GAME .worldReactView .group65{position:absolute}#GAME .worldReactView .group65 .vegetation,#GAME .worldReactView .group65 img{pointer-events:none}#GAME .worldReactView .group66{position:absolute}#GAME .worldReactView .group66 .vegetation,#GAME .worldReactView .group66 img{pointer-events:none}#GAME .worldReactView .group67{position:absolute}#GAME .worldReactView .group67 .vegetation,#GAME .worldReactView .group67 img{pointer-events:none}#GAME .worldReactView .group68{position:absolute}#GAME .worldReactView .group68 .vegetation,#GAME .worldReactView .group68 img{pointer-events:none}#GAME .worldReactView .group69{position:absolute}#GAME .worldReactView .group69 .vegetation,#GAME .worldReactView .group69 img{pointer-events:none}#GAME .worldReactView .group70{position:absolute}#GAME .worldReactView .group70 .vegetation,#GAME .worldReactView .group70 img{pointer-events:none}#GAME .worldReactView .group71{position:absolute}#GAME .worldReactView .group71 .vegetation,#GAME .worldReactView .group71 img{pointer-events:none}#GAME .worldReactView .group72{position:absolute}#GAME .worldReactView .group72 .vegetation,#GAME .worldReactView .group72 img{pointer-events:none}#GAME .worldReactView .group73{position:absolute}#GAME .worldReactView .group73 .vegetation,#GAME .worldReactView .group73 img{pointer-events:none}#GAME .worldReactView .group74{position:absolute}#GAME .worldReactView .group74 .vegetation,#GAME .worldReactView .group74 img{pointer-events:none}#GAME .worldReactView .group75{position:absolute}#GAME .worldReactView .group75 .vegetation,#GAME .worldReactView .group75 img{pointer-events:none}#GAME .worldReactView .group76{position:absolute}#GAME .worldReactView .group76 .vegetation,#GAME .worldReactView .group76 img{pointer-events:none}#GAME .worldReactView .group77{position:absolute}#GAME .worldReactView .group77 .vegetation,#GAME .worldReactView .group77 img{pointer-events:none}#GAME .worldReactView .group78{position:absolute}#GAME .worldReactView .group78 .vegetation,#GAME .worldReactView .group78 img{pointer-events:none}#GAME .worldReactView .group79{position:absolute}#GAME .worldReactView .group79 .vegetation,#GAME .worldReactView .group79 img{pointer-events:none}#GAME .worldReactView .group80{position:absolute}#GAME .worldReactView .group80 .vegetation,#GAME .worldReactView .group80 img{pointer-events:none}#GAME .worldReactView .group81{position:absolute}#GAME .worldReactView .group81 .vegetation,#GAME .worldReactView .group81 img{pointer-events:none}#GAME .worldReactView .group82{position:absolute}#GAME .worldReactView .group82 .vegetation,#GAME .worldReactView .group82 img{pointer-events:none}#GAME .worldReactView .group83{position:absolute}#GAME .worldReactView .group83 .vegetation,#GAME .worldReactView .group83 img{pointer-events:none}#GAME .worldReactView .group84{position:absolute}#GAME .worldReactView .group84 .vegetation,#GAME .worldReactView .group84 img{pointer-events:none}#GAME .worldReactView .group85{position:absolute}#GAME .worldReactView .group85 .vegetation,#GAME .worldReactView .group85 img{pointer-events:none}#GAME .worldReactView .group86{position:absolute}#GAME .worldReactView .group86 .vegetation,#GAME .worldReactView .group86 img{pointer-events:none}#GAME .worldReactView .group87{position:absolute}#GAME .worldReactView .group87 .vegetation,#GAME .worldReactView .group87 img{pointer-events:none}#GAME .worldReactView .group88{position:absolute}#GAME .worldReactView .group88 .vegetation,#GAME .worldReactView .group88 img{pointer-events:none}#GAME .worldReactView .group89{position:absolute}#GAME .worldReactView .group89 .vegetation,#GAME .worldReactView .group89 img{pointer-events:none}#GAME .worldReactView .group90{position:absolute}#GAME .worldReactView .group90 .vegetation,#GAME .worldReactView .group90 img{pointer-events:none}#GAME .worldReactView .group91{position:absolute}#GAME .worldReactView .group91 .vegetation,#GAME .worldReactView .group91 img{pointer-events:none}#GAME .worldReactView .group92{position:absolute}#GAME .worldReactView .group92 .vegetation,#GAME .worldReactView .group92 img{pointer-events:none}#GAME .worldReactView .group93{position:absolute}#GAME .worldReactView .group93 .vegetation,#GAME .worldReactView .group93 img{pointer-events:none}#GAME .worldReactView .group94{position:absolute}#GAME .worldReactView .group94 .vegetation,#GAME .worldReactView .group94 img{pointer-events:none}#GAME .worldReactView .group95{position:absolute}#GAME .worldReactView .group95 .vegetation,#GAME .worldReactView .group95 img{pointer-events:none}#GAME .worldReactView .group96{position:absolute}#GAME .worldReactView .group96 .vegetation,#GAME .worldReactView .group96 img{pointer-events:none}#GAME .worldReactView .group97{position:absolute}#GAME .worldReactView .group97 .vegetation,#GAME .worldReactView .group97 img{pointer-events:none}#GAME .worldReactView .group98{position:absolute}#GAME .worldReactView .group98 .vegetation,#GAME .worldReactView .group98 img{pointer-events:none}#GAME .worldReactView .group99{position:absolute}#GAME .worldReactView .group99 .vegetation,#GAME .worldReactView .group99 img{pointer-events:none}#GAME .worldReactView .group100{position:absolute}#GAME .worldReactView .group100 .vegetation,#GAME .worldReactView .group100 img{pointer-events:none}#GAME .worldReactView.world1 .group2{bottom:450dvh}#GAME .worldReactView.world1 .group3{bottom:900dvh}#GAME .worldReactView.world2 .group2{bottom:450dvh}#GAME .worldReactView.world2 .group3{bottom:900dvh}#GAME .worldReactView.world2 .group4{bottom:1350dvh}#GAME .worldReactView.world3 .group1{bottom:80dvh}#GAME .worldReactView.world3 .group2{bottom:480dvh}#GAME .worldReactView.world3 .group3{bottom:880dvh}#GAME .worldReactView.world3 .group4{bottom:1280dvh}#GAME .worldReactView.world3 .group5{bottom:1680dvh}#GAME .worldReactView.world3 .group6{bottom:2080dvh}#GAME .worldReactView.world3 .group7{bottom:2480dvh}#GAME .worldReactView.world3 .group8{bottom:2880dvh}#GAME .worldReactView.world3 .group9{bottom:3280dvh}#GAME .worldReactView.world5 .group1{bottom:80dvh}#GAME .worldReactView.world5 .group2{bottom:450dvh}#GAME .worldReactView.world5 .group3{bottom:820dvh}#GAME .worldReactView.world5 .group4{bottom:1190dvh}#GAME .worldReactView.world5 .group5{bottom:1560dvh}#GAME .worldReactView.world5 .group6{bottom:1930dvh}#GAME .worldReactView.world5 .group7{bottom:2300dvh}#GAME .worldReactView.world5 .group8{bottom:2670dvh}#GAME .worldReactView.world5 .group9{bottom:3200dvh}#GAME .worldReactView .coco{position:absolute;height:80dvh;width:-moz-fit-content;width:fit-content;z-index:22;left:50px;bottom:0;transform-origin:center;pointer-events:none}#GAME .worldReactView .coco *{pointer-events:none}#GAME .worldReactView .coco>img{display:none}#GAME .worldReactView .coco .float{animation:float 3s ease-in-out 0s infinite alternate-reverse forwards;height:100%;width:100%}#GAME .worldReactView .coco .float div{position:absolute;margin-bottom:20dvh!important}#GAME .worldReactView .coco .float div img{height:60dvh}#GAME .worldReactView .coco .body{bottom:0dvh;left:0dvh;position:relative!important}#GAME .worldReactView .coco .hair{bottom:0dvh;left:0dvh;z-index:4}#GAME .worldReactView .coco .bag{bottom:0dvh;left:0dvh;z-index:0}#GAME .worldReactView .coco .top{bottom:0dvh;left:0dvh}#GAME .worldReactView .container{position:relative;width:100%;height:100%;overflow:hidden}#GAME .worldReactView .back{position:absolute;top:0;left:0;width:auto;height:100%;width:100%;pointer-events:none}#GAME .worldReactView .back .image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#GAME .worldReactView .parallax{opacity:0;transform-style:preserve-3d}#GAME .worldReactView .parallax.show{opacity:1}#GAME .worldReactView .parallax.normal{position:absolute;top:0;left:0;pointer-events:all;z-index:1}#GAME .worldReactView .parallax.normal>div.left{left:0;z-index:2}#GAME .worldReactView .parallax.normal>div.right{left:110dvw;z-index:2;scale:-1 1}#GAME .worldReactView .parallax.normal div{position:absolute}#GAME .worldReactView .parallax.normal div.vegetation img{width:40dvw}#GAME .worldReactView .parallax.normal div.left{left:-2dvw}#GAME .worldReactView .parallax.front{position:absolute;top:0;left:0;z-index:2;pointer-events:none}#GAME .worldReactView .parallax.front div.left{left:0;z-index:2}#GAME .worldReactView .parallax.front div.right{left:110dvw;z-index:2;scale:-1 1}#GAME .worldReactView .parallax.front div{position:absolute}#GAME .worldReactView .bottomMap{position:absolute;bottom:0;left:0;z-index:0;pointer-events:none}#GAME .worldReactView .bottomMap img{position:absolute}#GAME .worldReactView .cardsContainer{position:relative;width:100%;height:100%;display:flex;flex-direction:column-reverse;gap:100dvh;padding:20dvh 0;overflow-y:auto;overflow-x:hidden}#GAME .worldReactView .cardsContainer .wrapper{height:16000px;width:100%;display:flex;flex-direction:column-reverse;gap:100dvh;overflow-y:hidden}#GAME .worldReactView .cardsContainer .dd{overflow:hidden}#GAME .world1 .parallax.normal div.image1{bottom:60dvh}#GAME .world1 .parallax.normal div.gif1{bottom:60dvw;left:65dvw;z-index:2}#GAME .world1 .parallax.normal div.gif1 img{width:12dvw}#GAME .world1 .parallax.normal div.gif1-1{bottom:120dvw;left:30dvw!important;scale:-1 1;z-index:2}#GAME .world1 .parallax.normal div.gif1-1 img{width:20dvw}#GAME .world1 .parallax.normal div.gif1-2{bottom:240dvw;left:90dvw!important;z-index:2}#GAME .world1 .parallax.normal div.gif1-2 img{width:10dvw}#GAME .world1 .parallax.normal div.gif1-3{bottom:300dvw;left:10dvw!important;scale:-1 1;z-index:2}#GAME .world1 .parallax.normal div.gif1-3 img{width:20dvw}#GAME .world1 .parallax.normal div.image1-2{bottom:260dvh}#GAME .world1 .parallax.normal div.image2{bottom:60dvh;left:105dvw}#GAME .world1 .parallax.normal div.image2 img{width:40dvw}#GAME .world1 .parallax.normal div.image6{bottom:180dvh;scale:1 1;left:80dvw}#GAME .world1 .parallax.normal div.image6 img{width:60dvw}#GAME .world1 .parallax.normal div.image6-1{bottom:350dvh;scale:1 1;left:80dvw}#GAME .world1 .parallax.normal div.image6-1 img{width:60dvw}#GAME .world1 .parallax.normal div.image3-3{bottom:150dvh}#GAME .world1 .parallax.normal div.image3-3 img{width:60dvw}#GAME .world1 .parallax.normal div.image4-4{bottom:140dvh}#GAME .world1 .parallax.normal div.image4-4 img{width:80dvw}#GAME .world1 .parallax.normal div.image4{bottom:70dvh}#GAME .world1 .parallax.normal div.image4 img{width:60dvw}#GAME .world1 .parallax.normal div.image5{bottom:80dvh}#GAME .world1 .parallax.normal div.image5 img{width:50dvw}#GAME .world1 .parallax.normal div.image1-1{bottom:170dvh;left:-10dvw}#GAME .world1 .parallax.normal div.image1-1 img{width:50dvw}#GAME .world1 .parallax.normal div.image2-2{bottom:130dvh;left:-10dvw}#GAME .world1 .parallax.normal div.image2-2 img{width:55dvw}#GAME .world1 .parallax.normal div.image2-3{bottom:280dvh;left:105dvw}#GAME .world1 .parallax.normal div.image2-3 img{width:40dvw}#GAME .world1 .parallax.normal div.image2-5{bottom:450dvh;left:105dvw}#GAME .world1 .parallax.normal div.image2-5 img{width:40dvw}#GAME .world1 .parallax.normal div.image7{bottom:80dvh;left:-10dvw}#GAME .world1 .parallax.normal div.image7 img{width:55dvw}#GAME .world1 .parallax.normal div.image5-5{bottom:60dvh;left:125dvw}#GAME .world1 .parallax.normal div.image5-5 img{width:60dvw}#GAME .world1 .parallax.normal div.image3{bottom:64dvh}#GAME .world1 .parallax.normal div.image3 img{width:60dvw}#GAME .world1 .parallax.normal div.image2-4{bottom:400dvh;left:-10dvw}#GAME .world1 .parallax.normal div.image2-4 img{width:60dvw}#GAME .world1 .front div.image1{bottom:450dvh}#GAME .world1 .front div.image1 img{width:120dvw}#GAME .world1 .front div.gif1{bottom:450dvw;left:70dvw!important;scale:-1 1;z-index:2}#GAME .world1 .front div.gif1 img{width:15dvw}#GAME .world1 .front div.gif1-1{bottom:80dvw;left:20dvw!important;scale:-1 1;z-index:2}#GAME .world1 .front div.gif1-1 img{width:17dvw}#GAME .world1 .front div.gif1-2{bottom:280dvw;left:90dvw!important;z-index:2}#GAME .world1 .front div.gif1-2 img{width:15dvw}#GAME .world1 .front div.gif1-3{bottom:500dvw;left:50dvw!important;scale:-1 1;z-index:2}#GAME .world1 .front div.gif1-3 img{width:20dvw}#GAME .world1 .front div.image4{bottom:600dvh}#GAME .world1 .front div.image4 img{width:70dvw}#GAME .world1 .front div.image5{bottom:70dvh}#GAME .world1 .front div.image5 img{width:70dvw}#GAME .world1 .front div.image2{bottom:460dvh;left:-10dvw}#GAME .world1 .front div.image2 img{width:40dvw}#GAME .world1 .front div.image6{bottom:70dvh;left:-10dvw!important}#GAME .world1 .front div.image6 img{width:40dvw}#GAME .world1 .front div.image3{bottom:450dvh;left:-10dvw;scale:1 -1}#GAME .world1 .front div.image3 img{width:40dvw}#GAME .world1 .bottomMap .image1{bottom:0;left:0;width:100dvw}#GAME .world1 .bottomMap .image2{bottom:0;left:-10dvw;width:110dvw;z-index:1}#GAME .world1 .bottomMap .image3{bottom:-15dvw;left:50dvw;translate:-50%;width:40dvw;z-index:2}#GAME .world1 .bottomMap .image4{bottom:0dvw;left:85dvw;translate:-50%;width:30dvw;z-index:1}#GAME .world1 .bottomMap .image5{bottom:-5dvw;left:83dvw;translate:-50%;width:40dvw;z-index:2}#GAME .world1 .bottomMap .nenu{width:40dvw}#GAME .world1 .bottomMap .nenu1-1{animation:pulse 8s ease 0s infinite normal forwards;bottom:39dvh;left:56dvw;width:15dvw}#GAME .world1 .bottomMap .nenu2-2{animation:pulse 4s ease 0s infinite normal forwards;bottom:42dvh;left:46dvw;width:9dvw}#GAME .world1 .bottomMap .nenu1{animation:pulse 8s ease 0s infinite reverse forwards;bottom:45dvh;left:31dvw;width:15dvw}#GAME .world1 .bottomMap .nenu2{animation:pulse 4s ease 0s infinite reverse forwards;bottom:45dvh;left:56dvw;width:9dvw}#GAME .world1 .bottomMap .nenu3{animation:pulse 6s ease 0s infinite normal forwards;bottom:35dvh;left:36dvw;width:20dvw}#GAME .world1 .bottomMap .image7{bottom:36dvh;left:44dvw;translate:-50%;width:10dvw;z-index:1}#GAME .world1 .bottomMap .image7-1{bottom:40dvh;left:63dvw;translate:-50%;width:8dvw;z-index:1;scale:-1 1}#GAME .world1 .bottomMap .image8{bottom:-10dvw;left:26dvw;translate:-50%;width:65dvw;z-index:1}#GAME .world1 .bottomMap .image9{bottom:-18dvh;left:26dvw;translate:-50%;width:45dvw;z-index:1}#GAME .world1 .bottomMap .image10{bottom:-10dvw;left:0dvw;translate:-50%;width:55dvw;rotate:-110deg;z-index:2}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}#GAME .world2{pointer-events:all}#GAME .world2 .parallax.normal div.image1{bottom:15dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image1 img{width:50dvw}#GAME .world2 .parallax.normal div.image2{bottom:10dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image2 img{width:50dvw}#GAME .world2 .parallax.normal div.image1-1{bottom:150dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image1-1 img{width:40dvw}#GAME .world2 .parallax.normal div.image3-4{bottom:170dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image3-4 img{width:40dvw}#GAME .world2 .parallax.normal div.image1-2{bottom:230dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image1-2 img{width:40dvw}#GAME .world2 .parallax.normal div.image2-5{bottom:245dvh;left:-2dvw;z-index:-1}#GAME .world2 .parallax.normal div.image2-5 img{width:40dvw}#GAME .world2 .parallax.normal div.image3{bottom:280dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image3 img{width:40dvw}#GAME .world2 .parallax.normal div.image2-1{bottom:320dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image2-1 img{width:40dvw}#GAME .world2 .parallax.normal div.image1-3{bottom:360dvh;left:0dvw}#GAME .world2 .parallax.normal div.image1-3 img{width:40dvw}#GAME .world2 .parallax.normal div.image3-1{bottom:385dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image3-1 img{width:40dvw}#GAME .world2 .parallax.normal div.image2-2{bottom:400dvh;left:-2dvw}#GAME .world2 .parallax.normal div.image2-2 img{width:40dvw}#GAME .world2 .parallax.normal div.image1.right{bottom:20dvh;left:101dvw}#GAME .world2 .parallax.normal div.image1.right img{width:40dvw}#GAME .world2 .parallax.normal div.image2-998.right{bottom:30dvh}#GAME .world2 .parallax.normal div.image2-998.right img{width:40dvw}#GAME .world2 .parallax.normal div.image2-999.right{bottom:60dvh}#GAME .world2 .parallax.normal div.image2-999.right img{width:60dvw}#GAME .world2 .parallax.normal div.image1-4.right{bottom:150dvh}#GAME .world2 .parallax.normal div.image1-4.right img{width:40dvw}#GAME .world2 .parallax.normal div.image5-1{left:-5dvw;bottom:150dvh}#GAME .world2 .parallax.normal div.image5-1 img{width:20dvw}#GAME .world2 .parallax.normal div.image5-3.right{left:104dvw;bottom:200dvh}#GAME .world2 .parallax.normal div.image5-3.right img{width:25dvw}#GAME .world2 .parallax.normal div.image5-2.right{left:115dvw;z-index:2;bottom:350dvh}#GAME .world2 .parallax.normal div.image5-2.right img{width:40dvw}#GAME .world2 .parallax.normal div.image5.right{bottom:150dvh}#GAME .world2 .parallax.normal div.image5.right img{width:40dvw}#GAME .world2 .parallax.normal div.image2-3.right{bottom:200dvh;scale:-1 -1}#GAME .world2 .parallax.normal div.image2-3.right img{width:40dvw}#GAME .world2 .parallax.normal div.image1-5.right{bottom:230dvh}#GAME .world2 .parallax.normal div.image1-5.right img{width:40dvw}#GAME .world2 .parallax.normal div.image3-2.right{bottom:270dvh;scale:-1 -1}#GAME .world2 .parallax.normal div.image3-2.right img{width:40dvw}#GAME .world2 .parallax.normal div.image2-4.right{bottom:320dvh}#GAME .world2 .parallax.normal div.image2-4.right img{width:50dvw}#GAME .world2 .parallax.normal div.image1-6.right{bottom:360dvh}#GAME .world2 .parallax.normal div.image1-6.right img{width:40dvw}#GAME .world2 .parallax.normal div.image3-3.right{bottom:400dvh;scale:-1 -1}#GAME .world2 .parallax.normal div.image3-3.right img{width:40dvw}#GAME .world2 .parallax.normal div.image111{z-index:2;left:-10dvw;bottom:110dvh}#GAME .world2 .parallax.normal div.image111 img{width:30dvw}#GAME .world2 .parallax.normal div.image111-1.right{z-index:2;left:115dvw;bottom:120dvh}#GAME .world2 .parallax.normal div.image111-1.right img{width:30dvw}#GAME .world2 .parallax.front div.image1{bottom:150dvh}#GAME .world2 .parallax.front div.image1 img{width:30dvw}#GAME .world2 .parallax.front div.image1.right{bottom:250dvh;left:100dvw}#GAME .world2 .parallax.front div.image1.right img{width:30dvw}#GAME .world2 .parallax.front div.image3{bottom:100dvh;left:100dvw}#GAME .world2 .parallax.front div.image3 img{width:40dvw}#GAME .world2 .parallax.front div.image3-4.right{bottom:220dvh;left:100dvw}#GAME .world2 .parallax.front div.image3-4.right img{width:40dvw}#GAME .world2 .parallax.front div.image2{bottom:320dvh;left:100dvw}#GAME .world2 .parallax.front div.image2 img{width:40dvw}#GAME .world2 .parallax.front div.image2-5.right{bottom:360dvh;left:100dvw}#GAME .world2 .parallax.front div.image2-5.right img{width:40dvw}#GAME .world2 .bottomMap{pointer-events:all}#GAME .world2 .bottomMap .image1{bottom:0;width:37dvw;left:70dvw;z-index:3}#GAME .world2 .bottomMap .image2{bottom:15dvw;left:85dvw;width:30dvw;z-index:1;scale:-1 1}#GAME .world2 .bottomMap .image3{bottom:-10dvw;left:80dvw;translate:-50%;width:50dvw;z-index:0;transform-origin:left bottom;animation:rotate 10s infinite normal forwards}#GAME .world2 .bottomMap .image7{bottom:-10dvw;left:32dvw;translate:-50%;width:30dvw;z-index:0;animation:rotate 7s infinite alternate-reverse forwards}#GAME .world2 .bottomMap .image4{bottom:-19dvw;left:-2dvw;width:41dvw;z-index:3}#GAME .world2 .bottomMap .image4-1{bottom:-5dvw;left:-2dvw;width:30dvw;z-index:4}#GAME .world2 .bottomMap .image5{bottom:0;left:20dvw;width:30dvw;z-index:2}#GAME .world2 .bottomMap .image6{bottom:0;left:50dvw;width:60dvw;z-index:-1}#GAME .world3{pointer-events:all}#GAME .world3 .parallax.normal div.image4{z-index:-1;bottom:80dvh;left:-2dvw}#GAME .world3 .parallax.normal div.image4 img{width:70dvw}#GAME .world3 .parallax.normal div.image3{z-index:-1;bottom:50dvh;left:-2dvw}#GAME .world3 .parallax.normal div.image3 img{width:60dvw}#GAME .world3 .parallax.normal div.image2-1{bottom:20dvh;left:-20dvw}#GAME .world3 .parallax.normal div.image2-1 img{width:40dvw}#GAME .world3 .parallax.normal div.image4-1{bottom:50dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image4-1 img{width:50dvw}#GAME .world3 .parallax.normal div.image4-2{bottom:150dvh;left:-2dvw;z-index:1}#GAME .world3 .parallax.normal div.image4-2 img{width:50dvw}#GAME .world3 .parallax.normal div.image4-3{bottom:170dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image4-3 img{width:30dvw}#GAME .world3 .parallax.normal div.image4-4{bottom:200dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image4-4 img{width:30dvw}#GAME .world3 .parallax.normal div.image5{bottom:187dvh;left:-10dvw}#GAME .world3 .parallax.normal div.image5 img{width:35dvw}#GAME .world3 .parallax.normal div.image2-2{bottom:220dvh;left:-2dvw}#GAME .world3 .parallax.normal div.image2-2 img{width:30dvw}#GAME .world3 .parallax.normal div.image4-5{bottom:200dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image4-5 img{width:70dvw}#GAME .world3 .parallax.normal div.image3-1{bottom:250dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image3-1 img{width:70dvw}#GAME .world3 .parallax.normal div.image2-3{bottom:300dvh;left:-2dvw;z-index:-1}#GAME .world3 .parallax.normal div.image2-3 img{width:30dvw}#GAME .world3 .parallax.normal div.image5-1{bottom:100dvh;left:110dvw;scale:-1 1;z-index:-1}#GAME .world3 .parallax.normal div.image5-1 img{width:30dvw}#GAME .world3 .parallax.normal div.image3-2.right{bottom:0dvh;left:110dvw}#GAME .world3 .parallax.normal div.image3-2.right img{width:50dvw}#GAME .world3 .parallax.normal div.image2.right{bottom:20dvh;left:110dvw}#GAME .world3 .parallax.normal div.image2.right img{width:40dvw}#GAME .world3 .parallax.normal div.image3.right{bottom:80dvh;left:110dvw}#GAME .world3 .parallax.normal div.image3.right img{width:50dvw}#GAME .world3 .parallax.normal div.image4.right{bottom:80dvh;left:110dvw}#GAME .world3 .parallax.normal div.image4.right img{width:40dvw}#GAME .world3 .parallax.normal div.image4-1.right{bottom:120dvh;left:110dvw}#GAME .world3 .parallax.normal div.image4-1.right img{width:80dvw}#GAME .world3 .parallax.normal div.image6.right{bottom:220dvh;left:110dvw}#GAME .world3 .parallax.normal div.image6.right img{width:30dvw}#GAME .world3 .parallax.normal div.image6-1.left{bottom:50dvh;left:-10dvw}#GAME .world3 .parallax.normal div.image6-1.left img{width:30dvw}#GAME .world3 .parallax.normal div.image2-1.right{bottom:190dvh;left:115dvw}#GAME .world3 .parallax.normal div.image2-1.right img{width:30dvw}#GAME .world3 .parallax.normal div.image3-1.right{bottom:280dvh;left:110dvw}#GAME .world3 .parallax.normal div.image3-1.right img{width:50dvw}#GAME .world3 .parallax.normal div.image4-2.right{bottom:280dvh;left:110dvw}#GAME .world3 .parallax.normal div.image4-2.right img{width:40dvw}#GAME .world3 .parallax.normal div.image2-2.right{bottom:400dvh;left:110dvw;z-index:1}#GAME .world3 .parallax.normal div.image2-2.right img{width:30dvw}#GAME .world3 .parallax.normal div.image4-3.right{bottom:350dvh;left:110dvw;z-index:-1}#GAME .world3 .parallax.normal div.image4-3.right img{width:70dvw}#GAME .world3 .parallax.front div.image1.right{bottom:40dvh;left:120dvw}#GAME .world3 .parallax.front div.image1.right img{width:50dvw}#GAME .world3 .parallax.front div.image2.right{bottom:30dvh;left:110dvw}#GAME .world3 .parallax.front div.image2.right img{width:30dvw}#GAME .world3 .parallax.front div.image1.left{bottom:60dvh;left:-10dvw}#GAME .world3 .parallax.front div.image1.left img{width:40dvw}#GAME .world3 .bottomMap{pointer-events:all}#GAME .world3 .bottomMap .image1{bottom:0;width:45dvw;left:60dvw;z-index:1}#GAME .world3 .bottomMap .image2{left:-9dvw;bottom:-12dvw;width:40dvw}#GAME .world3 .bottomMap .image2.left{bottom:-30dvh;rotate:-20deg;left:-10dvw}#GAME .world3 .bottomMap .image2.left img{width:20dvw}#GAME .world3 .bottomMap .image3{left:16dvw;bottom:-72dvw;width:70dvw;z-index:3}#GAME .world4{pointer-events:all}#GAME .world4 .parallax.normal .image8{bottom:-40dvw;left:-10dvw;z-index:1}#GAME .world4 .parallax.normal .image8 img{width:45dvw}#GAME .world4 .parallax.normal .image9-1{bottom:70dvh;left:-20dvw;z-index:1}#GAME .world4 .parallax.normal .image9-1 img{width:45dvw}#GAME .world4 .parallax.normal .rock.left{bottom:290dvh;left:-3dvw;z-index:1}#GAME .world4 .parallax.normal .rock.left img{width:25dvw}#GAME .world4 .parallax.normal .rock-1.right{bottom:360dvh;left:103dvw;z-index:1}#GAME .world4 .parallax.normal .rock-1.right img{width:20dvw}#GAME .world4 .parallax.normal .rock-2.right{bottom:160dvh;left:110dvw;z-index:1}#GAME .world4 .parallax.normal .rock-2.right img{width:20dvw}#GAME .world4 .parallax.normal .image8-2.left{bottom:160dvh;left:-2dvw;z-index:1}#GAME .world4 .parallax.normal .image8-2.left img{width:30dvw}#GAME .world4 .parallax.normal .image8-3.left{bottom:260dvh;left:-2dvw;z-index:-1}#GAME .world4 .parallax.normal .image8-3.left img{width:30dvw}#GAME .world4 .parallax.normal .image2-1.left{bottom:200dvh;left:60dvw;z-index:1}#GAME .world4 .parallax.normal .image2-1.left img{width:22dvw}#GAME .world4 .parallax.normal .image1-1.left{bottom:200dvh;left:20dvw;z-index:1}#GAME .world4 .parallax.normal .image1-1.left img{width:22dvw}#GAME .world4 .parallax.normal .image6{bottom:0dvw;left:-10dvw;z-index:1}#GAME .world4 .parallax.normal .image6 img{width:45dvw}#GAME .world4 .parallax.normal .image9.right{bottom:0dvw;left:110dvw;z-index:0}#GAME .world4 .parallax.normal .image9.right img{width:45dvw}#GAME .world4 .parallax.normal .image9-2.right{bottom:100dvw;left:110dvw;z-index:0}#GAME .world4 .parallax.normal .image9-2.right img{width:45dvw}#GAME .world4 .parallax.front .cloud3{bottom:40dvh;left:60dvw}#GAME .world4 .parallax.front .cloud3 img{width:70dvh}#GAME .world4 .parallax.front .rock-2-3.right{bottom:400dvh;left:103dvw;z-index:2}#GAME .world4 .parallax.front .rock-2-3.right img{width:20dvw}#GAME .world4 .parallax.front .rock-2-4.left{bottom:220dvh;left:-10dvw;z-index:2}#GAME .world4 .parallax.front .rock-2-4.left img{width:25dvw}#GAME .world4 .parallax.front .rock-2-5.left{bottom:340dvh;left:-10dvw;z-index:2}#GAME .world4 .parallax.front .rock-2-5.left img{width:25dvw}#GAME .world4 .parallax.front .cloud3-1{bottom:100dvh;left:-10dvw}#GAME .world4 .parallax.front .cloud3-1 img{width:30dvw}#GAME .world4 .parallax.front .cloud3-2{bottom:320dvh;left:20dvw}#GAME .world4 .parallax.front .cloud3-2 img{width:50dvw}#GAME .world4 .parallax.front .cloud3-3{bottom:310dvh;left:20dvw}#GAME .world4 .parallax.front .cloud3-3 img{width:30dvw}#GAME .world4 .parallax.front .image3{bottom:200dvh;left:50dvw}#GAME .world4 .parallax.front .image3 img{width:40dvw}#GAME .world4 .cardsContainer{flex-direction:row;justify-content:space-between;padding:20dvh 0}#GAME .world4 .card{margin-bottom:20dvh}#GAME .world4 .card1{transform:rotate(20deg) translate(-10dvw)}#GAME .world4 .card1.show{transform:rotate(0) translate(calc(50% - 20dvw))}#GAME .world4 .bottomMap{pointer-events:all}#GAME .world4 .bottomMap>.right{left:110dvw;z-index:2;scale:-1 1}#GAME .world4 .bottomMap .cloud1{bottom:-2dvw;width:55dvw;left:29dvw;z-index:0}#GAME .world4 .bottomMap .cloud2{bottom:30dvh;width:25dvw;left:20dvw;z-index:-1}#GAME .world4 .bottomMap .image8{bottom:-40dvw;left:-10dvw;z-index:1;width:45dvw}#GAME .world4 .bottomMap .image9{bottom:-60dvw!important;left:60dvw!important;z-index:0;width:45dvw}#GAME .world5{pointer-events:all}#GAME .world5 .parallax.normal .image8{bottom:-40dvw;left:-10dvw;z-index:1}#GAME .world5 .parallax.normal .image8 img{width:45dvw}#GAME .world5 .parallax.normal .image9-1{bottom:70dvh;left:-20dvw;z-index:1}#GAME .world5 .parallax.normal .image9-1 img{width:45dvw}#GAME .world5 .parallax.normal .rock.left{bottom:290dvh;left:-3dvw;z-index:1}#GAME .world5 .parallax.normal .rock.left img{width:25dvw}#GAME .world5 .parallax.normal .rock-1.right{bottom:360dvh;left:103dvw;z-index:1}#GAME .world5 .parallax.normal .rock-1.right img{width:20dvw}#GAME .world5 .parallax.normal .rock-2.right{bottom:160dvh;left:110dvw;z-index:1}#GAME .world5 .parallax.normal .rock-2.right img{width:20dvw}#GAME .world5 .parallax.normal .image8-2.left{bottom:160dvh;left:-2dvw;z-index:1}#GAME .world5 .parallax.normal .image8-2.left img{width:30dvw}#GAME .world5 .parallax.normal .image8-3.left{bottom:260dvh;left:-2dvw;z-index:-1}#GAME .world5 .parallax.normal .image8-3.left img{width:30dvw}#GAME .world5 .parallax.normal .image2-1.left{bottom:200dvh;left:60dvw;z-index:1}#GAME .world5 .parallax.normal .image2-1.left img{width:22dvw}#GAME .world5 .parallax.normal .image1-1.left{bottom:200dvh;left:20dvw;z-index:1}#GAME .world5 .parallax.normal .image1-1.left img{width:22dvw}#GAME .world5 .parallax.normal .image6{bottom:0dvw;left:-10dvw;z-index:1}#GAME .world5 .parallax.normal .image6 img{width:45dvw}#GAME .world5 .parallax.normal .image9.right{bottom:0dvw;left:110dvw;z-index:0}#GAME .world5 .parallax.normal .image9.right img{width:45dvw}#GAME .world5 .parallax.normal .image9-2.right{bottom:100dvw;left:110dvw;z-index:0}#GAME .world5 .parallax.normal .image9-2.right img{width:45dvw}#GAME .world5 .parallax.front .cloud3{bottom:40dvh;left:60dvw}#GAME .world5 .parallax.front .cloud3 img{width:40dvw}#GAME .world5 .parallax.front .rock-2-3.right{bottom:400dvh;left:103dvw;z-index:2}#GAME .world5 .parallax.front .rock-2-3.right img{width:20dvw}#GAME .world5 .parallax.front .rock-2-4.left{bottom:220dvh;left:-10dvw;z-index:2}#GAME .world5 .parallax.front .rock-2-4.left img{width:25dvw}#GAME .world5 .parallax.front .rock-2-5.left{bottom:340dvh;left:-10dvw;z-index:2}#GAME .world5 .parallax.front .rock-2-5.left img{width:25dvw}#GAME .world5 .parallax.front .cloud3-1{bottom:100dvh;left:-10dvw}#GAME .world5 .parallax.front .cloud3-1 img{width:30dvw}#GAME .world5 .parallax.front .cloud3-2{bottom:320dvh;left:20dvw}#GAME .world5 .parallax.front .cloud3-2 img{width:50dvw}#GAME .world5 .parallax.front .cloud3-3{bottom:310dvh;left:20dvw}#GAME .world5 .parallax.front .cloud3-3 img{width:30dvw}#GAME .world5 .parallax.front .image3{bottom:200dvh;left:50dvw}#GAME .world5 .parallax.front .image3 img{width:40dvw}#GAME .world5 .bottomMap{pointer-events:all}#GAME .world5 .bottomMap>.right{left:110dvw;z-index:2;scale:-1 1}#GAME .world5 .bottomMap .cloud1{bottom:-2dvw;width:55dvw;left:29dvw;z-index:0}#GAME .world5 .bottomMap .cloud2{bottom:30dvh;width:25dvw;left:20dvw;z-index:-1}#GAME .world5 .bottomMap .image8{bottom:-40dvw;left:-10dvw;z-index:1;width:45dvw}#GAME .world5 .bottomMap .image9{bottom:-60dvw!important;left:60dvw!important;z-index:0;width:45dvw}#GAME .elevatorReactViewBase{display:flex;align-items:center}#GAME .elevatorReactViewBase:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:calc(50dvh - (50dvw - 50dvh));z-index:-1;background-color:#d2d0ce}#GAME .elevatorReactViewBase:after{content:"";position:absolute;top:0;left:0;width:100%;height:calc(50dvh - (50dvw - 50dvh));z-index:-1;background-color:#d2d0ce}#GAME .elevatorReactViewBase .mainRef{position:absolute;height:100dvh;width:100dvw}#GAME .elevatorReactViewBase .mainRef.anim{transition:all 1.3s ease-in;scale:1.1!important}#GAME .elevatorReactViewBase .mainRef.anim .coco{opacity:0;transition:opacity .15s ease-out}#GAME .elevatorReactViewBase .backgroundElevator{position:absolute;width:100dvw;top:50%;translate:0 -50%;left:0;z-index:1}#GAME .elevatorReactViewBase .buttonChapter{position:absolute;left:65dvw;top:50%;translate:0 calc(-50% + 3dvw);width:50dvw;height:22dvw;z-index:2;display:grid}#GAME .elevatorReactViewBase .buttonChapter button{width:100%;text-align:left;line-height:0;position:relative}#GAME .elevatorReactViewBase .buttonChapter button.anim span{padding:.5dvw;border:2px solid rgba(51,51,51,.4078431373)}#GAME .elevatorReactViewBase .buttonChapter button.anim:before{content:"";position:absolute;top:50%;translate:0 -50%;left:6%;width:6dvh;height:6dvh;border-radius:1000px;background:radial-gradient(50% 50% at 50% 50%,#fff 34.62%,#fff0);z-index:3;animation:light 1s ease-out forwards infinite}#GAME .elevatorReactViewBase .buttonChapter span{font-size:1.5dvw;text-transform:uppercase;margin-left:7dvw;color:#4d4d4d;white-space:nowrap;line-height:0}#GAME .elevatorReactViewBase .mask{position:absolute;top:50%;translate:0 -50%;left:38.5dvw;width:23.2dvw;height:100dvh}#GAME .elevatorReactViewBase .mask:after{content:"";position:absolute;top:0;left:0;width:20%;height:100%;background:linear-gradient(90deg,#00000080 0,#0000)}#GAME .elevatorReactViewBase .mask:before{content:"";position:absolute;top:0;right:0;scale:-1 1;width:20%;height:100%;background:linear-gradient(90deg,#00000080 0,#0000)}#GAME .elevatorReactViewBase .door{position:absolute;top:0;left:0dvh;width:50%;height:101%;opacity:1;z-index:-1;border-right:1px solid #333}#GAME .elevatorReactViewBase .door1.anim{animation:openLeft 1s ease-in forwards}#GAME .elevatorReactViewBase .door2{left:50%;scale:-1 1}#GAME .elevatorReactViewBase .door2.anim{animation:openRight 1s ease-in forwards}#GAME .elevatorReactViewBase .coco{position:absolute;height:80dvh;width:-moz-fit-content;width:fit-content;z-index:2;left:50px;bottom:0;transform-origin:center;pointer-events:none}#GAME .elevatorReactViewBase .coco *{pointer-events:none}#GAME .elevatorReactViewBase .coco>img{display:none}#GAME .elevatorReactViewBase .coco .float{animation:float 3s ease-in-out 0s infinite alternate-reverse forwards;height:100%;width:100%}#GAME .elevatorReactViewBase .coco .float div{position:absolute;margin-bottom:20dvh!important}#GAME .elevatorReactViewBase .coco .float div img{height:60dvh}#GAME .elevatorReactViewBase .coco .body{bottom:0dvh;left:0dvh;position:relative!important}#GAME .elevatorReactViewBase .coco .hair{bottom:0dvh;left:0dvh;z-index:4}#GAME .elevatorReactViewBase .coco .bag{bottom:0dvh;left:0dvh;z-index:0}#GAME .elevatorReactViewBase .coco .top{bottom:0dvh;left:0dvh}@keyframes openLeft{0%{translate:0%}to{translate:-100%}}@keyframes openRight{0%{translate:0%}to{translate:100%}}@keyframes light{0%{opacity:0;scale:1;filter:brightness(1)}50%{opacity:1;scale:1.7;filter:brightness(10)}to{opacity:0;scale:1;filter:brightness(1)}}@media (max-aspect-ratio: 16/9){#GAME .elevatorReactViewBase .mask{height:50dvw}}#GAME .videoReactView{pointer-events:none;display:flex;justify-content:center}#GAME .videoReactView video{height:100dvh;max-width:none}#GAME .videoworldReactView{display:flex;justify-content:center;background-color:#000}#GAME .videoworldReactView video{height:100dvh;max-width:none}#GAME .videoworldReactView .closeButton{position:absolute;top:5dvh;left:8dvh;width:11dvh;height:11dvh;display:flex;z-index:4;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;border:1px solid #D8D8D8}#GAME .videoworldReactView .closeButton.open img:nth-child(1){opacity:1}#GAME .videoworldReactView .closeButton.open img{height:40%}#GAME .videoworldReactView .closeButton.open img:nth-child(2){opacity:0}#GAME .videoworldReactView .closeButton:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;height:86%;width:86%;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:-1}#GAME .videoworldReactView .closeButton:active img{scale:.5!important}#GAME .videoworldReactView .closeButton:active:after{scale:.9}#GAME .videoworldReactView .closeButton:hover img{scale:1.1}#GAME .videoworldReactView .closeButton img{position:absolute;display:block;margin:auto;height:55%;top:50%;left:50%;translate:-50% -50%}#GAME .videoworldReactView .closeButton img:nth-child(1){opacity:0}#GAME .popinworldReactView{display:flex;justify-content:center;align-items:center}#GAME .popinworldReactView .c{max-width:70dvw;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;align-items:center;padding:5dvh;background:#f9f9f9;border:3px solid #F0E6D8;border-radius:13px;animation:spawnOut .3s ease 0s 1 normal forwards}#GAME .popinworldReactView .c.spawn{animation:spawnIn .3s ease 0s 1 normal forwards}#GAME .popinworldReactView .c .flex img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .borderP{background-image:url(../assets/game/images/popinWorld/border.webp);background-repeat:no-repeat;background-size:contain;background-position:center;padding:3dvh;margin-top:5dvh}#GAME .popinworldReactView .c .borderP img{margin:0}#GAME .popinworldReactView .c button{z-index:3;left:50%;background-color:#333;padding:2dvh 8dvh;transition:all .3s ease-out;color:#fff;text-transform:uppercase;font-size:4dvh;-webkit-backdrop-filter:blur(6.95px);backdrop-filter:blur(6.95px);border-radius:4px;margin-top:5dvh}#GAME .popinworldReactView .c .indice{position:relative;width:100%;display:flex;justify-content:center}#GAME .popinworldReactView .c .indice:before{content:"";position:absolute;left:0;top:50%;width:45%;height:0px;border:1px solid #B4ABA1}#GAME .popinworldReactView .c .indice:after{content:"";position:absolute;right:0;top:50%;width:45%;height:0px;border:1px solid #B4ABA1}#GAME .popinworldReactView .c .indice img{height:2dvh}#GAME .popinworldReactView .c .flex{gap:5dvh}#GAME .popinworldReactView .c h2{font-size:4dvh;margin-top:8dvh;font-weight:700;font-family:ABChanel PB}#GAME .popinworldReactView .c h3{font-size:3dvh;margin-bottom:3dvh;font-family:ABChanel PB;text-transform:uppercase}#GAME .popinworldReactView .c p{font-size:2.5dvh;color:#333}@keyframes spawnOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-250px)}}@keyframes spawnIn{0%{opacity:0;transform:translateY(250px)}to{opacity:1;transform:translateY(0)}}#GAME .tuto1{pointer-events:all}#GAME .tuto1:before{content:"";background:#00000080;width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;pointer-events:none}#GAME .tuto1 .coco{left:50%;translate:-50%}#GAME .tuto1 .main{position:fixed;bottom:40dvh;left:80dvw;z-index:3;animation:wooble 2s ease 0s infinite normal forwards;height:20dvh;transition:opacity .3s}#GAME .tuto1.endIntro:before{opacity:0;transition:opacity .3s,color .3s}#GAME .tuto1.endIntro .bottomTuto,#GAME .tuto1.endIntro .titleTuto{color:#000}#GAME .tuto1 .bottomTuto{pointer-events:none;position:absolute;bottom:10dvh;left:10dvh;z-index:3;color:#fff;display:flex;flex-direction:column}#GAME .tuto1 .bottomTuto *{pointer-events:none}#GAME .tuto1 .bottomTuto p{font-weight:700;font-size:5dvh}#GAME .tuto1 .bottomTuto span{font-size:3dvh}#GAME .tuto1 .titleTuto{pointer-events:none;position:absolute;bottom:70dvh;left:50%;translate:-50%;z-index:30;color:#fff;display:flex;align-items:center;flex-direction:column}#GAME .tuto1 .titleTuto *{pointer-events:none}#GAME .tuto1 .titleTuto h2{font-weight:700;font-size:5dvh}#GAME .tuto1 .titleTuto p{font-size:3dvh}#GAME .tuto1 .back{animation:slideUp 1s linear infinite;background-image:url(../assets/game/images/tuto/backback.webp);background-position:0;background-size:auto 100%}#GAME .tuto1 .back img{display:none}#GAME .tuto1 .card{margin-bottom:50dvh;opacity:0;pointer-events:none}#GAME .tuto1 .parallax.normal .image1.left{bottom:60dvh;left:-3dvw;z-index:1}#GAME .tuto1 .parallax.normal .image1.left img{width:50dvw}#GAME .tuto1 .parallax.normal .image3-1.left{bottom:40dvh;left:-3dvw;z-index:-1}#GAME .tuto1 .parallax.normal .image3-1.left img{width:30dvw}#GAME .tuto1 .parallax.normal .image2.right{bottom:-30dvh;left:100dvw;z-index:1}#GAME .tuto1 .parallax.normal .image2.right img{width:55dvw}#GAME .tuto1 .parallax.normal .image3.right{bottom:50dvh;left:103dvw;z-index:0}#GAME .tuto1 .parallax.normal .image3.right img{width:40dvw}#GAME .tuto1 .parallax.normal .image1-1.left{bottom:160dvh;left:-10dvw;z-index:1}#GAME .tuto1 .parallax.normal .image1-1.left img{width:50dvw}#GAME .tuto1 .parallax.normal .image3-2.left{bottom:140dvh;left:-10dvw;z-index:-1}#GAME .tuto1 .parallax.normal .image3-2.left img{width:30dvw}#GAME .tuto1 .parallax.normal .image2-1.right{bottom:200dvh;left:110dvw;z-index:1}#GAME .tuto1 .parallax.normal .image2-1.right img{width:35dvw}#GAME .tuto1 .parallax.normal .image4.left{bottom:160dvh;left:-10dvw;z-index:-1}#GAME .tuto1 .parallax.normal .image4.left img{width:30dvw}#GAME .tuto1 .parallax.normal .image2-2.left{bottom:250dvh;left:-10dvw;z-index:1}#GAME .tuto1 .parallax.normal .image2-2.left img{width:35dvw}#GAME .tuto1 .parallax.normal .image4-4.right{bottom:300dvh;left:110dvw;z-index:-1}#GAME .tuto1 .parallax.normal .image4-4.right img{width:30dvw}#GAME .tuto1 .parallax.normal .image4-3.right{bottom:180dvh;left:110dvw;z-index:1}#GAME .tuto1 .parallax.normal .image4-3.right img{width:25dvw!important}#GAME .tuto1 .parallax.normal .image3-3.right{bottom:150dvh;left:103dvw;z-index:0}#GAME .tuto1 .parallax.normal .image3-3.right img{width:40dvw}#GAME .tuto1 .parallax.front .image2{bottom:50dvh;left:-10dvw;z-index:2}#GAME .tuto1 .parallax.front .image2 img{width:60dvw}#GAME .tuto1 .parallax.front .image2-1.right{bottom:200dvh;left:113dvw;z-index:2}#GAME .tuto1 .parallax.front .image2-1.right img{width:70dvw}#GAME .tuto1 .parallax.front .image2-2.left{bottom:250dvh;left:-20dvw;z-index:2}#GAME .tuto1 .parallax.front .image2-2.left img{width:40dvw}#GAME .tuto1 .parallax.front .image2-3.right{bottom:300dvh;left:103dvw;z-index:2}#GAME .tuto1 .parallax.front .image2-3.right img{width:30dvw}#GAME .tuto1 .parallax.front .image2-4.right{bottom:100dvh;left:103dvw;z-index:2}#GAME .tuto1 .parallax.front .image2-4.right img{width:30dvw}#GAME .tuto1 .bottomMap{pointer-events:all}#GAME .tuto1 .bottomMap>.right{left:110dvw;z-index:2;scale:-1 1}#GAME .tuto1 .bottomMap .image1{bottom:-30dvw;left:-10dvw;z-index:1;width:55dvw}#GAME .tuto1 .bottomMap .image2{bottom:-13dvw!important;left:8dvw!important;z-index:2;width:35dvw}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(10deg)}to{transform:rotate(0)}}@keyframes wooble{0%,to{transform:translateY(0) rotate(0);transform-origin:50% 50%}15%{transform:translateY(-30px) rotate(6deg)}30%{transform:translateY(15px) rotate(-6deg)}45%{transform:translateY(-15px) rotate(3.6deg)}60%{transform:translateY(9px) rotate(-2.4deg)}75%{transform:translateY(-6px) rotate(1.2deg)}}#GAME .tuto2{pointer-events:all}#GAME .tuto2 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:20dvh;gap:10dvh}#GAME .tuto2 .c div{display:flex;flex-direction:column;align-items:center}#GAME .tuto2 .c div span{margin-top:2dvh;font-size:3dvh;color:#000}#GAME .tuto2 .c img{height:15dvh}#GAME .tuto2 .b{display:flex;margin:auto;align-items:center;flex-direction:column;margin-top:10dvh;color:#484449}#GAME .tuto2 .b p{font-size:4dvh}#GAME .tuto2 .b span{font-size:3dvh}#GAME .tuto2 .b img{height:20dvh}#GAME .tuto3{pointer-events:all}#GAME .tuto3 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:30dvh;gap:10dvh;align-items:start}#GAME .tuto3 .c div{display:flex;flex-direction:column;align-items:start;width:50%}#GAME .tuto3 .c>div:first-of-type{width:30%}#GAME .tuto3 .c>div:first-of-type span{margin-top:2dvh;font-size:5dvh;color:#000;text-transform:uppercase}#GAME .tuto3 .c img{height:10dvh}#GAME .tuto3 .right{align-items:center;flex-direction:column;color:#484449}#GAME .tuto3 .right p{font-family:Futura PT,sans-serif;font-weight:lighter;font-size:3dvh;line-height:5dvh}#GAME .tuto3 .right b{color:#000}#GAME .tuto4{pointer-events:all}#GAME .tuto4 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:30dvh;gap:10dvh;align-items:start}#GAME .tuto4 .c div{display:flex;flex-direction:column;align-items:start;width:50%}#GAME .tuto4 .c>div:first-of-type{width:30%}#GAME .tuto4 .c>div:first-of-type span{margin-top:2dvh;font-size:5dvh;color:#000;text-transform:uppercase}#GAME .tuto4 .c img{height:10dvh}#GAME .tuto4 .right{align-items:center;flex-direction:column;color:#484449}#GAME .tuto4 .right p{font-family:Futura PT,sans-serif;font-weight:lighter;font-size:3dvh;line-height:5dvh}#GAME .tuto4 .right b{color:#000}#GAME .tuto5{pointer-events:all}#GAME .tuto5 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:30dvh;gap:10dvh;align-items:start}#GAME .tuto5 .c div{display:flex;flex-direction:column;align-items:start;width:50%}#GAME .tuto5 .c>div:first-of-type{width:30%}#GAME .tuto5 .c>div:first-of-type span{margin-top:2dvh;font-size:5dvh;color:#000}#GAME .tuto5 .c img{height:10dvh}#GAME .tuto5 .right{align-items:center;flex-direction:column;color:#484449}#GAME .tuto5 .right p{font-family:Futura PT,sans-serif;font-weight:lighter;font-size:3dvh;line-height:5dvh}#GAME .tuto5 .right b{color:#000}#GAME .tuto6{pointer-events:all}#GAME .tuto6 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:30dvh;gap:10dvh;align-items:start}#GAME .tuto6 .c div{display:flex;flex-direction:column;align-items:start;width:50%}#GAME .tuto6 .c>div:first-of-type{width:30%}#GAME .tuto6 .c>div:first-of-type span{margin-top:2dvh;font-size:5dvh;color:#000;text-transform:uppercase}#GAME .tuto6 .c img{height:10dvh}#GAME .tuto6 .right{align-items:center;flex-direction:column;color:#484449}#GAME .tuto6 .right p{font-family:Futura PT,sans-serif;font-weight:lighter;font-size:3dvh;line-height:5dvh}#GAME .tuto6 .right b{color:#000}#GAME .tuto7{pointer-events:all}#GAME .tuto7 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:20dvh}#GAME .tuto7 .c>div.card{transform:scale(0);animation:scaleTuto .5s ease-out .5s 1 normal forwards;display:flex;flex-direction:column;align-items:center;min-width:120px;box-shadow:#0000003d 0 3px 8px;margin:-4dvh;width:27dvh}#GAME .tuto7 .c>div.card:nth-child(1){rotate:-10deg}#GAME .tuto7 .c>div.card:nth-child(2){margin-top:-10dvh;width:31dvh}#GAME .tuto7 .c>div.card:nth-child(2) .containerCard{min-height:32dvh}#GAME .tuto7 .c>div.card:nth-child(3){rotate:10deg}#GAME .tuto7 .c>div.card .containerCard{min-height:30dvh;gap:1dvh}#GAME .tuto7 .c>div.card .containerCard span{font-size:1.5dvh}#GAME .tuto7 .b{display:flex;margin:auto;align-items:center;flex-direction:column;margin-top:10dvh;color:#484449}#GAME .tuto7 .b p{font-size:4dvh}#GAME .tuto7 .b span{font-size:3dvh}#GAME .tuto7 .b img{height:20dvh}#GAME .tuto8{pointer-events:all}#GAME .tuto8 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:20dvh}#GAME .tuto8 .c img{height:20dvh}#GAME .tuto8 .b{display:flex;margin:auto;align-items:center;flex-direction:column;margin-top:10dvh;color:#484449}#GAME .tuto8 .b p{font-size:4dvh;font-weight:700;color:#000}#GAME .tuto8 .b span{font-weight:lighter;font-size:3dvh}#GAME .tuto9{pointer-events:all}#GAME .tuto9 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:20dvh}#GAME .tuto9 .c img{height:60dvh}#GAME .tuto9 .c>div:first-of-type{margin-right:5dvh;display:flex;align-items:center;flex-direction:column;gap:2dvh}#GAME .tuto9 .c>div:first-of-type img{height:10dvh}#GAME .tuto10{pointer-events:all}#GAME .tuto10 .c{display:flex;margin:auto;width:100%;justify-content:center;margin-top:20dvh}#GAME .tuto10 .c img{height:50dvh}@keyframes scaleTuto{0%{transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}#GAME .tuto11{pointer-events:all}#GAME .tuto11 .c{display:flex;justify-content:center;margin-top:16dvh}#GAME .tuto11 .c video{height:50dvh}#GAME .tuto12{pointer-events:all}#GAME .tuto12 .c{display:flex;justify-content:center;margin-top:20dvh}#GAME .tuto12 .c img{animation:float 3s ease-in-out 0s infinite alternate-reverse forwards;margin:auto;height:40dvh}#GAME .tuto12 .b{display:flex;margin:auto;align-items:center;flex-direction:column;margin-top:0dvh;color:#484449}#GAME .tuto12 .b p{font-size:4dvh}#GAME .tuto12 .b span{font-size:3dvh}#GAME .tuto12 .b img{height:20dvh}#GAME .tutoReactView{pointer-events:all}#GAME .tutoReactView:after{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%;background-image:url(../assets/game/images/customise/bg.webp);background-position:0;background-size:auto 200%;z-index:-1;opacity:1;animation:slide1 40s linear infinite}#GAME .tutoReactView:before{content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%;background-image:url(../assets/game/images/customise/bg.webp);background-position:0;background-size:auto 100%;z-index:0;opacity:.3;animation:slide2 30s linear infinite reverse}#GAME .tutoReactView .bottomTuto{pointer-events:none;position:absolute;bottom:10dvh;left:10dvh;z-index:3;display:flex;flex-direction:column}#GAME .tutoReactView .bottomTuto *{pointer-events:none}#GAME .tutoReactView .bottomTuto p{font-weight:700;font-size:5dvh}#GAME .tutoReactView .bottomTuto span{font-size:3dvh;color:#484449;max-width:30dvw;line-height:3dvh}#GAME .tutoReactView .c,#GAME .tutoReactView .b{position:relative;z-index:2}#GAME .menuReactView{transition:all .3s ease-out}#GAME .menuReactView *:not(.closeButton){pointer-events:none}#GAME .menuReactView.open{pointer-events:all;background-color:#f5f1ed}#GAME .menuReactView.open *{pointer-events:all}#GAME .menuReactView.open .containerButton,#GAME .menuReactView.open .exitButton{opacity:1}#GAME .menuReactView .containerMenu{display:flex;margin:auto;width:150dvh;max-width:100%;overflow:auto;justify-content:center;align-items:center;margin-top:20dvh}#GAME .menuReactView .containerMenu.spawn .chapter{scale:1 1}#GAME .menuReactView .containerMenu .chapter{height:60dvh;width:100%;margin:0 1dvh;background-color:#0ff;display:flex;flex-direction:column;background-position:left;background-size:auto 100%;scale:0 1;flex-grow:1;transform-origin:left;transition:all .3s ease-out;position:relative;border-radius:5px;overflow:hidden;cursor:pointer}#GAME .menuReactView .containerMenu .chapter:disabled{filter:brightness(.5);pointer-events:none}#GAME .menuReactView .containerMenu .chapter:disabled *{pointer-events:none}#GAME .menuReactView .containerMenu .chapter:before{content:"";position:absolute;width:100%;height:100%;left:0;bottom:0;background:linear-gradient(180deg,#39210500 35.54%,#392105e8 118.29%);transition:all .3s ease-out;z-index:2}#GAME .menuReactView .containerMenu .chapter:after{content:"";position:absolute;width:100%;height:100%;left:0;bottom:0;z-index:1}#GAME .menuReactView .containerMenu .chapter:hover{flex-grow:2}#GAME .menuReactView .containerMenu .chapter:hover p{opacity:0}#GAME .menuReactView .containerMenu .chapter:hover:before{opacity:0}#GAME .menuReactView .containerMenu .chapter:hover img{translate:10% -5%;scale:1.1;filter:brightness(1.3)}#GAME .menuReactView .containerMenu .chapter:nth-child(1){background-image:url(../assets/game/images/menu/bg1.webp)}#GAME .menuReactView .containerMenu .chapter:nth-child(1):after{background:url(../assets/game/images/menu/m1.webp);background-position:-20dvh 30dvh;background-size:60dvh;background-repeat:no-repeat}#GAME .menuReactView .containerMenu .chapter:nth-child(2){background-image:url(../assets/game/images/menu/bg2.webp)}#GAME .menuReactView .containerMenu .chapter:nth-child(2):after{background:url(../assets/game/images/menu/m2.webp);background-position:-5dvh 35dvh;background-size:50dvh;background-repeat:no-repeat}#GAME .menuReactView .containerMenu .chapter:nth-child(2) img:not(.lock){height:46dvh;bottom:3dvh;rotate:-6deg;left:-25dvh}#GAME .menuReactView .containerMenu .chapter:nth-child(3){background-image:url(../assets/game/images/menu/bg3.webp)}#GAME .menuReactView .containerMenu .chapter:nth-child(3):after{background:url(../assets/game/images/menu/m3.webp);background-position:-20dvh 30dvh;background-size:60dvh;background-repeat:no-repeat}#GAME .menuReactView .containerMenu .chapter:nth-child(4){background-image:url(../assets/game/images/menu/bg4.webp)}#GAME .menuReactView .containerMenu .chapter:nth-child(4):after{background:url(../assets/game/images/menu/m4.webp);background-position:-22dvh 28dvh;background-size:34dvh;background-repeat:no-repeat}#GAME .menuReactView .containerMenu .chapter:nth-child(5){background-image:url(../assets/game/images/menu/bg5.webp)}#GAME .menuReactView .containerMenu .chapter:nth-child(5):after{background:url(../assets/game/images/menu/m5.webp);background-position:-26dvh 30dvh;background-size:60dvh;background-repeat:no-repeat}#GAME .menuReactView .containerMenu .chapter .lock{height:3dvh;position:absolute;bottom:10dvh;left:3.5dvh;z-index:3}#GAME .menuReactView .containerMenu .chapter .percent{font-size:2dvh;position:absolute;bottom:10dvh;margin-bottom:0;left:0;z-index:3;margin-left:0}#GAME .menuReactView .containerMenu .chapter p{margin-top:auto;margin-bottom:4dvh;font-size:3.2dvh;letter-spacing:-.4dvh;font-weight:700;font-family:ABChanel PB;position:relative;z-index:5;width:100%;transition:all .3s ease-out}#GAME .menuReactView .containerMenu .chapter img{position:absolute;bottom:10dvh;left:-3dvh;height:30dvh;transition:all .3s ease-out}#GAME .menuReactView .closeButton{position:absolute;top:5dvh;left:8dvh;width:11dvh;height:11dvh;display:flex;z-index:1;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;border:1px solid #D8D8D8}#GAME .menuReactView .closeButton.open img:nth-child(1){opacity:1}#GAME .menuReactView .closeButton.open img{height:40%}#GAME .menuReactView .closeButton.open img:nth-child(2){opacity:0}#GAME .menuReactView .closeButton:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;height:86%;width:86%;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:-1}#GAME .menuReactView .closeButton:active img{scale:.5!important}#GAME .menuReactView .closeButton:active:after{scale:.9}#GAME .menuReactView .closeButton:hover img{scale:1.1}#GAME .menuReactView .closeButton img{position:absolute;display:block;margin:auto;height:55%;top:50%;left:50%;translate:-50% -50%}#GAME .menuReactView .closeButton img:nth-child(1){opacity:0}#GAME .menuReactView .exitButton{position:absolute;bottom:5dvh;left:8dvh;z-index:1;opacity:0;min-width:50px;min-height:50px;display:flex;align-items:center}#GAME .menuReactView .exitButton:active img{scale:.8!important}#GAME .menuReactView .exitButton:hover img{scale:1.1}#GAME .menuReactView .exitButton img{height:3dvh;min-height:25px;margin-right:2dvh}#GAME .menuReactView .exitButton p{font-size:2.2dvh;color:#333}#GAME .menuReactView .containerButton{display:flex;justify-content:center;align-items:center;margin-top:5dvh;opacity:0}#GAME .menuReactView .containerButton button{margin-right:5dvh}#GAME .menuReactView .containerButton button:active img{scale:.8!important}#GAME .menuReactView .containerButton button:hover img{scale:1.1}#GAME .menuReactView .containerButton button .imgButton{border:1px solid #333;border-radius:1000px;height:9dvh;min-height:50px;min-width:50px;width:9dvh;margin-right:2dvh;padding:.5dvh}#GAME .menuReactView .containerButton button .imgButton img{height:100%}#GAME .menuReactView .containerButton button p{font-size:2.2dvh;color:#333}#GAME .customiseReactViewBase{display:flex;justify-content:right;align-items:end}#GAME .customiseReactViewBase:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../assets/game/images/customise/bg.webp);background-position:0;background-size:auto 200%;z-index:-1;opacity:1;animation:slide1 40s linear infinite}#GAME .customiseReactViewBase:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../assets/game/images/customise/bg.webp);background-position:0;background-size:auto 100%;z-index:0;opacity:.3;animation:slide2 30s linear infinite reverse}#GAME .customiseReactViewBase .closeButton{position:absolute;top:4.5dvh;left:20dvh;width:11.2dvh;height:11.2dvh;margin-top:.5dvh;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:3;display:flex;border:1px solid #D8D8D8}#GAME .customiseReactViewBase .closeButton:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;height:86%;width:86%;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:-1}#GAME .customiseReactViewBase .closeButton:active img{scale:.5}#GAME .customiseReactViewBase .closeButton img{margin:auto;height:40%}#GAME .customiseReactViewBase .resetButton{position:absolute;bottom:5dvh;left:5dvh;width:10dvh;height:10dvh;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:3;display:flex;border:1px solid #D8D8D8}#GAME .customiseReactViewBase .resetButton:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;height:86%;width:86%;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:6px;z-index:-1}#GAME .customiseReactViewBase .resetButton:active img{scale:.5}#GAME .customiseReactViewBase .resetButton img{display:block;margin:auto;height:50%}#GAME .customiseReactViewBase .carou{padding:4dvh;height:50%}#GAME .customiseReactViewBase .carou p{color:#767676;font-size:3dvh;font-weight:700;text-transform:uppercase}#GAME .customiseReactViewBase .carou .containerCarou{height:90%}#GAME .customiseReactViewBase .carou button{margin:0 2dvh}#GAME .customiseReactViewBase .carou button:active{border-inline:2px solid #D8D8D8}#GAME .customiseReactViewBase .carou button:active img{scale:.9}#GAME .customiseReactViewBase .carou .flex img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .flex span{font-size:3dvh}#GAME .customiseReactViewBase .containerCustomise{background:#f9f9f9;border:2px solid #D8D8D8;border-radius:13px 13px 0 0;padding:3dvh;box-shadow:#0000008f 0 22px 70px 4px;position:relative;z-index:2;height:90dvh}#GAME .customiseReactViewBase .containerCustomise .header p{font-size:2.2dvh;padding-left:3dvh;font-weight:700;width:35dvh;white-space:nowrap}#GAME .customiseReactViewBase .containerCustomise .header button{padding:2dvh;opacity:.5;width:50%}#GAME .customiseReactViewBase .containerCustomise .header button:active img{scale:.5}#GAME .customiseReactViewBase .containerCustomise .header button.activ{transition:background-color .15s ease-out;background-color:#f5eee4;opacity:1}#GAME .customiseReactViewBase .containerCustomise .header button.activ:first-of-type{border-radius:13px 0 0;border-right:1px solid #D8D8D8}#GAME .customiseReactViewBase .containerCustomise .header button.activ:last-of-type{border-radius:0 13px 0 0;border-left:1px solid #D8D8D8}#GAME .customiseReactViewBase .containerCustomise img{height:8dvh}#GAME .customiseReactViewBase .containerCustomise .containerItems{margin:2dvh 0;background:#fff;border-radius:16px;box-shadow:#0000003d 0 3px 8px;height:80%;position:relative}#GAME .customiseReactViewBase .coco{position:relative;height:80dvh;width:60dvh;z-index:2}#GAME .customiseReactViewBase .coco>img{height:5dvh;position:absolute;left:17dvh;bottom:5dvh;animation:op 3s ease-in-out 0s infinite alternate-reverse forwards}#GAME .customiseReactViewBase .coco .float{animation:float 3s ease-in-out 0s infinite alternate-reverse forwards;position:absolute;height:100%;width:100%}#GAME .customiseReactViewBase .coco .float div{position:absolute;translate:50%;margin-bottom:10dvh}#GAME .customiseReactViewBase .coco .float div.show{animation:apear .3s ease-out 0s 1 normal forwards}#GAME .customiseReactViewBase .coco .float div img{height:60dvh}#GAME .customiseReactViewBase .coco .body{bottom:0dvh;left:0dvh}#GAME .customiseReactViewBase .coco .hair{bottom:0dvh;left:0dvh;z-index:4}#GAME .customiseReactViewBase .coco .bag{bottom:0dvh;left:0dvh;z-index:0}#GAME .customiseReactViewBase .coco .top{bottom:0dvh;left:0dvh}@keyframes apear{0%{opacity:0;left:-20dvh}to{opacity:1;left:0dvh}}@keyframes slide1{0%{background-position:0}to{background-position:-890dvh}}@keyframes slide2{0%{background-position:0}to{background-position:-445dvh}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-50px)}}@keyframes op{0%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.5)}}@keyframes opa{0%{opacity:0;display:none}1%{opacity:0;display:block}to{opacity:1}}@media (max-aspect-ratio: 8/5){#GAME .customiseReactViewBase .containerCustomise{width:65%}#GAME .customiseReactViewBase .containerCustomise .header p{font-size:1.5dvh}}#GAME .cocoPictoReactView{pointer-events:none}#GAME .cocoPictoReactView button{pointer-events:all;position:absolute;bottom:5dvh;right:5dvh;min-width:70px;min-height:70px;background-image:url(../assets/game/images/customise/b.webp);border-radius:1000px;width:12dvh;height:12dvh;margin-top:.5dvh;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);z-index:3;display:flex;border:1px solid #D8D8D8}#GAME .cocoPictoReactView button:after{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;height:90%;width:90%;background:#fff6;-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);border-radius:1000px;z-index:-1}#GAME .cocoPictoReactView button .overflow{width:80%;height:88%;border-radius:1000px;overflow:hidden}#GAME .cocoPictoReactView button div{position:absolute;margin-bottom:10dvh;top:0;left:50%;translate:-50% 0%}#GAME .cocoPictoReactView button div img{height:22dvh;min-height:100px}#GAME .buttonsContainer{position:absolute;top:4vh;right:50%;translate:50%;display:flex;justify-content:flex-end;align-items:flex-end;gap:5dvh;z-index:3}#GAME .buttonsContainer li:has(.poiButton.hide){display:none}#GAME .buttonsContainer .poiButton{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2dvh;text-align:center}#GAME .buttonsContainer .poiButton:hover .image{transform:translate(-50%,-50%) scale(.8)}#GAME .buttonsContainer .poiButton.complete .text{opacity:0}#GAME .buttonsContainer .poiButton.complete .circle{background:radial-gradient(circle,#fff3,#fff9)}#GAME .buttonsContainer .poiButton .poiContainer{position:relative;min-width:48px;min-height:48px}#GAME .buttonsContainer .poiButton .poiContainer:active{scale:.9}#GAME .buttonsContainer .poiButton .poiContainer.text{min-width:initial;min-height:initial}#GAME .buttonsContainer .poiButton .poiContainer .image{position:absolute;top:50%;left:50%;width:4dvh;transform:translate(-50%,-50%);transition:transform .3s;z-index:1}#GAME .buttonsContainer .poiButton .poiContainer .image.isFinish{opacity:1}#GAME .buttonsContainer .poiButton .poiContainer .circle{width:10dvh;height:10dvh;min-width:48px;min-height:48px;border-radius:100%;transition:opacity .3s;background:#fff6;-webkit-backdrop-filter:blur(1.95px);backdrop-filter:blur(1.95px)}#GAME .buttonsContainer .poiButton .poiContainer .circle.isFinish{background-color:#aef5a588}#GAME .buttonsContainer .poiButton .poiContainer .circle2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:107%;height:107%;border-radius:100%;border:.35dvh solid rgba(85,85,85,.6)}#GAME .buttonsContainer .poiButton .poiContainer .circle2.isFinish{display:none}#GAME .buttonsContainer .poiButton .poiContainer .circle3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(180deg);width:116%;height:116%}#GAME .buttonsContainer .poiButton .poiContainer .circle3 .cls-1{fill:none;stroke-width:.15dvh;stroke-dasharray:1;stroke-dashoffset:.5}#GAME .buttonsContainer .poiButton .poiContainer .circle3.isFinish{transform:translate(-50%,-50%)}#GAME .buttonsContainer .poiButton .poiContainer .circle3.isFinish .cls-1{stroke:#95b673}#GAME .buttonsContainer .poiButton .textContainer{font-size:2dvh;color:#fff;line-height:100%;font-weight:700;filter:drop-shadow(0 0 .5dvh rgba(0,0,0,.5333333333)) drop-shadow(0 0 .5dvh rgba(0,0,0,.5333333333)) drop-shadow(0 0 .5dvh rgba(0,0,0,.5333333333))}#GAME .buttonsContainer .poiButton .text{font-size:2dvh;color:#fff;font-weight:700;transition:opacity .3s;position:absolute;top:130%;left:50%;transform:translate(-50%,-50%)}#GAME .buttonsContainer .poiButton .check{position:absolute;bottom:-25%;left:50%;transform:translate(-50%);background-color:#fff8;border:solid .25dvh #95B673;padding:.5dvh;border-radius:100dvh;z-index:3;width:5dvh;height:5dvh;min-width:30px;min-height:30px}#GAME .buttonsContainer .poiButton .check .inside{position:relative;background-color:#fff;border-radius:100dvh;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#GAME .buttonsContainer .poiButton .check .inside svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.5dvh;height:1.5dvh}@media screen and (max-width: 600px){.poisReactView .buttonsContainer{right:initial;bottom:initial;top:90px;left:50%;transform:translate(-50%);gap:2dvh}.poisReactView .buttonsContainer .poiButton{height:auto;flex-direction:column-reverse;gap:3dvh}.poisReactView .buttonsContainer .poiButton .textContainer{font-size:12px}.poisReactView .buttonsContainer .poiButton .poiContainer .circle{width:8dvh;height:8dvh}.poisReactView .buttonsContainer .poiButton .poiContainer .image{width:7dvh}}@media screen and (max-width: 1024px) and (orientation: landscape){.poisReactView .buttonsContainer{bottom:5dvh;right:15vh}}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#GAME *{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent;font-family:ABChanel Corpo,arial}#GAME .hide{opacity:0;pointer-events:none}#GAME .flex{display:flex;align-items:center;justify-content:center}#GAME .flex.col{flex-direction:column;gap:1dvh}#GAME .bold{font-weight:700}#GAME .continue{position:fixed;bottom:10dvh;translate:-50%;z-index:3;left:50%;background-color:#333;padding:2dvh 8dvh;transition:all .3s ease-out;color:#fff;text-transform:uppercase;font-size:4dvh;-webkit-backdrop-filter:blur(6.95px);backdrop-filter:blur(6.95px);border-radius:4px}#GAME .slider{position:fixed;bottom:5dvh;translate:-50%;z-index:3;left:50%;display:flex}#GAME .slider.hide{display:none}#GAME .slider button{background-color:#484449;border-radius:100px;height:2dvh;width:2dvh;margin:.5dvh;opacity:.5}#GAME .slider button.activ{opacity:1;background-color:#000;width:6dvh}.scorm-close .closeButton{width:6dvh;height:6dvh;min-width:30px;min-height:30px;display:flex;border-radius:9999px}#GAME .card .scorm-close .closeButton{justify-content:left}#GAME .popinworldReactView .c .scorm-close .closeButton img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .scorm-close .closeButton{gap:5dvh}#GAME .customiseReactViewBase .carou .scorm-close .closeButton img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .scorm-close .closeButton span{font-size:3dvh}#GAME .scorm-close .closeButton{display:flex;align-items:center;justify-content:center}#GAME .scorm-close .closeButton.col{flex-direction:column;gap:1dvh}.scorm-close .closeButton{box-shadow:0 0 4px 2px #ffffff80}button.buttonBase.true{color:#fff;background-color:#333}.buttonBase{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.buttonBase:disabled{opacity:.7}.page-title{text-align:center;font-size:3.5dvh;font-weight:600;text-transform:uppercase;line-height:1.2}@media (min-width: 640px){.page-title{font-size:5vh}}.page-title.page-title-small{font-size:3vh}@media (min-width: 640px){.page-title.page-title-small{font-size:5vh}}.page-title.page-title-small .title-small{top:-.75vh}@media (min-width: 640px){.page-title.page-title-small .title-small{top:-1vh}}.title-small{position:relative;text-align:center;font-size:2.5vh;font-weight:500;text-transform:uppercase}@media (min-width: 640px){.title-small{font-size:3.5dvh}}.select__dropdown{position:absolute;z-index:1000;overflow:hidden;padding-top:1dvh;--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.select__dropdown .select__container{max-height:30vh;width:100%;overflow-y:auto;overflow-x:hidden;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:4dvh;padding-top:.5rem;padding-bottom:.5rem}.select__dropdown .select-option{display:flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;gap:1vh;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(118 118 118 / var(--tw-border-opacity, 1));padding-top:2dvh;padding-bottom:2dvh}#GAME .card .select__dropdown .select-option{justify-content:left}#GAME .popinworldReactView .c .select__dropdown .select-option img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .select__dropdown .select-option{gap:5dvh}#GAME .customiseReactViewBase .carou .select__dropdown .select-option img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .select__dropdown .select-option span{font-size:3dvh}#GAME .select__dropdown .select-option{display:flex;align-items:center;justify-content:center}#GAME .select__dropdown .select-option.col{flex-direction:column;gap:1dvh}.select__dropdown .select-option:last-child{border-bottom-width:0px}.select__dropdown .select-option{text-align:center;font-size:1.5vh;text-transform:none;line-height:1.2;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (min-width: 640px){.select__dropdown .select-option{font-size:2.5vh}}.select__button{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(180 171 161 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.rating-container{position:relative;height:8vh;width:40vh;border-radius:9999px;background-color:#ffffff4d;outline-style:solid;outline-width:2px;outline-color:#fff}@media (min-width: 640px){.rating-container{height:10vh;width:50vh}}.rating-container{background:radial-gradient(98.61% 75% at 62.5% 50.7%,#0000,#0003),#fff9}.rating-background{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:4vh}#GAME .card .rating-background{justify-content:left}#GAME .popinworldReactView .c .rating-background img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .rating-background{gap:5dvh}#GAME .customiseReactViewBase .carou .rating-background img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .rating-background span{font-size:3dvh}#GAME .rating-background{display:flex;align-items:center;justify-content:center}#GAME .rating-background.col{flex-direction:column;gap:1dvh}@media (min-width: 640px){.rating-background{padding:5vh}}.rating-active{position:relative;z-index:10;display:block;height:100%;border-radius:9999px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;background-color:#ffffff8f}.rating-thumb-container{position:absolute;top:0;right:0;bottom:0;width:8vh;border-radius:9999px;padding:4px;outline-style:solid;outline-width:2px;outline-color:#fff}@media (min-width: 640px){.rating-thumb-container{width:10vh}}.rating-thumb-container{background:linear-gradient(226.89deg,#07335a33 16.78%,#07335a00 78.33%),linear-gradient(205.71deg,#b2000100 41.66%,#b2000133 102.33%),#f7f7f71c;box-shadow:0 1px 6px 1px #020c26bf;-webkit-backdrop-filter:blur(2.34234px);backdrop-filter:blur(2.34234px)}.rating-thumb{display:flex;height:100%;width:100%;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-size:6vh;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}#GAME .card .rating-thumb{justify-content:left}#GAME .popinworldReactView .c .rating-thumb img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .rating-thumb{gap:5dvh}#GAME .customiseReactViewBase .carou .rating-thumb img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .rating-thumb span{font-size:3dvh}#GAME .rating-thumb{display:flex;align-items:center;justify-content:center}#GAME .rating-thumb.col{flex-direction:column;gap:1dvh}@media (min-width: 640px){.rating-thumb{font-size:7vh}}.rating-clickZone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;cursor:pointer;background-color:transparent}#GAME .card .rating-clickZone{justify-content:left}#GAME .popinworldReactView .c .rating-clickZone img{margin-top:8dvh;height:25dvh;max-width:none}#GAME .popinworldReactView .c .rating-clickZone{gap:5dvh}#GAME .customiseReactViewBase .carou .rating-clickZone img{height:14dvh;border:1px solid #D8D8D8;border-radius:1000px;padding:.5dvh}#GAME .customiseReactViewBase .carou .rating-clickZone span{font-size:3dvh}#GAME .rating-clickZone{display:flex;align-items:center;justify-content:center}#GAME .rating-clickZone.col{flex-direction:column;gap:1dvh}.textarea{height:25vh;width:90vw;border-radius:4vh;border-width:1px;--tw-border-opacity: 1;border-color:rgb(118 118 118 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.textarea:focus{--tw-border-opacity: 1;border-color:rgb(118 118 118 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}@media (min-width: 768px){.textarea{width:70vw}}@media (min-width: 1024px){.textarea{width:50%}}.textarea{--tw-bg-opacity: 1;background-color:rgb(240 230 216 / var(--tw-bg-opacity, 1));padding:3vh;--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.textarea::-moz-placeholder{--tw-text-opacity: 1;color:rgb(118 118 118 / var(--tw-text-opacity, 1))}.textarea::placeholder{--tw-text-opacity: 1;color:rgb(118 118 118 / var(--tw-text-opacity, 1))}.textarea:focus{background:#fff}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Roboto var,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!pointer-events-auto{pointer-events:auto!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2,.left-\[50\%\]{left:50%}.right-0{right:0}.right-4{right:1rem}.right-\[2vh\]{right:2vh}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[2vh\]{top:2vh}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1000\]{z-index:1000}.z-\[1\]{z-index:1}.z-\[2000\]{z-index:2000}.z-\[2\]{z-index:2}.m-0{margin:0}.m-10{margin:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[5rem\]{margin-bottom:5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[2dvh\]{margin-top:2dvh}.mt-\[4dvh\]{margin-top:4dvh}.mt-\[8dvh\]{margin-top:8dvh}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-12{height:3rem}.h-2{height:.5rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[15vh\]{height:15vh}.h-\[194px\]{height:194px}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[30vh\]{height:30vh}.h-\[3dvh\]{height:3dvh}.h-\[4vh\]{height:4vh}.h-\[68\.8px\]{height:68.8px}.h-\[6vh\]{height:6vh}.h-\[8dvh\]{height:8dvh}.h-\[92px\]{height:92px}.h-dvh{height:100dvh}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-\[40vh\]{max-height:40vh}.max-h-\[55dvh\]{max-height:55dvh}.max-h-\[55vh\]{max-height:55vh}.max-h-\[70dvh\]{max-height:70dvh}.max-h-\[80dvh\]{max-height:80dvh}.max-h-\[80vh\]{max-height:80vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[134\.4px\]{width:134.4px}.w-\[158px\]{width:158px}.w-\[200px\]{width:200px}.w-\[22px\]{width:22px}.w-\[287px\]{width:287px}.w-\[295px\]{width:295px}.w-\[3dvh\]{width:3dvh}.w-\[450px\]{width:450px}.w-\[4vh\]{width:4vh}.w-\[56px\]{width:56px}.w-\[68\.8px\]{width:68.8px}.w-\[6vh\]{width:6vh}.w-\[90\%\]{width:90%}.w-\[90dvw\]{width:90dvw}.w-\[90vw\]{width:90vw}.w-auto{width:auto}.w-dvw{width:100dvw}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-\[190px\]{min-width:190px}.min-w-\[250px\]{min-width:250px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-\[160px\]{max-width:160px}.max-w-\[438px\]{max-width:438px}.max-w-\[476px\]{max-width:476px}.max-w-\[777px\]{max-width:777px}.max-w-\[850px\]{max-width:850px}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[1px\]{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[33px\]{--tw-translate-x: 33px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[1px\]{--tw-translate-y: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[1\.03\]{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.gap-\[2dvh\]{gap:2dvh}.gap-\[2vh\]{gap:2vh}.gap-\[4dvh\]{gap:4dvh}.gap-\[4vh\]{gap:4vh}.gap-\[6dvh\]{gap:6dvh}.gap-\[6px\]{gap:6px}.gap-\[6vh\]{gap:6vh}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-12{row-gap:3rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[1\.6px\]{border-width:1.6px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-t{border-top-width:1px}.border-\[\#344054\]{--tw-border-opacity: 1;border-color:rgb(52 64 84 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-primary-base{--tw-border-opacity: 1;border-color:rgb(52 64 84 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.bg-\[\#050066\]{--tw-bg-opacity: 1;background-color:rgb(5 0 102 / var(--tw-bg-opacity, 1))}.bg-\[\#060F5F\]{--tw-bg-opacity: 1;background-color:rgb(6 15 95 / var(--tw-bg-opacity, 1))}.bg-\[\#344054\]{--tw-bg-opacity: 1;background-color:rgb(52 64 84 / var(--tw-bg-opacity, 1))}.bg-\[\#E3F1F1\]{--tw-bg-opacity: 1;background-color:rgb(227 241 241 / var(--tw-bg-opacity, 1))}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-grey-100{--tw-bg-opacity: 1;background-color:rgb(242 244 247 / var(--tw-bg-opacity, 1))}.bg-grey-300{--tw-bg-opacity: 1;background-color:rgb(208 213 221 / var(--tw-bg-opacity, 1))}.bg-grey-500\/80{background-color:#667085cc}.bg-grey-700,.bg-primary-base{--tw-bg-opacity: 1;background-color:rgb(52 64 84 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-25{--tw-bg-opacity: .25}.bg-opacity-75{--tw-bg-opacity: .75}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.fill-emerald-500{fill:#10b981}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[2vh\]{padding-left:2vh;padding-right:2vh}.px-\[2vw\]{padding-left:2vw;padding-right:2vw}.px-\[3dvh\]{padding-left:3dvh;padding-right:3dvh}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[1\.5vh\]{padding-top:1.5vh;padding-bottom:1.5vh}.py-\[1dvh\]{padding-top:1dvh;padding-bottom:1dvh}.py-\[1vh\]{padding-top:1vh;padding-bottom:1vh}.py-\[20dvh\]{padding-top:20dvh;padding-bottom:20dvh}.py-\[2dvh\]{padding-top:2dvh;padding-bottom:2dvh}.py-\[2vh\]{padding-top:2vh;padding-bottom:2vh}.py-\[3vh\]{padding-top:3vh;padding-bottom:3vh}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pb-\[10dvh\]{padding-bottom:10dvh}.pb-\[2\%\]{padding-bottom:2%}.pb-\[6vh\]{padding-bottom:6vh}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-\[2vw\]{padding-left:2vw}.pl-\[4dvh\]{padding-left:4dvh}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pr-\[3vw\]{padding-right:3vw}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[10vh\]{padding-top:10vh}.pt-\[15dvh\]{padding-top:15dvh}.pt-\[8\%\]{padding-top:8%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\!font-\[\'Futura_PT\'\]{font-family:Futura PT!important}.font-\[\'ABChanel_Corpo\'\]{font-family:ABChanel Corpo}.font-\[\'Futura_PT\'\]{font-family:Futura PT}.font-\[Montserrat\]{font-family:Montserrat}.font-\[Roboto\]{font-family:Roboto}.\!text-\[1\.75dvh\]{font-size:1.75dvh!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[1\.1rem\]{font-size:1.1rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.5vh\]{font-size:1.5vh}.text-\[11\.5px\]{font-size:11.5px}.text-\[11rem\]{font-size:11rem}.text-\[14px\]{font-size:14px}.text-\[1rem\]{font-size:1rem}.text-\[2\.5dvh\]{font-size:2.5dvh}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[2\.5vh\]{font-size:2.5vh}.text-\[24px\]{font-size:24px}.text-\[2dvh\]{font-size:2dvh}.text-\[2rem\]{font-size:2rem}.text-\[2vh\]{font-size:2vh}.text-\[3\.5vh\]{font-size:3.5vh}.text-\[30px\]{font-size:30px}.text-\[34px\]{font-size:34px}.text-\[3dvh\]{font-size:3dvh}.text-\[3vh\]{font-size:3vh}.text-\[4dvh\]{font-size:4dvh}.text-\[4vh\]{font-size:4vh}.text-\[5dvh\]{font-size:5dvh}.text-\[5rem\]{font-size:5rem}.text-\[6vh\]{font-size:6vh}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-light{font-weight:300!important}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.5\]{line-height:1.5}.leading-\[1vh\]{line-height:1vh}.leading-none{line-height:1}.leading-normal{line-height:1.5}.\!text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#060F5F\]{--tw-text-opacity: 1;color:rgb(6 15 95 / var(--tw-text-opacity, 1))}.text-\[\#333333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-\[\#344054\]{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity, 1))}.text-\[\#475467\]{--tw-text-opacity: 1;color:rgb(71 84 103 / var(--tw-text-opacity, 1))}.text-\[\#667085\]{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}.text-\[\#767676\]{--tw-text-opacity: 1;color:rgb(118 118 118 / var(--tw-text-opacity, 1))}.text-\[\#DFE3F8\]{--tw-text-opacity: 1;color:rgb(223 227 248 / var(--tw-text-opacity, 1))}.text-\[\#F5F5F5\]{--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity, 1))}.text-\[\#F9F9F9\]{--tw-text-opacity: 1;color:rgb(249 249 249 / var(--tw-text-opacity, 1))}.text-\[\#FFFFFF\],.text-\[\#fff\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-primary-base{--tw-text-opacity: 1;color:rgb(52 64 84 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-primary-base{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 64 84 / var(--tw-ring-opacity, 1))}.ring-slate-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1))}.ring-slate-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-4{--tw-ring-offset-width: 4px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}:root ::-webkit-scrollbar{width:6px}:root ::-webkit-scrollbar-track{border-radius:4px;background-color:#20c9ff33}:root ::-webkit-scrollbar-thumb{border-radius:4px;background-color:#e1e1e199}@font-face{font-family:Futura PT;src:url(./assets/fonts/futura_pt_medium-webfont.woff2) format("woff2"),url(./assets/fonts/futura_pt_medium-webfont.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x: 1.25;--tw-scale-y: 1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.03\]:hover{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.1\]:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[102\%\]:hover{--tw-scale-x: 102%;--tw-scale-y: 102%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rounded-md:hover{border-radius:.375rem}.hover\:bg-\[\#475467\]:hover{--tw-bg-opacity: 1;background-color:rgb(71 84 103 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700\/50:hover{background-color:#37415180}.hover\:bg-grey-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-base:hover{--tw-bg-opacity: 1;background-color:rgb(52 64 84 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(152 162 179 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#FFFFFF\]:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-primary-light:hover{--tw-text-opacity: 1;color:rgb(152 162 179 / var(--tw-text-opacity, 1))}.hover\:text-slate-100:hover{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:ring-1:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-primary-base:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 64 84 / var(--tw-ring-opacity, 1))}.hover\:ring-slate-300:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1))}.hover\:ring-slate-500:hover{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1))}.hover\:ring-offset-4:hover{--tw-ring-offset-width: 4px}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-base:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 64 84 / var(--tw-ring-opacity, 1))}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-blue-600:focus-visible{outline-color:#2563eb}.focus-visible\:outline-primary-base:focus-visible{outline-color:#344054}.focus-visible\:outline-slate-900:focus-visible{outline-color:#0f172a}.focus-visible\:outline-white:focus-visible{outline-color:#fff}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-slate-300:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:bg-blue-800:active{--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.active\:bg-gray-300:active{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.active\:bg-primary-light:active{--tw-bg-opacity: 1;background-color:rgb(152 162 179 / var(--tw-bg-opacity, 1))}.active\:bg-slate-100:active{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.active\:bg-slate-800:active{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.active\:bg-white:active{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.active\:text-blue-100:active{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.active\:text-slate-300:active{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.active\:text-slate-400:active{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.active\:text-slate-600:active{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.active\:text-slate-900:active{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.active\:text-white:active{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.active\:ring-slate-700:active{--tw-ring-opacity: 1;--tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.peer:checked~.peer-checked\:border-primary-base{--tw-border-opacity: 1;border-color:rgb(52 64 84 / var(--tw-border-opacity, 1))}@media (min-width: 640px){.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-0{margin-top:0}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:h-10{height:2.5rem}.sm\:w-10{width:2.5rem}.sm\:w-full{width:100%}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-sm{max-width:24rem}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-\[3vh\]{padding-left:3vh;padding-right:3vh}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pt-\[2\%\]{padding-top:2%}.sm\:pt-\[3\%\]{padding-top:3%}.sm\:text-left{text-align:left}.sm\:text-\[10dvh\]{font-size:10dvh}.sm\:text-\[2\.5vh\]{font-size:2.5vh}.sm\:text-\[4dvh\]{font-size:4dvh}.sm\:text-\[4vh\]{font-size:4vh}.sm\:text-\[9vh\]{font-size:9vh}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:leading-6{line-height:1.5rem}}@media (min-width: 768px){.md\:justify-center{justify-content:center}.md\:text-\[4vh\]{font-size:4vh}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:h-\[250px\]{height:250px}.lg\:w-\[650px\]{width:650px}}@media (min-width: 1280px){.xl\:bottom-\[2\%\]{bottom:2%}.xl\:mb-16{margin-bottom:4rem}.xl\:mt-16{margin-top:4rem}.xl\:block{display:block}.xl\:inline{display:inline}.xl\:hidden{display:none}.xl\:h-\[280px\]{height:280px}.xl\:w-\[238px\]{width:238px}.xl\:max-w-\[60dvw\]{max-width:60dvw}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:pt-6{padding-top:1.5rem}}@media (prefers-color-scheme: dark){.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}}body{height:100dvh;width:100dvw;min-height:-webkit-fill-available;min-width:-webkit-fill-available}#headlessui-portal-root{position:absolute;top:0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-not-found{font-family:Gamja Flower,cursive;display:flex;align-items:center;justify-content:center;background-color:#fff;margin:0;flex-direction:column;color:#000}.page-not-found p{font-family:Comfortaa,cursive;font-size:30px;text-align:center}.page-not-found a{color:red;text-decoration:none}.page-not-found .not-found{background-color:#000;color:#fff;padding:15px 30px}.page-not-found .tipsiz{display:flex;align-items:center;justify-content:center;margin:10px;flex-direction:column}.page-not-found .tipsiz-body{display:flex;align-items:center;margin:10px}.page-not-found .arm{align-self:flex-end;width:50px;height:90px;border-top:3px solid black}.page-not-found .left-arm{border-right:3px solid black;transform:skew(20deg)}.page-not-found .right-arm{border-left:3px solid black;transform:skew(-20deg)}.page-not-found .face{width:300px;height:200px;border:3px solid black;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:20px;margin-right:20px;border-radius:15px}.page-not-found .upper-face{display:flex;align-items:center;justify-content:center;letter-spacing:80px;margin-left:80px}.page-not-found .element{font-size:60px}.page-not-found .mouth{width:20px;height:10px;border-top-left-radius:25px;border-top-right-radius:25px;border:3px solid black;border-bottom:0}
