.logo{position:fixed;top:6%;left:50%;width:40vw;max-width:200px;transform:translate(-50%,-50%) scale(.5);z-index:1}*{padding:0;margin:0;box-sizing:border-box}body,html{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden}.canvas{position:fixed;top:0;left:0;width:100%;height:100%}.canvas.has-cursor-grab{cursor:grab}.canvas.has-cursor-grabbing{cursor:grabbing}.canvas.has-cursor-pointer{cursor:pointer}.threejs-journey{display:none;flex-direction:column;justify-content:flex-end;position:absolute;bottom:10px;right:40px;width:420px;-webkit-user-select:none;user-select:none}.threejs-journey.is-active{display:flex}.threejs-journey .message{font-family:Oswald,sans-serif;font-weight:400;color:#fff;font-size:18px;margin-bottom:5px}.threejs-journey .message.is-visible{opacity:1}.threejs-journey .boy{position:absolute;bottom:100%;left:20px;width:132px;height:118px;overflow:hidden;pointer-events:none}.threejs-journey .boy .variant{position:absolute;top:0;left:0;width:112px;height:100%;transform:translateY(100%);transition:transform .15s ease-in}.threejs-journey .boy .variant.is-yay{background:url(/assets/boyYay-DyYK-NEy.png)}.threejs-journey .boy .variant.is-shrugging{background:url(/assets/boyShrugging-B0epdl_S.png)}.threejs-journey.is-hover-yes .boy .variant.is-yay,.threejs-journey.is-hover-no .boy .variant.is-shrugging,.threejs-journey.is-hover-none .boy .variant.is-hi{transform:translateY(0);transition-delay:.1s;transition-timing-function:ease-out}.threejs-journey .boy .is-hi .body{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/hinting-JEi8fkUt.png);background-size:contain;background-repeat:no-repeat;background-position:center}.threejs-journey .boy .is-hi .arm{position:absolute;bottom:0;right:0;width:49px;height:69px;background:url(/assets/hinting-JEi8fkUt.png);animation:boyArmWave 3s infinite ease-in-out;transform-origin:30% 90%}@keyframes boyArmWave{0%{transform:rotate(0)}2.5%{transform:rotate(15deg)}7.5%{transform:rotate(-15deg)}12.5%{transform:rotate(15deg)}17.5%{transform:rotate(-15deg)}20%{transform:rotate(0)}to{transform:rotate(0)}}.threejs-journey .message .bubble{position:relative;padding:20px 30px;border:2px solid #ffffff;border-radius:8px;background:linear-gradient(#fdb572ab,#fdb5721a)}.threejs-journey .message .tip{position:absolute;width:12px;height:16px;left:calc(100% - 1px);bottom:13px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='15'%20viewBox='0%200%2012%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207.5L1%201V14L10.5%207.5Z'%20fill='%23f8c684'/%3e%3cpath%20d='M10.5%207.5L11.0647%208.32531C11.3371%208.13891%2011.5%207.83009%2011.5%207.5C11.5%207.16991%2011.3371%206.86109%2011.0647%206.67469L10.5%207.5ZM0.435316%201.82531L9.93532%208.32531L11.0647%206.67469L1.56468%200.174693L0.435316%201.82531ZM9.93532%206.67469L0.435316%2013.1747L1.56468%2014.8253L11.0647%208.32531L9.93532%206.67469Z'%20fill='white'/%3e%3c/svg%3e")}.threejs-journey .message.is-answers{display:flex;justify-content:flex-end}.threejs-journey .message .answer{position:relative;display:flex;align-items:center;padding:10px 15px;margin-left:20px;border-radius:8px;text-decoration:none;cursor:pointer;overflow:hidden}.threejs-journey .message .answer .background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px}.threejs-journey .message .answer .hover{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform-origin:0 0;transform:scaleX(0);transition:transform ease-in-out .2s;will-change:transform}.threejs-journey .message .answer:hover .hover{transform:scaleX(1)}.threejs-journey .message .answer .label{position:relative}.threejs-journey .message .answer.is-no{color:#fff}.threejs-journey .message .answer.is-no .background{border:2px solid #ffffff;background:linear-gradient(#fdb5721a,#fdb572ab);color:#fff}.threejs-journey .message .answer.is-yes{color:#feae69}.threejs-journey .message .answer.is-yes .background{background:#fff;opacity:.75}.how-it-works-button{position:absolute;top:50%;left:40px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 5px;border-radius:8px;text-decoration:none;cursor:pointer;overflow:hidden;font-family:Oswald,sans-serif;font-weight:400;color:#feae69;font-size:24px}.how-it-works-button .button-icon{width:150px;height:150px;margin-bottom:10px;object-fit:contain;position:relative;z-index:2}.how-it-works-button .background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;background:#fff;opacity:.75;z-index:-1}.how-it-works-button .hover{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform-origin:0 0;transform:scaleX(0);transition:transform ease-in-out .2s;will-change:transform}.how-it-works-button:hover .hover{transform:scaleX(1)}.how-it-works-button .label{position:relative}.drawer{position:absolute;top:0;left:0;width:400px;height:100%;background:#fff;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:100;padding:20px;box-sizing:border-box;display:flex;flex-direction:column}.drawer.is-open{transform:translate(0)}.drawer-close{align-self:flex-end;background-color:#feae69;border-radius:50%;width:38px;height:38px;display:flex;justify-content:center;align-items:center;margin-bottom:20px;cursor:pointer;transition:background .2s,box-shadow .2s,transform .15s;box-shadow:0 2px 8px #00000014;flex-shrink:0}.drawer-close svg{display:block;width:18px;height:18px}.drawer-close:hover{background:#ff8908;box-shadow:0 4px 16px #0000001f;transform:rotate(10deg) scale(1.08)}.drawer-content{flex-grow:1;overflow-y:auto;color:#333;font-family:Oswald,sans-serif;font-weight:400;font-size:16px}.central-coming-soon{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;color:#fff;padding:15px 30px;border-radius:8px;font-family:Oswald,sans-serif;font-weight:400;font-size:20px;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:1000}.central-coming-soon.is-visible{opacity:1;visibility:visible}.social-links-wrapper .message.is-coming-soon{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:10px;opacity:0;transition:opacity .3s ease-in-out;width:150px;font-family:Oswald,sans-serif;font-weight:400;color:#fff;font-size:18px;z-index:2}.social-links-wrapper .message.is-coming-soon.is-visible{opacity:1}.social-links-wrapper .message.is-coming-soon .bubble{background:linear-gradient(#fdb572ab,#fdb5721a);border:2px solid #ffffff;padding:20px 30px;border-radius:8px}.social-links-wrapper .message.is-coming-soon .tip{position:absolute;width:12px;height:16px;left:50%;transform:translate(-50%) rotate(180deg);top:100%;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='15'%20viewBox='0%200%2012%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207.5L1%201V14L10.5%207.5Z'%20fill='%23f8c684'/%3e%3cpath%20d='M10.5%207.5L11.0647%208.32531C11.3371%208.13891%2011.5%207.83009%2011.5%207.5C11.5%207.16991%2011.3371%206.86109%2011.0647%206.67469L10.5%207.5ZM0.435316%201.82531L9.93532%208.32531L11.0647%206.67469L1.56468%200.174693L0.435316%201.82531ZM9.93532%206.67469L0.435316%2013.1747L1.56468%2014.8253L11.0647%208.32531L9.93532%206.67469Z'%20fill='white'/%3e%3c/svg%3e")}.social-links-wrapper{position:absolute;top:10px;right:40px;display:flex;flex-direction:column;align-items:flex-end;-webkit-user-select:none;user-select:none;z-index:1;opacity:0;transition:opacity .3s ease-in-out}.social-links-wrapper .answer{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-top:20px;border-radius:8px;text-decoration:none;cursor:pointer;overflow:hidden}.social-links-wrapper .answer .background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;background:#fff;opacity:.75}.social-links-wrapper .answer .hover{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform-origin:0 0;transform:scaleX(0);transition:transform ease-in-out .2s;will-change:transform}.social-links-wrapper .answer:hover .hover{transform:scaleX(1)}.social-links-wrapper .answer .icon{position:relative;font-size:24px;color:#feae69}.social-links-wrapper .icon{background-size:contain;background-repeat:no-repeat;background-position:center;width:100%;height:100%}.social-links-wrapper .icon-x{background-image:url(/assets/X_icon_-2rta38bO.png)}.social-links-wrapper .icon-app-store{background-image:url("/assets/App_Store_(iOS)-BjTob3ZQ.png")}.social-links-wrapper .icon-google-play{background-image:url(/assets/Play_store-Ctu2sSb7.png)}
