.loading-screen{z-index:1000;opacity:1;background:#111;transition:opacity .6s .2s;position:fixed;inset:0;overflow:hidden}.loading-screen--done{opacity:0;pointer-events:none}.loading-screen__noise{z-index:0;pointer-events:none;opacity:.18;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px 256px;position:absolute;inset:0}.loading-screen__logo{z-index:2;white-space:nowrap;position:absolute;top:48px;left:50%;transform:translate(-50%)}.loading-screen__svg{z-index:1;width:100%;height:100%;position:absolute;inset:0}.loading-screen__svg--mobile{display:none}.loading-screen__waypoint{z-index:2;opacity:0;transition:opacity .3s ease-out,transform .3s ease-out;position:absolute;transform:translate(-50%,-50%)scale(.5)}.loading-screen__waypoint.is-visible{opacity:1;transform:translate(-50%,-50%)scale(1)}.loading-screen__waypoint svg{width:48px;height:48px;display:block}.loading-screen__waypoint--1{top:80%;left:9.5%}.loading-screen__waypoint--2{top:66%;left:27.5%}.loading-screen__waypoint--3{top:46%;left:45%}.loading-screen__waypoint--4{top:33%;left:83.3%}.loading-screen__counter{z-index:2;font-family:var(--font-tektur);color:#f7f7f6;align-items:baseline;font-size:160px;line-height:1;display:flex;position:absolute;bottom:80px;right:80px}@media (max-width:768px){.loading-screen__logo{top:28px}.loading-screen__logo svg{width:120px;height:auto}.loading-screen__svg--desktop{display:none}.loading-screen__svg--mobile{display:block}.loading-screen__waypoint svg{width:40px;height:40px}.loading-screen__waypoint--1,.loading-screen__waypoint--2{display:none}.loading-screen__waypoint--3{top:55%;left:15%}.loading-screen__waypoint--4{top:33%;left:77%}.loading-screen__counter{font-size:120px;bottom:24px;right:24px}}
