@import "../node_modules/animate.css/animate.css";@keyframes float{0%,40%{top:0}20%{top:10%}45%,65%{opacity:1}55%{opacity:.5}}:root{--primary-color:#222831;--primary-accent:#eeeeee;--secondary-color:#353b42;--secondary-accent:#0092ca;--border-color:#666}#chevron-box,#chevron-wrapper{display:flex;justify-content:center}#chevron-box{position:absolute;bottom:15px;animation-duration:10s;width:100%;z-index:1}#chevron-wrapper{border-radius:50%;width:4rem;height:4rem;background-color:var(--secondary-color);align-items:center;border:var(--border-color) solid 2px}#chevron{position:relative;align-self:center;height:50%;width:50%;top:0;margin:0;animation:float 3s ease-in-out 5s infinite}#chevron:after,#chevron:before{content:"";position:absolute;top:25%;height:50%;width:50%}#chevron:before{left:0;margin-left:.1px;background:var(--secondary-accent);transform:skew(0deg,50deg)}#chevron:after{right:0;margin-right:.1px;background:#007096;transform:skew(0deg,-50deg)}