#policy-hero{position:relative;min-height:45vh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-color:var(--bg);background-image:url(/assets/revamp/bg-pattern.svg);background-size:cover;background-position:50%;background-repeat:no-repeat}#policy-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(26,26,26,.45) 15%,transparent 55%);z-index:1;pointer-events:none}.policy-hero-content{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end;padding:0 0 2rem 5rem}.policy-hero-card{display:flex;flex-direction:column;width:100%;max-width:1100px;background:transparent;flex-shrink:0}.policy-hero-title{font-size:5rem;font-weight:500;line-height:1.12;letter-spacing:-.02em;color:#fff;margin-bottom:6rem}.policy-hero-sub{font-size:1.3rem;font-weight:300;color:hsla(0,0%,100%,.85);line-height:1.2;letter-spacing:-.02em;max-width:640px}#policy-content{padding:5rem 5rem 8rem;display:flex;align-items:flex-start;gap:5rem}.policy-body{flex:1;max-width:760px}.policy-section{margin-bottom:4rem}.policy-section:last-child{margin-bottom:0}.policy-section+.policy-section{border-top:1px solid hsla(0,0%,100%,.06);padding-top:4rem}.policy-section h4{font-size:1.15rem;font-weight:500;color:hsla(0,0%,94%,.92);margin-bottom:1.25rem;letter-spacing:-.01em}.policy-section p{font-size:1rem;font-weight:300;color:hsla(0,0%,94%,.6);line-height:1.8}.policy-section p+p{margin-top:1.2rem}.policy-section ul{list-style:none;margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.policy-section ul li{font-size:1rem;font-weight:300;color:hsla(0,0%,94%,.6);line-height:1.8;padding-left:1.5rem;position:relative}.policy-section ul li:before{content:"";position:absolute;left:0;top:.68em;width:5px;height:5px;background:var(--secondary)}.policy-section a{color:var(--secondary);text-decoration:underline;text-underline-offset:3px;transition:color .18s}.policy-section a:hover{color:var(--cta-hover)}.policy-section b{font-weight:500;color:hsla(0,0%,94%,.8)}.policy-toc{width:220px;flex-shrink:0;position:sticky;top:calc(1.4rem + 70px + 10rem);align-self:flex-start;background:none;box-shadow:none;border:none;outline:none}.policy-toc ol{list-style:none;display:flex;flex-direction:column}.policy-toc ol li a{display:flex;align-items:flex-start;gap:.6rem;padding:.55rem 0;font-size:.85rem;font-weight:300;color:hsla(0,0%,94%,.35);background:none;border:none;transition:color .18s;line-height:1.4}.policy-toc ol li a.toc-active,.policy-toc ol li a:hover{color:hsla(0,0%,94%,.85)}.toc-num{flex-shrink:0;color:var(--secondary);opacity:.7}@media (max-width:768px){#policy-hero{min-height:55vh}.policy-hero-content{padding:0 1.5rem 2rem}.policy-hero-title{font-size:2.5rem;margin-bottom:3rem}.policy-hero-sub{font-size:1.1rem}#policy-content{flex-direction:column;padding:3rem 1.5rem 6rem;gap:3rem}.policy-toc{display:none}.policy-body{max-width:100%}}