<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{background-color:#c5c9cc;padding:50px 0}.footer a{color:var(--base-color)}.footer__wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));justify-items:stretch}.footer__col{display:flex;flex-direction:column;font-weight:300}.footer__col ul{list-style:none;padding:0}.footer__col ul li{margin-left:10px}.footer__col ul li:before{content:"â€º";left:-10px;position:relative;top:-1px}.footer__col a{text-decoration:none}.footer__col-1{row-gap:15px}.footer__social-icon{height:25px}.footer__col-4-wrapper{column-gap:15px;display:flex}@media (max-width:992px){.footer__wrapper{column-gap:30px;grid-template-areas:"logo contact" "menu socials";grid-template-columns:repeat(2,1fr);row-gap:30px}.footer__col{width:100%}.footer__col-1{grid-area:logo}.footer__col-2{grid-area:contact}.footer__col-3{grid-area:menu}.footer__col-4{grid-area:socials}}@media (max-width:500px){.footer__wrapper{grid-template-areas:"logo" "contact" "socials" "menu";grid-template-columns:repeat(1,1fr);row-gap:15px}.footer__col{align-items:center;display:flex;text-align:center;width:100%}.footer__col-1{grid-area:logo}.footer__col-2{grid-area:contact}.footer__col-3{grid-area:menu}.footer__col-4{grid-area:socials}}</pre></body></html>