.grid{display:grid}.grid-25{grid-template-columns:1fr 1fr 1fr 1fr}@media screen and (min-width: 601px){.grid-25-sl{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (min-width: 768px) and (max-width: 960px){.grid-25-m{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (min-width: 961px){.grid-25-l{grid-template-columns:1fr 1fr 1fr 1fr}}.grid-33{grid-template-columns:1fr 1fr 1fr}@media screen and (min-width: 601px){.grid-33-sl{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 768px) and (max-width: 960px){.grid-33-m{grid-template-columns:1fr 1fr 1fr}}@media screen and (min-width: 961px){.grid-33-l{grid-template-columns:1fr 1fr 1fr}}.grid-50{grid-template-columns:1fr 1fr}@media screen and (min-width: 601px){.grid-50-sl{grid-template-columns:1fr 1fr}}@media screen and (min-width: 768px) and (max-width: 960px){.grid-50-m{grid-template-columns:1fr 1fr}}@media screen and (min-width: 961px){.grid-50-l{grid-template-columns:1fr 1fr}}.footer-image-bar{align-items:start;grid:auto/1fr 1fr;grid-template-areas:"header-left header-right" "images-left images-right";padding-top:2rem;position:relative}.footer-image-bar h2{display:block;margin-bottom:1rem}.footer-image-bar .header-left{grid-area:header-left}.footer-image-bar .header-right{grid-area:header-right}.footer-image-bar__image-link{display:inline-block}.footer-image-bar__image-wrapper{margin:0}.footer-image-bar__image{max-height:3.75rem;max-width:100%;width:auto}.footer-image-bar__app-stores,.footer-image-bar__payment{gap:1rem 1rem;grid-auto-flow:column;justify-content:start}.footer-image-bar__app-stores{grid-area:images-left;margin-bottom:1rem}@media screen and (min-width: 768px){.footer-image-bar__app-stores{margin-bottom:0}}.footer-image-bar__payment{align-items:center;grid-area:images-right;justify-content:flex-start}@media screen and (min-width: 768px){.footer-image-bar__payment{justify-content:flex-end}}@media screen and (min-width: 0) and (max-width: 767px){.footer-image-bar{grid-template-areas:"header-left" "images-left" "header-right" "images-right";grid-template-columns:1fr}}
