.scroll-down-arrow{animation-name:ScrollDownArrowAnimation;animation-duration:3s;transform-origin:top;animation-iteration-count:infinite}@keyframes ScrollDownArrowAnimation{0%{scale:1 1}50%{scale:1 1.2}to{scale:1 1}}.sec3-picture-wrapper{animation-name:Sec3OpenPictureWrapper;animation-duration:1s;animation-fill-mode:forwards}.sec3-picture-wrapper>img{will-change:transform;animation-name:Sec3OpenPicture;animation-duration:1s;animation-delay:.5s;animation-fill-mode:forwards}@keyframes Sec3OpenPictureWrapper{0%{transform:scaleX(0)}to{transform:scale(1)}}@keyframes Sec3OpenPicture{0%{transform:translateX(130%)}to{transform:translateX(0)}}.sec4-picture-wrapper{animation-name:Sec4OpenPictureWrapper;animation-duration:1s;animation-fill-mode:forwards}.sec4-picture-wrapper img,.sec4-picture-wrapper>video{will-change:transform;animation-name:Sec4OpenPicture;animation-duration:1s;animation-delay:.5s;animation-fill-mode:forwards}@keyframes Sec4OpenPictureWrapper{0%{transform:scaleX(0)}to{transform:scale(1)}}@keyframes Sec4OpenPicture{0%{transform:translateX(-100%)}to{transform:translateX(0)}}