footer{position:absolute;width:100%;z-index:3;transform:translateY(0)}footer.is-black{background-color:#1e1e1e}footer.is-black .footer-wrapper{background-color:#d9d9d9}footer.is-black .footer-wrapper .footer-cta{background-color:#5d84ec}footer.is-black .footer-wrapper .footer-cta p{color:#d9d9d9}footer.is-black .footer-wrapper .footer-content .footer-logo .logo-text{color:#5d84ec}footer.is-cornflowerBlue,footer.is-cornflowerBlue .footer-wrapper{background-color:#5d84ec}footer.is-cornflowerBlue .footer-wrapper .footer-cta{background-color:#d9d9d9}footer.is-cornflowerBlue .footer-wrapper .footer-cta p{color:#5d84ec}footer.is-cornflowerBlue .footer-wrapper .footer-content .footer-logo .logo-text{color:#d9d9d9}footer .footer-wrapper .footer-cta{display:flex;flex-direction:column;width:100%;padding:16px;font-family:Museo Moderno,sans-serif}footer .footer-wrapper .footer-cta .title{font-size:24px;line-height:22px;font-weight:300;margin-bottom:16px}footer .footer-wrapper .footer-cta .description{font-size:16px;line-height:21px;font-weight:300;margin-bottom:24px}footer .footer-wrapper .footer-content{transition:opacity 1.2s ease-out}footer .footer-wrapper .footer-content .footer-logo{display:grid;align-items:center;grid-template-columns:4fr 6fr;padding:28px 14px;overflow:hidden;grid-gap:20px;gap:20px}footer .footer-wrapper .footer-content .footer-logo .logo-container .logo{width:100%;height:100%}footer .footer-wrapper .footer-content .footer-logo .logo-container .logo path{fill:red}footer .footer-wrapper .footer-content .footer-logo .logo-text{font-family:Museo Moderno,sans-serif;font-weight:600;font-size:calc(35px + 12vw);line-height:calc(35px + 12vw);display:flex;align-items:center}footer .footer-wrapper .footer-content .footer-logo .logo-text span{vertical-align:middle}footer .footer-wrapper .footer-content .footer-links{display:grid;padding:0 14px}footer .footer-wrapper .footer-content .footer-links .links-wrap{display:flex;flex-direction:column}footer .footer-wrapper .footer-content .footer-links .links-wrap .border-top{border-top:1px solid #000}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0 32px}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .name{font-size:16px;font-weight:500;color:#1e1e1e}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links{display:flex;flex-direction:column;gap:16px}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links .link{cursor:pointer}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links .link,footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links p{position:relative;font-size:12px;font-weight:400;color:#1e1e1e}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links .link.arrow,footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links p.arrow{display:flex;align-items:center;justify-content:flex-end;gap:7px}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links .link.arrow:before,footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section .links p.arrow:before{content:"";background:url(/images/icons/arrow-top-right-black.svg) no-repeat 50%/contain;height:5px;width:5px}footer .footer-wrapper .footer-content .footer-links .links-wrap:nth-child(2) .link-section .links .link,footer .footer-wrapper .footer-content .footer-links .links-wrap:nth-child(2) .link-section .links p{text-align:right}@media(min-width:768px){footer .footer-wrapper .footer-content .footer-logo{gap:40px}footer .footer-wrapper .footer-content .footer-logo .logo{height:200px}footer .footer-wrapper .footer-content .footer-logo .logo-text{font-size:calc(70px + 12vw);line-height:calc(70px + 12vw)}}@media(min-width:1024px){footer .footer-wrapper .footer-cta{flex-direction:row;justify-content:space-between;align-items:center}footer .footer-wrapper .footer-content .footer-logo{padding:40px 20px;gap:90px}footer .footer-wrapper .footer-content .footer-logo .logo-text{font-size:calc(110px + 12vw);line-height:calc(110px + 12vw)}footer .footer-wrapper .footer-content .footer-links{display:grid;grid-template-columns:4fr 6fr;grid-gap:90px;gap:90px}footer .footer-wrapper .footer-content .footer-links .links-wrap .link-section{padding:24px 0}footer .footer-wrapper .footer-content .footer-links .links-wrap:nth-child(2) .link-section:first-child .links{flex-direction:row}}.language-toggle{position:relative;z-index:3;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;justify-items:center;background-color:#1e1e1e;height:48px;width:88px;border-radius:24px;border:1px solid #5d84ec;padding:3px;cursor:pointer}.language-toggle .active-button{position:absolute;top:3px;bottom:3px;background-color:#5d84ec;height:40px;width:40px;border-radius:20px;transition:left .3s ease}.language-toggle .language-text{position:relative;font-family:Museo Moderno,sans-serif;font-size:16px;transition:color .3s ease}.language-toggle.it .active-button{left:calc(100% - 43px)}.language-toggle.it .language-text:nth-last-child(2){color:#5d84ec}.language-toggle.it .language-text:last-child{color:#1e1e1e}.language-toggle.en .active-button{left:3px}.language-toggle.en .language-text:nth-last-child(2){color:#1e1e1e}.language-toggle.en .language-text:last-child{color:#5d84ec}@media(min-width:1024px){.language-toggle{height:40px;width:74px}.language-toggle .active-button{height:33px;width:33px}.language-toggle.it .active-button{left:calc(100% - 36px)}}.menu-toggle{position:relative;z-index:10;border:none;border-radius:24px;height:48px;width:140px;padding:4px;display:flex;align-items:center;gap:8px;transition:all .3s ease-out;cursor:pointer}.menu-toggle.is-cornflowerBlue{background-color:#5d84ec}.menu-toggle.is-cornflowerBlue .menu-text{color:#1e1e1e}.menu-toggle.is-cornflowerBlue .menu-icon{background-color:#1e1e1e}.menu-toggle.is-cornflowerBlue .menu-icon .menu-icon__line{background-color:#5d84ec}.menu-toggle.active,.menu-toggle.is-black{background-color:#1e1e1e}.menu-toggle.active .menu-text,.menu-toggle.is-black .menu-text{color:#5d84ec}.menu-toggle.active .menu-icon,.menu-toggle.is-black .menu-icon{background-color:#5d84ec}.menu-toggle.active .menu-icon .menu-icon__line,.menu-toggle.is-black .menu-icon .menu-icon__line{background-color:#1e1e1e}.menu-toggle .menu-text{position:absolute;right:15px;transition:all .3s ease-out;font-family:Museo Moderno,sans-serif;font-weight:500;font-size:24px}.menu-toggle .menu-icon{position:absolute;left:4px;z-index:11;height:40px;width:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all .3s ease-out}.menu-toggle .menu-icon .menu-icon__line{height:2px;width:13px;border-radius:1px;display:block;margin-bottom:2px;cursor:pointer;transition:transform .2s ease,background-color .5s ease}.menu-toggle .menu-icon .menu-icon__line.menu-icon__line-left,.menu-toggle .menu-icon .menu-icon__line.menu-icon__line-right{transition:all .2s linear}.menu-toggle.active .menu-text{transform:translateX(-40px)}.menu-toggle.active .menu-icon{transform:translateX(92px)}.menu-toggle.active .menu-icon .menu-icon__line{margin-bottom:0;height:1.5px;width:15px}.menu-toggle.active .menu-icon .menu-icon__line.menu-icon__line-left{transform:rotate(45deg) translate(.6px,.6px)}.menu-toggle.active .menu-icon .menu-icon__line.menu-icon__line-right{transform:rotate(-45deg) translate(.6px,-.6px)}@media(min-width:1024px){.menu-toggle{height:40px;width:120px;border-radius:20px;padding:3px}.menu-toggle .menu-text{font-size:20px}.menu-toggle .menu-icon{height:34px;width:34px;border-radius:17px;left:3px}.menu-toggle.active .menu-text{transform:translateX(-32px)}.menu-toggle.active .menu-icon{transform:translateX(80px)}}