.story-hero{box-sizing:border-box;width:100%;color:var(--color-surface);flex-flow:column;justify-content:center;align-items:center;gap:10px;padding:180px 0 80px;display:flex;position:relative;overflow:hidden}.story-hero__bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.story-hero__bg img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.story-hero__inner{z-index:1;width:100%;max-width:var(--container-max);text-align:center;box-sizing:border-box;flex-flow:column;justify-content:center;align-items:center;gap:30px;display:flex;position:relative}.story-hero__category{border-radius:var(--radius-pill);background:var(--color-surface);font-family:var(--font-sans);color:var(--color-primary);flex-flow:row;justify-content:center;align-items:center;margin:0;padding:8px 15px;font-size:16px;font-weight:400;line-height:24px;display:inline-flex}.story-hero__title{width:100%;font-family:var(--font-sans);letter-spacing:-3px;color:var(--color-surface);text-wrap:balance;margin:0;font-size:72px;font-weight:400;line-height:1.2em}.story-hero__cta{flex:none}.story-content{box-sizing:border-box;background:var(--color-surface);flex-flow:column;align-items:center;width:100%;padding:80px 0;display:flex}.story-content__inner{width:100%;max-width:var(--container-max);box-sizing:border-box;flex-flow:row;justify-content:center;align-items:flex-start;gap:30px;display:flex}.story-content__main{box-sizing:border-box;flex-flow:column;flex:none;align-items:center;gap:50px;width:740px;max-width:100%;display:flex}.story-content__media{border-radius:30px;width:100%;height:500px;overflow:hidden}.story-content__media img{object-fit:cover;object-position:center;border-radius:30px;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.story-content__media:hover img,.story-content__media:focus-within img{transform:scale(1.02)}.story-article{box-sizing:border-box;flex-flow:column;align-items:flex-start;width:100%;display:flex}.story-article>*+*{margin-top:20px}.story-article>h2:not(:first-child),.story-article>h3:not(:first-child),.story-article>h4:not(:first-child){margin-top:40px}.story-article__heading{width:100%;font-family:var(--font-sans);letter-spacing:0;color:var(--color-ink);text-wrap:balance;margin:0;font-size:24px;font-weight:400;line-height:1.2em}.story-article__body{width:100%;font-family:var(--font-sans);color:var(--color-ink);text-wrap:pretty;margin:0;font-size:16px;font-weight:400;line-height:24px}.story-content__aside{background:var(--color-primary);box-sizing:border-box;border-radius:30px;flex-flow:column;flex:none;justify-content:center;align-self:flex-start;align-items:flex-start;gap:80px;width:370px;max-width:100%;padding:30px;display:flex;position:sticky;top:150px}.story-content__aside-copy{flex-flow:column;justify-content:center;align-items:flex-start;gap:20px;width:100%;display:flex}.story-content__aside-title{width:100%;font-family:var(--font-sans);letter-spacing:-2px;color:var(--color-surface);text-wrap:balance;margin:0;font-size:36px;font-weight:400;line-height:1.2em}.story-content__aside-lede{width:100%;font-family:var(--font-sans);color:var(--color-surface);text-wrap:pretty;margin:0;font-size:16px;font-weight:400;line-height:24px}.story-content__aside .btn-pill{background:var(--color-surface);color:var(--color-ink)}.story-content__aside .btn-pill .btn-pill__dot{background:var(--color-primary)}.story-related{box-sizing:border-box;background:var(--color-surface);flex-flow:column;justify-content:center;align-items:center;gap:80px;width:100%;padding:120px 0;display:flex}.story-related__heading{width:100%;max-width:var(--container-max);text-align:center;box-sizing:border-box;flex-flow:column;align-items:center;gap:20px;display:flex}.story-related__title{width:100%;font-family:var(--font-sans);letter-spacing:-3px;color:var(--color-ink);text-wrap:balance;margin:0;font-size:48px;font-weight:400;line-height:1.2em}.story-related__lede{max-width:570px;font-family:var(--font-sans);color:var(--color-ink);text-wrap:pretty;margin:0;font-size:16px;font-weight:400;line-height:24px}.story-related__cards{width:100%;max-width:var(--container-max);box-sizing:border-box;flex-flow:row;justify-content:center;align-items:stretch;gap:30px;display:flex}.story-related__stack{box-sizing:border-box;flex-flow:column;justify-content:space-between;align-items:flex-start;width:555px;max-width:100%;min-height:500px;display:flex}.story-related__big{width:555px;max-width:100%;height:500px;color:inherit;box-sizing:border-box;border-radius:30px;flex-flow:column;justify-content:flex-end;align-items:flex-start;padding:10px;text-decoration:none;display:flex;position:relative;overflow:hidden}.story-related__big-media{z-index:0;border-radius:30px;position:absolute;inset:0;overflow:hidden}.story-related__big-media img{object-fit:cover;object-position:center;border-radius:30px;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.story-related__big:hover .story-related__big-media img,.story-related__big:focus-visible .story-related__big-media img{transform:scale(1.04)}.story-related__big-body{z-index:1;background:var(--color-surface);box-sizing:border-box;border-radius:20px;flex-flow:column;justify-content:center;align-items:flex-start;gap:20px;width:100%;padding:20px;display:flex;position:relative}.story-related__small{width:100%;height:150px;color:inherit;box-sizing:border-box;flex-flow:row;justify-content:center;align-items:center;gap:30px;text-decoration:none;display:flex}.story-related__small-media{border-radius:20px;flex:none;width:200px;height:150px;overflow:hidden}.story-related__small-media img{object-fit:cover;object-position:center;border-radius:20px;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);display:block}.story-related__small:hover .story-related__small-media img,.story-related__small:focus-visible .story-related__small-media img{transform:scale(1.04)}.story-related__small-body{box-sizing:border-box;flex-flow:column;flex:1 1 0;justify-content:center;align-items:flex-start;gap:20px;min-width:0;display:flex}.story-related__tag{font-family:var(--font-sans);color:var(--color-primary);margin:0;font-size:16px;font-weight:400;line-height:24px}.story-related__card-title{width:100%;font-family:var(--font-sans);color:var(--color-ink);text-wrap:balance;margin:0;font-size:20px;font-weight:400;line-height:28px}.story-related__big:focus-visible,.story-related__small:focus-visible{outline:2px solid var(--color-primary);outline-offset:3px}.story-hero .appear,.story-content .appear,.story-related .appear{opacity:0;transition:opacity .85s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.story-content__aside.appear{transition:opacity .85s cubic-bezier(.22,1,.36,1);transform:none}.story-hero .appear.is-visible,.story-content .appear.is-visible,.story-related .appear.is-visible{opacity:1;transform:translateY(0)}.story-content__aside.appear.is-visible{transform:none}.story-hero .appear-delay-1,.story-content .appear-delay-1,.story-related .appear-delay-1{transition-delay:80ms}.story-hero .appear-delay-2,.story-content .appear-delay-2,.story-related .appear-delay-2{transition-delay:.16s}.story-related .appear-delay-3{transition-delay:.24s}@media (prefers-reduced-motion:reduce){.story-hero .appear,.story-content .appear,.story-related .appear{opacity:1;transition:none;transform:none}.story-content__media img,.story-related__big-media img,.story-related__small-media img{transition:none}}@media (width<=1199.98px){.story-hero{padding:140px 0 60px}.story-hero__inner,.story-content__inner,.story-related__heading,.story-related__cards{padding-left:var(--pad-tablet);padding-right:var(--pad-tablet)}.story-hero__title{letter-spacing:-2px;font-size:48px}.story-content__main{width:58%}.story-content__aside{gap:50px;width:38%;top:120px}.story-content__media{height:420px}.story-related__title{letter-spacing:-2px;font-size:36px}.story-related__big,.story-related__stack{width:calc(50% - 15px)}.story-related__big{height:420px}}@media (width<=809.98px){.story-hero{padding:120px 0 50px}.story-hero__inner,.story-content__inner,.story-related__heading,.story-related__cards{padding-left:var(--pad-mobile);padding-right:var(--pad-mobile)}.story-hero__title{letter-spacing:-2px;font-size:36px}.story-content{padding:50px 0}.story-content__inner{flex-flow:column;gap:40px}.story-content__main,.story-content__aside{width:100%}.story-content__aside{gap:40px;position:static;top:auto}.story-content__media{height:280px}.story-content__aside-title{font-size:28px}.story-related{gap:40px;padding:60px 0}.story-related__title{font-size:32px}.story-related__cards{flex-flow:column;gap:24px}.story-related__big,.story-related__stack{width:100%}.story-related__big{height:420px}.story-related__stack{gap:24px;min-height:0}.story-related__small{height:auto;min-height:120px}.story-related__small-media{width:140px;height:105px}}
