html{padding:0;background:#000;color:#fff;font-family:Helvetica Neue,Helvetica,sans-serif;flex-direction:column;justify-content:space-between;overflow:hidden}body,html{margin:0;display:flex}body{align-items:center;height:100vh}header{top:0}footer,header{position:absolute;width:100%;z-index:999;display:flex;justify-content:space-between;box-sizing:border-box;padding:30px}footer{bottom:0;text-align:left;text-transform:uppercase;flex-direction:row;align-items:flex-end}footer .legal{font-size:.4em;letter-spacing:.5px;color:grey}a,button{text-decoration:none;color:#fff;font-weight:700;text-transform:uppercase;background:none;border:none;font-size:1rem}a:hover,button:hover{cursor:pointer}a:active,a:focus,button:active,button:focus{outline:none;border:none;box-shadow:0}.textRight{text-align:right}.videoWrap{display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:fixed;top:0;bottom:0;left:0;right:0}.videoWrap #signUp{opacity:0;flex:0 1;width:100%;position:relative;z-index:999;max-width:400px;height:220px;overflow:hidden;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all 2s ease-in-out}.videoWrap .video,.videoWrap video{flex:1 1;max-width:100%;height:100dvh;margin:0 auto;display:block;object-fit:contain;transition:all 2s ease-in-out;-webkit-transform:scale(2);transform:scale(2)}.videoWrap.show .video,.videoWrap.show video{height:50dvh;-webkit-transform:translateY(30px) scale(1);transform:translateY(30px) scale(1);transition:all 2s ease-in-out}.videoWrap.show #signUp{opacity:1;flex:1 0 220px;-webkit-transform:translate(0);transform:translate(0);transition:all 2s ease-in-out}iframe{position:absolute;left:0;right:0;bottom:0;top:0;border:0}@media (min-width:768px){.videoWrap .video,.videoWrap video{max-width:100%;-webkit-transform:scale(1);transform:scale(1);transition:all 2s ease-in-out}.videoWrap.show #signUp{-webkit-transform:translate(0);transform:translate(0)}}
/*# sourceMappingURL=main.1cd3c386.chunk.css.map */