.footer{background-color:var(--c-scale-1_bg);padding-bottom:30px}.footer .footer__wrap{grid-template-columns:1fr;display:grid;grid-column-gap:20px;padding:30px 30px 20px}.footer .footer__wrap .footer__policies,.footer .footer__wrap .footer__social{flex-direction:row}.footer .footer__wrap .fl-link,.footer .footer__wrap .fp-link,.footer .footer__wrap .fs-link{font-size:var(--font_size_9)}.footer .footer__wrap .footer__legal,.footer .footer__wrap .footer__policies,.footer .footer__wrap .footer__social{display:flex;justify-content:center;gap:20px}.footer .footer__wrap--1{grid-template-columns:1fr auto}.footer .footer__wrap--1 .footer__policies{justify-content:initial}.footer .footer__wrap--1 .footer__legal{justify-content:flex-end}.footer .footer__wrap--2{grid-template-columns:1fr 1fr}.footer .footer__wrap--2 .footer__social{justify-content:initial}.footer .footer__wrap--2 .footer__legal{justify-content:flex-end}.footer .footer__wrap--3{grid-template-columns:auto 1fr}.footer .footer__wrap--3 .footer__social{justify-content:initial}.footer .footer__wrap--3 .footer__policies{justify-content:flex-end}.footer .footer__wrap--4{grid-template-columns:auto 1fr auto}.footer .footer__wrap--4 .footer__social{justify-content:initial}.footer .footer__wrap--4 .footer__legal{justify-content:flex-end}.footer .footer__wrap .footer__item{display:block;position:relative;overflow:hidden;padding-bottom:3px;-webkit-user-select:none;user-select:none}.footer .footer__wrap .footer__item--hover{text-decoration:none;cursor:pointer}.footer .footer__wrap .footer__item--hover::after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:1px;transform:translateX(-105%);background-color:var(--c-scale-12_bg);transition:transform .3s ease}.footer .footer__wrap .footer__item--hover:hover::after{transform:translateX(0)}.footer.app-footer-medium .footer__policies{justify-content:flex-start}.footer.app-footer-medium .footer__wrap{grid-row-gap:30px;grid-template-columns:1fr auto;grid-template-rows:auto auto}.footer.app-footer-medium .footer__wrap .footer__social,.footer.app-footer-small .footer__wrap .footer__social{grid-column:1/3}.footer.app-footer-small .footer__policies,.footer.app-footer-xsmall .footer__policies{gap:0;flex-direction:column;align-items:flex-start}.footer.app-footer-small .footer__legal,.footer.app-footer-xsmall .footer__legal{align-self:end}.footer.app-footer-small .footer__wrap{grid-row-gap:20px;grid-template-columns:1fr auto;grid-template-rows:auto auto}.footer.app-footer-xsmall .footer__wrap{grid-row-gap:15px;grid-template-columns:auto;grid-template-rows:auto auto}.footer.app-footer-xsmall .footer__wrap .footer__social{grid-column:1/2}.footer .copyrights{display:flex;justify-content:center;padding:0 30px}.footer .copyrights__txt{color:var(--c-scale-12_txt);text-transform:uppercase;font-size:var(--font_size_9);font-weight:var(--font_weight_regular)}.footer .copyrights__txt--bb{font-weight:var(--font_weight_semibold);color:var(--c-scale-12_txt);box-shadow:inset 0 0 0 0 var(--c-scale-12_bg);margin:0 -.35px;padding:0 .35px;transition:color .3s ease-in-out,box-shadow .3s ease-in-out}.footer .copyrights__txt--bb:hover{box-shadow:inset 100px 0 0 0 var(--c-scale-1_bg);color:var(--primary_txt)}.footer .copyrights__txt--reg{vertical-align:super;color:var(--c-scale-12_txt)}