.ci-hero:after{content:'';position:absolute;top:-20%;right:-10%;width:800px;height:800px;background:radial-gradient(circle,var(--ci-orange-pale) 0%,transparent 70%);filter:blur(120px);z-index:-1;animation:meshMove 15s infinite alternate}@keyframes meshMove{0%{transform:translate(0,0)}100%{transform:translate(-100px,100px)}}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:all 1s cubic-bezier(.16,1,.3,1)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.ci-logo__dot{display:inline-block;width:10px;height:10px;background:var(--ci-orange);border-radius:50%;margin-left:5px;box-shadow:0 0 15px var(--ci-orange);animation:logoPulse 2s infinite}@keyframes logoPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}