.footer{border-top:1.25px solid hsla(0,0%,100%,.15);background:var(--color-black)}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:4rem;padding-bottom:4rem}@media screen and (max-width: 800px){.footer__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}}.footer__left{display:-webkit-box;display:-ms-flexbox;display:flex;height:50px;-ms-flex-negative:0;flex-shrink:0;width:50%}@media screen and (max-width: 800px){.footer__left{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer__left img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer__right{padding-right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:clamp(3rem,5vw,5rem);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50%}@media screen and (max-width: 800px){.footer__right{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:0;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:clamp(1.5rem,2vw,2rem);gap:clamp(1.5rem,2vw,2rem)}.footer__column__title{font-size:clamp(1rem,1.2vw,1.2rem);color:var(--color-white);font-weight:400}.footer__column__link{font-size:clamp(1rem,1.2vw,1.2rem);color:hsla(0,0%,100%,.5);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;will-change:color}.footer__column__link:hover{color:hsla(0,0%,100%,.8)}.footer__social{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 800px){.footer__social{margin-top:1.8rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1.5rem}}.footer__social__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-negative:0;flex-shrink:0;height:2.3rem;aspect-ratio:1/1;-webkit-filter:brightness(0.4);filter:brightness(0.4);-webkit-transition:-webkit-filter .3s ease-in-out;transition:-webkit-filter .3s ease-in-out;transition:filter .3s ease-in-out;transition:filter .3s ease-in-out, -webkit-filter .3s ease-in-out}.footer__social__item:hover{-webkit-filter:brightness(1);filter:brightness(1)}.footer__social__item__icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}