@keyframes horizontalExpand{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes horizontalCollapse{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dialog-content-horizontal{transform-origin:center}.dialog-content-horizontal[data-state=open]{animation:horizontalExpand .3s ease forwards}.dialog-content-horizontal[data-state=closed]{animation:horizontalCollapse .3s ease forwards}.gallery-item{opacity:0;animation:slideUpFade .5s ease forwards}.gallery-item:first-child{animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s}.gallery-item:nth-child(7){animation-delay:.7s}.gallery-item:nth-child(8){animation-delay:.8s}.gallery-item:nth-child(9){animation-delay:.9s}.gallery-item:nth-child(10){animation-delay:1s}.gallery-item:nth-child(11){animation-delay:1.1s}.gallery-item:nth-child(12){animation-delay:1.2s}