.entrance__slide-down{animation:.3s forwards slide-down}.entrance__fade-in{animation:1s forwards fade-in}@keyframes bounceIn{0%{opacity:0;transform:scale(.1)translate(0,0)}50%{opacity:.9;transform:scale(1.1)}90%{opacity:1;transform:scale(.95)}to{opacity:1;transform:scale(1)translate(0,0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes entrance_animation-title{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes entrance_animation-content{0%{opacity:0}to{opacity:1}}@keyframes underline-grow{0%{width:0%}to{width:100%}}:root{--font-roboto:"Roboto",sans-serif}.footer{z-index:20;background-color:#4d4d4d;flex-direction:column;align-items:center;width:100dvw;height:150px;display:flex;position:relative}.footer__top{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1140px;padding:10px 0;display:flex}.footer__top #logo{max-width:150px;height:auto}.footer__top--item{flex-direction:row;justify-content:center;align-items:center;display:flex}.footer__top--item img{max-width:140px;height:auto}.footer__top--item span{color:#fff;text-align:left;max-width:30ch;margin-left:10px;font-size:10px}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1140px;padding-top:10px;display:flex}.footer__bottom--socials{flex-direction:row;align-items:center;gap:10px;width:fit-content;display:flex}.footer__bottom--socials #icon{object-fit:cover;cursor:pointer;width:20px;height:20px}.footer__bottom--copyright{flex-direction:column;justify-content:center;align-items:center;display:flex}.footer__bottom--copyright p{color:#fff;font-size:10px}.footer__bottom--copyright #copy-rows{flex-direction:row;justify-content:space-evenly;align-items:center;width:100%;margin-top:5px;display:flex}.footer__bottom--copyright #copy-rows a{color:#fff;font-size:10px;text-decoration:underline}.footer__bottom--language{color:#fff;width:fit-content}.footer__bottom--language button{color:#fff;cursor:pointer;border-bottom:2px solid;padding:0 5px}.footer__bottom--language .active{border-color:#fff}.footer__bottom--language .disabled{border-color:#0000}@media only screen and (max-width:768px){.footer{flex-direction:column;height:100%;padding-bottom:20px}.footer__top{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px}.footer__top--item{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%}.footer__top--item span{text-align:center;max-width:max-content;font-size:13px}.footer__bottom{justify-content:center;align-items:center}.footer__bottom--socials,.footer__bottom--language{display:none}.footer__bottom--copyright{gap:10px}.footer__bottom--copyright p{text-align:center;font-size:15px}.footer__bottom--copyright #copy-rows a{font-size:13px}}
