body.sk-legal-page-body{
  margin:0;
  background:#f6fbfc;
  color:#111111;
  font-family:"HK Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
}

.sk-legal-shell{
  padding-top:118px;
  align-self:stretch;
  flex:1 0 auto;
  position:relative;
  z-index:1;
}

.sk-legal-hero{
  padding:42px 20px 18px;
}

.sk-legal-wrap{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.sk-legal-kicker{
  margin:0 0 12px;
  color:#018f9d;
  font-size:12px;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
}

.sk-legal-title{
  margin:0;
  color:#111111;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:500;
  max-width:820px;
}

.sk-legal-title .accent{
  color:#018f9d;
}

.sk-legal-intro{
  margin:18px 0 0;
  max-width:760px;
  color:rgba(17,17,17,.78);
  font-size:17px;
  line-height:1.72;
}

.sk-legal-updated{
  margin:16px 0 0;
  color:rgba(17,17,17,.58);
  font-size:14px;
  line-height:1.5;
}

.sk-legal-main{
  padding:12px 20px 90px;
  min-height:0;
}

.sk-legal-grid{
  display:grid;
  gap:18px;
}

.sk-legal-card{
  background:#ffffff;
  border:1px solid rgba(1,143,157,.12);
  border-radius:26px;
  padding:28px;
  box-shadow:0 16px 40px rgba(0,0,0,.04);
}

.sk-legal-card h2{
  margin:0 0 14px;
  color:#018f9d;
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:700;
}

.sk-legal-card p{
  margin:0 0 14px;
  color:#1e2528;
  font-size:16px;
  line-height:1.72;
}

.sk-legal-card p:last-child{
  margin-bottom:0;
}

.sk-legal-card ul{
  margin:0;
  padding-left:20px;
  color:#1e2528;
}

.sk-legal-card li{
  margin:0 0 10px;
  font-size:16px;
  line-height:1.68;
}

.sk-legal-card li:last-child{
  margin-bottom:0;
}

.sk-legal-note{
  color:rgba(17,17,17,.66);
  font-size:14px;
}

.sk-legal-card a{
  color:#018f9d;
}

.sk-footer,
.sk-footer *{
  box-sizing:border-box;
}

.sk-legal-footer-section{
  position:static;
  width:100%;
  padding:0;
  margin-top:0;
  align-self:stretch;
  flex:0 0 auto;
}

.sk-footer{
  --sk-white:#ffffff;
  --sk-black:#101010;
  --sk-text:#effcf9;
  --sk-text-soft:rgba(239,252,249,.78);
  --sk-teal:#018f9d;
  --sk-teal-soft:#50aeb7;
  --sk-panel:#117f88;
  --sk-panel-2:#0d6d75;
  --sk-line:rgba(255,255,255,.12);
  position:relative;
  width:100%;
  background:#ffffff;
  font-family:"HK Grotesk","HK Grotesk Medium",Arial,Helvetica,sans-serif;
  font-weight:500;
  overflow-x:clip;
}

.sk-footer__bleed{
  position:relative;
  left:50%;
  right:50%;
  width:100%;
  min-width:100vw;
  margin-left:-50vw;
  margin-right:-50vw;
  background:
    radial-gradient(circle at 10% 16%, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 20%),
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 18%),
    linear-gradient(180deg, var(--sk-panel) 0%, var(--sk-panel-2) 100%);
  overflow:hidden;
}

.sk-footer__wrap{
  width:min(1480px, 100%);
  margin:0 auto;
  padding:0 24px;
}

.sk-footer__panel{
  padding:62px 0 38px;
}

.sk-footer__grid{
  display:grid;
  grid-template-columns:1.35fr .75fr .75fr .8fr 1fr;
  gap:34px;
  align-items:start;
}

.sk-footer__brand{
  padding-right:18px;
}

.sk-footer__logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#ffffff;
  text-decoration:none;
  font-size:34px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.03em;
  margin-bottom:20px;
}

.sk-footer__brand-text{
  margin:0;
  max-width:360px;
  color:var(--sk-text-soft);
  font-size:16px;
  line-height:1.72;
}

.sk-footer__socials{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:22px;
}

.sk-footer__socials a{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:#ffffff;
  text-decoration:none;
  background:rgba(255,255,255,.08);
}

.sk-footer__socials svg{
  width:17px;
  height:17px;
  display:block;
}

.sk-footer__col-title{
  margin:4px 0 18px;
  color:#ffffff;
  font-size:18px;
  line-height:1.1;
  font-weight:700;
}

.sk-footer__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.sk-footer__list li,
.sk-footer__list a{
  color:var(--sk-text-soft);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
}

.sk-footer__list--contact li,
.sk-footer__list--contact a{
  color:#eefcf9;
}

.sk-footer__newsletter-text{
  margin:0 0 16px;
  color:var(--sk-text-soft);
  font-size:15px;
  line-height:1.7;
  max-width:300px;
}

.sk-footer__cta{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#ffffff;
  text-decoration:none;
  font-size:15px;
  line-height:1;
  font-weight:700;
}

.sk-footer__powered{
  margin:34px 0 0;
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.6;
}

.sk-footer__powered a{
  color:#ffffff;
}

.sk-footer__bottom{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:0;
  margin-top:34px;
  padding-top:26px;
  padding-bottom:6px;
  border-top:1px solid var(--sk-line);
}

.sk-footer__legal{
  margin:0;
  color:rgba(255,255,255,.74);
  font-size:13px;
  line-height:1.65;
  max-width:1200px;
}

.sk-footer__legal-links{
  margin:10px 0 0;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.5;
}

.sk-footer__legal-links a{
  color:#ffffff;
  text-decoration:none;
}

.sk-footer__legal-links a:hover{
  text-decoration:underline;
}

@media (max-width:1180px){
  .sk-legal-shell{
    padding-top:108px;
  }

  .sk-footer__wrap{
    padding:0 20px;
  }

  .sk-footer__panel{
    padding:56px 0 34px;
  }

  .sk-footer__grid{
    grid-template-columns:1.1fr 1fr 1fr;
    gap:28px 22px;
  }

  .sk-footer__brand{
    grid-column:1 / -1;
    padding-right:0;
  }

  .sk-footer__col--newsletter{
    grid-column:1 / -1;
  }
}

@media (max-width:860px){
  .sk-legal-main{
    padding-bottom:64px;
  }

  .sk-legal-card{
    padding:24px 20px;
  }

  .sk-footer__grid{
    grid-template-columns:1fr;
    gap:26px;
  }
}

@media (max-width:640px){
  .sk-legal-shell{
    padding-top:96px;
  }

  .sk-legal-hero{
    padding:30px 16px 14px;
  }

  .sk-legal-main{
    padding:8px 16px 54px;
  }

  .sk-legal-wrap{
    width:min(1180px, calc(100% - 24px));
  }

  .sk-legal-intro,
  .sk-legal-card p,
  .sk-legal-card li{
    font-size:15px;
  }

  .sk-footer__wrap{
    padding:0 18px;
  }

  .sk-footer__panel{
    padding:46px 0 28px;
  }

  .sk-footer__logo{
    font-size:28px;
  }

  .sk-footer__brand-text,
  .sk-footer__list li,
  .sk-footer__list a,
  .sk-footer__newsletter-text{
    font-size:15px;
  }

  .sk-footer__legal{
    font-size:12.5px;
    line-height:1.7;
  }

  .sk-footer__legal-links{
    font-size:12.5px;
    gap:8px;
  }
}

body.sk-legal-page-body{
  overflow-x:hidden;
}

.sk-legal-footer-section .sk-footer{
  display:block;
  width:100%;
  visibility:visible;
  opacity:1;
}

.sk-legal-footer-section .sk-footer__bleed{
  position:relative;
  left:0;
  right:auto;
  width:100%;
  min-width:100%;
  margin-left:0;
  margin-right:0;
  display:block;
}

.sk-legal-footer-section .sk-footer__panel{
  min-height:0;
}
