:root{--green: #2f7b23;--white: #ffffff;font-family:Archivo Black,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--white);background:var(--green)}*{box-sizing:border-box}html,body,#app{margin:0;padding:0;min-height:100vh;background:var(--green)}a{color:var(--white);text-decoration:none}img{max-width:100%;display:block}.page{--gap: min(17px, 2vh);--chrome: 140px;--stack-width: min(1051px, 92vw, calc((100vh - var(--chrome)) / .795));min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:min(24px,3vh) clamp(16px,4vw,40px);gap:var(--gap)}.page.contact{--chrome: 280px}.site-header{width:100%;display:flex;justify-content:center}.logo{width:var(--stack-width);height:auto}.page-body{flex:0 0 auto;width:100%;display:flex;align-items:center;justify-content:center}.hero{width:var(--stack-width)}.hero img{width:100%;height:auto}.page-footer{width:var(--stack-width);margin:0 auto;container-type:inline-size}.footer-links{display:flex;flex-wrap:nowrap;white-space:nowrap;justify-content:center;align-items:center;gap:.4em;font-size:min(35.8px,3.9cqi);line-height:1.1;text-align:center}.footer-links a:hover{text-decoration:underline}.footer-links .sep{opacity:.85;-webkit-user-select:none;user-select:none}.contact-footer{width:var(--stack-width);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;flex-wrap:wrap;font-size:16px;line-height:1.35}.contacts{display:flex;flex-direction:column;gap:var(--gap)}.contact-block .title{display:block}.contact-block .content{text-decoration:underline}.mailing-list{text-align:right;text-transform:uppercase}.mailing-list a:hover,.contact-block .content:hover{opacity:.85}@media (max-width: 600px){.contact-footer{flex-direction:column;align-items:flex-start}.mailing-list{text-align:left}}
