.hero{align-items:center;display:flex;flex-direction:column;gap:3rem 0;height:100vh;justify-content:center;position:relative;width:100vw}.hero__title{font-family:Orbitron,sans-serif;font-weight:700;max-width:20rem;text-align:center;text-transform:uppercase}.hero__cube{height:10rem;left:0;margin:auto;position:absolute;right:0;width:10rem}.cube-effect{animation:spinCube 9s linear infinite;transform-origin:7.5rem 7.5rem;transform-style:preserve-3d}.cube-effect__face{height:10rem;left:0;position:absolute;top:0;width:10rem}.cube-effect__face:first-child{animation-delay:.3s;transform:translateZ(50px)}.cube-effect__face:nth-child(2){animation-delay:.6s;transform:translateZ(100px)}.cube-effect__face:nth-child(3){animation-delay:.9s;transform:translateZ(150px)}.cube-effect__face:nth-child(4){animation-delay:1.2s;transform:translateZ(200px)}.cube-effect__face:nth-child(5){animation-delay:1.5s;transform:translateZ(250px)}.cube-effect__face:nth-child(6){animation-delay:1.8s;transform:translateZ(300px)}.cube-effect__face:nth-child(7){animation-delay:2.1s;transform:translateZ(350px)}.cube-effect__face:nth-child(8){animation-delay:2.4s;transform:translateZ(400px)}.cube-effect__face:nth-child(9){animation-delay:2.7s;transform:translateZ(450px)}.cube-effect__face:nth-child(10){animation-delay:3s;transform:translateZ(500px)}.cube-effect__face:nth-child(11){animation-delay:3.3s;transform:translateZ(550px)}.cube-effect__dot{background:#fff;border-radius:50%;height:3px;position:absolute;width:3px}.cube-effect__dot:nth-child(3n+1){left:0}.cube-effect__dot:nth-child(3n+2){left:50%}.cube-effect__dot:nth-child(3n+3){left:100%}.cube-effect__dot:first-child,.cube-effect__dot:nth-child(2),.cube-effect__dot:nth-child(3){top:0}.cube-effect__dot:nth-child(4),.cube-effect__dot:nth-child(5),.cube-effect__dot:nth-child(6){top:50%}.cube-effect__dot:nth-child(7),.cube-effect__dot:nth-child(8),.cube-effect__dot:nth-child(9){top:100%}.icon{display:inline-block;overflow:visible}.icon,.icon>*{transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.l-wrapper{padding-left:10px;padding-right:10px;width:100%}@media(min-width:24.375em){.l-wrapper{padding-left:20px;padding-right:20px}}@media(min-width:48em){.l-wrapper{margin-left:40px;margin-right:40px;padding-left:0;padding-right:0;width:calc(100vw - 80px)}}.l-container{display:grid;gap:0 15px;grid-template-columns:repeat(12,minmax(0,1fr));padding-left:10px;padding-right:10px;width:100%}@media(min-width:24.375em){.l-container{padding-left:20px;padding-right:20px}}@media(min-width:48em){.l-container{margin-left:40px;margin-right:40px;padding-left:0;padding-right:0;width:calc(100vw - 80px)}}.the-link{align-items:center;cursor:pointer;display:flex;flex-shrink:0;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.the-link.--icon{border:1px solid #fff;border-radius:100%;height:4rem;padding:20px;width:4rem}.the-link.--icon>svg{height:100%;width:100%}.the-link:disabled{cursor:not-allowed;opacity:.6}