/* https://aktaios.gr/wp-content/themes/u-design/assets/css/components/animations/revealInLeft.min.css?ver=4.13.6 */
@keyframes revealInLeft{0%{left:0;right:auto;width:0%}45%{left:0;right:auto;width:100%}55%{left:auto;right:0;width:100%}to{left:auto;right:0;width:0%}}.revealInLeft{--alpha-reveal-animation-color:var(--alpha-primary-color);animation-name:revealContent;animation-timing-function:cubic-bezier(.1,.5,.5,.9)}.revealInLeft:after{top:0;bottom:0;animation-name:revealInLeft}