@import url("https://fonts.googleapis.com/css2?family=Changa:wght@400;700&display=swap");@keyframes message-reaction-show{0%{scale:.8;opacity:.45}25%{opacity:1}50%{scale:1.3;opacity:1}to{scale:1}}@keyframes message-popup{0%{transform:translateY(0);opacity:.3}50%{transform:translateY(-.45em);opacity:1}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes typing-dot{0%,80%,to{transform:translateY(-.1em);opacity:1}40%{transform:translateY(.1em);opacity:1}}.hidden{display:none!important}.invisible{visibility:hidden}.no-uppercase{text-transform:none}*{margin:0;padding:0;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;font-family:inherit;box-sizing:border-box}:root,body{width:100vw;min-height:100vh}body{font-family:Changa,sans-serif;font-style:normal;font-weight:800;letter-spacing:.2em;overflow-x:hidden;cursor:default;color:#151515;background-color:#f9f9f9}body *{-ms-overflow-style:none;scrollbar-width:none}body ::-webkit-scrollbar{display:none}textarea{resize:none}.masked-icon{width:1.3em;height:1.3em;-webkit-mask-image:url(webpack:///mini-css-extract-plugin//_next/static/media/test.b324401e.png);mask-image:url(webpack:///mini-css-extract-plugin//_next/static/media/test.b324401e.png);-webkit-mask-size:1.3em;mask-size:1.3em;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;margin-left:0;background-color:hotpink}button{border:none;outline:none;background-color:transparent}.click-button{display:inline-flex;align-items:center;justify-content:center}.click-button.clickable{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.top-bar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;height:4.5em}.top-bar .side-logo{height:66%;margin-left:1.5em;cursor:pointer;translate:.1em .2em}.top-bar .side-logo .icon{background-color:rgba(0,0,0,.9)}.top-bar .auth-panel{margin-right:1.5em}.top-bar .auth-panel .click-button{padding:.5em 1em;border-radius:.3em;font-weight:800;letter-spacing:.1em;box-shadow:0 .1em .05em .075em rgba(28,52,97,.85);color:#fff;background-color:#7296d7}.top-bar .auth-panel .logout-button{box-shadow:0 .1em .05em .075em rgba(0,0,0,.8);background-color:gray}.modal-info{position:absolute;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;top:0;left:0;background-color:rgba(0,0,0,.2)}.modal-info canvas{width:100%;height:100%}.modal-info .info-box{display:flex;flex-direction:column;align-items:center;width:70%;max-width:30em;max-height:50%;padding:1em;gap:2em;z-index:5;border-radius:.2em;box-shadow:0 .1em .1em .05em rgba(0,0,0,.5);color:#fff;background-color:#4c81b9}.modal-info .info-box .message{max-width:20em;padding:1em;font-size:1.5em;letter-spacing:.09em;border-radius:.2em;border:.1em solid rgba(0,0,0,.15);text-align:center;text-shadow:0 0 .1em rgba(0,0,0,.5);background-color:rgba(0,0,0,.15)}.modal-info .info-box .buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:3em;margin-bottom:1em}.modal-info .info-box .buttons .click-button{padding:.5em 1em;font-size:1.5em;font-weight:inherit;border-radius:.5em;box-shadow:0 .1em .1em .1em rgba(0,0,0,.25);background-color:#2bbb9c}.modal-info .info-box .buttons .click-button:hover{box-shadow:0 .05em .1em .1em rgba(0,0,0,.17)}.modal-info .info-box .buttons .click-button .label{text-shadow:0 .035em .05em rgba(0,0,0,.3);color:#fff}.cookie-banner{position:fixed;width:25em;padding:1.1em;bottom:2em;right:2em;border-radius:1em;z-index:1000;background-color:#527db0}.cookie-banner .banner-message{font-size:1.1em;letter-spacing:.1em;text-align:center;color:#fff}.cookie-banner .accept-button{width:100%;padding:1em 0;margin-top:1em;font-size:1.2em;letter-spacing:.1em;font-weight:800;border:.2em solid #fff;border-radius:.5em;color:#fff}.cookie-banner .accept-button:hover{color:#527db0;background-color:#fff}.top-title{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:-moz-fit-content;height:fit-content}.top-title img.title-logo{width:15em;height:15em}.top-title .title-label{margin-top:.2em;padding:.1em .6em;font-size:1.2em;letter-spacing:.1em;border-radius:.5em;translate:0 -1em;color:#fff;background-color:#859cb7}.top-title .title-description{width:35em;max-width:85%;margin-top:1.1em;font-size:1.2em;letter-spacing:.055em;line-height:1.7em;font-weight:400;text-align:center;color:#323232}footer.footer-box{align-self:flex-end;margin-top:auto;width:100vw;padding-top:2em;margin-bottom:1em;text-align:center}footer.footer-box .contact-form{letter-spacing:.1em}footer.footer-box .contact-form .contact-email{font-size:.9em}footer.footer-box .rights-form{letter-spacing:.1em;font-size:.8em}