.separator-bar-dots-left{animation:move-dots-loop 1.5s linear infinite}@keyframes move-dots-loop{0%{transform:translateX(0)}to{transform:translateX(16px)}}.separator-bar-dots-right{animation:move-dots-loop-reverse 1.5s linear infinite}@keyframes move-dots-loop-reverse{0%{transform:translateX(0)}to{transform:translateX(-16px)}}.section-strokes-dots-group:first-child{mask-image:linear-gradient(90deg,transparent 10%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.2) 80%,#fff 90%,#fff 95%,transparent)}.section-strokes-dots-group:last-child{mask-image:linear-gradient(270deg,transparent 10%,rgba(255,255,255,.2) 20%,rgba(255,255,255,.2) 80%,#fff 90%,#fff 95%,transparent)}