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