.html-sitemap{max-width:1400px;margin:0 auto;padding:0 24px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px 32px}.html-sitemap__section{min-width:0}.html-sitemap__heading{font-family:var(--w-font-cond);font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--w-third);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.html-sitemap__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.html-sitemap__link{font-family:var(--w-font-cond);font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.75);text-decoration:none;transition:color .2s;line-height:1.4}.html-sitemap__link:hover{color:#fff}@media (max-width:1024px){.html-sitemap{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.html-sitemap{grid-template-columns:1fr;gap:32px}}