@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;font-family:Montserrat,sans-serif}.canvas-container{position:absolute;top:0;left:0;width:100%;height:100%}.interface-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10;pointer-events:none;display:flex;justify-content:end}.btn-close{position:absolute;top:80px;right:120px;width:fit-content;height:fit-content;cursor:pointer;padding:10px 20px;pointer-events:all;opacity:0;transition:opacity ease .2s;border:none;pointer-events:none;font-weight:600;text-transform:700;background-color:#111;color:#f0f0f0}.btn-close.show{opacity:1;pointer-events:all}.title{font-size:4rem;bottom:100px;left:80px;position:absolute;opacity:0}.title.loaded{animation:fadeInAndOut 8s ease-in-out}@keyframes fadeInAndOut{0%,5%{opacity:0}10%,50%{opacity:1}55%,to{opacity:0}}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:900;background-color:#111;display:flex;justify-content:center;align-items:center;opacity:1;pointer-events:all;transition:opacity .2s ease}.loading-container.loaded{opacity:0;pointer-events:none}.lds-roller{display:inline-block;position:relative;width:80px;height:80px}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:63px;left:63px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:68px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:71px;left:48px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:71px;left:32px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:68px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:63px;left:17px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media only screen and (max-width: 767px){.btn-close{top:60px;right:20px}.title{bottom:60px;left:20px;font-size:2em}}
