html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Lora", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --tone-base: #0f4c5c;
  --motion-base: ease-in-out;
  --tone-secondary: #f4faf9;
}

a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .fresh-intro{max-width:920px;margin:0 auto;padding:calc(1.5rem * 0.8) 2.19rem;background:#ffffff;border:1px solid #d3ddda;border-radius:1rem 1rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 0.96rem;align-items:center;justify-content:space-between;color:#16262a;}
.cookies .active-items{flex:1 1 420px;}
.cookies .top-nav{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:6px;background:#e7eeeb;color:#1d2f31;}
.cookies .active-items strong{display:block;margin-bottom:4px;}
.cookies .active-items p{margin:0;}
.cookies .top-copy{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .top-copy button{border:1px solid #d3ddda;background:#ffffff;color:#16262a;border-radius:0.34rem;padding:8px 12px;cursor:pointer;}
.cookies .top-copy button.cookie-accept{background:#c8531f;color:#fff7f1;border-color:transparent;font-weight:700;}
