.avatars{--avatar-size:38px;--avatar-size-active:45px;position:relative;width:120px;height:var(--avatar-size-active)}.avatars__item{position:absolute;top:0;left:0;width:var(--avatar-size-active);height:var(--avatar-size-active);border-radius:50%;-o-object-fit:cover;object-fit:cover;opacity:0;transform-origin:center;border:3px solid #1766ff;box-sizing:border-box;will-change:transform,opacity;animation:avatarsCarousel 9s linear infinite}.avatars__item:nth-child(1){animation-delay:0s}.avatars__item:nth-child(2){animation-delay:-1.8s}.avatars__item:nth-child(3){animation-delay:-3.6s}.avatars__item:nth-child(4){animation-delay:-5.4s}.avatars__item:nth-child(5){animation-delay:-7.2s}@keyframes avatarsCarousel{0%{transform:translateX(102px) scale(.8444);opacity:0;animation-timing-function:cubic-bezier(.4,0,.2,1);z-index:6}15%{opacity:1}20%{transform:translateX(79px) scale(.8444);animation-timing-function:cubic-bezier(.4,0,.2,1);z-index:5}40%{transform:translateX(53px) scale(1);animation-timing-function:cubic-bezier(.4,0,.2,1);z-index:4}60%{transform:translateX(23px) scale(1);animation-timing-function:cubic-bezier(.4,0,.2,1);z-index:3}80%{transform:translateX(-4px) scale(.8444);animation-timing-function:cubic-bezier(.53,-.02,.45,.85);opacity:1;z-index:2}92%{transform:translateX(-18px) scale(.8444);opacity:0;z-index:1}100%{transform:translateX(102px) scale(.8444)}}