@use "sass:math";@-webkit-keyframes wipes{0%{background-position:100% 100%}to{background-position:0 0}}@keyframes wipes{0%{background-position:100% 100%}to{background-position:0 0}}.animation-img-slideup .img-box{float:right}.animation-img-slideup .img-box img{height:400px;position:relative;right:-20%}.animation-img-slideup.active .img-box{-webkit-animation-name:bottom-to-up;animation-name:bottom-to-up;-webkit-animation-duration:1.2s,1.4s;animation-duration:1.2s,1.4s;-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1),cubic-bezier(.25,.46,.45,.94);animation-timing-function:cubic-bezier(.215,.61,.355,1),cubic-bezier(.25,.46,.45,.94)}@-webkit-keyframes bottom-to-up{0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bottom-to-up{0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}