*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{margin:0;font:17px/1.55 system-ui;color:#172117;background:#f7f5ef}header,main,footer{max-width:72rem;margin:auto;padding:1rem 1.25rem;overflow-wrap:anywhere}header{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #ccd4c9}nav a{margin-right:1rem}.brand{font-weight:800;color:#183d22}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;background:#fff;padding:.5rem}a{color:#075c2a}.warning{background:#fff3cd;border-left:6px solid #a46600;padding:1rem;margin:1.5rem 0}.specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.specs div{min-width:0;background:white;padding:1rem;border-radius:.4rem}.specs dt{font-weight:700}.specs dd{margin:0;font-size:1.1rem}.cta,button{display:inline-block;background:#185b2b;color:white;padding:.7rem 1rem;border:0;border-radius:.3rem;font:inherit}@media(max-width:650px){header{display:block}.specs{grid-template-columns:1fr}h1{font-size:2rem}}