footer{background-color:var(--footer-bg);width:100%;padding:2rem 0}.footerContainer{max-width:var(--content-container-max-width);margin:0 auto;padding:0 4rem}.footerContent{display:flex;flex-flow:row wrap;justify-content:flex-start;gap:20px;margin-bottom:2rem}.footerNavList{flex:0 0 100%}.footerNavList ul{list-style-type:none;display:flex;flex-flow:row wrap;gap:.8rem}.footerNavList li{color:var(--footer-heading-color)}.footerNavList>ul>li>a,.footerNavList>ul>li>span{color:var(--footer-nav-link-color);font-weight:600;text-decoration:underline;font-size:12px}.footerNavList span:hover{cursor:pointer}.footerAddress{flex:0 0 100%;display:flex;flex-flow:row wrap;justify-content:flex-start;gap:.8rem}.footerAddress p{font-size:12px;color:var(--footer-nav-link-color)}.footerIcon{margin-right:8px;font-size:3rem}.footerIconWrapper{display:flex;justify-content:flex-start}.footerLogoContainer{width:100%;position:relative}.footerLogoWrapper{width:30vw;height:20vw;position:relative;bottom:-1px;left:2vw;z-index:1}.footerLogoRight{right:-65vw;left:unset}.footerLogoBlack{width:100%;height:100%;fill:#000}.footerLogoWhite{width:100%;height:100%;fill:#fff;position:absolute;bottom:0;left:0}@media screen and (min-width:768px){.footerNavList{flex:0 0 48%}.footerAddress{flex:0 0 48%;justify-content:flex-end;text-align:right}.footerIconWrapper{justify-content:flex-end;flex:0 0 100%}}@media screen and (min-width:992px) and (min-height:670px){.footerContent{justify-content:space-between}.footerLogoContainer{overflow-x:clip;overflow-y:visible;height:0;position:absolute;bottom:0;left:0;right:0;display:block}.footerLogoWrapper{left:-75px;position:absolute}.footerLogoRight{right:-75px;left:unset}}