*{box-sizing:border-box}body,html{max-width:100%;overflow-x:clip}body{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--aplaut-color-document-default-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{text-wrap:balance}li,p{text-wrap:pretty}a{color:var(--aplaut-color-link-default-ink)}a:hover{color:var(--aplaut-color-link-hover-ink)}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;transition:scale .14s ease-out}button:active{scale:.96}:where(button,a):focus-visible{outline:2.5px solid var(--aplaut-color-page-focus-ring);outline-offset:3px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--aplaut-color-page-scrollbar-thumb);border-radius:8px}::-webkit-scrollbar-track{background:transparent}.ct-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%}.ct-three .infocard__stat{font-size:clamp(1.25rem,1.8vw,1.75rem);overflow-wrap:anywhere}.ct-office{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;align-items:stretch}.ct-req-row{display:grid;grid-template-columns:minmax(200px,300px) minmax(0,1fr);gap:12px 24px;padding:16px 0}@media (max-width:980px){.ct-three{grid-template-columns:minmax(0,1fr)}.ct-office{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){.ct-req-row{grid-template-columns:minmax(0,1fr);gap:4px}}