@keyframes tickerScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes cardActivate{0%{transform:translateY(-20px) scale(1)}40%{transform:translateY(-26px) scale(1.03)}to{transform:translateY(-20px) scale(1)}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeHead{to{opacity:1}}@keyframes packetTravel{0%{opacity:0;offset-distance:0}8%{opacity:1}88%{opacity:1}to{opacity:0;offset-distance:100%}}.hiw-ticker-mask{mask-image:linear-gradient(180deg,transparent 0,#000 20%,#000 80%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 20%,#000 80%,transparent)}.hiw-ticker-scroll{animation:tickerScroll 6s linear infinite}.hiw-toggle-switch{transition:background .25s ease}.hiw-toggle-knob{transition:left .25s ease}.hiw-automation-card{transition:opacity .4s ease,transform .4s ease,box-shadow .4s ease,background .4s ease}.hiw-badge{transition:opacity .3s ease}.hiw-arrow-connector{transition:opacity .4s ease}.hiw-step-card{transition:transform .3s ease}@keyframes pip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pip-pulse-soft{0%,to{opacity:1}50%{opacity:.6}}@keyframes pip-slide-in-row{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pip-toast-slide{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes pip-chart-draw{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes pip-feature-slide-in{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.pip-animate-float{animation:pip-float 5s ease-in-out infinite}.pip-animate-pulse-soft{animation:pip-pulse-soft 2s ease-in-out infinite}.pip-animate-chart{stroke-dasharray:1000;stroke-dashoffset:1000;animation:pip-chart-draw 2s ease-out forwards}.pip-slide-in-row{animation:pip-slide-in-row .5s cubic-bezier(.16,1,.3,1)}.pip-toast-anim{animation:pip-toast-slide 2.5s ease-in-out forwards}.pip-feature-slide-1{animation:pip-feature-slide-in .7s ease-out forwards}.pip-feature-slide-2{animation:pip-feature-slide-in .7s ease-out .2s forwards}