.navigation{max-width:var(--width-lg);flex-direction:row;justify-content:space-between;align-items:center;margin:0 auto;display:flex;overflow:hidden}@media screen and (max-width:580px){.navigation{gap:var(--spacing-xs);padding:var(--spacing-md);flex-direction:column}}@media screen and (max-width:1038px){.navigation{padding:var(--spacing-md)}}.navigation a{text-decoration:none}.navigation-logo{justify-content:flex-start;align-items:center;gap:var(--spacing-md);flex-direction:row;display:flex}
.footerGrid{align-items:flex-start;column-gap:var(--spacing-md);row-gap:var(--spacing-xl);padding:var(--spacing-xl) 0;display:grid}@media screen and (max-width:1038px){.footerGrid{grid-template-columns:1fr 1fr}}@media screen and (min-width:1038px){.footerGrid{grid-template-columns:1fr 1fr 1fr}}.footerGrid ul{list-style-type:none}.footerGrid li{padding:var(--spacing-xs)}.footerGrid a{text-decoration:none}
