.burguer-transition{background-color:#fff;width:20px;height:1px;transition:all .3s;position:relative;top:0;left:0}.burguer-transition.animate{animation:.75s both burguerToCloseMiddle}.burguer-transition.animate:after{animation:.75s both burguerToCloseTop}.burguer-transition.animate:before{animation:.75s both burguerToCloseBottom}.burguer-transition:after{content:"";background-color:#fff;width:20px;height:1px;transition:all .3s;position:absolute;top:-5px;left:0}.burguer-transition:before{content:"";background-color:#fff;width:20px;height:1px;transition:all .3s;position:absolute;top:5px;left:0}@keyframes burguerToCloseMiddle{0%{background-color:#fff}to{background-color:#0000}}@keyframes burguerToCloseTop{0%{transform:rotate(0)translateY(0)}to{transform:rotate(45deg)translateY(3px)}}@keyframes burguerToCloseBottom{0%{transform:rotate(0)translateY(0)}to{transform:rotate(-45deg)translate(4px,-7px)}}
.Footer{z-index:1}.Footer .top-button{background-color:#242424;justify-content:center;align-items:center;gap:1rem;width:100%;padding-block:1.5rem;font-size:1rem;transition:all .3s;display:flex}.Footer .top-button .top-arrow{transform:rotate(-90deg)}.Footer .top-button:hover{background-color:#606060}.Footer .footer-body{z-index:2;background-color:#121212;position:relative}.Footer .footer-body .hover-underline{color:#bfbfbf;width:fit-content;position:relative}.Footer .footer-body .hover-underline:hover{color:#fff}.Footer .footer-body .hover-underline:hover:after{opacity:1;width:calc(100% + 4px)}.Footer .footer-body .hover-underline:after{content:"";opacity:0;border-bottom:2px solid #fff;width:80%;transition:all .3s;position:absolute;top:calc(100% + .25rem);left:0}.Footer .pages-grid{grid-gap:1.5rem;grid-template-rows:auto auto;grid-template-columns:auto auto;display:grid}.Footer .pages-grid a{white-space:nowrap}@media (max-width:1024px){.Footer{font-size:13px!important}.Footer .text-lg{font-size:14px}.Footer .pages-grid{grid-template-rows:auto;grid-template-columns:auto auto auto auto}}@media (max-width:400px){.Footer .pages-grid{grid-template-rows:auto auto;grid-template-columns:auto auto}}
