#divider_footer{--color-bottom: var(--bg-lighter)}footer{display:flex;flex-direction:column;gap:40px;justify-content:center;align-items:center;position:relative;background-color:var(--bg-lighter)}footer .footer_column,footer .footer_row{display:flex}footer .footer_column{flex-direction:column;gap:15px}footer .footer_row{flex-wrap:wrap;flex-direction:row;gap:70px;justify-content:center}footer .align_center{align-items:center}footer h3{font-size:inherit}footer ul{list-style:none;display:flex;flex-direction:column;gap:10px}footer ul.platforms{flex-direction:row;margin-top:20px}footer ul.platforms li{width:40px;padding:10px;background-color:var(--bg-lightest);border-radius:10px}footer ul.platforms li s-icon{fill:var(--text)}footer #copyright{font-size:clamp(9px,.6vw,.6vw)}
