.netok-cover{--netok-disc-delay:0s;--netok-disc-duration:0.75s;--netok-nodes-delay:0.36s;--netok-nodes-stagger:0.1s;--netok-nodes-duration:0.45s;--netok-edge-1-delay:0.8s;--netok-edge-2-delay:1.22s;--netok-edge-3-delay:1.7s;--netok-edge-duration:0.38s;--netok-edge-duration-diagonal:0.5s;--netok-shift-delay:2s;--netok-shift-duration:0.5s;--netok-mark-offset:87.5px;--netok-mark-start-scale:1.5;--netok-word-delay:2.16s;--netok-word-stagger:0.04s;--netok-word-duration:0.28s;--netok-word-rise:4px;--animate-cycle:5.5s;--netok-fade-duration:0.4s;--netok-ease-overshoot:cubic-bezier(0.34,1.56,0.64,1);--netok-ease-draw:cubic-bezier(0.65,0,0.35,1);--netok-ease-glide:cubic-bezier(0.4,0,0.2,1);--netok-bg:#141414;--netok-logo-width:72%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--netok-bg)}.netok-cover__svg{width:var(--netok-logo-width);height:auto;overflow:visible}.netok-disc,.netok-letter,.netok-mark,.netok-node{transform-box:fill-box;transform-origin:center}.netok-edge{stroke-dasharray:1}@media (scripting:enabled){.netok-cover:not(.in-view) .netok-cover__svg{visibility:hidden}.netok-cover.in-view .netok-disc{animation:netok-pop var(--netok-disc-duration) var(--netok-ease-overshoot) var(--netok-disc-delay) backwards}.netok-cover.in-view .netok-node{animation:netok-pop var(--netok-nodes-duration) var(--netok-ease-overshoot) calc(var(--netok-nodes-delay) + var(--netok-i) * var(--netok-nodes-stagger)) backwards}.netok-cover.in-view .netok-edge{animation:netok-draw var(--netok-edge-duration) var(--netok-ease-draw) backwards}.netok-cover.in-view .netok-edge:first-child{animation-delay:var(--netok-edge-1-delay)}.netok-cover.in-view .netok-edge:nth-child(2){animation-delay:var(--netok-edge-2-delay);animation-duration:var(--netok-edge-duration-diagonal)}.netok-cover.in-view .netok-edge:nth-child(3){animation-delay:var(--netok-edge-3-delay)}.netok-cover.in-view .netok-mark{animation:netok-settle var(--netok-shift-duration) var(--netok-ease-glide) var(--netok-shift-delay) backwards}.netok-cover.in-view .netok-letter{animation:netok-letter-in var(--netok-word-duration) var(--netok-ease-glide) calc(var(--netok-word-delay) + var(--netok-i) * var(--netok-word-stagger)) backwards}.netok-cover.in-view .netok-cover__svg{animation:netok-dissolve var(--netok-fade-duration) var(--netok-ease-glide) calc(var(--animate-cycle) - var(--netok-fade-duration)) forwards}}@keyframes netok-pop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes netok-draw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes netok-settle{0%{transform:translateX(var(--netok-mark-offset)) scale(var(--netok-mark-start-scale))}to{transform:translateX(0) scale(1)}}@keyframes netok-letter-in{0%{opacity:0;transform:translateY(var(--netok-word-rise))}to{opacity:1;transform:translateY(0)}}@keyframes netok-dissolve{to{opacity:0}}@media (prefers-reduced-motion:reduce){.netok-cover .netok-cover__svg{visibility:visible!important;animation:none!important}.netok-cover .netok-disc,.netok-cover .netok-edge,.netok-cover .netok-letter,.netok-cover .netok-mark,.netok-cover .netok-node{animation:none!important}}