@-webkit-keyframes arrowAnimationMain {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: 200px;
    }
}
@keyframes arrowAnimationMain {
    0% {
        bottom: 100%;
    }
    100% {
        bottom: 200px;
    }
}
@-webkit-keyframes arrowAnimationBottom {
    0% {
        bottom: 200px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes arrowAnimationBottom {
    0% {
        bottom: 200px;
    }
    100% {
        bottom: 0;
    }
}
/*# sourceMappingURL=style.css.map */