.pm-pop-seq{align-items:flex-end;display:flex;gap:10px;justify-content:center;margin:0 auto;max-width:800px}.pm-pop-seq__item{animation:pmPopIn 2.8s cubic-bezier(.34,1.56,.64,1) infinite;opacity:0;transform:scale(.6) translateY(20px);width:30%}.pm-pop-seq__item:first-child{animation-delay:.1s}.pm-pop-seq__item:nth-child(2){animation-delay:.35s}.pm-pop-seq__item:nth-child(3){animation-delay:.6s}.pm-pop-seq__item:nth-child(4){animation-delay:.85s}.pm-pop-seq__item img{display:block;filter:brightness(1.05) contrast(1.05);height:auto;width:100%}@keyframes pmPopIn{0%{filter:brightness(.9);opacity:0;transform:scale(.6) translateY(20px)}20%{filter:brightness(1.2);opacity:1;transform:scale(1.08) translateY(-4px)}35%{filter:brightness(1.1);opacity:1;transform:scale(1) translateY(0)}55%{filter:brightness(1.05);opacity:1}75%{filter:brightness(.95);opacity:0;transform:scale(.85) translateY(10px)}to{filter:brightness(.9);opacity:0}}@media (max-width:768px){.pm-pop-seq{gap:6px}.pm-pop-seq__item{width:24%}}@media (hover:hover){.pm-pop-seq:hover .pm-pop-seq__item{animation:none}.pm-pop-seq:hover .pm-pop-seq__item:first-child{animation:pmPopIn .6s forwards;animation-delay:.1s}.pm-pop-seq:hover .pm-pop-seq__item:nth-child(2){animation:pmPopIn .6s forwards;animation-delay:.35s}.pm-pop-seq:hover .pm-pop-seq__item:nth-child(3){animation:pmPopIn .6s forwards;animation-delay:.6s}.pm-pop-seq:hover .pm-pop-seq__item:nth-child(4){animation:pmPopIn .6s forwards;animation-delay:.85s}}