*{box-sizing:border-box}.game{display:flex!important}.game .show-popup{cursor:pointer}.game .show-popup.-no-btn{height:100%}.game .show-popup.-penalty{height:100vh;width:100vw;position:fixed;top:0;left:0;z-index:99999998;cursor:pointer}.game .show-popup.-penalty.-clicked{z-index:-1}.game .show-popup.-scratchcard{position:relative}.game .show-popup.-scratchcard.-clicked{z-index:-1}.game .show-popup button{pointer-events:none}.game .show-popup button.-active{pointer-events:initial}.game .popup{font-family:Montserrat;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s ease .4s}.game .popup.show{background:rgba(0,0,0,.32);z-index:99999999;opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s ease}.game .popup .popup-inside{max-width:480px;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:40px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.12);border-radius:16px;z-index:1111116;margin:20px}.game .popup .popup-inside h1{font-weight:600;font-size:20px;color:#070d2d;margin:20px 0 30px}.game .popup .popup-inside ul{display:grid;grid-template-columns:1fr;padding:0;gap:20px;margin:0;margin-bottom:40px}.game .popup .popup-inside ul li{display:flex;flex-direction:column;position:relative;font-size:14px;color:#070d2d;list-style-type:none;padding-left:39px;text-align:left;width:100%;height:auto}.game .popup .popup-inside ul li span{font-style:italic;font-size:10px;margin-top:2px}.game .popup .popup-inside ul li::before{position:absolute;top:-2px;left:0;content:attr(data-nb);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:12px;font-weight:700;border-radius:100%;background:var(--bg-color);color:var(--color)}.game .popup .popup-inside .popup-goal{width:100%}.game .popup .popup-inside .popup-goal .popup-show{margin:0 0 20px}.game .popup .popup-inside .popup-goal .popup-loading{width:100%;display:none;margin:0 0 40px}.game .popup .popup-inside .popup-goal .popup-form{display:flex}.game .popup .popup-inside .popup-goal .popup-form input{font-size:16px;width:calc(100% - 52px);height:52px;background:rgba(7,13,45,.05);border-radius:8px 0 0 8px;border:none;padding-left:15px}.game .popup .popup-inside .popup-goal .popup-form input:active,.game .popup .popup-inside .popup-goal .popup-form input:focus,.game .popup .popup-inside .popup-goal .popup-form input:hover{outline:0}.game .popup .popup-inside .popup-goal .popup-form button{display:flex;justify-content:center;align-items:center;width:52px;height:52px;background-color:var(--color);border-radius:0 8px 8px 0;border:none;cursor:pointer;opacity:1;transition:opacity .3s ease}.game .popup .popup-inside .popup-goal .popup-form button:active,.game .popup .popup-inside .popup-goal .popup-form button:focus,.game .popup .popup-inside .popup-goal .popup-form button:hover{opacity:.7;outline:0}.game .popup .popup-inside .popup-goal #validate{font-size:12px;color:var(--color);opacity:0;visibility:hidden;margin:0;font-weight:800;width:0;height:0}.game .popup .popup-inside .popup-goal #validate.show{width:100%;height:auto;opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s ease;margin-top:15px}.game .popup .popup-inside .popup-goal #error{font-size:12px;color:#ff494e;opacity:0;visibility:hidden;margin:0;font-weight:800;width:0;height:0}.game .popup .popup-inside .popup-goal #error.show{width:100%;height:auto;opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s ease;margin-top:15px}.game .popup .popup-inside .popup-goal .follow-link{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:17px 25px;width:100%;background:var(--color);border-radius:8px;font-weight:600;font-size:14px;text-align:center;color:#fff;text-decoration:none;margin-bottom:20px}.game .popup .popup-inside .popup-goal .skip-goal{font-size:10px;color:#83848c;background:0 0;text-decoration:underline;border:none;padding:0;cursor:pointer}.loader{width:80%;height:4.8px;display:inline-block;position:relative;background:#fff;overflow:hidden}.loader::after{content:"";box-sizing:border-box;width:0;height:4.8px;background:var(--color);position:absolute;top:0;left:0;border-radius:10px;animation:animFw 15s linear}@keyframes animFw{0%{width:0}100%{width:100%}}html{position:relative;height:100vh;overflow-x:hidden;width:100vw}body{width:100vw;height:100vh;margin:0;overflow-x:hidden;font-family:MontSerrat;background-color:#fafafa;background-position:center;background-repeat:no-repeat;background-size:auto}body:before{content:"";position:absolute;width:100%;height:100%;background:inherit;z-index:-1;transition:all 2s linear;-moz-transition:all 2s linear;-webkit-transition:all 2s linear;-o-transition:all 2s linear}body.blured-light:before{filter:blur(5px) brightness(.9);-moz-filter:blur(5px) brightness(.9);-webkit-filter:blur(5px) brightness(.9);-o-filter:blur(5px) brightness(.9)}body.blured-dark:before{filter:blur(5px) brightness(.6);-moz-filter:blur(5px) brightness(.6);-webkit-filter:blur(5px) brightness(.6);-o-filter:blur(5px) brightness(.6)}.mentions{width:100%;box-sizing:border-box;font-size:8px;margin-left:0;padding:0 10px}.btn-default{font-family:MontSerrat;width:100%;display:flex;gap:16px;padding:18px 0;justify-content:center;font-size:14px;text-decoration:none;border-radius:8px;border:none;transition:background-color .3s;cursor:pointer}.game{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;max-width:492px;margin:auto auto;background-color:#a0d4db}.game .like-page,.game .retry-page{display:flex;height:100%;align-items:flex-end}.game .retry-page{height:auto}.game .title-date{font-size:12px}.game h1,.game h2,.game p{width:100%;text-align:center;margin:0}.game h1{font-size:24px;font-weight:600}.game h2{display:inline-block;position:relative;font-size:18px;font-weight:600}.game .inside::-webkit-scrollbar{display:none}.game .inside{position:relative;height:628px;max-width:540px;width:100vw;padding:0 24px;display:flex;flex-direction:column;justify-content:space-between;gap:32px;scrollbar-width:none}.game .inside .header-campaign{display:grid;gap:20px}.game .inside #status.blink{opacity:0}.game .inside .one-line{width:100%;display:flex;flex-direction:row;gap:10px}.game .inside .register-page{display:grid;gap:12px}.game .inside .register-page .valid input,.game .inside .register-page input:valid{--border:greenyellow solid 1px!important}.game .inside .register-page .invalid input{border:none!important}.game .inside .register-page .headerform{display:flex;flex-direction:column;gap:20px}.game .inside .register-page .registerForm{display:none;flex-direction:column;justify-content:center;gap:10px;align-items:center;transition:opacity .3s,visibility 0s}.game .inside .register-page .registerForm input{border-radius:8px}.game .inside .register-page .registerForm .oneLine{display:flex;justify-content:space-between;gap:10px;width:100%}.game .inside .register-page .registerForm .PhoneInput,.game .inside .register-page .registerForm .sign{font-family:MontSerrat!important;display:inline-block;box-sizing:border-box;width:100%;padding:10px 15px;font-weight:400;background:#fff;transition:all .3s ease}.game .inside .register-page .registerForm .PhoneInput:focus-within,.game .inside .register-page .registerForm .sign:focus-within{border:none;outline:0}.game .inside .register-page .registerForm .PhoneInput:focus-visible,.game .inside .register-page .registerForm .sign:focus-visible{border:none;outline:0}.game .inside .register-page .registerForm .PhoneInput::-webkit-input-placeholder,.game .inside .register-page .registerForm .sign::-webkit-input-placeholder{color:#070d2d70;text-indent:0;font-weight:300}.game .inside .register-page .registerForm .sign::placeholder{color:#070d2d70;font-size:12px;font-weight:500}.game .inside .register-page .registerForm .sign:active,.game .inside .register-page .registerForm .sign:focus{color:#070d2d;text-indent:0;background:#fff}.game .inside .register-page .registerForm .sign:active::-webkit-input-placeholder,.game .inside .register-page .registerForm .sign:focus::-webkit-input-placeholder{color:#aaa}.game .inside .register-page .registerForm .field-group{width:100%}.game .inside .register-page .registerForm .field-group .PhoneInput{width:100%;display:flex!important;border-radius:8px}.game .inside .register-page .registerForm .field-group .PhoneInputInput{border:none;outline:0}.game .inside .register-page .registerForm .field-group .PhoneInputInput:focus-within{border:none;outline:0}.game .inside .register-page .registerForm .field-group .PhoneInputInput:focus-visible{border:none;outline:0}.game .inside .register-page .registerForm .field-group .PhoneInputInput::-webkit-input-placeholder{color:#070d2d70;text-indent:0;font-weight:300}.game .inside .register-page .registerForm .field-group .PhoneInputCountry{padding-right:10px;background-color:#fff;gap:10px;border-right:1px solid #f2f4f6}.game .inside .register-page .registerForm .check{display:grid;gap:12px;width:100%;margin-top:10px}.game .inside .register-page .registerForm .check .field-group{align-self:flex-start;display:flex;align-items:center;gap:16px}.game .inside .register-page .registerForm .check .field-group label{background-color:#070d2d20;width:50px;height:25px;border:0 solid;display:flex;align-items:center;align-content:center;border-radius:100px;position:relative;cursor:pointer;transition:.3s ease}.game .inside .register-page .registerForm .check .field-group input[type=checkbox]{display:none}.game .inside .register-page .registerForm .check .field-group input[type=checkbox]:checked+label::before{transform:translateX(25px)}.game .inside .register-page .registerForm .check .field-group label::before{transition:.3s ease;content:"";width:15px;height:15px;position:absolute;background:#fff;left:4px;box-sizing:border-box;border:0 solid;color:#000;border-radius:100px}.game .inside .register-page .registerForm .check .field-group p{color:#070d2d;font-size:11px;text-align:left}.game .inside .info-block{display:none;gap:8px;padding:12px;border-radius:8px}.game .inside .info-block.error .info-img{background-color:#ff494e;color:#fff}.game .inside .info-block .info-img{display:flex;flex:0 0 auto;justify-content:center;align-items:center;height:14px;width:14px;border-radius:50%}.game .inside .info-block .info-img>svg{height:8px;width:8px}.game .inside .info-block .info-text{font-size:12px;font-weight:500;text-align:left}.game .inside .register-buttons{display:grid;gap:12px}.game .inside .register-buttons svg{position:relative;top:2px}.game .inside .div-retry{display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:16px}.game .inside .div-retry p{font-size:14px;font-weight:400;color:#070d2d}.game .inside .div-retry h1{font-size:48px}.game .inside .fb-btn-login{color:#fff;background-color:#1877f2;border-color:#1877f2;transition:background-color .3s,border-color .3s}.game .inside .fb-btn-login:hover{background-color:#2d67d2!important;border-color:#2d67d2!important}.game .inside .email{color:#070d2d;background-color:#070d2d10;border-color:#070d2d10}.game .inside .email:hover{color:#000;background-color:#070d2d15;border-color:#070d2d15}.game .inside .btn-default:hover{background-color:transparent}.game .inside #slot-machine{position:relative;width:100%;height:100%;margin-top:50px}.game .inside #slot-machine .slot-container{position:absolute;width:318px;height:317px;top:35%;left:50%;font-size:0;transform:translate(-50%,-50%);z-index:0}.game .inside #slot-machine .slot-container:after{top:0;left:0;position:absolute;content:"";width:100%;height:100%;z-index:1;background-repeat:no-repeat}.game .inside #slot-machine .slot-container .machine{position:relative;width:64px;height:113px;top:97px;left:52px;margin:0;border:none;white-space:none;padding:0;overflow:hidden;display:inline-block;text-align:center;background-color:#fff;z-index:-1}.game .inside #slot-machine .slot-container .machine .slot{height:113px;background-position:center;background-repeat:no-repeat;background-size:cover}.game .inside #winWheel{position:absolute;top:52.8%;left:51.3%;transform:translate(-50%,-50%);width:232px}.game .inside #winWheel #canvas{position:relative;left:-8%;top:-36px}.game .inside #scratch-card{position:absolute;top:40%;left:50%;width:318px;height:317px;opacity:0;transform:translate(-50%,-50%);transition:opacity .3s}.game .inside #scratch-card #card{position:relative;width:150px;height:150px;top:72.5%;left:50%;border-radius:7px;background-size:80%;background-position:center;background-repeat:no-repeat;transform:translate(-50%,-50%)}.game .inside #scratch-card p{position:absolute;bottom:-25%;left:50%;border-radius:100px;transform:translateX(-50%);font-size:18px;font-weight:600}.game .inside .ask-phone-again{position:absolute;top:65%;left:50%;opacity:0;visibility:hidden;transform:translateX(-50%)}.game .inside .ask-phone-again.please-ask{opacity:1;visibility:visible}.game .inside .ask-phone-again.please-ask form{position:relative;opacity:1;visibility:visible;transform:none;top:0;left:0;margin-bottom:20px}.game .inside .ask-phone-again.please-ask .btn-default{position:relative;top:auto;bottom:30px;transform:translateX(-50%)}.game .inside .footer{display:grid;gap:16px}.game .inside .footer footer{display:flex;flex-direction:row;justify-content:center;gap:10px;align-items:center;text-decoration:underline}.game .inside .footer footer a{transition:color .3s;font-size:12px;font-weight:600}.pop-up{position:fixed;z-index:9999999999;inset:10%;border-radius:12px;display:none;opacity:0;overflow-y:scroll;overflow-x:hidden;background-color:#eee}.pop-up .content{width:100%;height:100%;position:relative}.pop-up .content h1{margin-bottom:40px;font-size:24px;font-weight:600;text-align:center}.pop-up .content h2{margin:20px 0 10px;font-size:16px;font-weight:600;line-height:22px;text-align:left}.pop-up .content a{color:#070d31;text-decoration:underline}.pop-up .content li,.pop-up .content ol,.pop-up .content p{font-size:14px;font-weight:400;line-height:20px;text-align:left;margin-bottom:20px}.pop-up .content .text-legals{padding:8vh 5vw 3vh 5vw}.pop-up .content .cross{position:fixed;top:calc(10% + 20px);right:calc(10% + 20px);display:flex;background:#dcdde5;color:#070d2d;padding:12px;border-radius:12px}.pop-up.open-pop-up{animation:fadein .2s;display:block;opacity:1}.form{display:flex;flex-direction:column;gap:32px;height:100%}.form #questionForm{width:100%;background:#fff;border:1px solid #dcdde5;box-shadow:0 0 100px 0 #070d2d33;border-radius:24px;overflow:hidden}.form #questionForm .questions{display:flex;flex-direction:column;gap:32px;overflow-y:auto;padding:32px 24px;height:326px}.form #questionForm .questions .question{display:flex;flex-direction:column;flex:0 0 auto;gap:16px}.form #questionForm .questions .question .label{display:flex;flex-direction:row}.form #questionForm .questions .question .label h4{flex:0 0 auto;font-weight:600;font-size:16px;color:#1d2340;margin:0}.form #questionForm .questions .question .Input{font-family:Montserrat;font-size:14px;background:#f3f4f6;color:#070d2d;border-radius:8px;padding:18px 16px;transition:border-color .3s;font-weight:500}.form #questionForm .questions .question .Input.error{border-color:#ff494e!important}.form #questionForm .questions .question .Input[type=checkbox]{padding:0}.form #questionForm .questions .question input,.form #questionForm .questions .question textarea{resize:none}.form #questionForm .questions .question input:focus-within,.form #questionForm .questions .question textarea:focus-within{border:none;outline:0}.form #questionForm .questions .question input:focus-visible,.form #questionForm .questions .question textarea:focus-visible{border:none;outline:0}.form #questionForm .questions .question .choices{display:flex;flex-direction:column;gap:8px}.form #questionForm .questions .question .choices .choice{display:inline-flex;align-items:center;gap:8px;padding:18px 16px;border-radius:8px;border:1px solid #f3f4f6;background-color:#f3f4f6;transition:background-color .3s,border-color .3s;cursor:pointer}.form #questionForm .questions .question .choices .choice input{pointer-events:none}.form #questionForm .questions .question .choices .choice label{color:#51566c;text-align:left}.form #questionForm .questions .question .date input{min-height:50px;width:200px}.form #questionForm .questions .question .image{text-align:center}.form #questionForm .questions .question .image img{margin-top:20px;max-width:200px}.form #questionForm .questions .question #infoBlockError{display:none;color:#ff494e;font-size:12px;text-align:left;margin:-8px 0 0 0}.form #questionForm .btn-submit{position:sticky;background:#fff;bottom:0;padding:16px 24px 24px 24px;border-top:1px solid #dcdde5}@media (min-width:992px){.questions{padding:32px!important}}input[type=radio]{display:none}.radio-label{display:inline-block;width:18px;height:18px;border:2px solid #dcdde5;border-radius:100%;position:relative;transition:all .1s ease;pointer-events:none}.choice:has(input[type=radio]:checked)>.radio-label{border:5px solid}input[type=checkbox]{appearance:none;width:20px;height:20px;border:2px solid #dcdde5;background-color:#fff;border-radius:8px;position:relative;cursor:pointer;padding:4px;transition:all .15s ease-in-out}.choice:has(input[type=checkbox]:checked) label{color:#070d2d!important}.choice:has(input[type=checkbox]:checked){color:#070d2d!important}input[type=checkbox]::after{content:"";width:0;height:0;border:solid #fff;border-width:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg);transition:width .15s ease-in-out;transition:height .15s ease-in-out}input[type=checkbox]:checked::after{content:"";width:3px;height:8px;border-width:0 2px 2px 0}@media screen and (min-width:601) and (max-width:810px){html{width:100vw;height:100%}body{width:100vw;height:100%}body .game{width:100vw;height:100%;position:relative}body .game .inside{height:71.42%;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:17.85%;margin-bottom:10.71%}body .game .inside h1{transform:translateY(-15vh)}body .game .inside h2{margin-top:0}body .game .inside form{top:40%}body .game .inside .btn-default{bottom:12.5vh}body .game .inside .btn-default#ButtonShuffle{bottom:7.5vh}body .game .inside .btn-default.page-like{bottom:22.5vh}body .game .inside #scratch-card p{bottom:-22.5%;max-width:75vw;width:70vw}}@media screen and (max-width:600px){body .game .pop-up{inset:0;border-radius:0}body .game .pop-up .content .cross{top:20px;right:20px}body .game .pop-up::after{content:none}}@media screen and (max-width:810px) and (max-height:568px){body .game .inside #slot-machine .slot-container{transform:translate(-50%,-50%) scale(.9)}body .game .inside .ask-phone-again.please-ask .btn-default{bottom:0}body .game .inside .btn-default{bottom:8vh}}.error-container{display:flex;justify-content:center;align-items:center;height:100vh;flex-direction:column;gap:40px}.error-container .error-message{display:grid;gap:20px}.error-container .error-message h1{font-size:24px;color:#fff;margin:0!important}.error-container .error-message p{font-size:16px;color:rgba(255,255,255,.8);line-height:24px}.error-container svg{display:none;max-height:400px}.error-container svg #arcade-text,.error-container svg #light-plateform,.error-container svg #screen-text{animation:light 2s infinite}.error-container svg #joystick{transform-origin:bottom;transform-box:border-box;animation:move 3s infinite}@keyframes light{0%{opacity:.4}50%{opacity:1}100%{opacity:.4}}@keyframes move{0%{transform:rotateZ(-30deg)}25%{transform:rotateZ(0)}50%{transform:rotateZ(30deg)}75%{transform:rotateZ(0)}100%{transform:rotateZ(-30deg)}}@media screen and (min-width:768px){.error-container{flex-direction:row-reverse;gap:60px}.error-container .error-message{max-width:400px}.error-container .error-message h1{text-align:left;font-size:28px}.error-container .error-message p{text-align:left}}@keyframes fadein{from{opacity:0}to{opacity:1}}@keyframes leave{from{opacity:1;left:0}to{opacity:0;left:-400px}}