@keyframes flip-r{50%{opacity:0;transform:translate(100%)}51%{opacity:0;transform:translate(-100%)}}@keyframes flip-l{50%{opacity:0;transform:translate(-100%)}51%{opacity:0;transform:translate(100%)}}@keyframes flip-d{50%{opacity:0;transform:translateY(100%)}51%{opacity:0;transform:translateY(-100%)}}@keyframes flip-u{50%{opacity:0;transform:translateY(-100%)}51%{opacity:0;transform:translateY(100%)}}.theme-light .svg-arrow:not(.prevent-hover).svg-arrow--grey path:first-child{fill:var(--white)}.theme-light .svg-arrow:not(.prevent-hover).svg-arrow--grey path:nth-child(2),.theme-light .svg-arrow:not(.prevent-hover).svg-arrow--white path:first-child{fill:var(--grey-100)}.theme-light .svg-arrow:not(.prevent-hover).svg-arrow--white path:nth-child(2){fill:var(--white)}.svg-arrow{height:auto;position:relative;width:100%}.svg-arrow path{transition:all .35s ease-in-out}.svg-arrow--grey path:first-child{fill:var(--grey-100)}.svg-arrow--grey path:nth-child(2),.svg-arrow--white path:first-child{fill:var(--white)}.svg-arrow--white path:nth-child(2){fill:var(--grey-100)}
