@keyframes background{0%,20%{background-color:black}25%,75%{background-color:white}80%,to{background-color:black}}@keyframes text1{0%,25%{opacity:0;transform:translateY(20px)}32%,to{opacity:1;transform:translateY(0)}}@keyframes text2{0%,30%{opacity:0;transform:translateY(20px)}37%,to{opacity:1;transform:translateY(0)}}@keyframes text3{0%,35%{opacity:0;transform:translateY(20px)}40%,to{opacity:1;transform:translateY(0)}}@keyframes text4{0%,37%{opacity:0;transform:translateY(20px)}42%,to{opacity:1;transform:translateY(0)}}@keyframes feature1{0%,80%{opacity:0;transform:translateY(20px)}85%,to{opacity:1;transform:translateY(0)}}@keyframes feature2{0%,82%{opacity:0;transform:translateY(20px)}87%,to{opacity:1;transform:translateY(0)}}@keyframes feature3{0%,84%{opacity:0;transform:translateY(20px)}89%,to{opacity:1;transform:translateY(0)}}@keyframes feature4{0%,86%{opacity:0;transform:translateY(20px)}91%,to{opacity:1;transform:translateY(0)}}.ceo{animation:background 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-message__text:first-of-type{animation:text1 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-message__text:nth-of-type(2){animation:text2 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-message__text:nth-of-type(3){animation:text3 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-message__text:nth-of-type(4){animation:text4 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-features li:first-of-type{animation:feature1 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-features li:nth-of-type(2){animation:feature2 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-features li:nth-of-type(3){animation:feature3 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}.sc-features li:nth-of-type(4){animation:feature4 1s linear forwards paused;animation-delay:calc(var(--progress) * -1s)}