.fcae-footer,
.fcae-footer *{box-sizing:border-box}
.fcae-footer{width:100%;font-family:inherit}
.fcae-footer__inner{width:100%;margin:0 auto}
.fcae-footer__top{display:grid;grid-template-columns:minmax(150px,1.05fr) minmax(130px,.9fr) minmax(150px,1.05fr) minmax(210px,1.15fr);align-items:start}
.fcae-footer__column{min-width:0}
.fcae-footer__logo{display:inline-block;line-height:0;margin-bottom:10px}
.fcae-footer__logo img{display:block;max-width:100%;height:auto;object-fit:contain}
.fcae-footer__description{max-width:230px;line-height:1.35}
.fcae-footer__heading{margin:0 0 2px;font-size:inherit;font-weight:400;color:inherit;line-height:1.25}
.fcae-footer__list{list-style:none;margin:0;padding:0}
.fcae-footer__list li{margin:0;padding:0;line-height:1.25}
.fcae-footer__link,.fcae-footer__contact-link,.fcae-footer__copyright a{text-decoration:none;transition:color .2s ease,opacity .2s ease}
.fcae-footer__link:hover,.fcae-footer__contact-link:hover,.fcae-footer__copyright a:hover{opacity:.9}
.fcae-footer__contact-link{display:flex;align-items:flex-start;gap:7px;overflow-wrap:anywhere}
.fcae-footer__contact-link>span:first-child{flex:0 0 13px;text-align:center;font-size:.88em;line-height:1.35}
.fcae-footer__copyright{text-align:center;line-height:1.3}

@media (max-width:1024px){
 .fcae-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}
 .fcae-footer__description{max-width:330px}
}
@media (max-width:767px){
 .fcae-footer__top{grid-template-columns:1fr;row-gap:24px}
 .fcae-footer__column{width:100%}
 .fcae-footer__description{max-width:100%;margin-left:auto;margin-right:auto}
 .fcae-footer__contact-link{justify-content:center}
 .fcae-footer__logo{margin-left:auto;margin-right:auto}
}
