.sticky-footer{z-index:200;width:100%;color:var(--primary-white);justify-content:center;align-items:center;padding:1rem .5rem;display:flex;position:-webkit-sticky;position:sticky;bottom:0;box-shadow:0 -2px 8px rgba(0,0,0,.08)}.sticky-footer-orange{background:var(--primary-brick)}.sticky-footer-purple{background:var(--primary-purple)}
.layout-with-sticky-footer{flex-direction:column;min-height:100%;display:flex}.layout-with-sticky-footer-content{flex-direction:column;flex:1;gap:2rem;padding:2rem 0;display:flex;position:relative}@media screen and (max-width:600px){.layout-with-sticky-footer-content{gap:1rem;padding:1rem 0}}
