:root{--timing-1:cubic-bezier(.7,0,.3,1);--delay-1:.5s;--delay-2:1.5s;--delay-3:2.5s;--delay-4:3.5s;--bar-duration:.6s}*{box-sizing:border-box}html,body{interpolate-size:allow-keywords;margin:0;padding:0}html{font-size-adjust:ex-height .53;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;min-height:100%;font-size:16px}body{color:#fcfcfc;background-color:#000;font-family:PT Sans,Avenir,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400}.home{z-index:10;flex-direction:column;width:100vw;height:100svh;padding:2rem;display:flex;position:relative}.home header img{max-width:100%}.home article{flex-direction:column;flex:1;justify-content:center;gap:2rem;display:flex}.home article div{width:max-content}.home article h2{margin:2rem 0;padding-right:1rem;position:relative;overflow:hidden}.home article h2 span{opacity:0}.home article h2:before{content:attr(data-letters);color:#fcfcfc;z-index:10;white-space:no-wrap;width:0%;animation:letterReveal .35s var(--timing-1);animation-direction:normal;animation-delay:calc(var(--delay-1) + var(--bar-duration) / 2);animation-fill-mode:forwards;position:absolute;overflow:hidden}.home article h2:after{content:"";opacity:0;width:100%;height:100%;animation:barReveal var(--bar-duration) var(--timing-1);animation-delay:var(--delay-1);background-color:#fcfcfc;animation-fill-mode:forwards;display:block;position:absolute;top:0;right:0;transform:translate(-100%)}.home article h2:nth-of-type(2):before{animation-delay:calc(var(--delay-2) + var(--bar-duration) / 2)}.home article h2:nth-of-type(2):after{animation-delay:var(--delay-2)}.home article h2:nth-of-type(3):before{animation-delay:calc(var(--delay-3) + var(--bar-duration) / 2)}.home article h2:nth-of-type(3):after{animation-delay:var(--delay-3)}.home article h2:nth-of-type(4):before{animation-delay:calc(var(--delay-4) + var(--bar-duration) / 2)}.home article h2:nth-of-type(4):after{animation-delay:var(--delay-4)}.home h2{margin:0;padding:0;font-size:3rem;font-weight:400}.home a{color:#fcfcfc;text-decoration:none;position:relative}.home a:after{content:"";border-bottom:2px solid #0c9cd8;transition:transform .15s ease-out;display:block;transform:scaleX(0)}.home a:hover:after{transform:scaleX(1)}.home footer{flex-direction:column;align-items:flex-end;gap:.5rem;font-size:1.4rem;font-weight:350;display:flex}video{z-index:1;opacity:.7;height:100%;position:fixed;top:0;left:50%;right:0;transform:translate(-50%)}@keyframes barReveal{0%{opacity:0;transform:translate(-100%)}10%{opacity:1;transform:translate(-85%)}40%{opacity:1;transform:translate(-85%)}50%{transform:translate(0%)}99%{opacity:1}to{opacity:0;transform:translate(100%)}}@keyframes letterReveal{0%{width:0}to{width:100%}}
