footer{background:var(--brand);align-items:flex-start;padding:15vh 10vw;gap:15vh;overflow:hidden}footer svg{width:187px;height:35px}footer svg path{fill:var(--beige)}footer .menu-footer{position:relative;bottom:auto;flex-direction:row;justify-content:flex-start;padding:0;width:100%;gap:3vw;color:var(--beige)}@media(orientation: portrait){footer .menu-footer{flex-direction:column;align-items:flex-start}}footer .menu-footer a{color:var(--beige)}footer .menu-footer .underline-link span{background-color:var(--beige)}footer .menu-footer .underline-link:hover{color:var(--beige)}footer .stripes{position:absolute;right:0;top:8vh;width:15vw;gap:2vmin;z-index:2;transform-origin:left;transform:skewY(-20deg)}footer .stripes span{width:100%;height:1.2vmin;background-color:#962a5b;transform:scaleX(0);transition:transform .4s var(--ease);transform-origin:right;transition-delay:0s}footer .stripes:last-of-type{transform:skewY(20deg);z-index:1}footer .stripes:last-of-type span{background-color:#680733;transform-origin:left}footer.in-view .menu-footer{transition:clip-path 1.4s var(--ease),transform 1.4s var(--ease);clip-path:inset(0 0 0 0);transform:translateZ(0)}footer.in-view .stripes span{transition:transform .7s var(--ease);transform:scaleX(1)}footer.in-view .stripes span:nth-child(6){transition-delay:.5s}footer.in-view .stripes span:nth-child(5){transition-delay:.4s}footer.in-view .stripes span:nth-child(4){transition-delay:.3s}footer.in-view .stripes span:nth-child(3){transition-delay:.2s}footer.in-view .stripes span:nth-child(2){transition-delay:.1s}footer.in-view .stripes:last-of-type span:nth-child(6){transition-delay:.9s}footer.in-view .stripes:last-of-type span:nth-child(5){transition-delay:.8s}footer.in-view .stripes:last-of-type span:nth-child(4){transition-delay:.7s}footer.in-view .stripes:last-of-type span:nth-child(3){transition-delay:.6s}footer.in-view .stripes:last-of-type span:nth-child(2){transition-delay:.5s}footer.in-view .stripes:last-of-type span:nth-child(1){transition-delay:.4s}/*# sourceMappingURL=footer.css.map */