body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box}:root{--gradient:linear-gradient(0deg,#000,rgba(0,0,0,0.738) 20%,rgba(0,0,0,0.541) 34%,rgba(0,0,0,0.382) 47%,rgba(0,0,0,0.278) 56.5%,rgba(0,0,0,0.194) 65%,rgba(0,0,0,0.126) 73%,rgba(0,0,0,0.075) 80.2%,transparent)}body{background:#000}.App{text-align:center;width:100%;background-color:#0e0b11;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media(max-width:768px){.App{overflow:auto}}.App h1{font-size:48px;margin-bottom:48px;margin-top:0}.App__start-container{display:flex;text-align:center;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;opacity:0;-webkit-animation:fadeIn .5s ease-in-out forwards;animation:fadeIn .5s ease-in-out forwards;-webkit-animation-delay:1s;animation-delay:1s}.App__start{background:#693cff;border:0;outline:0;cursor:pointer;font-size:18px;font-weight:600;letter-spacing:.5px;color:#fff;display:flex;align-items:center;transition:all .15s ease-in-out;padding:14px 20px 12px 16px;border-radius:8px;-webkit-animation:glowing .7s ease-in-out infinite alternate;animation:glowing .7s ease-in-out infinite alternate}@-webkit-keyframes glowing{0%{box-shadow:0 0 10px 5px rgba(99,87,255,.5)}to{box-shadow:0 0 20px 10px rgba(99,87,255,.5)}}@keyframes glowing{0%{box-shadow:0 0 10px 5px rgba(99,87,255,.5)}to{box-shadow:0 0 20px 10px rgba(99,87,255,.5)}}.App__start:active,.App__start:focus,.App__start:hover{color:#fff;box-shadow:0 0 20px 10px rgba(99,87,255,.5);outline:0;opacity:1;-webkit-animation:none;animation:none}.App__start svg{margin-right:10px}.App__start--done{transform:translateY(-100%);opacity:0}.App__start-helper-text{font-size:14px;font-weight:500;color:#666;margin-top:14px}.App__made-by{position:absolute;bottom:24px;left:0;width:100%;text-align:center;font-weight:600;font-size:16px;color:#999;text-decoration:none}.App__home,.App__made-by a,.App__made-by a:active,.App__made-by a:focus,.App__made-by a:hover,.App__made-by a:visited,.App__share{font-weight:600;color:#fff;text-decoration:none}.App__home,.App__share{display:flex;align-items:flex-end;padding:10px 12px;justify-content:flex-end;background:none;opacity:.8;border:0;outline:0;font-size:16px;line-height:16px;background:hsla(0,0%,100%,.07);border-radius:8px;position:absolute;top:15px;right:15px;cursor:pointer;transition:all .15s ease-in-out;z-index:1}.App__home{right:unset}.App__home,.App__ph{left:15px;line-height:16px;align-items:center}.App__ph{position:absolute;bottom:15px}.App__home:active,.App__home:focus,.App__home:hover,.App__share:active,.App__share:focus,.App__share:hover{background:hsla(0,0%,100%,.1);opacity:1;text-decoration:none}.App__home svg,.App__share svg,.ShareOption svg{width:18px;margin-right:5px}.ShareOption{display:flex;line-height:13px;align-items:flex-end}@-webkit-keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.App__overlay{background:#000;position:absolute;pointer-events:none;transition:all .25s ease}.App__overlay,.App__share-overlay{opacity:0;top:0;bottom:0;right:0;left:0;z-index:1}.App__share-overlay{position:fixed;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,.5);-webkit-animation:fadeIn .35s ease-in-out forwards;animation:fadeIn .35s ease-in-out forwards}.App__share-choices{display:flex;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;background:rgba(50,50,50,.97);padding:24px;border-radius:8px}.App__share-choice{font-size:18px;font-family:"Helvetica";line-height:1.5em;font-weight:600;color:#fff;padding:20px 32px;flex-grow:1;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;background:hsla(0,0%,100%,0);border:0;border-radius:8px;outline:0;transition:all .15s ease-in-out;cursor:pointer;text-decoration:none}.App__share-choice:active,.App__share-choice:focus,.App__share-choice:hover{color:#fff;background:hsla(0,0%,100%,.1);outline:0;text-decoration:none}.App__mobile{font-size:16px;padding:32px;line-height:1.5em;font-weight:500}.App__overlay--visible{opacity:1}.App__content,.App__content .App__video-container{visibility:hidden;display:none;background:#000}.App__content--visible,.App__content--visible .App__video-container{visibility:visible;display:unset}.App__video{width:100%;height:calc(100vh - 100px);object-fit:cover;object-position:top}.App__video-container{position:relative;width:100%}.App__video-overlay{position:absolute;bottom:0;width:100%;height:120px;background:linear-gradient(0deg,#000,rgba(0,0,0,.738) 20%,rgba(0,0,0,.541) 34%,rgba(0,0,0,.382) 47%,rgba(0,0,0,.278) 56.5%,rgba(0,0,0,.194) 65%,rgba(0,0,0,.126) 73%,rgba(0,0,0,.075) 80.2%,transparent);background:var(--gradient);pointer-events:none}.App__choices{display:flex;flex-direction:row;padding:16px;width:100%;justify-content:space-around;align-items:flex-start;height:100px;position:relative;top:-10px}.App__choice{font-size:14px;font-family:"Helvetica";line-height:1.5em;font-weight:600;letter-spacing:1.5px;color:#fff;padding:20px 32px;flex:1 1;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;background:hsla(0,0%,100%,0);border:0;border-radius:8px;outline:0;transition:all .15s ease-in-out;cursor:pointer;-webkit-animation:fadeIn .35s ease-in-out forwards;animation:fadeIn .35s ease-in-out forwards;opacity:0;text-decoration:none}.App__choice:active,.App__choice:focus,.App__choice:hover{color:#fff;background:hsla(0,0%,100%,.1);outline:0;text-decoration:none}.App__choice--visited{color:hsla(0,0%,100%,.4)}@media(max-width:768px){.App__choices{flex-direction:column;height:auto;justify-content:center;align-items:center;width:100%}.App__choice{width:100%}}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.579b5146.chunk.css.map */