.animate-marquee{animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.unordered-checkIcon-black li:before{background-image:url(/icons/check-circle-black.svg)}.unordered-checkIcon-black li:before,.unordered-checkIcon-inverted li:before{border-radius:0;background-color:transparent;background-repeat:no-repeat;background-size:contain;background-position:50%;width:24px;height:24px}.unordered-checkIcon-inverted li:before{background-image:url(/icons/check-circle-inverted.svg)}.unordered-checkIcon-primary li:before{border-radius:0;background-color:transparent;background-repeat:no-repeat;background-size:contain;background-position:50%;background-image:url(/icons/check-circle-primary.svg);width:24px;height:24px}.ol-counter{counter-reset:list}.ol-counter li{counter-increment:list}.ol-counter li:before{content:counter(list,decimal-leading-zero) "."}