.policy-page-designed{background:rgb(var(--color-background));font-family:var(--font-body-family);color:rgb(var(--color-foreground));line-height:1.75;font-weight:var(--font-body-weight)}.ppd-body{padding-block:6.4rem 9.6rem;display:grid;grid-template-columns:22rem 1fr;gap:6.4rem;align-items:start}.ppd-sidebar{position:sticky;top:calc(var(--sticky-offset,2rem) + var(--header-height,0px))}.ppd-sidebar__title{font-size:var(--font-size-xxxxs);font-weight:var(--font-body-weight-bolder);letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin-bottom:1.6rem}.ppd-sidebar__nav{list-style:none}.ppd-sidebar__nav li{margin-bottom:.2rem}.ppd-sidebar__nav a{display:block;font-size:var(--font-size-xxs);font-weight:var(--font-body-weight);color:rgba(var(--color-foreground),.5);text-decoration:none;padding:.7rem 1.2rem;border-radius:.6rem;border-left:2px solid transparent;transition:.15s;line-height:1.4}.ppd-sidebar__nav a:hover{color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);border-left-color:rgb(var(--color-button))}.ppd-content{min-width:0}.ppd-content .ppd-section{margin-bottom:5.6rem;scroll-margin-top:calc(var(--header-height,0px) + var(--sticky-offset,2rem) + 2.4rem)}.ppd-content .ppd-section__header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.ppd-content .ppd-section__meta{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:1rem;flex-wrap:wrap}.ppd-content .ppd-section__eyebrow{font-size:var(--font-size-xxxxs);font-weight:var(--font-body-weight-bolder);letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.ppd-content .ppd-section__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--font-size-3xl);color:rgb(var(--color-foreground));line-height:1.2;letter-spacing:-.01em}.ppd-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--font-size-xxxxs);font-weight:var(--font-body-weight-bolder);padding:.5rem 1.2rem;border-radius:99px;white-space:nowrap;flex-shrink:0;letter-spacing:.02em}.ppd-badge__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.ppd-badge--green{background:#ebf1ec;color:#3b6349}.ppd-badge--green .ppd-badge__dot{background:#6b8f71}.ppd-badge--amber{background:#fbf4e8;color:#8a5e1a}.ppd-badge--amber .ppd-badge__dot{background:#c4923a}.ppd-badge--red{background:#f9eeed;color:#b85c52}.ppd-badge--red .ppd-badge__dot{background:#b85c52}.ppd-content .ppd-section__body p{color:rgba(var(--color-foreground),.55);margin-bottom:1.4rem;font-weight:var(--font-body-weight)}.ppd-content .ppd-section__body p strong{font-weight:var(--font-body-weight-bolder);color:rgb(var(--color-foreground))}.ppd-callout a,.ppd-content .ppd-section__body a,.ppd-sub-card__body a{color:rgb(var(--color-button));text-decoration-line:underline;text-decoration-thickness:0.1rem;text-underline-offset:0.3rem;font-weight:var(--font-body-weight-bolder);transition:opacity var(--duration-default) ease}.ppd-callout a:hover,.ppd-content .ppd-section__body a:hover,.ppd-sub-card__body a:hover{opacity:.75;text-decoration-thickness:0.2rem}.ppd-content .ppd-section__body ol,.ppd-content .ppd-section__body ul{padding-left:0;list-style:none;margin-bottom:1.6rem}.ppd-content .ppd-section__body ol li,.ppd-content .ppd-section__body ul li{color:rgba(var(--color-foreground),.55);padding:.8rem 0 .8rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);position:relative;font-weight:var(--font-body-weight)}.ppd-content .ppd-section__body ol li:first-child,.ppd-content .ppd-section__body ul li:first-child{border-top:1px solid rgba(var(--color-foreground),.08)}.ppd-content .ppd-section__body ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:.4rem;height:.4rem;border-radius:50%;background:rgba(var(--color-foreground),.4)}.ppd-content .ppd-section__body ol{counter-reset:step}.ppd-content .ppd-section__body ol li{padding-left:3.6rem}.ppd-content .ppd-section__body ol li::before{content:counter(step);counter-increment:step;position:absolute;left:0;top:.8rem;width:2.2rem;height:2.2rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:var(--font-size-xxxxs);font-weight:var(--font-body-weight-bolder);display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family)}.ppd-callout{border-radius:1rem;padding:1.6rem 2rem;margin-top:1.6rem;margin-bottom:2.4rem;display:flex;gap:1.2rem;align-items:flex-start}.ppd-callout__icon{font-size:var(--font-size-base);flex-shrink:0;margin-top:.1rem}.ppd-callout p{margin:0;font-size:var(--font-size-xxs);line-height:1.6}.ppd-callout--info{background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1)}.ppd-callout--info p{color:rgba(var(--color-foreground),.7)}.ppd-callout--warn{background:#fbf4e8;border:1px solid #edd9a8}.ppd-callout--warn p{color:#7a5118}.ppd-callout--danger{background:#f9eeed;border:1px solid #eccec9}.ppd-callout--danger p{color:#8a3a33}.ppd-sub-card{background:rgb(var(--color-secondary-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;padding:2.4rem 2.8rem;margin-bottom:1.6rem}.ppd-sub-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.4rem;gap:1.2rem}.ppd-sub-card__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--font-size-xl);color:rgb(var(--color-foreground))}.ppd-sub-card__body p{color:rgba(var(--color-foreground),.55);margin-bottom:1rem;font-size:var(--font-size-xs)}.ppd-sub-card__body p:last-child{margin-bottom:0}.ppd-sub-card__body p strong{font-weight:var(--font-body-weight-bolder);color:rgb(var(--color-foreground))}.ppd-sub-card__body ol,.ppd-sub-card__body ul{padding-left:0;list-style:none;margin-bottom:1.2rem}.ppd-sub-card__body ol li,.ppd-sub-card__body ul li{color:rgba(var(--color-foreground),.55);font-size:var(--font-size-xs);padding:.7rem 0 .7rem 1.8rem;border-bottom:1px solid rgba(var(--color-foreground),.08);position:relative;font-weight:var(--font-body-weight)}.ppd-sub-card__body ol li:first-child,.ppd-sub-card__body ul li:first-child{border-top:1px solid rgba(var(--color-foreground),.08)}.ppd-sub-card__body ul li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:.4rem;height:.4rem;border-radius:50%;background:rgba(var(--color-foreground),.4)}.ppd-sub-card__body ol{counter-reset:step}.ppd-sub-card__body ol li{padding-left:3.2rem}.ppd-sub-card__body ol li::before{content:counter(step);counter-increment:step;position:absolute;left:0;top:.7rem;width:2rem;height:2rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:var(--font-size-xxxxs);font-weight:var(--font-body-weight-bolder);display:flex;align-items:center;justify-content:center;font-family:var(--font-body-family)}.ppd-contact-card{background:rgb(var(--color-secondary-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1.6rem;padding:4rem 4.4rem;display:flex;align-items:center;justify-content:space-between;gap:3.2rem;margin-top:6.4rem}.ppd-contact-card__text h3{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:var(--font-size-3xl);color:rgb(var(--color-foreground));margin-bottom:.6rem}.ppd-contact-card__text p{color:rgba(var(--color-foreground),.55);font-size:var(--font-size-xs)}.ppd-contact-card__buttons{display:flex;gap:1rem;flex-shrink:0}.page-width--narrow .ppd-contact-card{flex-direction:column;align-items:flex-start}.page-width--narrow .ppd-contact-card__buttons{flex-wrap:wrap}@media (max-width:800px){.ppd-body{grid-template-columns:1fr;padding:4rem 2.4rem 7.2rem;gap:4rem}.ppd-sidebar{display:none}.ppd-contact-card{flex-direction:column;padding:3.2rem 2.8rem}.ppd-contact-card--mobile-left{align-items:flex-start;text-align:left}.ppd-contact-card--mobile-center{align-items:center;text-align:center}.ppd-contact-card--mobile-right{align-items:flex-end;text-align:right}.ppd-contact-card--mobile-center .ppd-contact-card__buttons,.ppd-contact-card--mobile-right .ppd-contact-card__buttons{justify-content:center}.ppd-contact-card--mobile-right .ppd-contact-card__buttons{justify-content:flex-end}.ppd-contact-card__buttons{flex-wrap:wrap}}