body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.62rem;right:1.62rem;bottom:1.5rem;z-index:1200;}
:root {
  --ease-entry: ease;
  --paint-secondary: #152420;
  --line-page: #e6f1ea;
  --ink-inverse: #2d3d36;
  --tone-clear: #ffffff;
  --ink-primary: #2f6b57;
  --ink-clear: #d3e0d8;
}
.cookies .clear-group{max-width:min(920px,100%);margin:0 auto;padding:calc(1.5rem * 0.9) 1.62rem;border-radius:1.32rem;background:linear-gradient(135deg,#7fc9a6,#255744);color:#0f2a22;box-shadow:0 10px 26px rgba(0,0,0,0.03);display:grid;grid-template-columns:1fr auto;gap:0.75rem;align-items:center;}
.cookies .secondary-benefit strong{display:block;margin-bottom:4px;}
.cookies .secondary-benefit p{margin:0;opacity:0.95;}
.cookies .offer-nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.cookies .offer-nav button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.37rem;padding:8px 12px;cursor:pointer;}
.cookies .offer-nav button.cookie-accept{background:#f4faf6;border-color:transparent;font-weight:700;color:var(--ink-primary);}
@media (max-width: 760px){.cookies .clear-group{grid-template-columns:1fr;}

        .cookies .offer-nav{justify-content:flex-start;}
    }
.team-frame{padding:calc(1.5rem * 2.4) 1.62rem;background:#f6faf7;color:#152420;}
.open-steps{max-width:1140px;margin:0 auto;}
.team-frame h1{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08;}
