.legal-page{
  background:#f7f4ee;
  color:#183f3e;
}

.legal-header{
  padding:28px 0;
  background:#173f3e;
}

.legal-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.legal-logo{
  display:block;
  width:145px;
  height:auto;
}

.legal-languages{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.legal-languages a{
  display:grid;
  min-width:38px;
  min-height:38px;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

.legal-languages a[aria-current="page"]{
  color:#173f3e;
  background:#fff;
}

.legal-main{
  padding:clamp(64px,9vw,120px) 0;
}

.legal-intro{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);
  gap:clamp(34px,7vw,100px);
  align-items:end;
  margin-bottom:clamp(54px,8vw,96px);
}

.legal-kicker{
  display:block;
  margin-bottom:15px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.legal-title{
  max-width:850px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(50px,8vw,104px);
  font-weight:400;
  line-height:.93;
}

.legal-lead{
  margin:0;
  color:rgba(24,63,62,.72);
  font-size:17px;
  line-height:1.7;
}

.legal-layout{
  display:grid;
  grid-template-columns:220px minmax(0,760px);
  gap:clamp(34px,7vw,94px);
  justify-content:center;
}

.legal-layout > *{
  min-width:0;
}

.legal-index{
  position:sticky;
  top:30px;
  align-self:start;
  display:grid;
  gap:10px;
  padding:22px;
  border:1px solid rgba(24,63,62,.14);
  border-radius:20px;
  background:rgba(255,255,255,.72);
}

.legal-index a{
  color:rgba(24,63,62,.72);
  font-size:13px;
  line-height:1.4;
  text-decoration:none;
}

.legal-index a:hover,
.legal-index a:focus{
  color:#173f3e;
  text-decoration:underline;
  text-underline-offset:3px;
}

.legal-content{
  display:grid;
  gap:42px;
}

.legal-section{
  scroll-margin-top:30px;
  padding-bottom:42px;
  border-bottom:1px solid rgba(24,63,62,.14);
}

.legal-section:last-child{
  border-bottom:0;
}

.legal-section h2{
  margin:0 0 17px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(31px,4vw,46px);
  font-weight:400;
  line-height:1.05;
}

.legal-section h3{
  margin:26px 0 10px;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.legal-section p,
.legal-section li{
  color:rgba(24,63,62,.78);
  font-size:15px;
  line-height:1.75;
}

.legal-section p{
  margin:0 0 13px;
}

.legal-section ul{
  margin:12px 0 0;
  padding-left:20px;
}

.legal-section a{
  color:#173f3e;
  font-weight:700;
  text-underline-offset:3px;
}

.legal-table-wrap{
  margin-top:20px;
  overflow-x:auto;
  border:1px solid rgba(24,63,62,.14);
  border-radius:18px;
  background:#fff;
}

.legal-table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
}

.legal-table th,
.legal-table td{
  padding:14px 16px;
  border-bottom:1px solid rgba(24,63,62,.1);
  color:rgba(24,63,62,.78);
  font-size:13px;
  line-height:1.5;
  text-align:left;
  vertical-align:top;
}

.legal-table th{
  color:#173f3e;
  background:rgba(153,151,125,.1);
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.legal-table tr:last-child td{
  border-bottom:0;
}

.legal-callout{
  padding:20px;
  border-left:3px solid #99977d;
  border-radius:0 16px 16px 0;
  background:rgba(153,151,125,.12);
}

.legal-back{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  margin-top:38px;
  padding:0 18px;
  border:1px solid rgba(24,63,62,.18);
  border-radius:999px;
  color:#173f3e;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
}

.legal-footer{
  padding:32px 0;
  color:rgba(255,255,255,.75);
  background:#173f3e;
}

.legal-footer__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
}

.legal-footer a{
  color:#fff;
}

@media(max-width:820px){
  .legal-intro,
  .legal-layout{
    grid-template-columns:1fr;
  }

  .legal-index{
    position:static;
  }
}

@media(max-width:560px){
  .legal-header{
    padding:20px 0;
  }

  .legal-logo{
    width:112px;
  }

  .legal-main{
    padding:58px 0 76px;
  }

  .legal-title{
    font-size:clamp(46px,14vw,68px);
  }

  .legal-index{
    padding:18px;
  }

  .legal-footer__inner{
    align-items:flex-start;
    flex-direction:column;
  }
}
