path-animation-component .motion-graphic-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}path-animation-component .motion-graphic-container .image-wrapper{width:40px;height:40px}path-animation-component .motion-graphic-container .image-wrapper img{width:100%;height:100%;object-fit:contain}path-animation-component .motion-graphic-container .icon-wrapper{width:40px;height:40px}path-animation-component .motion-graphic-container .icon-wrapper svg{width:inherit;height:inherit}path-animation-component .animation-container{position:absolute;top:0;left:0;bottom:0;right:0}path-animation-component .animation-container .motion-graphic-container{width:100%;height:100%;animation:move 3000ms infinite alternate ease-in-out;background-size:contain;background-position:center center}path-animation-component .animation-container .motion-graphic-container .image-wrapper{width:100%;height:100%}path-animation-component .animation-container .motion-graphic-container .image-wrapper img{width:100%;height:100%;object-fit:contain}path-animation-component .animation-container .motion-graphic-container .icon-wrapper{width:40px;height:40px}path-animation-component .animation-container .motion-graphic-container .icon-wrapper svg{width:inherit;height:inherit}@keyframes move{0%{offset-distance:0%;offset-rotate:0deg}100%{offset-distance:100%;offset-rotate:0deg}}
