.newtons-cradle{--uib-size:40px;--uib-speed:1.2s;--uib-color:#3d3a48;width:var(--uib-size);height:var(--uib-size);justify-content:center;align-items:center;display:flex;position:relative}.newtons-cradle__dot{transform-origin:top;align-items:center;width:24%;height:100%;display:flex;position:relative}.newtons-cradle__dot:after{content:"";background-color:var(--uib-color);border-radius:50%;width:100%;height:24%;display:block}.newtons-cradle__dot:first-child{animation:swing var(--uib-speed)linear infinite}.newtons-cradle__dot:last-child{animation:swing2 var(--uib-speed)linear infinite}@keyframes swing{0%{animation-timing-function:ease-out;transform:rotate(0)}25%{animation-timing-function:ease-in;transform:rotate(70deg)}50%{animation-timing-function:linear;transform:rotate(0)}}@keyframes swing2{0%{animation-timing-function:linear;transform:rotate(0)}50%{animation-timing-function:ease-out;transform:rotate(0)}75%{animation-timing-function:ease-in;transform:rotate(-70deg)}}
