body{margin:0;background-color:light-dark(#ededed,#0a0a0a);color:light-dark(#0a0a0a,#ededed);font-family:Lato,sans-serif;font-weight:300;overflow-x:hidden}body .mouse-follower:first-child{animation-delay:.3s;animation:mouseFollowerSpin 6s linear infinite}body .mouse-follower:nth-child(2){animation-delay:.6s;animation:mouseFollowerSpin 12s linear infinite}body .mouse-follower:nth-child(3){animation-delay:.9s;animation:mouseFollowerSpin 18s linear infinite}body .mouse-follower:nth-child(4){animation-delay:1.2s;animation:mouseFollowerSpin 24s linear infinite}body .mouse-follower:nth-child(5){animation-delay:1.5s;animation:mouseFollowerSpin 30s linear infinite}body .mouse-follower:nth-child(6){animation-delay:1.8s;animation:mouseFollowerSpin 36s linear infinite}body .mouse-follower:nth-child(7){animation-delay:2.1s;animation:mouseFollowerSpin 42s linear infinite}body .mouse-follower:nth-child(8){animation-delay:2.4s;animation:mouseFollowerSpin 48s linear infinite}body .mouse-follower:nth-child(9){animation-delay:2.7s;animation:mouseFollowerSpin 54s linear infinite}body .mouse-follower:nth-child(10){animation-delay:3s;animation:mouseFollowerSpin 60s linear infinite}h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif;font-weight:700}hr{margin:0;background-color:#000}strong{font-family:Lato,sans-serif;font-weight:700}.app-page{display:flex;flex-direction:column;min-height:calc(100vh - 100px)}.spinner{position:fixed;top:0;left:0;width:1px;max-width:1px;height:1px;max-height:1px;z-index:100;transform-origin:top center;animation:mouseFollowerSpin 6s linear infinite}.spinner .mouse-follower{margin:20px;width:50px;aspect-ratio:1;border-radius:46%}.spinner .mouse-follower:first-child{background-color:#fff700}.spinner .mouse-follower:nth-child(2){background-color:#aeaeae}.spinner .mouse-follower:nth-child(3){background-color:#f3de67}.spinner .mouse-follower:nth-child(4){background-color:#11236a}.spinner .mouse-follower:nth-child(5){background-color:#ff5e00}.spinner .mouse-follower:nth-child(6){background-color:#c3a831}.spinner .mouse-follower:nth-child(7){background-color:#c2cc05}.spinner .mouse-follower:nth-child(8){background-color:#cce4df}.spinner .mouse-follower:nth-child(9){background-color:#2c10b5}.spinner .mouse-follower:nth-child(10){background-color:#8b8c7a}@keyframes mouseFollowerSpin{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(1turn)}}@keyframes colorTransform1{0%{background:radial-gradient(#fff700,#aeaeae);-webkit-background-clip:text;background-clip:text}20%{background:radial-gradient(#f3de67,#11236a);-webkit-background-clip:text;background-clip:text}40%{background:radial-gradient(#ff5e00,#c3a831);-webkit-background-clip:text;background-clip:text}60%{background:radial-gradient(#c2cc05,#cce4df);-webkit-background-clip:text;background-clip:text}80%{background:radial-gradient(#2c10b5,#8b8c7a);-webkit-background-clip:text;background-clip:text}}@keyframes colorTransform2{0%{background:radial-gradient(#8b8c7a,#2c10b5);-webkit-background-clip:text;background-clip:text}20%{background:radial-gradient(#cce4df,#c2cc05);-webkit-background-clip:text;background-clip:text}40%{background:radial-gradient(#c3a831,#ff5e00);-webkit-background-clip:text;background-clip:text}60%{background:radial-gradient(#11236a,#f3de67);-webkit-background-clip:text;background-clip:text}80%{background:radial-gradient(#aeaeae,#fff700);-webkit-background-clip:text;background-clip:text}}:root{color-scheme:light dark;color:light-dark(#0a0a0a,#ededed)}.Nav,:root{background-color:light-dark(#ededed,#0a0a0a)}.Nav{position:fixed;top:0;left:0;width:100%;height:70px;z-index:1001}.Nav .Nav__container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 20px}.Nav .Nav__container .Nav__logo{display:flex;align-items:center;animation:colorTransform1 6s linear infinite}.Nav .Nav__container .Nav__logo img{width:50px;height:50px}.Nav .Nav__container nav{display:flex;align-items:center}.Nav .Nav__container nav a{margin:0 10px;font-family:Lato,sans-serif;font-weight:700;font-size:18px;line-height:1.1;color:transparent;text-decoration:none;animation:colorTransform2 6s linear infinite}