:root{--coworkers-columns:1;--coworkers-gap:4rem}@media (min-width:640px){:root{--coworkers-columns:2}}@media (min-width:768px){:root{--coworkers-columns:3;--coworkers-gap:2.733rem}}@media (min-width:1024px){:root{--coworkers-columns:4;--coworkers-gap:4rem}}.coworkers-anchors{display:flex;grid-gap:2rem;gap:2rem;margin-bottom:4rem;overflow-x:auto;flex-wrap:nowrap}.coworkers-anchors a{white-space:pre;margin-bottom:1rem}.coworkers-group{margin-bottom:6rem;margin-bottom:calc(var(--coworkers-gap)*1.5)}.coworkers-group-title{margin-bottom:4rem}.coworkers-group-items{display:grid;grid-template-columns:repeat(1,1fr);grid-template-columns:repeat(var(--coworkers-columns),1fr);grid-gap:4rem;gap:4rem;grid-gap:var(--coworkers-gap);gap:var(--coworkers-gap)}.coworker{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center}.coworker .overline{margin-bottom:1rem;font-size:1.125rem}.coworker a{display:inline;word-break:break-all;font-size:1.125rem}.coworker-image{overflow:hidden;border-radius:9999px;margin-bottom:2rem;aspect-ratio:1;width:100%}.coworker-title{color:#ff4900}