.Button-module__XfjjUa__button{width:fit-content;height:var(--control-height-default);min-height:var(--control-height-default);padding-inline:var(--space-5);border:var(--border-thin)solid transparent;border-radius:var(--radius-lg);color:var(--color-text-inverse);background:var(--color-brand);font-family:var(--font-sans);font-size:var(--type-body);font-weight:var(--weight-semibold);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer;transition:color var(--duration-fast)var(--ease-out),border-color var(--duration-fast)var(--ease-out),background-color var(--duration-fast)var(--ease-out),box-shadow var(--duration-fast)var(--ease-out),transform var(--duration-fast)var(--ease-out);justify-content:center;align-items:center;line-height:1;text-decoration:none;display:inline-flex;position:relative;transform:translateY(0)}.Button-module__XfjjUa__button:focus-visible{outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.Button-module__XfjjUa__button:disabled,.Button-module__XfjjUa__button[aria-disabled=true]{opacity:var(--opacity-disabled);cursor:default;box-shadow:none;transform:none}.Button-module__XfjjUa__primary{--button-primary-surface-center:var(--color-brand-hover);--button-primary-surface-edge:var(--color-brand);--button-primary-hover-center:color-mix(in srgb,var(--color-brand-hover)88%,var(--color-eyebrow));--button-primary-hover-edge:var(--color-brand-hover);--button-primary-top-inset:color-mix(in srgb,var(--color-text-inverse)35%,transparent);--button-primary-bottom-inset:var(--color-brand);--button-primary-glare-soft:color-mix(in srgb,var(--color-text-inverse)3%,transparent);--button-primary-glare-peak:color-mix(in srgb,var(--color-text-inverse)12%,transparent);--button-primary-glare-duration:calc(var(--duration-slow) + var(--duration-slow) + var(--duration-moderate));--button-bulge-center:var(--button-primary-surface-center);--button-bulge-edge:var(--button-primary-surface-edge);--button-bulge-bottom:var(--button-primary-bottom-inset);border-radius:var(--radius-lg);font-weight:var(--weight-semibold);gap:var(--space-2);isolation:isolate;border-color:var(--color-brand);background-color:var(--color-brand);background-image:radial-gradient(ellipse at center,var(--button-bulge-center)0%,color-mix(in srgb,var(--button-bulge-center)50%,var(--button-bulge-edge))78%,var(--button-bulge-edge)100%);box-shadow:inset 0 calc(-1*var(--space-1))var(--space-2)0 var(--button-bulge-bottom),inset 0 var(--border-strong)var(--space-2)0 var(--button-primary-top-inset);overflow:hidden}.Button-module__XfjjUa__primary:after{top:calc(-1*var(--space-2));bottom:calc(-1*var(--space-2));z-index:0;background:linear-gradient(105deg,transparent 12%,var(--button-primary-glare-soft)34%,var(--button-primary-glare-peak)50%,var(--button-primary-glare-soft)66%,transparent 88%);content:"";width:42%;opacity:var(--opacity-muted);pointer-events:none;position:absolute;left:0;transform:translate(-220%)skew(-18deg)}@keyframes Button-module__XfjjUa__primary-glare-sweep{0%{transform:translate(-220%)skew(-18deg)}to{transform:translate(340%)skew(-18deg)}}.Button-module__XfjjUa__secondary{color:var(--color-control-secondary-text);border-color:var(--color-control-secondary-border);background-color:var(--color-control-secondary-surface)}.Button-module__XfjjUa__ghost{padding-inline:var(--space-2);color:var(--color-text);background:0 0;border-color:#0000}.Button-module__XfjjUa__secondary:focus-visible,.Button-module__XfjjUa__ghost:focus-visible{outline-color:var(--color-control-secondary-focus)}.Button-module__XfjjUa__primary:active:not(:disabled):not([aria-disabled=true]),.Button-module__XfjjUa__secondary:active:not(:disabled):not([aria-disabled=true]){transform:translateY(var(--border-thin))}.Button-module__XfjjUa__primary:active:not(:disabled):not([aria-disabled=true]){box-shadow:inset 0 var(--space-1)var(--space-2)0 color-mix(in srgb,var(--color-text-accent)45%,transparent),inset 0 calc(-1*var(--border-thin))var(--space-1)0 color-mix(in srgb,var(--color-text-inverse)12%,transparent)}.Button-module__XfjjUa__secondary:active:not(:disabled):not([aria-disabled=true]){border-color:var(--color-control-secondary-hover-border);background-color:var(--color-control-secondary-pressed-surface)}.Button-module__XfjjUa__ghost:active:not(:disabled):not([aria-disabled=true]){background-color:var(--color-surface-active)}.Button-module__XfjjUa__primary .Button-module__XfjjUa__label,.Button-module__XfjjUa__primary .Button-module__XfjjUa__icon{z-index:1;position:relative}.Button-module__XfjjUa__label,.Button-module__XfjjUa__icon{transition:transform var(--duration-moderate)var(--ease-out);transform:translate(0)}.Button-module__XfjjUa__icon{flex:none;justify-content:center;align-items:center;display:inline-flex}.Button-module__XfjjUa__icon svg{width:1em;height:1em}@media (hover:hover){.Button-module__XfjjUa__primary:hover:not(:disabled):not([aria-disabled=true]){--button-bulge-center:var(--button-primary-hover-center);--button-bulge-edge:var(--button-primary-hover-edge);border-color:var(--color-brand-hover);background-color:var(--color-brand-hover)}.Button-module__XfjjUa__primary:hover:not(:disabled):not([aria-disabled=true]):after{animation:Button-module__XfjjUa__primary-glare-sweep var(--button-primary-glare-duration)var(--ease-out)both}.Button-module__XfjjUa__secondary:hover:not(:disabled):not([aria-disabled=true]){border-color:var(--color-control-secondary-hover-border);background-color:var(--color-control-secondary-hover-surface)}.Button-module__XfjjUa__ghost:hover:not(:disabled):not([aria-disabled=true]){background-color:var(--color-surface-alpha-hover)}}.Button-module__XfjjUa__small{height:var(--control-height-small);min-height:var(--control-height-small);padding-inline:var(--space-4);font-size:var(--type-small)}@media (prefers-reduced-motion:reduce){.Button-module__XfjjUa__button,.Button-module__XfjjUa__label,.Button-module__XfjjUa__icon{transition:none}}.Button-module__XfjjUa__primary:disabled,.Button-module__XfjjUa__primary[aria-disabled=true]{opacity:var(--opacity-disabled);cursor:default;box-shadow:none;transform:none}@media (prefers-reduced-motion:reduce){.Button-module__XfjjUa__primary:hover:not(:disabled):not([aria-disabled=true]):after{animation:none;transform:translate(120%)skew(-18deg)}}.Button-module__XfjjUa__button{gap:var(--space-2)}.Button-module__XfjjUa__ghost.Button-module__XfjjUa__small{padding-inline:var(--space-2)}.Button-module__XfjjUa__iconShape{width:var(--control-height-default);flex:none;padding:0}.Button-module__XfjjUa__iconShape.Button-module__XfjjUa__small{width:var(--control-height-small);padding:0}
.LogoWordmark-module__gV8IsW__logo{color:var(--color-brand);flex:none;display:block;overflow:visible}.LogoWordmark-module__gV8IsW__logo>path{filter:var(--logo-dimensional-filter);stroke:#0000;stroke-width:2.5px;stroke-linejoin:round;pointer-events:visiblePainted}.LogoWordmark-module__gV8IsW__highlightColor{flood-color:var(--color-text-inverse);flood-opacity:.3}.LogoWordmark-module__gV8IsW__innerShadowColor{flood-color:var(--color-text);flood-opacity:.22}.LogoWordmark-module__gV8IsW__castShadowColor{flood-color:var(--color-text);flood-opacity:.14}
.Section-module__BGCMQG__section{width:100%}.Section-module__BGCMQG__default{background:var(--color-surface)}.Section-module__BGCMQG__paper{background:var(--color-surface-subtle);--tear-color:var(--color-surface-subtle);position:relative}.Section-module__BGCMQG__graph{background:var(--color-surface)url(/textures/graph-paper.svg) repeat;background-size:30px 30px}.Section-module__BGCMQG__transparent{background:0 0}.Section-module__BGCMQG__accent{background:var(--color-surface-overlay-inverse);color:var(--palette-white);--color-text:var(--palette-white);--color-text-muted:var(--palette-sand-dark-a11);--color-text-accent:var(--palette-white);--color-brand:var(--palette-white);--color-brand-hover:var(--palette-sand-dark-a11);--color-text-inverse:var(--palette-umber-9)}.Section-module__BGCMQG__spacingNone{padding-block:0}.Section-module__BGCMQG__spacingSm{padding-top:var(--section-space-sm);padding-bottom:var(--section-space-sm)}.Section-module__BGCMQG__spacingMd{padding-top:var(--section-space-md);padding-bottom:var(--section-space-md)}.Section-module__BGCMQG__spacingLg{padding-top:var(--section-space-lg);padding-bottom:var(--section-space-lg)}.Section-module__BGCMQG__spacingXl{padding-top:var(--section-space-xl);padding-bottom:var(--section-space-xl)}
.Container-module__iQT0UW__container{width:100%;padding-left:var(--page-gutter);padding-right:var(--page-gutter);margin-left:auto;margin-right:auto}.Container-module__iQT0UW__narrow{max-width:var(--container-narrow)}.Container-module__iQT0UW__default{max-width:var(--container-default)}.Container-module__iQT0UW__wide{max-width:var(--container-page)}.Container-module__iQT0UW__full{max-width:none}.Container-module__iQT0UW__shell{max-width:var(--container-shell)}
.Reveal-module__0uxqrq__reveal[data-reveal-ready]{opacity:0;transition:opacity 1.5s var(--ease-out).12s,transform 1.5s var(--ease-out).12s;transform:translateY(32px)}.Reveal-module__0uxqrq__reveal.Reveal-module__0uxqrq__fast{transition-duration:calc(var(--duration-slow) + var(--duration-slow) + var(--duration-slow)),calc(var(--duration-slow) + var(--duration-slow) + var(--duration-slow))}.Reveal-module__0uxqrq__reveal.Reveal-module__0uxqrq__visible,.Reveal-module__0uxqrq__reveal:focus-within{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.Reveal-module__0uxqrq__reveal[data-reveal-ready]{opacity:1;transition:none;transform:none}}.Reveal-module__0uxqrq__group[data-reveal-ready]>*{transition:opacity calc(var(--duration-slow)*2)var(--ease-out),translate calc(var(--duration-slow)*2)var(--ease-out);transition-delay:var(--reveal-item-delay,0s)}.Reveal-module__0uxqrq__group[data-reveal-ready]>:not([data-reveal-visible=true]){opacity:0;translate:0 var(--space-4)}.Reveal-module__0uxqrq__group[data-reveal-ready]>:focus-within{opacity:1;transition:none;translate:none}@media (prefers-reduced-motion:reduce){.Reveal-module__0uxqrq__group[data-reveal-ready]>*{opacity:1;transition:none;translate:none}}
.ContentSection-module__OERuLG__section{position:relative}.ContentSection-module__OERuLG__layout{align-items:center;gap:var(--space-8);display:grid}.ContentSection-module__OERuLG__layout>*{min-width:0}.ContentSection-module__OERuLG__copy{justify-items:center;gap:var(--space-5);width:100%;max-width:var(--container-narrow);text-align:center;margin-inline:auto;display:grid}.ContentSection-module__OERuLG__copy>p,.ContentSection-module__OERuLG__copy>h1,.ContentSection-module__OERuLG__copy>h2,.ContentSection-module__OERuLG__copy>h3{text-align:inherit}.ContentSection-module__OERuLG__body{gap:var(--space-5);min-width:0;display:grid}.ContentSection-module__OERuLG__body p{text-align:inherit;text-wrap:balance}.ContentSection-module__OERuLG__image{width:min(100%,32rem);margin-inline:auto}.ContentSection-module__OERuLG__image img{object-fit:contain;width:100%;height:auto;display:block}.ContentSection-module__OERuLG__cta{max-width:100%}.ContentSection-module__OERuLG__cta>a,.ContentSection-module__OERuLG__cta>button{max-width:100%;height:auto;min-height:var(--control-height-default);white-space:normal;text-align:center}@media (min-width:56rem){.ContentSection-module__OERuLG__withImage{gap:var(--space-9);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.ContentSection-module__OERuLG__withImage .ContentSection-module__OERuLG__copy{text-align:start;justify-items:start}.ContentSection-module__OERuLG__withImage.ContentSection-module__OERuLG__imageEnd .ContentSection-module__OERuLG__image{grid-area:1/2}.ContentSection-module__OERuLG__withImage.ContentSection-module__OERuLG__imageEnd .ContentSection-module__OERuLG__copy{grid-area:1/1}}
.Stack-module__HIJJbq__stack{display:flex}.Stack-module__HIJJbq__column{flex-direction:column}.Stack-module__HIJJbq__row{flex-direction:row}.Stack-module__HIJJbq__wrap{flex-wrap:wrap}.Stack-module__HIJJbq__gapNone{gap:0}.Stack-module__HIJJbq__gapXs{gap:var(--space-2)}.Stack-module__HIJJbq__gapSm{gap:var(--space-3)}.Stack-module__HIJJbq__gapMd{gap:var(--space-5)}.Stack-module__HIJJbq__gapLg{gap:var(--space-8)}.Stack-module__HIJJbq__gapXl{gap:var(--space-9)}.Stack-module__HIJJbq__gap2xl{gap:calc(var(--space-9) + var(--space-9))}.Stack-module__HIJJbq__alignStart{align-items:flex-start}.Stack-module__HIJJbq__alignCenter{align-items:center}.Stack-module__HIJJbq__alignEnd{align-items:flex-end}.Stack-module__HIJJbq__alignStretch{align-items:stretch}.Stack-module__HIJJbq__justifyStart{justify-content:flex-start}.Stack-module__HIJJbq__justifyCenter{justify-content:center}.Stack-module__HIJJbq__justifyEnd{justify-content:flex-end}.Stack-module__HIJJbq__justifyBetween{justify-content:space-between}
.Card-module__MjA_wW__card{border-radius:var(--radius-lg)}.Card-module__MjA_wW__card:not(.Card-module__MjA_wW__featured){overflow:hidden}.Card-module__MjA_wW__toneDefault,.Card-module__MjA_wW__toneSurface,.Card-module__MjA_wW__toneSurfaceStrong{background:var(--color-surface);border:var(--border-thin)solid var(--color-border-subtle)}.Card-module__MjA_wW__tonePaper{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E") repeat,var(--color-surface);box-shadow:var(--shadow-2);background-size:200px 200px,auto;border:none}.Card-module__MjA_wW__toneGraph{background:var(--color-surface);border:.5px solid var(--palette-grid-line-dark)}.Card-module__MjA_wW__featured{border:2px solid var(--color-brand);box-shadow:var(--shadow-3);position:relative}.Card-module__MjA_wW__paddingSm{padding:var(--space-4)}.Card-module__MjA_wW__paddingMd{padding:var(--space-5)}.Card-module__MjA_wW__paddingLg{padding:var(--space-6)}.Card-module__MjA_wW__interactive{cursor:pointer;transition:box-shadow .15s,transform .15s}.Card-module__MjA_wW__interactive:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}
.Tag-module__ui0JNa__tag{font-family:var(--font-sans);font-size:var(--type-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;padding:var(--space-1)var(--space-4);border-radius:var(--radius-sm);white-space:nowrap;font-weight:600;line-height:1;display:inline-block}.Tag-module__ui0JNa__accent{background:var(--color-brand);color:var(--palette-white)}.Tag-module__ui0JNa__muted{background:var(--color-border);color:var(--color-text-muted)}
.PhotoFrame-module__kz1aKa__frame{background:var(--color-surface);padding:var(--space-2);box-shadow:var(--shadow-2);transition:transform .15s}.PhotoFrame-module__kz1aKa__frame:hover{transform:rotate(-.75deg)}.PhotoFrame-module__kz1aKa__frame img{width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.PhotoFrame-module__kz1aKa__frame:hover{transform:none}}
.ExpandableCard-module__GQYmQG__card{background:var(--color-surface);border:none;border-radius:0}.ExpandableCard-module__GQYmQG__toggle{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5);cursor:pointer;text-align:left;font:inherit;color:inherit;background:0 0;border:none;display:flex}.ExpandableCard-module__GQYmQG__toggle:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px}.ExpandableCard-module__GQYmQG__header{align-items:center;gap:var(--space-4);display:flex}.ExpandableCard-module__GQYmQG__icon{flex-shrink:0;width:2rem;font-size:1.5rem;line-height:1}.ExpandableCard-module__GQYmQG__title{font-family:var(--font-sans);font-size:var(--type-heading-3);color:var(--color-text);font-weight:600}.ExpandableCard-module__GQYmQG__toggleIcon{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.ExpandableCard-module__GQYmQG__toggleIconOpen{transform:rotate(45deg)}.ExpandableCard-module__GQYmQG__body{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.ExpandableCard-module__GQYmQG__bodyOpen{grid-template-rows:1fr}.ExpandableCard-module__GQYmQG__bodyInner{min-height:0;padding:0 var(--space-5);color:var(--color-text-muted);overflow:hidden}.ExpandableCard-module__GQYmQG__bodyOpen .ExpandableCard-module__GQYmQG__bodyInner{min-height:0;padding-bottom:var(--space-5)}.ExpandableCard-module__GQYmQG__headingWrap{font:inherit;margin:0}@media (prefers-reduced-motion:reduce){.ExpandableCard-module__GQYmQG__body,.ExpandableCard-module__GQYmQG__toggleIcon{transition:none}}
.TornEdge-module__TGPX-G__edge{--tear-overlap:3px;pointer-events:none;z-index:1;height:40px;position:absolute;left:0;right:0}.TornEdge-module__TGPX-G__surface{background:var(--tear-color);position:absolute;inset:0;-webkit-mask-image:url(/textures/torn-paper-edge.png);mask-image:url(/textures/torn-paper-edge.png);-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-repeat:repeat-x;mask-repeat:repeat-x}.TornEdge-module__TGPX-G__top{transform:translateY(calc(-100% + var(--tear-overlap)));filter:drop-shadow(0 -3px 4px #1e140f1a);clip-path:inset(-20px -20px 0);top:0}.TornEdge-module__TGPX-G__top .TornEdge-module__TGPX-G__surface{transform:scaleY(-1)}.TornEdge-module__TGPX-G__bottom{transform:translateY(calc(100% - var(--tear-overlap)));filter:drop-shadow(0 3px 4px #1e140f1a);clip-path:inset(0 -20px -20px);bottom:0}
.Faq-module___xldtq__sectionBoundary{isolation:isolate;padding-block:var(--space-8);position:relative;overflow:clip}.Faq-module___xldtq__section{isolation:isolate;padding:var(--section-space-lg)var(--page-gutter);color:var(--color-text-accent);background:var(--color-background-pure)url(/textures/graph-paper.svg) repeat;--tear-color:var(--color-background-pure);background-size:30px 30px;position:relative}.Faq-module___xldtq__content{z-index:2;width:min(100%,48rem);margin:0 auto;position:relative}.Faq-module___xldtq__header{isolation:isolate;margin-bottom:var(--space-7);position:relative}.Faq-module___xldtq__header [data-timed-visible]>h2{isolation:isolate;position:relative}.Faq-module___xldtq__header [data-timed-visible]>h2:before{content:"";z-index:-1;aspect-ratio:993.641/495.088;opacity:0;clip-path:inset(0 100% 0 0);pointer-events:none;background:url(/images/home/faq-scribble.svg) 50%/contain no-repeat;width:clamp(11rem,26vw,15rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Faq-module___xldtq__header [data-timed-visible=true]>h2:before{animation:Faq-module___xldtq__faq-scribble-draw var(--duration-moderate)var(--ease-out)0s both}@keyframes Faq-module___xldtq__faq-scribble-draw{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0)}}.Faq-module___xldtq__items{gap:var(--space-1);display:grid}.Faq-module___xldtq__questionHeading{font:inherit;margin:0}.Faq-module___xldtq__trigger{width:100%;min-height:var(--control-height-default);padding:var(--space-3)0;grid-template-columns:minmax(0,1fr)var(--control-height-default);align-items:center;gap:var(--space-3);color:inherit;font-family:var(--font-sans);font-size:var(--type-body);font-weight:var(--weight-semibold);text-align:left;cursor:pointer;background:0 0;border:0;line-height:1.35;display:grid}.Faq-module___xldtq__trigger:hover{color:var(--color-text-accent)}.Faq-module___xldtq__trigger:focus-visible{border-radius:var(--radius-sm);outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.Faq-module___xldtq__plus{width:var(--control-height-default);height:var(--control-height-default);transition:transform var(--duration-moderate)var(--ease-out),background-color var(--duration-fast)var(--ease-out);border-radius:50%;display:block;position:relative}.Faq-module___xldtq__plus:before,.Faq-module___xldtq__plus:after{content:"";background:currentColor;width:.9rem;height:1.5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Faq-module___xldtq__plus:after{transform:translate(-50%,-50%)rotate(90deg)}.Faq-module___xldtq__trigger:hover .Faq-module___xldtq__plus{background:var(--color-surface-hover)}.Faq-module___xldtq__open .Faq-module___xldtq__plus{transform:rotate(45deg)}.Faq-module___xldtq__answerGrid{opacity:0;transition:grid-template-rows var(--duration-slow)var(--ease-out),opacity var(--duration-moderate)var(--ease-out);grid-template-rows:0fr;display:grid}.Faq-module___xldtq__open .Faq-module___xldtq__answerGrid{opacity:1;grid-template-rows:1fr}.Faq-module___xldtq__answerInner{min-height:0;overflow:hidden}.Faq-module___xldtq__answer{max-width:42rem;padding:0 calc(var(--control-height-default) + var(--space-3))var(--space-5)0}.Faq-module___xldtq__moreQuestions{width:100%;margin:var(--space-8)auto 0;padding:var(--space-6);border:.5px solid color-mix(in srgb,var(--color-border-subtle)35%,var(--color-background-pure));border-radius:var(--radius-lg);place-items:center;gap:var(--space-4);background:var(--color-background-pure);text-align:center;box-shadow:var(--shadow-2);display:grid}.Faq-module___xldtq__calloutContent{gap:var(--space-2);display:grid}.Faq-module___xldtq__calloutTitle,.Faq-module___xldtq__calloutCopy{text-align:center}.Faq-module___xldtq__calloutTitle{font-weight:var(--weight-bold)}.Faq-module___xldtq__calloutCopy{text-wrap:balance}.Faq-module___xldtq__calloutHighlight{--callout-highlight-color:color-mix(in srgb,var(--color-highlight-accent)88%,transparent);color:inherit;background:linear-gradient(to bottom,transparent 58%,var(--callout-highlight-color)58%,var(--callout-highlight-color)92%,transparent 92%);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 .06em}@media (min-width:48rem){.Faq-module___xldtq__trigger{font-size:var(--type-title-sm)}.Faq-module___xldtq__moreQuestions{justify-items:start;gap:var(--space-6);text-align:left;grid-template-columns:minmax(0,1fr) auto}.Faq-module___xldtq__moreQuestions>:last-child{justify-self:end}.Faq-module___xldtq__calloutTitle,.Faq-module___xldtq__calloutCopy{text-align:left}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.Faq-module___xldtq__moreQuestions:hover{animation:Faq-module___xldtq__callout-wiggle calc(var(--duration-slow)*2)var(--ease-out)}}@keyframes Faq-module___xldtq__callout-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-.45deg)}55%{transform:rotate(.3deg)}80%{transform:rotate(-.1deg)}}@media (prefers-reduced-motion:reduce){.Faq-module___xldtq__header [data-timed-visible]>h2:before{opacity:1;clip-path:none;animation:none}.Faq-module___xldtq__plus,.Faq-module___xldtq__answerGrid{transition:none}}.Faq-module___xldtq__beforePaper:before,.Faq-module___xldtq__afterAccent:after{content:"";z-index:-1;height:var(--space-8);pointer-events:none;position:absolute;left:0;right:0}.Faq-module___xldtq__beforePaper:before{background:var(--color-surface-subtle);top:0}.Faq-module___xldtq__afterAccent:after{background:var(--color-surface-overlay-inverse);bottom:0}
.Footer-module__6PpXcG__footer{width:100%;color:var(--color-text);font-family:var(--font-sans);background:0 0;margin-top:auto;overflow:clip}.Footer-module__6PpXcG__inner{width:min(100%,var(--container-shell));padding:calc(var(--section-space-md) + var(--space-6))var(--page-gutter)0;gap:var(--space-8);margin-inline:auto;display:grid}.Footer-module__6PpXcG__brandBlock{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.Footer-module__6PpXcG__wordmark{width:fit-content}.Footer-module__6PpXcG__tagline{max-width:17rem;padding-top:var(--space-5)}.Footer-module__6PpXcG__navigation{gap:var(--space-8)var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.Footer-module__6PpXcG__column{align-items:flex-start;gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.Footer-module__6PpXcG__groupTitle{margin-bottom:var(--space-1);font-weight:var(--weight-semibold)}.Footer-module__6PpXcG__link{color:var(--color-text-muted);font-size:var(--type-body);line-height:var(--leading-reading);transition:color var(--duration-fast)var(--ease-out);text-decoration:none}.Footer-module__6PpXcG__link:hover{color:var(--color-text)}.Footer-module__6PpXcG__socialLinks{margin-top:var(--space-5);align-items:center;gap:0;display:flex}.Footer-module__6PpXcG__socialLink{width:var(--space-6);height:var(--space-6);border-radius:var(--radius-md);color:var(--color-text-muted);transition:color var(--duration-fast)var(--ease-out),background-color var(--duration-fast)var(--ease-out);background-color:#0000;justify-content:center;align-items:center;display:inline-flex}.Footer-module__6PpXcG__socialIcon{stroke-width:1.75px;width:1.375rem;height:1.375rem}.Footer-module__6PpXcG__landscape{--footer-sky-strong:color-mix(in srgb,var(--color-surface-sky)72%,var(--color-info-text));min-height:max(12rem,28vw);margin-top:var(--space-3);isolation:isolate;view-timeline-name:--footer-landscape;view-timeline-axis:block;position:relative}.Footer-module__6PpXcG__landscape:before{z-index:0;background:linear-gradient(to bottom,transparent 0%,color-mix(in srgb,var(--footer-sky-strong)72%,transparent)100%);content:"";pointer-events:none;position:absolute;inset:0}.Footer-module__6PpXcG__cloudLayer{z-index:2;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Footer-module__6PpXcG__wordmarkScene{z-index:6;aspect-ratio:4368/1271;pointer-events:none;width:max(100%,52rem);position:absolute;bottom:-1px;left:50%;right:auto;transform:translate(-50%)}.Footer-module__6PpXcG__giantWordmark{--logo-letter-lift:-1%;color:color-mix(in srgb,var(--color-footer-wordmark)42%,transparent);aspect-ratio:129/25;transform-origin:50% 100%;pointer-events:auto;width:max(29rem,82vw);position:absolute;bottom:31%;left:50%;right:auto;transform:translate(-50%)}.Footer-module__6PpXcG__giantWordmarkLogo{z-index:1;width:100%;height:100%;position:relative}.Footer-module__6PpXcG__giantWordmarkGlass{z-index:0;background:linear-gradient(to bottom,color-mix(in srgb,var(--color-footer-wordmark)12%,transparent),color-mix(in srgb,var(--color-footer-wordmark)24%,transparent));-webkit-backdrop-filter:blur(16px)saturate(118%);backdrop-filter:blur(16px)saturate(118%);-webkit-mask:var(--letter-mask)center/100% 100% no-repeat;-webkit-mask:var(--letter-mask)center/100% 100% no-repeat;mask:var(--letter-mask)center/100% 100% no-repeat;pointer-events:none;position:absolute;inset:0}.Footer-module__6PpXcG__giantWordmarkGlass,.Footer-module__6PpXcG__giantWordmarkLogo>path{--letter-rest-y:0px;--letter-group-y:0%;--letter-tilt:0deg;--letter-origin-x:50%;transform-origin:var(--letter-origin-x)70%;transform:translateY(calc(var(--letter-rest-y) + var(--letter-group-y)))rotate(var(--letter-tilt));transition:transform var(--duration-moderate)var(--ease-out)}.Footer-module__6PpXcG__giantWordmarkLogo>path{filter:var(--logo-dimensional-filter);transform-box:view-box}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="1"],.Footer-module__6PpXcG__giantWordmarkLogo>path:first-of-type{--letter-mask:url(/brand/logo-wordmark-letter-1-mask.svg);--letter-origin-x:8.91%;--letter-tilt:-1.4deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="2"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(2){--letter-mask:url(/brand/logo-wordmark-letter-2-mask.svg);--letter-origin-x:23.64%;--letter-tilt:1.8deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="3"],.Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(3),path:nth-of-type(10)){--letter-mask:url(/brand/logo-wordmark-letter-3-mask.svg);--letter-origin-x:31.78%;--letter-tilt:-1.2deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="4"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(4){--letter-mask:url(/brand/logo-wordmark-letter-4-mask.svg);--letter-origin-x:41.09%;--letter-tilt:2deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="5"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(5){--letter-mask:url(/brand/logo-wordmark-letter-5-mask.svg);--letter-origin-x:51.94%;--letter-tilt:-1.6deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="6"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(6){--letter-mask:url(/brand/logo-wordmark-letter-6-mask.svg);--letter-origin-x:63.57%;--letter-tilt:1.25deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="7"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(7){--letter-mask:url(/brand/logo-wordmark-letter-7-mask.svg);--letter-origin-x:75.97%;--letter-tilt:-1.9deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="8"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(8){--letter-mask:url(/brand/logo-wordmark-letter-8-mask.svg);--letter-origin-x:83.72%;--letter-tilt:1.5deg}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="9"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(9){--letter-mask:url(/brand/logo-wordmark-letter-9-mask.svg);--letter-origin-x:93.8%;--letter-tilt:-1.1deg}.Footer-module__6PpXcG__giantWordmarkGlass:is([data-letter="2"],[data-letter="8"]),.Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(2),path:nth-of-type(8)){--letter-rest-y:0.8%}.Footer-module__6PpXcG__giantWordmarkGlass:is([data-letter="3"],[data-letter="7"]),.Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(3),path:nth-of-type(7),path:nth-of-type(10)){--letter-rest-y:3%}.Footer-module__6PpXcG__giantWordmarkGlass:is([data-letter="4"],[data-letter="6"]),.Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(4),path:nth-of-type(6)){--letter-rest-y:11%}.Footer-module__6PpXcG__giantWordmarkGlass[data-letter="5"],.Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(5){--letter-rest-y:14%}.Footer-module__6PpXcG__giantWordmarkGlass:is([data-letter="5"],[data-letter="6"],[data-letter="7"],[data-letter="8"],[data-letter="9"]),.Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(5),path:nth-of-type(6),path:nth-of-type(7),path:nth-of-type(8),path:nth-of-type(9)){--letter-group-y:2%}.Footer-module__6PpXcG__giantWordmark[data-active-letter="1"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="1"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="2"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="2"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="3"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="3"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="4"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="4"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="5"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="5"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="6"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="6"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="7"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="7"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="8"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="8"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="9"] .Footer-module__6PpXcG__giantWordmarkGlass[data-letter="9"],.Footer-module__6PpXcG__giantWordmark[data-active-letter="1"] .Footer-module__6PpXcG__giantWordmarkLogo>path:first-of-type,.Footer-module__6PpXcG__giantWordmark[data-active-letter="2"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(2),.Footer-module__6PpXcG__giantWordmark[data-active-letter="3"] .Footer-module__6PpXcG__giantWordmarkLogo>:is(path:nth-of-type(3),path:nth-of-type(10)),.Footer-module__6PpXcG__giantWordmark[data-active-letter="4"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(4),.Footer-module__6PpXcG__giantWordmark[data-active-letter="5"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(5),.Footer-module__6PpXcG__giantWordmark[data-active-letter="6"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(6),.Footer-module__6PpXcG__giantWordmark[data-active-letter="7"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(7),.Footer-module__6PpXcG__giantWordmark[data-active-letter="8"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(8),.Footer-module__6PpXcG__giantWordmark[data-active-letter="9"] .Footer-module__6PpXcG__giantWordmarkLogo>path:nth-of-type(9){transform:translateY(calc(var(--letter-rest-y) + var(--letter-group-y) + var(--logo-letter-lift)))rotate(var(--letter-tilt))}.Footer-module__6PpXcG__wordmarkRollTrigger{z-index:2;appearance:none;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0;position:absolute;inset:0}.Footer-module__6PpXcG__wordmarkRollTrigger:focus-visible{outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.Footer-module__6PpXcG__wordmarkRollTrigger:disabled{cursor:default}@media (hover:hover) and (pointer:fine){.Footer-module__6PpXcG__socialLink:hover{color:var(--color-text-accent);background-color:var(--color-surface-alpha-hover)}}.Footer-module__6PpXcG__rollingApple{z-index:9;aspect-ratio:1823/2058;width:clamp(2.5rem,4.75vw,4.75rem);filter:drop-shadow(var(--shadow-2));position:absolute;bottom:clamp(1rem,4vw,3.5rem);left:0}.Footer-module__6PpXcG__hills{pointer-events:none;width:max(100%,52rem);max-width:none;height:auto;position:absolute;bottom:-1px;right:50%;transform:translate(50%)}.Footer-module__6PpXcG__hillsDistance{z-index:1;-webkit-mask-image:linear-gradient(to bottom,transparent 0 7%,var(--color-background-inverse)13% 42%,transparent 58%);mask-image:linear-gradient(to bottom,transparent 0 7%,var(--color-background-inverse)13% 42%,transparent 58%)}.Footer-module__6PpXcG__hillsMidground{z-index:3}.Footer-module__6PpXcG__hillsBackdrop{width:100%;height:auto;display:block}.Footer-module__6PpXcG__hillLettering{width:100%;height:100%;font-family:var(--font-brand);font-size:91px;font-weight:var(--weight-medium);letter-spacing:.015em;pointer-events:none;position:absolute;inset:0;overflow:visible}.Footer-module__6PpXcG__hillLetterFace{fill:color-mix(in srgb,var(--color-background-pure)88%,transparent);stroke:var(--color-background-pure);stroke-width:1.5px;paint-order:stroke fill;filter:drop-shadow(1px 2px 0 color-mix(in srgb,var(--color-text)18%,transparent))}.Footer-module__6PpXcG__hillsForeground{z-index:8}.Footer-module__6PpXcG__wordmark:focus-visible,.Footer-module__6PpXcG__link:focus-visible,.Footer-module__6PpXcG__socialLink:focus-visible{outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}@media (min-width:48rem){.Footer-module__6PpXcG__navigation{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:64rem){.Footer-module__6PpXcG__inner{gap:var(--space-9);grid-template-columns:minmax(12rem,.8fr) minmax(0,2fr)}}@supports (animation-timeline:view()){.Footer-module__6PpXcG__hills,.Footer-module__6PpXcG__wordmarkScene{bottom:-7vw}.Footer-module__6PpXcG__hillsDistance,.Footer-module__6PpXcG__hillsMidground,.Footer-module__6PpXcG__giantWordmark,.Footer-module__6PpXcG__hillsForeground{animation-duration:1s;animation-timing-function:var(--ease-out);will-change:transform;animation-fill-mode:both;animation-timeline:--footer-landscape}.Footer-module__6PpXcG__hillsDistance{animation-name:Footer-module__6PpXcG__footer-distance-parallax;animation-range:entry 75%}.Footer-module__6PpXcG__hillsMidground{animation-name:Footer-module__6PpXcG__footer-midground-parallax;animation-range:entry 65%}.Footer-module__6PpXcG__giantWordmark{animation-name:Footer-module__6PpXcG__footer-wordmark-parallax;animation-range:entry 35%}.Footer-module__6PpXcG__hillsForeground{animation-name:Footer-module__6PpXcG__footer-foreground-parallax;animation-range:entry 25%}}@media (prefers-reduced-motion:reduce){.Footer-module__6PpXcG__cloudLayer{display:none}.Footer-module__6PpXcG__link,.Footer-module__6PpXcG__socialLink{transition:none}.Footer-module__6PpXcG__hillsDistance,.Footer-module__6PpXcG__hillsMidground,.Footer-module__6PpXcG__giantWordmark,.Footer-module__6PpXcG__hillsForeground{will-change:auto;animation:none}.Footer-module__6PpXcG__hills,.Footer-module__6PpXcG__wordmarkScene{bottom:-1px}.Footer-module__6PpXcG__giantWordmarkGlass,.Footer-module__6PpXcG__giantWordmarkLogo>path{transform:translateY(calc(var(--letter-rest-y) + var(--letter-group-y)))rotate(var(--letter-tilt));transition:none}}@keyframes Footer-module__6PpXcG__footer-distance-parallax{0%{transform:translate(50%,18%)scale(1.016)}to{transform:translate(50%)scale(1.02)}}@keyframes Footer-module__6PpXcG__footer-midground-parallax{0%{transform:translate(50%,13%)scale(1.035)}to{transform:translate(50%,-2%)scale(1.045)}}@keyframes Footer-module__6PpXcG__footer-wordmark-parallax{0%{transform:translate(-50%,2.5%)scale(1.004)}to{transform:translate(-50%,-5%)scale(1.012)}}@keyframes Footer-module__6PpXcG__footer-foreground-parallax{0%{transform:translate(50%,-1%)scale(1.055)}to{transform:translate(50%,-9%)scale(1.07)}}.Footer-module__6PpXcG__supportLink{margin-top:var(--space-3);font-size:var(--type-small)}.Footer-module__6PpXcG__edgeBoundary{--tear-color:var(--color-surface);width:100%;height:0;position:relative}
.DriftingClouds-module__ftd-2G__layer{pointer-events:none;position:absolute;inset:0;overflow:hidden}.DriftingClouds-module__ftd-2G__cloud{will-change:transform;max-width:none;height:auto;animation-name:DriftingClouds-module__ftd-2G__footer-cloud-drift;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;left:0}.DriftingClouds-module__ftd-2G__cloudRear{z-index:0;animation-duration:320s}.DriftingClouds-module__ftd-2G__cloudMid{z-index:1;animation-duration:260s}.DriftingClouds-module__ftd-2G__cloudFront{z-index:2;animation-duration:210s}.DriftingClouds-module__ftd-2G__cloudOne{width:clamp(13rem,28vw,28rem);animation-delay:-18s;top:16%}.DriftingClouds-module__ftd-2G__cloudTwo{width:clamp(6rem,11vw,10rem);animation-delay:-93s;top:33%}.DriftingClouds-module__ftd-2G__cloudThree{width:clamp(9rem,20vw,19rem);animation-delay:-55s;top:7%}.DriftingClouds-module__ftd-2G__cloudFour{width:clamp(5rem,9vw,8rem);animation-delay:-253s;top:41%}.DriftingClouds-module__ftd-2G__cloudFive{width:clamp(15rem,34vw,34rem);animation-delay:-123s;top:21%}.DriftingClouds-module__ftd-2G__cloudSix{width:clamp(8rem,17vw,16rem);animation-delay:-185s;top:3%}@keyframes DriftingClouds-module__ftd-2G__footer-cloud-drift{0%{transform:translate(calc(-125% - 10vw))}to{transform:translate(calc(100vw + 125%))}}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__depth{position:absolute;inset:0 2%;container-type:inline-size}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__rear{--cloud-rise:-0.35%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__mid{--cloud-rise:-0.75%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__front{--cloud-rise:-1.25%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloud{object-fit:contain;object-position:top left;max-width:88%;max-height:30%;animation-name:DriftingClouds-module__ftd-2G__hero-cloud-drift}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudRear{opacity:.32;animation-duration:460s}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudMid{opacity:.46;animation-duration:290s}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudFront{opacity:.58;animation-duration:170s}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudOne{width:clamp(19rem,43vw,46rem);animation-delay:-49s;top:32%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudTwo{width:clamp(2.5rem,5vw,5rem);animation-delay:-185s;top:59%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudThree{width:clamp(8rem,17vw,18rem);animation-delay:-190s;top:42%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudFour{width:clamp(1.75rem,3.5vw,3.5rem);animation-delay:-310s;top:67%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudFive{width:clamp(24rem,56vw,60rem);animation-delay:-106s;top:25%}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__cloudSix{width:clamp(6rem,12vw,13rem);animation-delay:-100s;top:51%}@supports (animation-timeline:view()){.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__depth{animation:1ms linear both DriftingClouds-module__ftd-2G__hero-cloud-parallax;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}}@keyframes DriftingClouds-module__ftd-2G__hero-cloud-parallax{0%,12%{transform:translateY(0)}80.6%,to{transform:translateY(var(--cloud-rise))}}@keyframes DriftingClouds-module__ftd-2G__hero-cloud-drift{0%{transform:translate(0)}to{transform:translate(calc(100cqw - 100%))}}@media (prefers-reduced-motion:reduce){.DriftingClouds-module__ftd-2G__layer{display:none}.DriftingClouds-module__ftd-2G__hero .DriftingClouds-module__ftd-2G__depth{animation:none}.DriftingClouds-module__ftd-2G__cloud{will-change:auto;animation:none}}
.RollingApple-module__97-Mqq__appleImage{opacity:1;width:100%;height:auto;display:block}.RollingApple-module__97-Mqq__rollingTrack{--apple-roll-turns:3.70427turn;--apple-divot-x:-18%;--apple-divot-y:14%;opacity:0;visibility:hidden;pointer-events:none;will-change:transform;transform:translate(-120vw)}.RollingApple-module__97-Mqq__rollingTrackActive{opacity:1;visibility:visible;animation:4.25s linear both RollingApple-module__97-Mqq__hill-roll}.RollingApple-module__97-Mqq__rollingApple{transform-origin:50% 61%;will-change:transform;width:100%}.RollingApple-module__97-Mqq__rollingTrackActive .RollingApple-module__97-Mqq__rollingApple{animation:RollingApple-module__97-Mqq__apple-roll 4.25s linear(0,.05 1%,.1 2%,.15 3.2%,.2 4.5%,.25 6%,.3 8%,.35 10.5%,.4 13.5%,.45 17%,.5 21.5%,.52 26.5%,.53 31.5%,.538 36.5%,.5397 40%,.539917 42% 53.5%,.5402 54%,.543 55%,.55 56.5%,.6 62%,.65 67%,.7 72%,.75 77%,.8 81.5%,.85 85.5%,.9 89%,.95 92.5%,1 96%)both}.RollingApple-module__97-Mqq__rollingTrackActive .RollingApple-module__97-Mqq__appleImage{transform-origin:50% 61%;animation:.48s ease-out 1.785s both RollingApple-module__97-Mqq__divot-shake}@keyframes RollingApple-module__97-Mqq__hill-roll{0%{transform:translate(-100%,-1.2vw)}1%{transform:translate(calc(5vw - 90%),-1.075vw)}2%{transform:translate(calc(10vw - 80%),-.793vw)}3.2%{transform:translate(calc(15vw - 70%),-.424vw)}4.5%{transform:translate(calc(20vw - 60%),-.004vw)}6%{transform:translate(calc(25vw - 50%),.436vw)}8%{transform:translate(calc(30vw - 40%),.868vw)}10.5%{transform:translate(calc(35vw - 30%),1.264vw)}13.5%{transform:translate(calc(40vw - 20%),1.599vw)}17%{transform:translate(calc(45vw - 10%),1.85vw)}21.5%{transform:translate(50vw,2vw)}26.5%{transform:translate(calc(52vw + 4%),2.029vw)}31.5%{transform:translate(calc(53vw + 5.99999%),2.036vw)}36.5%{transform:translate(calc(53.8vw + 7.6%),2.038vw)}40%{transform:translate(calc(53.97vw + 7.93999%),2.038vw)}42%,53.5%{transform:translate(calc(53.9917vw + 7.9834%),2.038vw)}54%{transform:translate(calc(54.02vw + 8.04%),2.038vw)}55%{transform:translate(calc(54.3vw + 8.6%),2.038vw)}56.5%{transform:translate(calc(55vw + 10%),2.036vw)}62%{transform:translate(calc(60vw + 20%),1.952vw)}67%{transform:translate(calc(65vw + 30%),1.75vw)}72%{transform:translate(calc(70vw + 40%),1.439vw)}77%{transform:translate(calc(75vw + 50%),1.036vw)}81.5%{transform:translate(calc(80vw + 60%),.566vw)}85.5%{transform:translate(calc(85vw + 70%),.061vw)}89%{transform:translate(calc(90vw + 80%),-.441vw)}92.5%{transform:translate(calc(95vw + 90%),-.89vw)}96%,to{transform:translate(calc(100vw + 100%),-1.2vw)}}@keyframes RollingApple-module__97-Mqq__apple-roll{0%{transform:rotate(0)}to{transform:rotate(var(--apple-roll-turns))}}@keyframes RollingApple-module__97-Mqq__divot-shake{0%{transform:translate(0,0)rotate(0)}18%{transform:translate3d(var(--apple-divot-x),var(--apple-divot-y),0)rotate(-5deg)}36%{transform:translate3d(var(--apple-divot-x),var(--apple-divot-y),0)rotate(4deg)}50%{transform:translate3d(var(--apple-divot-x),var(--apple-divot-y),0)rotate(0)}66%{transform:translate3d(var(--apple-divot-x),var(--apple-divot-y),0)rotate(-3deg)}82%{transform:translate3d(var(--apple-divot-x),var(--apple-divot-y),0)rotate(2deg)}to{transform:translate(0,0)rotate(0)}}@media (min-width:48rem){.RollingApple-module__97-Mqq__rollingTrack{--apple-roll-turns:5.55641turn}}@media (min-width:64rem){.RollingApple-module__97-Mqq__rollingTrack{--apple-roll-turns:7.40854turn}}@media (prefers-reduced-motion:reduce){.RollingApple-module__97-Mqq__rollingTrackActive,.RollingApple-module__97-Mqq__rollingTrackActive .RollingApple-module__97-Mqq__rollingApple,.RollingApple-module__97-Mqq__rollingTrackActive .RollingApple-module__97-Mqq__appleImage{animation-duration:1ms;animation-delay:0s}}
.CharacterRevealText-module__3qCVhq__visuallyHidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.CharacterRevealText-module__3qCVhq__animatedCopy,.CharacterRevealText-module__3qCVhq__line{display:block}.CharacterRevealText-module__3qCVhq__word{white-space:nowrap;display:inline-block}.CharacterRevealText-module__3qCVhq__character{transform-origin:50% 100%;display:inline-block}@supports (animation-timeline:view()){.CharacterRevealText-module__3qCVhq__scrollCharacter{animation:CharacterRevealText-module__3qCVhq__characterUnfurl 1ms var(--ease-out)both;animation-timeline:var(--character-timeline);animation-range:var(--character-range-start)var(--character-range-end)}}.CharacterRevealText-module__3qCVhq__timedCharacter{opacity:0;transform:translate3d(var(--character-drift),calc(-1*var(--character-lift)),0)rotateX(72deg)rotateZ(var(--character-tilt))scale(.98)}.CharacterRevealText-module__3qCVhq__timedCharacterVisible{animation:CharacterRevealText-module__3qCVhq__characterUnfurl calc(var(--duration-slow) + var(--duration-slow))var(--ease-out)both;animation-delay:var(--character-delay)}.CharacterRevealText-module__3qCVhq__timedCharacterFast.CharacterRevealText-module__3qCVhq__timedCharacterVisible{animation-duration:var(--duration-moderate)}@keyframes CharacterRevealText-module__3qCVhq__characterUnfurl{0%{opacity:0;transform:translate(0,0)rotateX(0)rotate(0)scale(1)}1%{opacity:0;transform:translate3d(var(--character-drift),calc(-1*var(--character-lift)),0)rotateX(72deg)rotateZ(var(--character-tilt))scale(.98)}35%{opacity:.22}70%{opacity:.72}to{opacity:1;transform:translate(0,0)rotateX(0)rotate(0)scale(1)}}@media (prefers-reduced-motion:reduce){.CharacterRevealText-module__3qCVhq__character{opacity:1;animation:none;transform:none}.CharacterRevealText-module__3qCVhq__timedCharacterVisible{animation:none}}
.HeadingReveal-module__6wzo9a__reveal{gap:var(--space-4);justify-items:inherit;view-timeline-name:--section-heading-reveal;view-timeline-axis:block;width:100%;display:grid}.HeadingReveal-module__6wzo9a__heading{perspective:24rem}@supports (animation-timeline:view()){.HeadingReveal-module__6wzo9a__supporting:not(.HeadingReveal-module__6wzo9a__supportingTimed){animation:HeadingReveal-module__6wzo9a__supportingReveal 1ms var(--ease-out)both;animation-timeline:--section-heading-reveal;animation-range:var(--supporting-range-start,49%)var(--supporting-range-end,57%)}}@keyframes HeadingReveal-module__6wzo9a__supportingReveal{0%{opacity:0;transform:translateY(var(--space-3))}to{opacity:1;transform:translateY(0)}}.HeadingReveal-module__6wzo9a__supportingTimed{opacity:0;transform:translateY(var(--space-3))}.HeadingReveal-module__6wzo9a__supportingTimedVisible{opacity:1;transition:opacity calc(var(--duration-slow) + var(--duration-slow))var(--ease-out)calc(var(--duration-slow) + var(--duration-slow) + var(--duration-slow) + var(--duration-slow)),transform calc(var(--duration-slow) + var(--duration-slow))var(--ease-out)calc(var(--duration-slow) + var(--duration-slow) + var(--duration-slow) + var(--duration-slow));transform:translateY(0)}.HeadingReveal-module__6wzo9a__fast .HeadingReveal-module__6wzo9a__supportingTimedVisible{transition-duration:var(--duration-moderate);transition-delay:var(--duration-slow)}@media (prefers-reduced-motion:reduce){.HeadingReveal-module__6wzo9a__supporting{opacity:1;animation:none;transform:none}}
.SectionIntro-module__gowVKW__intro{gap:var(--space-4);width:100%;display:grid}.SectionIntro-module__gowVKW__start{justify-items:start}.SectionIntro-module__gowVKW__center{justify-items:center}.SectionIntro-module__gowVKW__heading{max-width:16ch}.SectionIntro-module__gowVKW__eyebrow{margin-block-end:var(--space-4)}.SectionIntro-module__gowVKW__lead{max-width:var(--measure-reading)}.SectionIntro-module__gowVKW__leadPretty{text-wrap:pretty}.SectionIntro-module__gowVKW__leadBalance{text-wrap:balance}.SectionIntro-module__gowVKW__oliveBrush{z-index:0;width:min(100%,var(--measure-reading));padding:var(--space-9)clamp(var(--space-6),5vw,var(--space-9));isolation:isolate;position:relative}.SectionIntro-module__gowVKW__oliveBrush:before{content:"";z-index:-1;inset:0 calc(-1*var(--space-4));background:var(--color-surface-olive);pointer-events:none;position:absolute;-webkit-mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat;mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat}
.SplitHero-module__fT833a__hero{background:var(--color-surface)}.SplitHero-module__fT833a__layout{--depth-back-x:0px;--depth-back-y:0px;--depth-mid-x:0px;--depth-mid-y:0px;--depth-front-x:0px;--depth-front-y:0px;gap:var(--space-8);align-items:center;display:grid}.SplitHero-module__fT833a__layout>*{min-width:0}.SplitHero-module__fT833a__image{place-items:center;display:grid}.SplitHero-module__fT833a__image>img{width:min(100%,34rem);height:auto;display:block}.SplitHero-module__fT833a__copy{align-items:center}.SplitHero-module__fT833a__umberLightBrush{z-index:0;isolation:isolate;position:relative}.SplitHero-module__fT833a__hero:has(.SplitHero-module__fT833a__umberLightBrush){overflow-x:clip}.SplitHero-module__fT833a__umberLightBrush:before{z-index:-1;inset:calc(-1*var(--space-8))calc(-1*var(--space-9));background:var(--color-brand-surface-hover);content:"";pointer-events:none;position:absolute;-webkit-mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat;mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat}.SplitHero-module__fT833a__sunBrush:before{background:var(--color-feature-sun-subtle)}.SplitHero-module__fT833a__copy p,.SplitHero-module__fT833a__copy h1{text-align:center}.SplitHero-module__fT833a__cta{justify-content:center;display:flex}@media (min-width:56rem){.SplitHero-module__fT833a__layout{gap:var(--space-9);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.SplitHero-module__fT833a__image{grid-area:1/2}.SplitHero-module__fT833a__copy{grid-area:1/1;align-items:flex-start}.SplitHero-module__fT833a__copy p,.SplitHero-module__fT833a__copy h1{text-align:start}.SplitHero-module__fT833a__cta{justify-content:flex-start}}
.TextInput-module__bhuXTW__field{font-family:var(--font-sans);flex-direction:column;gap:0;width:100%;display:flex;position:relative}.TextInput-module__bhuXTW__label{z-index:var(--layer-raised);margin:0 0 -.55em var(--space-3);padding:0 var(--space-1);background:var(--color-background-pure);font-size:var(--type-small);font-weight:var(--weight-regular);color:var(--color-text-muted);align-self:flex-start;line-height:1.15;position:relative}.TextInput-module__bhuXTW__screenReaderOnly{clip:rect(0,0,0,0);white-space:nowrap;background:0 0;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.TextInput-module__bhuXTW__frame{height:var(--control-height-default);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background-pure);transition:border-color var(--duration-moderate)var(--ease-out),box-shadow var(--duration-moderate)var(--ease-out);align-items:stretch;display:flex}.TextInput-module__bhuXTW__frame:focus-within{border-color:var(--color-focus);box-shadow:0 0 0 1px var(--color-focus)}.TextInput-module__bhuXTW__errored .TextInput-module__bhuXTW__frame{border-color:var(--color-danger-text)}.TextInput-module__bhuXTW__disabled{opacity:var(--opacity-disabled)}.TextInput-module__bhuXTW__disabled .TextInput-module__bhuXTW__frame{cursor:not-allowed}.TextInput-module__bhuXTW__input{border-radius:calc(var(--radius-lg) - 1px);min-width:0;padding:var(--space-3)var(--space-4);font-family:var(--font-sans);font-size:var(--type-body);color:var(--color-text);background:0 0;border:0;outline:0;flex:1}.TextInput-module__bhuXTW__input::placeholder{color:var(--color-text-muted)}.TextInput-module__bhuXTW__input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--color-background-pure)inset;box-shadow:0 0 0 1000px var(--color-background-pure)inset;-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);transition:background-color 9999s ease-out}.TextInput-module__bhuXTW__input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--color-background-pure)inset;box-shadow:0 0 0 1000px var(--color-background-pure)inset;-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);transition:background-color 9999s ease-out}.TextInput-module__bhuXTW__input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--color-background-pure)inset;box-shadow:0 0 0 1000px var(--color-background-pure)inset;-webkit-text-fill-color:var(--color-text);caret-color:var(--color-text);transition:background-color 9999s ease-out}.TextInput-module__bhuXTW__input:disabled{cursor:not-allowed}.TextInput-module__bhuXTW__trailing{padding:var(--space-1);align-items:stretch;display:flex}.TextInput-module__bhuXTW__trailing>button,.TextInput-module__bhuXTW__trailing>a{aspect-ratio:1;border-radius:calc(var(--radius-lg) - var(--space-1));width:auto;height:auto}.TextInput-module__bhuXTW__message{font-size:var(--type-small);color:var(--color-text-muted);margin:var(--space-2)0 0}.TextInput-module__bhuXTW__message.TextInput-module__bhuXTW__error{color:var(--color-danger-text)}@media (prefers-reduced-motion:reduce){.TextInput-module__bhuXTW__frame{transition:none}}
.TextArea-module__RlSgLG__field{font-family:var(--font-sans);flex-direction:column;gap:0;width:100%;display:flex;position:relative}.TextArea-module__RlSgLG__label{z-index:var(--layer-raised);margin:0 0 -.55em var(--space-3);padding:0 var(--space-1);background:var(--color-background-pure);font-size:var(--type-small);font-weight:var(--weight-regular);color:var(--color-text-muted);align-self:flex-start;line-height:1.15;position:relative}.TextArea-module__RlSgLG__screenReaderOnly{clip:rect(0,0,0,0);white-space:nowrap;background:0 0;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.TextArea-module__RlSgLG__frame{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background-pure);transition:border-color var(--duration-moderate)var(--ease-out),box-shadow var(--duration-moderate)var(--ease-out);align-items:stretch;display:flex}.TextArea-module__RlSgLG__frame:focus-within{border-color:var(--color-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-focus)18%,transparent)}.TextArea-module__RlSgLG__errored .TextArea-module__RlSgLG__frame{border-color:var(--color-danger-text)}.TextArea-module__RlSgLG__disabled{opacity:var(--opacity-disabled)}.TextArea-module__RlSgLG__disabled .TextArea-module__RlSgLG__frame{cursor:not-allowed}.TextArea-module__RlSgLG__textarea{min-width:0;min-height:80px;padding:var(--space-3)var(--space-4);font-family:var(--font-sans);font-size:var(--type-body);color:var(--color-text);resize:vertical;background:0 0;border:0;outline:0;flex:1;line-height:1.55}.TextArea-module__RlSgLG__textarea::placeholder{color:var(--color-text-muted)}.TextArea-module__RlSgLG__textarea:disabled{cursor:not-allowed}.TextArea-module__RlSgLG__message{font-size:var(--type-small);color:var(--color-text-muted);margin:var(--space-2)0 0}.TextArea-module__RlSgLG__message.TextArea-module__RlSgLG__error{color:var(--color-danger-text)}@media (prefers-reduced-motion:reduce){.TextArea-module__RlSgLG__frame{transition:none}}
.SelectInput-module__Dx1_5G__field{font-family:var(--font-sans);flex-direction:column;gap:0;width:100%;display:flex;position:relative}.SelectInput-module__Dx1_5G__label{z-index:var(--layer-raised);margin:0 0 -.55em var(--space-3);padding:0 var(--space-1);background:var(--color-background-pure);font-size:var(--type-small);font-weight:var(--weight-regular);color:var(--color-text-muted);align-self:flex-start;line-height:1.15;position:relative}.SelectInput-module__Dx1_5G__screenReaderOnly{clip:rect(0,0,0,0);white-space:nowrap;background:0 0;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.SelectInput-module__Dx1_5G__frame{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-background-pure);transition:border-color var(--duration-moderate)var(--ease-out),box-shadow var(--duration-moderate)var(--ease-out);align-items:stretch;display:flex;position:relative}.SelectInput-module__Dx1_5G__frame:focus-within{border-color:var(--color-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-focus)18%,transparent)}.SelectInput-module__Dx1_5G__select{appearance:none;min-width:0;font-family:var(--font-sans);font-size:var(--type-body);color:var(--color-text);cursor:pointer;height:var(--control-height-default);padding:var(--space-3)var(--space-8)var(--space-3)var(--space-4);background:0 0;border:0;outline:0;flex:1}.SelectInput-module__Dx1_5G__trigger{text-align:left;align-items:center;display:flex}.SelectInput-module__Dx1_5G__trigger:disabled{cursor:not-allowed;opacity:var(--opacity-disabled)}.SelectInput-module__Dx1_5G__value{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.SelectInput-module__Dx1_5G__nativeSelect{display:none}.SelectInput-module__Dx1_5G__empty .SelectInput-module__Dx1_5G__trigger{color:var(--color-text-muted)}.SelectInput-module__Dx1_5G__chevron{right:var(--space-3);pointer-events:none;color:var(--color-text-muted);position:absolute;top:50%;transform:translateY(-50%)}.SelectInput-module__Dx1_5G__menu{z-index:var(--select-input-menu-z-index,var(--layer-modal));gap:var(--space-1);min-height:0;padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-none);background:var(--color-background-pure);box-shadow:var(--shadow-3);font-family:var(--font-sans);flex-direction:column;display:flex;position:fixed;overflow-y:auto}.SelectInput-module__Dx1_5G__option{width:100%;min-height:var(--control-height-default);padding:var(--space-2)var(--space-3);border-radius:var(--radius-sm);color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;display:flex}.SelectInput-module__Dx1_5G__option:not(:disabled):hover,.SelectInput-module__Dx1_5G__optionActive{background:var(--color-surface-hover)}.SelectInput-module__Dx1_5G__option[aria-selected=true]{background:color-mix(in srgb,var(--color-focus)12%,transparent);color:var(--color-focus);font-weight:var(--weight-semibold)}.SelectInput-module__Dx1_5G__option:disabled{cursor:not-allowed;opacity:var(--opacity-disabled)}@media (prefers-reduced-motion:reduce){.SelectInput-module__Dx1_5G__frame{transition:none}}
.SelectField-module__BgDDIG__field{gap:var(--space-2);width:100%;display:grid}.SelectField-module__BgDDIG__control{display:block;position:relative}.SelectField-module__BgDDIG__select{width:100%;height:var(--control-height-default);padding:var(--space-2)var(--space-8)var(--space-2)var(--space-3);appearance:none;color:var(--color-text);background:var(--color-surface);border:var(--border-thin)solid var(--color-border);border-radius:var(--radius-lg);font-family:var(--font-sans);font-size:var(--type-body);line-height:var(--leading-reading);cursor:pointer;transition:border-color var(--duration-fast)var(--ease-out)}.SelectField-module__BgDDIG__select:focus-visible{outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.SelectField-module__BgDDIG__select:disabled{cursor:not-allowed;opacity:var(--opacity-disabled)}.SelectField-module__BgDDIG__chevron{top:50%;right:var(--space-3);width:var(--space-4);height:var(--space-4);color:var(--color-text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}@media (prefers-reduced-motion:reduce){.SelectField-module__BgDDIG__select{transition:none}}.SelectField-module__BgDDIG__label{font-weight:var(--weight-semibold)}
.SearchBar-module__Sv66Ia__root{--search-bar-glyph-size:var(--space-5);font-family:var(--font-sans);flex-direction:column;width:100%;display:flex}.SearchBar-module__Sv66Ia__screenReaderOnly{clip:rect(0,0,0,0);height:1px;margin:calc(-1*var(--space-1));white-space:nowrap;border:0;width:1px;padding:0;position:absolute;overflow:hidden}.SearchBar-module__Sv66Ia__frame{align-items:center;gap:var(--space-2);padding:var(--space-1);background:var(--color-surface);border:var(--border-thin)solid var(--color-border);border-radius:var(--radius-lg);height:var(--control-height-default);transition:border-color var(--duration-fast)var(--ease-out),box-shadow var(--duration-fast)var(--ease-out);padding-inline-start:var(--space-4);display:flex}.SearchBar-module__Sv66Ia__root:not(.SearchBar-module__Sv66Ia__disabled) .SearchBar-module__Sv66Ia__frame:hover{background:var(--color-surface-hover);border-color:var(--color-border-strong)}.SearchBar-module__Sv66Ia__frame:focus-within{background:var(--color-surface);border-color:var(--color-focus);outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.SearchBar-module__Sv66Ia__disabled{opacity:var(--opacity-disabled)}.SearchBar-module__Sv66Ia__disabled .SearchBar-module__Sv66Ia__frame{cursor:not-allowed}.SearchBar-module__Sv66Ia__searchIcon{color:var(--color-text-muted);height:var(--search-bar-glyph-size);width:var(--search-bar-glyph-size);flex-shrink:0}.SearchBar-module__Sv66Ia__input{color:var(--color-text);font-family:var(--font-sans);font-size:var(--type-body);line-height:var(--leading-reading);min-width:0;padding:var(--space-1)0;background:0 0;border:0;outline:0;flex:1}.SearchBar-module__Sv66Ia__input::placeholder{color:var(--color-text-muted)}.SearchBar-module__Sv66Ia__input::-webkit-search-cancel-button{display:none}.SearchBar-module__Sv66Ia__input:disabled{cursor:not-allowed}.SearchBar-module__Sv66Ia__clear{flex:none}@media (prefers-reduced-motion:reduce){.SearchBar-module__Sv66Ia__frame{transition:none}}
.ChoiceChip-module__zneesa__chip{align-items:center;gap:var(--space-2);min-height:var(--control-height-small);padding:var(--space-2)var(--space-4);color:var(--color-text);background:var(--color-surface);border:var(--border-thin)solid var(--color-border);border-radius:var(--radius-lg);font-family:var(--font-sans);font-size:var(--type-small);font-weight:var(--weight-semibold);line-height:var(--leading-reading);cursor:pointer;transition:background-color var(--duration-fast)var(--ease-out),border-color var(--duration-fast)var(--ease-out);display:inline-flex}.ChoiceChip-module__zneesa__chip:hover{background:var(--color-surface-hover)}.ChoiceChip-module__zneesa__chip[aria-pressed=true]{background:var(--color-brand-surface);border-color:var(--color-brand-border)}.ChoiceChip-module__zneesa__chip[aria-pressed=true]:hover{background:var(--color-brand-surface-hover)}.ChoiceChip-module__zneesa__chip:focus-visible{outline:var(--focus-width)solid var(--color-focus);outline-offset:var(--focus-offset)}.ChoiceChip-module__zneesa__chip:disabled{cursor:not-allowed;opacity:var(--opacity-disabled)}@media (prefers-reduced-motion:reduce){.ChoiceChip-module__zneesa__chip{transition:none}}
.Blog-module__uaSQyG__headingGroup{width:min(100%,var(--measure-reading))}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__headingGroup{width:100%;margin-inline:auto}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__headingGroup h2{text-wrap:nowrap;max-width:none}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__cardGrid{margin-inline:auto}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__cardGrid[data-post-count="1"]{max-width:calc(var(--container-default)/3);grid-template-columns:minmax(0,1fr)}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__cardGrid[data-post-count="2"]{max-width:var(--measure-reading)}.Blog-module__uaSQyG__cardGrid{gap:var(--space-5);margin-top:var(--space-6);grid-template-columns:1fr;display:grid}.Blog-module__uaSQyG__card{flex-direction:column;text-decoration:none;display:flex}.Blog-module__uaSQyG__cardImage{aspect-ratio:16/9;border-radius:var(--radius-lg);background:var(--color-surface);width:100%;margin-bottom:var(--space-4);transition:transform .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Blog-module__uaSQyG__cardImg{object-fit:cover}.Blog-module__uaSQyG__card:hover .Blog-module__uaSQyG__cardImage{transform:scale(.97)}.Blog-module__uaSQyG__cardBody{padding:var(--space-2)var(--space-2)var(--space-4)}.Blog-module__uaSQyG__cardTitle{transition:color var(--duration-fast)var(--ease-out)}.Blog-module__uaSQyG__card:hover .Blog-module__uaSQyG__cardTitle{color:var(--color-brand)}@media (min-width:768px){.Blog-module__uaSQyG__cardGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Blog-module__uaSQyG__cardGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.Blog-module__uaSQyG__centered .Blog-module__uaSQyG__cardGrid[data-post-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}}
.TryTutorCallout-module__0lqCeW__callout{--color-text:var(--color-text-umber-inverse);--color-eyebrow:var(--color-text-umber-inverse-muted);--tear-color:var(--color-surface-overlay-inverse)}.TryTutorCallout-module__0lqCeW__callout .TryTutorCallout-module__0lqCeW__illustration{width:min(100%,13.75rem);margin-inline:auto}@media (min-width:56rem){.TryTutorCallout-module__0lqCeW__callout .TryTutorCallout-module__0lqCeW__illustration{width:min(100%,18.75rem)}}
.MobileStickyCta-module__xsjxEq__bar{display:none}@media (max-width:767px){.MobileStickyCta-module__xsjxEq__bar{background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow-3);padding:var(--space-3)var(--space-4)calc(var(--space-3) + env(safe-area-inset-bottom));z-index:40;transition:transform .25s;display:block;position:fixed;bottom:0;left:0;right:0}.MobileStickyCta-module__xsjxEq__barHidden{transform:translateY(110%)}.MobileStickyCta-module__xsjxEq__button{text-align:center;width:100%;display:block}.MobileStickyCta-module__xsjxEq__bodyWithStickyCta{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}
.Typography-module__IVQWYa__heading,.Typography-module__IVQWYa__title,.Typography-module__IVQWYa__text,.Typography-module__IVQWYa__eyebrow{margin:0}.Typography-module__IVQWYa__heading{font-family:var(--font-brand);font-weight:var(--weight-regular);line-height:var(--leading-brand);letter-spacing:var(--tracking-brand);text-wrap:balance}.Typography-module__IVQWYa__display,.Typography-module__IVQWYa__h1{font-size:var(--type-heading-1)}.Typography-module__IVQWYa__display{font-weight:var(--weight-medium)}.Typography-module__IVQWYa__h2{font-size:var(--type-heading-2)}.Typography-module__IVQWYa__h3{font-size:var(--type-heading-3)}.Typography-module__IVQWYa__title,.Typography-module__IVQWYa__text,.Typography-module__IVQWYa__eyebrow{font-family:var(--font-sans)}.Typography-module__IVQWYa__title{font-weight:var(--weight-semibold);line-height:var(--leading-title);letter-spacing:var(--tracking-title);text-wrap:balance}.Typography-module__IVQWYa__titledisplay{font-size:var(--type-title-display)}.Typography-module__IVQWYa__titlelg{font-size:var(--type-title-lg)}.Typography-module__IVQWYa__titlemd{font-size:var(--type-title-md)}.Typography-module__IVQWYa__titlesm{font-size:var(--type-title-sm)}.Typography-module__IVQWYa__text{font-weight:var(--weight-body);line-height:var(--leading-reading);text-wrap:pretty}.Typography-module__IVQWYa__lead{font-size:var(--type-lead)}.Typography-module__IVQWYa__body{font-size:var(--type-body)}.Typography-module__IVQWYa__small{font-size:var(--type-small)}.Typography-module__IVQWYa__eyebrow{font-size:var(--type-eyebrow);font-weight:var(--weight-bold);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;line-height:1}.Typography-module__IVQWYa__default{color:var(--color-text)}.Typography-module__IVQWYa__muted{color:var(--color-text-muted)}.Typography-module__IVQWYa__accent{color:var(--color-text-accent)}.Typography-module__IVQWYa__inverse{color:var(--color-text-inverse)}.Typography-module__IVQWYa__inherit{color:inherit}.Typography-module__IVQWYa__eyebrow.Typography-module__IVQWYa__default{color:var(--color-text-muted)}.Typography-module__IVQWYa__eyebrow.Typography-module__IVQWYa__inherit{color:inherit}.Typography-module__IVQWYa__eyebrow.Typography-module__IVQWYa__inverse{color:var(--color-eyebrow-inverse)}.Typography-module__IVQWYa__start{text-align:start}.Typography-module__IVQWYa__center{text-align:center}
.Hero-module__aszPZa__sequence{--header-contrast-switch:44svh;view-timeline-name:--hero-sequence;view-timeline-axis:block;height:255svh;position:relative;overflow:clip}.Hero-module__aszPZa__headerInverseZone{width:1px;height:var(--header-contrast-switch);pointer-events:none;position:absolute;top:0;left:0}.Hero-module__aszPZa__stickyStage{--entrance-center-width:min(140vw,max(90svh,37.8rem));--entrance-width:max(100vw,calc(var(--entrance-center-width)*2.63462));--entrance-top-height:calc(var(--entrance-center-width)*.576923);--entrance-opening-top:calc(var(--entrance-center-width)*.229487);--entrance-copy-gap:6rem;--entrance-copy-top:calc(var(--entrance-opening-top) + var(--entrance-copy-gap));--entrance-seam-overlap:1px;--entrance-seam-feather:8px;--entrance-floor-lift:clamp(1.5rem,3svh,2.5rem);--entrance-floor-y:calc(max(calc(var(--entrance-center-width)*1.05769),calc(max(100svh,42rem)*.82)) - var(--entrance-floor-lift));--entrance-middle-height:calc(var(--entrance-floor-y) - var(--entrance-top-height));--entrance-bottom-height:calc(var(--entrance-center-width)*.758974);--entrance-height:calc(var(--entrance-top-height) + var(--entrance-middle-height) + var(--entrance-bottom-height));--entrance-zoom-origin-x:50%;--entrance-zoom-origin-y:calc(var(--entrance-top-height) + var(--entrance-middle-height)*.4);--figures-floor-y:calc(var(--entrance-top-height) + var(--entrance-middle-height) + var(--entrance-center-width)*.065878);--figures-center-x:calc(50% + var(--entrance-center-width)*.076538);--figures-width:calc(var(--entrance-center-width)*.289808);background:var(--color-background-inverse);isolation:isolate;height:100svh;min-height:42rem;position:sticky;top:0;overflow:hidden}.Hero-module__aszPZa__portalLandscape{z-index:0;position:absolute;inset:0;overflow:hidden}.Hero-module__aszPZa__landscapeClouds{pointer-events:none;position:absolute;inset:0}.Hero-module__aszPZa__skyClouds{position:absolute;inset:0}.Hero-module__aszPZa__landscapeImage{object-fit:cover;object-position:center;transform-origin:50% 62%;will-change:transform}.Hero-module__aszPZa__entranceBoundsMask,.Hero-module__aszPZa__entranceAnchor{width:var(--entrance-width);height:var(--entrance-height);pointer-events:none;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__aszPZa__entranceBoundsMask{z-index:1;box-shadow:0 0 0 100vmax var(--color-background-inverse)}.Hero-module__aszPZa__entranceAnchor{z-index:2}.Hero-module__aszPZa__entranceZoom{width:100%;height:100%;transform-origin:var(--entrance-zoom-origin-x)var(--entrance-zoom-origin-y);will-change:transform,opacity;position:relative}.Hero-module__aszPZa__entranceArtwork{grid-template-columns:minmax(0,1fr)var(--entrance-center-width)minmax(0,1fr);grid-template-rows:var(--entrance-top-height)var(--entrance-middle-height)var(--entrance-bottom-height);width:100%;height:100%;display:grid}.Hero-module__aszPZa__entranceCell{--slice-overlap:var(--entrance-seam-overlap);--slice-left:0px;--slice-top:0px;min-width:0;min-height:0;position:relative}.Hero-module__aszPZa__entranceBelow{--slice-top:var(--slice-overlap)}.Hero-module__aszPZa__entranceAfter{--slice-left:var(--slice-overlap)}.Hero-module__aszPZa__entranceBlend{inset:calc(-1*var(--slice-top))0 0 calc(-1*var(--slice-left));position:absolute;overflow:hidden}.Hero-module__aszPZa__entranceSlice{width:calc(100% - var(--slice-left));height:calc(100% - var(--slice-top));display:block;position:absolute;bottom:0;right:0;overflow:visible}@supports (mask-composite:intersect){.Hero-module__aszPZa__entranceCell{--slice-overlap:var(--entrance-seam-feather)}.Hero-module__aszPZa__entranceBlend{-webkit-mask-image:linear-gradient(to right,transparent,#000 var(--slice-left)),linear-gradient(to bottom,transparent,#000 var(--slice-top));mask-image:linear-gradient(to right,transparent,#000 var(--slice-left)),linear-gradient(to bottom,transparent,#000 var(--slice-top));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}}.Hero-module__aszPZa__thresholdFigures{left:var(--figures-center-x);bottom:calc(100% - var(--figures-floor-y));width:var(--figures-width);aspect-ratio:3708/4580;isolation:isolate;position:absolute;transform:translate(-45%,2.8%)}.Hero-module__aszPZa__figuresImage{width:100%;height:auto;display:block;position:relative}.Hero-module__aszPZa__figuresCastShadow{background:linear-gradient(to top,var(--color-background-inverse)0% 16%,transparent 20%);transform-origin:83% 96.2%;opacity:.48;filter:blur(3px);position:absolute;inset:0;transform:matrix(1.2,0,-2.5,-.3,0,0);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Hero-module__aszPZa__figuresContactShadow{background:linear-gradient(to right,var(--color-background-inverse)0% 50%,transparent 72%);opacity:.58;filter:blur(1px);border-radius:50%;width:60%;height:3%;position:absolute;top:95.5%;left:36%}.Hero-module__aszPZa__introContent{z-index:3;top:var(--entrance-copy-top);width:min(78vw,23rem,calc(var(--entrance-center-width)*.58));align-items:center;gap:var(--space-4);transform-origin:50%;color:var(--color-text-accent);will-change:transform,opacity;flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__aszPZa__headline{max-width:12ch;color:inherit;font-size:clamp(1.75rem,calc(var(--entrance-center-width)*.05),2.75rem);margin:0}.Hero-module__aszPZa__subhead{max-width:20rem;color:inherit;text-wrap:pretty;line-height:1.45}.Hero-module__aszPZa__proofPoints{width:min(84vw,calc(var(--entrance-center-width)*.6),32rem);align-items:center;gap:var(--space-2);margin-top:var(--space-2);padding:var(--space-3);flex-shrink:0;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.Hero-module__aszPZa__ratingCrest{justify-content:center;align-items:center;gap:var(--space-1);flex-direction:column;width:6rem;max-width:100%;min-height:2.75rem;display:flex;position:relative}.Hero-module__aszPZa__ratingDenominator{font-size:.55em}.Hero-module__aszPZa__ratingStars{background-color:var(--color-brand);width:3.0625rem;height:.5625rem;display:block;-webkit-mask:url(/images/hero/rating-stars.svg) 50%/contain no-repeat;mask:url(/images/hero/rating-stars.svg) 50%/contain no-repeat}.Hero-module__aszPZa__ratingWreathLeft,.Hero-module__aszPZa__ratingWreathRight{background-color:var(--color-brand);width:1.3125rem;height:2rem;position:absolute;top:.25rem;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.Hero-module__aszPZa__ratingWreathLeft{left:0;transform:rotate(-168.03deg)scaleY(-1);-webkit-mask-image:url(/images/hero/rating-wreath-left.svg);mask-image:url(/images/hero/rating-wreath-left.svg)}.Hero-module__aszPZa__ratingWreathRight{right:0;transform:rotate(-11.97deg);-webkit-mask-image:url(/images/hero/rating-wreath-right.svg);mask-image:url(/images/hero/rating-wreath-right.svg)}.Hero-module__aszPZa__proofPoint{z-index:1;isolation:isolate;align-items:center;gap:var(--space-1);flex-direction:column;min-width:0;display:flex;position:relative}.Hero-module__aszPZa__proofValue{color:var(--color-text-accent);margin:0;font-size:clamp(1.25rem,5vw,1.625rem)}.Hero-module__aszPZa__proofLabel{color:var(--color-text-accent);font-size:clamp(.6875rem,1.8vw,.8125rem);line-height:1.15}.Hero-module__aszPZa__manifesto{z-index:4;pointer-events:none;background:0 0;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.Hero-module__aszPZa__manifestoPanel{z-index:1;width:min(88vw,52rem);padding:var(--space-5);opacity:0;transform:translateY(var(--space-5));place-items:center;display:grid;position:absolute}.Hero-module__aszPZa__manifestoPanel:first-child{opacity:1;transform:translateY(0)}.Hero-module__aszPZa__manifestoPanel p{color:var(--color-text-accent);perspective:24rem;margin:0}@supports (animation-timeline:view()){.Hero-module__aszPZa__landscapeImage{animation:1ms linear both Hero-module__aszPZa__landscapeManifestoZoom;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__entranceBoundsMask{animation:1ms linear both Hero-module__aszPZa__entranceBoundsRelease;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__entranceZoom{animation:1ms linear both Hero-module__aszPZa__portalZoom;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__thresholdFigures{animation:1ms linear both Hero-module__aszPZa__thresholdFiguresDepart;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__introContent{animation:1ms linear both Hero-module__aszPZa__introDepart;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__manifestoPanel{animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:--hero-sequence;animation-range:entry 100% exit 0%}.Hero-module__aszPZa__manifestoPanel:first-child{animation-name:Hero-module__aszPZa__manifestoFirst}.Hero-module__aszPZa__manifestoPanel:nth-child(2){animation-name:Hero-module__aszPZa__manifestoSecond}}@keyframes Hero-module__aszPZa__landscapeManifestoZoom{0%,36%{transform:scale(1)}80.6%,to{transform:scale(1.12)}}@keyframes Hero-module__aszPZa__entranceBoundsRelease{0%,12.9%{opacity:1}28.4%,to{opacity:0}}@keyframes Hero-module__aszPZa__portalZoom{0%{opacity:1;transform:scale(1)}47.6%,74.8%{opacity:1;transform:scale(8)}80.6%,to{opacity:0;transform:scale(8)}}@keyframes Hero-module__aszPZa__thresholdFiguresDepart{0%,18%{opacity:1}29.5%,to{opacity:0}}@keyframes Hero-module__aszPZa__introDepart{0%{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}24.5%{opacity:0;visibility:hidden;transform:translate(-50%)translateY(-6svh)scale(1.55)}28.4%{opacity:0;visibility:hidden;transform:translate(-50%)translateY(-8svh)scale(1.7)}41.3%,to{opacity:0;visibility:hidden;transform:translate(-50%)translateY(-14svh)scale(2.4)}}@keyframes Hero-module__aszPZa__manifestoFirst{0%,36%{opacity:0;transform:translateY(0)}36.1%,64.5%{opacity:1;transform:translateY(0)}67.1%,to{opacity:0;transform:translateY(calc(-1*var(--space-5)))}}@keyframes Hero-module__aszPZa__manifestoSecond{0%,70.9%{opacity:0;transform:translateY(0)}71%,to{opacity:1;transform:translateY(0)}}@media (min-width:48rem){.Hero-module__aszPZa__stickyStage{--entrance-center-width:min(150vw,max(90svh,37.8rem))}.Hero-module__aszPZa__introContent{width:min(50vw,34rem,calc(var(--entrance-center-width)*.58))}.Hero-module__aszPZa__proofPoints{padding:var(--space-3)var(--space-4)}}@supports not (animation-timeline:view()){.Hero-module__aszPZa__sequence{height:auto}.Hero-module__aszPZa__stickyStage{height:auto;min-height:100svh;padding-bottom:var(--space-9);position:relative}.Hero-module__aszPZa__introContent{min-height:auto;padding-top:var(--entrance-copy-top);justify-content:flex-start;margin:0 auto;position:relative;top:auto;left:auto;transform:none}.Hero-module__aszPZa__manifesto{gap:var(--space-7);min-height:auto;padding-top:var(--space-9);place-items:center;display:grid;position:relative;inset:auto}.Hero-module__aszPZa__manifestoPanel,.Hero-module__aszPZa__manifestoPanel:first-child{opacity:1;position:relative;transform:none}}@media (prefers-reduced-motion:reduce),(max-height:40rem){.Hero-module__aszPZa__sequence{height:auto}.Hero-module__aszPZa__stickyStage{height:auto;min-height:100svh;padding-bottom:var(--space-9);position:relative}.Hero-module__aszPZa__entranceZoom,.Hero-module__aszPZa__thresholdFigures,.Hero-module__aszPZa__landscapeImage,.Hero-module__aszPZa__entranceBoundsMask,.Hero-module__aszPZa__introContent,.Hero-module__aszPZa__proofPoints,.Hero-module__aszPZa__manifestoPanel{transition:none;animation:none}.Hero-module__aszPZa__entranceZoom,.Hero-module__aszPZa__landscapeImage{opacity:1!important;transform:none!important}.Hero-module__aszPZa__entranceBoundsMask{opacity:1!important}.Hero-module__aszPZa__introContent{min-height:auto;padding-top:var(--entrance-copy-top);justify-content:flex-start;margin:0 auto;position:relative;top:auto;left:auto;opacity:1!important;transform:none!important}.Hero-module__aszPZa__manifesto{gap:var(--space-7);min-height:auto;padding-top:var(--space-9);place-items:center;display:grid;position:relative;inset:auto}.Hero-module__aszPZa__manifestoPanel,.Hero-module__aszPZa__manifestoPanel:first-child{position:relative;opacity:1!important;transform:none!important}}
.SchoolLogos-module__toBVoW__schoolStrip{text-align:center;padding:clamp(32px,4vw,48px) 0}.SchoolLogos-module__toBVoW__label{margin:0 0 32px}.SchoolLogos-module__toBVoW__marqueeWrapper{display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.SchoolLogos-module__toBVoW__marqueeTrack{flex-shrink:0;align-items:center;gap:48px;padding:0 24px;animation:160s linear infinite SchoolLogos-module__toBVoW__scroll;display:flex}.SchoolLogos-module__toBVoW__logoItem{flex-shrink:0;justify-content:center;align-items:center;height:64px;padding:0 12px;display:flex}.SchoolLogos-module__toBVoW__logoImg{object-fit:contain;opacity:.5;filter:grayscale()sepia(40%)hue-rotate(-15deg)saturate(80%);width:auto;max-width:200px;height:auto;max-height:48px;transition:opacity .25s,filter .25s}.SchoolLogos-module__toBVoW__logoItem:hover .SchoolLogos-module__toBVoW__logoImg{opacity:.8;filter:grayscale(30%)sepia(10%)}@media (max-width:768px){.SchoolLogos-module__toBVoW__marqueeTrack{gap:36px;padding:0 18px}.SchoolLogos-module__toBVoW__logoItem{height:56px}.SchoolLogos-module__toBVoW__logoImg{opacity:.55;max-width:140px;max-height:36px}}@keyframes SchoolLogos-module__toBVoW__scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}
.HeroImageReveal-module__nNWCoa__root{display:contents}.HeroImageReveal-module__nNWCoa__root [data-hero-full]{opacity:0;transition:opacity var(--duration-moderate)var(--ease-out)}.HeroImageReveal-module__nNWCoa__root [data-hero-preview]{opacity:1;transition:opacity var(--duration-moderate)var(--ease-out)}.HeroImageReveal-module__nNWCoa__root[data-ready=true] [data-hero-full]{opacity:1}.HeroImageReveal-module__nNWCoa__root[data-ready=true] [data-hero-preview]{opacity:0;visibility:hidden;transition:opacity var(--duration-moderate)var(--ease-out),visibility 0s var(--duration-moderate)}@media (prefers-reduced-motion:reduce){.HeroImageReveal-module__nNWCoa__root [data-hero-full],.HeroImageReveal-module__nNWCoa__root [data-hero-preview],.HeroImageReveal-module__nNWCoa__root[data-ready=true] [data-hero-preview]{transition:none}}
.AboutManifesto-module__SSTopq__reveal{opacity:0;visibility:hidden;transition:grid-template-rows calc(var(--duration-slow)*2)var(--ease-out),opacity var(--duration-slow)var(--ease-out),visibility 0s calc(var(--duration-slow)*2);grid-template-rows:0fr;display:grid}.AboutManifesto-module__SSTopq__reveal[data-expanded=true]{opacity:1;visibility:visible;grid-template-rows:1fr;transition-delay:0s}.AboutManifesto-module__SSTopq__clip{min-height:0;overflow:hidden}.AboutManifesto-module__SSTopq__content,.AboutManifesto-module__SSTopq__controls{padding-top:var(--space-5)}@media (prefers-reduced-motion:reduce){.AboutManifesto-module__SSTopq__reveal{transition:none}}
.Approach-module__7LjejG__sectionHeader{max-width:var(--container-narrow);margin:0 auto var(--space-6)}.Approach-module__7LjejG__carousel{width:100vw;margin-left:calc(50% - 50vw);margin-top:var(--space-4)}.Approach-module__7LjejG__carouselViewport{scrollbar-width:none;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;cursor:grab;padding:var(--space-6)0 80px;margin-bottom:-60px;position:relative;overflow:auto hidden}.Approach-module__7LjejG__carouselViewport:active{cursor:grabbing}.Approach-module__7LjejG__carouselContainer{gap:var(--space-5);touch-action:pan-x pan-y pinch-zoom;display:flex}.Approach-module__7LjejG__slide{scroll-snap-align:center;cursor:pointer;flex:0 0 374px;min-width:0}.Approach-module__7LjejG__card{background-color:var(--color-surface);border:none;border-radius:0;flex-direction:column;min-height:416px;display:flex;overflow:hidden;box-shadow:0 1px 2px #1e140f0f,0 8px 24px #1e140f14}.Approach-module__7LjejG__cardIllustration{flex-shrink:0;justify-content:center;align-items:center;height:200px;display:flex}.Approach-module__7LjejG__cardImg{width:70%;margin-top:var(--space-5);object-fit:contain}.Approach-module__7LjejG__cardText{padding:var(--space-5)var(--space-6)var(--space-6)}.Approach-module__7LjejG__cardTitle{letter-spacing:-.02em;line-height:var(--leading-brand)}.Approach-module__7LjejG__cardSummary{line-height:var(--leading-reading)}.Approach-module__7LjejG__cardResearch{margin:var(--space-2)0 0;opacity:.7}.Approach-module__7LjejG__paperLink{color:var(--color-brand);white-space:nowrap;font-weight:500;text-decoration:none}.Approach-module__7LjejG__paperLink:hover{text-decoration:underline}.Approach-module__7LjejG__dots{justify-content:center;gap:var(--space-3);padding-top:var(--space-2);display:flex}.Approach-module__7LjejG__dot{background:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.Approach-module__7LjejG__dot:hover{background:var(--color-text-muted)}.Approach-module__7LjejG__dot:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.Approach-module__7LjejG__dotActive{background:var(--color-brand);transform:scale(1.2)}.Approach-module__7LjejG__researchLink{margin-top:var(--space-8);text-align:center}@media (max-width:768px){.Approach-module__7LjejG__carouselViewport{padding:var(--space-5)0 80px}.Approach-module__7LjejG__slide{flex:0 0 280px}.Approach-module__7LjejG__card{min-height:380px}}.Approach-module__7LjejG__carouselViewport::-webkit-scrollbar{display:none}.Approach-module__7LjejG__carouselViewport[data-dragging=true]{scroll-snap-type:none;-webkit-user-select:none;user-select:none}
.BlogArticle-module__Gj0Gtq__page{color:var(--color-text);padding-top:calc(var(--header-h-expanded) + var(--space-5));padding-bottom:clamp(6rem,12vw,10rem)}.BlogArticle-module__Gj0Gtq__container{max-width:640px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) clamp(1.5rem,5vw,2.5rem) clamp(14rem,22vw,20rem)}.BlogArticle-module__Gj0Gtq__breadcrumbLink{color:var(--color-text-muted);font-size:var(--type-body);text-decoration:none}.BlogArticle-module__Gj0Gtq__breadcrumbLink:hover{color:var(--color-brand)}.BlogArticle-module__Gj0Gtq__backLink{width:min(100%,48rem);margin-inline:auto;margin-top:var(--space-9)}.BlogArticle-module__Gj0Gtq__heroImage{aspect-ratio:16/9;border-radius:var(--radius-xl);width:100%;margin-bottom:2rem;position:relative;overflow:hidden}.BlogArticle-module__Gj0Gtq__heroImg{object-fit:cover}.BlogArticle-module__Gj0Gtq__header{margin-inline:auto;width:min(100%,48rem);margin-bottom:3rem}.BlogArticle-module__Gj0Gtq__title{font-family:var(--font-brand);letter-spacing:-.02em;margin:.5rem 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;line-height:1.15}.BlogArticle-module__Gj0Gtq__meta{font-size:var(--type-small);color:var(--color-text-muted);gap:.5rem;margin-bottom:1.5rem;display:flex}.BlogArticle-module__Gj0Gtq__lede{font-size:var(--type-lead);margin:0;font-style:italic;line-height:1.6}.BlogArticle-module__Gj0Gtq__article{width:min(100%,48rem);font-size:var(--type-body);flex-direction:column;gap:1.5rem;margin-inline:auto;line-height:1.75;display:flex}.BlogArticle-module__Gj0Gtq__article ol{margin:1.5rem 0;padding-left:1.5rem}.BlogArticle-module__Gj0Gtq__article li{color:var(--color-text-muted);margin-bottom:.75rem}.BlogArticle-module__Gj0Gtq__subheading{margin:1rem 0 0;scroll-margin-top:8.5rem;font-size:clamp(1.25rem,2.5vw,1.6rem);line-height:1.25}.BlogArticle-module__Gj0Gtq__inlineLink{color:var(--color-brand);text-underline-offset:.15em;text-decoration:underline;text-decoration-thickness:1px}.BlogArticle-module__Gj0Gtq__inlineLink:hover{text-decoration-thickness:2px}.BlogArticle-module__Gj0Gtq__tableWrap{margin:.5rem 0;overflow-x:auto}.BlogArticle-module__Gj0Gtq__tableCaption{font-size:var(--type-small);color:var(--color-text-muted);margin-bottom:.75rem}.BlogArticle-module__Gj0Gtq__table{border-collapse:collapse;width:100%;font-size:var(--type-small);line-height:1.5}.BlogArticle-module__Gj0Gtq__table th,.BlogArticle-module__Gj0Gtq__table td{text-align:left;border-bottom:1px solid var(--color-border,#0000001f);vertical-align:top;padding:.6rem .85rem}.BlogArticle-module__Gj0Gtq__table th{color:var(--color-text);border-bottom-width:2px;font-weight:600}.BlogArticle-module__Gj0Gtq__table td{color:var(--color-text-muted)}.BlogArticle-module__Gj0Gtq__table tr:last-child td{border-bottom:none}.BlogArticle-module__Gj0Gtq__figure{margin:var(--space-8)0}.BlogArticle-module__Gj0Gtq__figureImg{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;height:auto;display:block}.BlogArticle-module__Gj0Gtq__figureCaption{margin-top:var(--space-3);font-size:var(--type-small);color:var(--color-text-muted)}
.AudienceStack-module__eWqWCa__section{--tear-color:var(--color-background-pure);--audience-name-sticky-top:calc(var(--header-h-collapsed) + var(--space-2) + var(--type-heading-2) + var(--space-1));padding:var(--section-space-lg)0;color:var(--color-text);background:var(--color-background-pure);position:relative}.AudienceStack-module__eWqWCa__sectionHeading{z-index:calc(var(--layer-raised) + 1);top:calc(var(--header-h-collapsed) + var(--space-2));width:min(100%,var(--measure-reading));margin:0 auto var(--space-2);padding-inline:var(--page-gutter);isolation:isolate;pointer-events:none;position:sticky;overflow:visible}.AudienceStack-module__eWqWCa__sectionTitle{justify-items:center;display:grid}@media (max-width:79.999rem){.AudienceStack-module__eWqWCa__headingLead{z-index:0;isolation:isolate;width:max-content;padding-inline:.18em;display:inline-block;position:relative}.AudienceStack-module__eWqWCa__headingLead:before{content:"";z-index:-1;background:var(--color-background-pure);pointer-events:none;height:1.75em;position:absolute;top:50%;left:-.7em;right:-.7em;transform:translateY(-50%);-webkit-mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat;mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat}}.AudienceStack-module__eWqWCa__mobileCardHeading{z-index:var(--layer-raised);top:var(--audience-name-sticky-top);margin-bottom:var(--space-3);padding-inline:var(--page-gutter);pointer-events:none;place-items:center;display:grid;position:sticky}.AudienceStack-module__eWqWCa__mobileCardTitle{justify-items:center;display:grid}.AudienceStack-module__eWqWCa__headingLead{font-size:var(--type-heading-2)}.AudienceStack-module__eWqWCa__mobileAudienceName{z-index:0;isolation:isolate;width:max-content;color:var(--audience-title);font-size:var(--type-heading-1);text-transform:lowercase;padding-inline:.18em;display:inline-block;position:relative}.AudienceStack-module__eWqWCa__stack{width:min(100%,38rem);padding-inline:var(--page-gutter);gap:0;margin-inline:auto;display:grid}.AudienceStack-module__eWqWCa__cardStage:not(:last-child){padding-bottom:var(--space-9)}.AudienceStack-module__eWqWCa__cardStage,.AudienceStack-module__eWqWCa__cardStage>div{min-width:0}.AudienceStack-module__eWqWCa__cardStage>div{height:100%}.AudienceStack-module__eWqWCa__cardStage .AudienceStack-module__eWqWCa__cardReveal{transition-delay:0s}.AudienceStack-module__eWqWCa__cardStage:nth-child(2) .AudienceStack-module__eWqWCa__cardReveal{transition-delay:50ms}.AudienceStack-module__eWqWCa__cardStage:nth-child(3) .AudienceStack-module__eWqWCa__cardReveal{transition-delay:.1s}.AudienceStack-module__eWqWCa__panel{--audience-card-overlap:var(--space-8);--audience-art-drop:var(--space-4);background:0 0;grid-template-rows:auto minmax(10rem,auto) auto;grid-template-columns:minmax(0,1fr);width:100%;min-height:min-content;display:grid;position:relative;overflow:visible}.AudienceStack-module__eWqWCa__headingBlock{margin-bottom:var(--space-3);padding-inline:var(--space-5);grid-row:1;display:none}.AudienceStack-module__eWqWCa__heading{justify-items:center;gap:0;display:grid}.AudienceStack-module__eWqWCa__art{z-index:2;isolation:isolate;width:min(88vw,26rem);height:auto;min-height:0;margin:var(--space-2)auto 0;padding-inline:var(--space-2);pointer-events:none;transform-origin:bottom;transform:translateY(var(--audience-art-drop));grid-area:2/1;align-self:center;place-items:center;display:grid;position:relative}.AudienceStack-module__eWqWCa__artCanvas{width:100%;aspect-ratio:var(--audience-art-ratio);position:relative}.AudienceStack-module__eWqWCa__heroLayer{height:auto;filter:drop-shadow(var(--shadow-2));-webkit-user-select:none;user-select:none;transform-origin:50%;transition:transform var(--duration-slow)var(--ease-out);display:block;position:absolute;transform:translate(0,0)}.AudienceStack-module__eWqWCa__parentStarLarge{width:11.8%;top:3.6%;left:47.7%}.AudienceStack-module__eWqWCa__parentMap{width:85.7%;top:16%;left:15.2%}.AudienceStack-module__eWqWCa__parentPaper{width:50.6%;top:34.4%;left:-5.3%}.AudienceStack-module__eWqWCa__parentFamily{width:90.5%;top:-13.8%;left:4.6%}.AudienceStack-module__eWqWCa__parentStarMedium{width:9.3%;top:-.6%;left:40.5%}.AudienceStack-module__eWqWCa__parentStarSmall{width:7%;top:21.2%;left:48.7%}.AudienceStack-module__eWqWCa__parentStarTiny{width:5.7%;top:27.3%;left:55.5%}.AudienceStack-module__eWqWCa__studentMap{width:83.94%;top:15.4%;left:15.35%}.AudienceStack-module__eWqWCa__studentBulb{width:15.34%;top:7.67%;left:30.7%}.AudienceStack-module__eWqWCa__studentBulbGlow{width:10.1%;top:8.96%;left:33.23%}.AudienceStack-module__eWqWCa__studentEquations{width:44.05%;top:37.5%;left:0}.AudienceStack-module__eWqWCa__studentPaper{width:17%;top:72%;left:84%}.AudienceStack-module__eWqWCa__studentFigure{width:90.93%;top:0;left:9.07%}.AudienceStack-module__eWqWCa__teacherPaper{width:77.4%;top:19.1%;left:22.6%}.AudienceStack-module__eWqWCa__teacherBooks{width:31%;top:41.9%;left:0}.AudienceStack-module__eWqWCa__teacherFigure{width:83.4%;top:0;left:5.8%}.AudienceStack-module__eWqWCa__teacherCheckMiddle{width:15.5%;top:29.5%;left:67%}.AudienceStack-module__eWqWCa__teacherGrade{width:29.5%;top:15.7%;left:2.9%}.AudienceStack-module__eWqWCa__teacherCheckLower{width:16.6%;top:41.8%;left:75.5%}.AudienceStack-module__eWqWCa__teacherCheckUpper{width:12.2%;top:18.1%;left:73.5%}.AudienceStack-module__eWqWCa__parentMap,.AudienceStack-module__eWqWCa__studentMap,.AudienceStack-module__eWqWCa__teacherPaper{--layer-hover-y:-.1rem}.AudienceStack-module__eWqWCa__parentFamily,.AudienceStack-module__eWqWCa__studentFigure,.AudienceStack-module__eWqWCa__teacherFigure{--layer-hover-y:-.35rem}.AudienceStack-module__eWqWCa__parentPaper,.AudienceStack-module__eWqWCa__studentEquations,.AudienceStack-module__eWqWCa__studentPaper,.AudienceStack-module__eWqWCa__teacherBooks{--layer-hover-x:-.15rem;--layer-hover-y:-.25rem;--layer-hover-rotate:-.4deg}.AudienceStack-module__eWqWCa__parentStarLarge,.AudienceStack-module__eWqWCa__parentStarMedium,.AudienceStack-module__eWqWCa__parentStarSmall,.AudienceStack-module__eWqWCa__parentStarTiny,.AudienceStack-module__eWqWCa__studentBulb,.AudienceStack-module__eWqWCa__studentBulbGlow,.AudienceStack-module__eWqWCa__teacherCheckMiddle,.AudienceStack-module__eWqWCa__teacherGrade,.AudienceStack-module__eWqWCa__teacherCheckLower,.AudienceStack-module__eWqWCa__teacherCheckUpper{--layer-hover-x:.1rem;--layer-hover-y:-.55rem;--layer-hover-rotate:.8deg}.AudienceStack-module__eWqWCa__details{z-index:1;margin:calc(-1*var(--audience-card-overlap))var(--space-2)var(--space-2);padding:calc(var(--space-6) + var(--audience-card-overlap))var(--space-4)var(--space-6);background:var(--audience-surface);box-shadow:var(--shadow-1);border-radius:1.5rem;flex-direction:column;grid-area:3/1;gap:0;display:flex;position:relative}.AudienceStack-module__eWqWCa__sky{--audience-surface:var(--color-surface-sky);--audience-title:var(--color-audience-sky);--audience-art-ratio:474/363}.AudienceStack-module__eWqWCa__olive{--audience-surface:var(--color-surface-olive);--audience-title:var(--color-audience-olive);--audience-art-ratio:794/719;--audience-art-drop:calc(-1*var(--space-6))}.AudienceStack-module__eWqWCa__sun{--audience-surface:var(--color-surface-sun);--audience-title:var(--color-audience-sun);--audience-art-ratio:558/466}.AudienceStack-module__eWqWCa__cardAudienceName{z-index:0;isolation:isolate;width:max-content;color:var(--audience-title);text-transform:lowercase;padding-inline:.18em;display:inline-block;position:relative}.AudienceStack-module__eWqWCa__mobileAudienceName:before,.AudienceStack-module__eWqWCa__cardAudienceName:before{content:"";z-index:0;background:var(--audience-surface);height:1.12em;position:absolute;top:50%;left:-.4em;right:-.4em;transform:translateY(-50%);-webkit-mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat;mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat}.AudienceStack-module__eWqWCa__audienceTitleText{z-index:1;display:block;position:relative}.AudienceStack-module__eWqWCa__benefits{margin:0;margin-bottom:var(--space-6);gap:var(--space-5);padding:0;list-style:none;display:grid}.AudienceStack-module__eWqWCa__benefits li{column-gap:var(--space-4);grid-template-columns:4rem minmax(0,1fr);align-items:center;min-width:0;display:grid}.AudienceStack-module__eWqWCa__spot{width:5.5rem;height:5rem;transform:translateX(calc(var(--space-1)*-1));justify-self:end;place-items:center end;display:grid}.AudienceStack-module__eWqWCa__olive .AudienceStack-module__eWqWCa__benefits li:nth-child(3) .AudienceStack-module__eWqWCa__spot{transform:translateX(var(--space-3))}.AudienceStack-module__eWqWCa__spot img{object-fit:contain;transform-origin:50%;width:auto;max-width:6.25rem;height:4.75rem;transition:transform var(--duration-moderate)var(--ease-out);transform:translateY(0)rotate(0)}.AudienceStack-module__eWqWCa__spotLarge img{max-width:7.5rem;height:5.75rem}.AudienceStack-module__eWqWCa__benefitCopy{gap:var(--space-1);min-width:0;display:grid}.AudienceStack-module__eWqWCa__benefitTitle{font-weight:var(--weight-bold)}.AudienceStack-module__eWqWCa__cta{color:inherit;place-self:center;margin-top:auto}@media (min-width:80rem){.AudienceStack-module__eWqWCa__cardStage:nth-child(2) .AudienceStack-module__eWqWCa__cardReveal{transition-delay:.45s}.AudienceStack-module__eWqWCa__cardStage:nth-child(3) .AudienceStack-module__eWqWCa__cardReveal{transition-delay:.9s}.AudienceStack-module__eWqWCa__sectionHeading{z-index:auto;margin:0 auto var(--space-5);pointer-events:auto;position:relative;top:auto}.AudienceStack-module__eWqWCa__sectionTitle{min-height:0;display:block}.AudienceStack-module__eWqWCa__mobileCardHeading{display:none}.AudienceStack-module__eWqWCa__cardStage:not(:last-child){padding-bottom:0}.AudienceStack-module__eWqWCa__stack{width:min(100%,96rem);padding-inline:var(--space-5);gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr}.AudienceStack-module__eWqWCa__panel{height:100%;min-height:50rem;padding:var(--space-7)0 0;background:var(--color-background-pure);grid-template-rows:auto 16rem minmax(min-content,1fr)}.AudienceStack-module__eWqWCa__headingBlock{display:block}.AudienceStack-module__eWqWCa__panel .AudienceStack-module__eWqWCa__art{width:min(100%,19rem);height:16rem;padding-inline:0}.AudienceStack-module__eWqWCa__panel .AudienceStack-module__eWqWCa__details{margin:calc(-1*var(--audience-card-overlap))0 0;align-self:stretch}.AudienceStack-module__eWqWCa__benefits{align-content:start;gap:var(--space-5)}.AudienceStack-module__eWqWCa__benefits li{column-gap:var(--space-4);grid-template-columns:4.5rem minmax(0,1fr)}.AudienceStack-module__eWqWCa__spot{width:6.5rem;height:6rem}.AudienceStack-module__eWqWCa__spot img{max-width:7.5rem;height:5.75rem}.AudienceStack-module__eWqWCa__spotLarge img{max-width:9rem;height:7rem}}@media (hover:hover) and (pointer:fine){.AudienceStack-module__eWqWCa__panel:hover .AudienceStack-module__eWqWCa__heroLayer{transform:translate3d(var(--layer-hover-x,0),var(--layer-hover-y,-.25rem),0)rotate(var(--layer-hover-rotate,0deg))}.AudienceStack-module__eWqWCa__panel .AudienceStack-module__eWqWCa__spot:hover img{transform:translateY(-.15rem)rotate(-3deg)}.AudienceStack-module__eWqWCa__panel .AudienceStack-module__eWqWCa__benefits li:nth-child(2n) .AudienceStack-module__eWqWCa__spot:hover img{transform:translateY(-.15rem)rotate(3deg)}}@media (max-width:79.999rem){@supports (animation-timeline:view()){.AudienceStack-module__eWqWCa__section{timeline-scope:--audience-stack}.AudienceStack-module__eWqWCa__stack{view-timeline-name:--audience-stack;view-timeline-axis:block}.AudienceStack-module__eWqWCa__sectionHeading{animation:AudienceStack-module__eWqWCa__audience-title-handoff 1ms var(--ease-out)both;animation-timeline:--audience-stack;animation-range:exit 85% exit 90%}.AudienceStack-module__eWqWCa__cardStage{view-timeline-name:--audience-card-reveal;view-timeline-axis:block;view-timeline-inset:var(--audience-name-sticky-top)0px}.AudienceStack-module__eWqWCa__mobileCardHeading{animation:AudienceStack-module__eWqWCa__audience-title-handoff 1ms var(--ease-out)both;animation-timeline:--audience-card-reveal;animation-range:exit 98%}.AudienceStack-module__eWqWCa__cardReveal{opacity:1;transition:none;transform:none}.AudienceStack-module__eWqWCa__art{animation:AudienceStack-module__eWqWCa__audience-card-art-reveal 1ms var(--ease-out)both;animation-timeline:--audience-card-reveal;animation-range:entry entry 8%}.AudienceStack-module__eWqWCa__details,.AudienceStack-module__eWqWCa__benefits li,.AudienceStack-module__eWqWCa__cta{animation:AudienceStack-module__eWqWCa__audience-card-item-reveal 1ms var(--ease-out)both;animation-timeline:--audience-card-reveal}.AudienceStack-module__eWqWCa__details{animation-range:entry 4% entry 11%}.AudienceStack-module__eWqWCa__benefits li:first-child{animation-range:entry 8% entry 15%}.AudienceStack-module__eWqWCa__benefits li:nth-child(2){animation-range:entry 12% entry 19%}.AudienceStack-module__eWqWCa__benefits li:nth-child(3){animation-range:entry 16% entry 23%}.AudienceStack-module__eWqWCa__cta{animation-range:entry 20% entry 27%}}@supports not (animation-timeline:view()){.AudienceStack-module__eWqWCa__sectionHeading{position:relative;top:auto}}}@media (prefers-reduced-motion:reduce){.AudienceStack-module__eWqWCa__sectionHeading{animation:none;position:relative;top:auto}.AudienceStack-module__eWqWCa__cardReveal{opacity:1;transition:none;transform:none}.AudienceStack-module__eWqWCa__art,.AudienceStack-module__eWqWCa__details,.AudienceStack-module__eWqWCa__benefits li,.AudienceStack-module__eWqWCa__mobileCardHeading,.AudienceStack-module__eWqWCa__cta{animation:none}.AudienceStack-module__eWqWCa__spot img,.AudienceStack-module__eWqWCa__heroLayer{transition:none}.AudienceStack-module__eWqWCa__panel:hover .AudienceStack-module__eWqWCa__heroLayer,.AudienceStack-module__eWqWCa__panel .AudienceStack-module__eWqWCa__spot:hover img{transform:none}}@keyframes AudienceStack-module__eWqWCa__audience-card-art-reveal{0%{opacity:0;transform:translateY(calc(var(--audience-art-drop) + var(--space-4)))}to{opacity:1;transform:translateY(var(--audience-art-drop))}}@keyframes AudienceStack-module__eWqWCa__audience-title-handoff{0%{opacity:1}to{opacity:0}}@keyframes AudienceStack-module__eWqWCa__audience-card-item-reveal{0%{opacity:0;transform:translateY(var(--space-3))}to{opacity:1;transform:translateY(0)}}
.AboutPage-module__J-UVNW__hero{isolation:isolate;background:var(--color-surface);position:relative}.AboutPage-module__J-UVNW__hero:before{content:"";z-index:-1;pointer-events:none;background:url(/images/about/figma/hero-wash.svg) 50%/contain no-repeat;position:absolute;inset:0;transform:translate(-4%,6%)scale(.7)}.AboutPage-module__J-UVNW__page .AboutPage-module__J-UVNW__hero{padding-bottom:0}.AboutPage-module__J-UVNW__page .AboutPage-module__J-UVNW__partnersSection{padding-top:var(--space-5);background:var(--color-surface)}.AboutPage-module__J-UVNW__partners{gap:var(--space-6);display:grid}.AboutPage-module__J-UVNW__logoRow{justify-content:center;align-items:center;gap:var(--space-6);width:100%;display:flex}.AboutPage-module__J-UVNW__logoRow img{object-fit:contain;filter:grayscale();mix-blend-mode:multiply;width:min(65%,13rem);height:5rem}.AboutPage-module__J-UVNW__manifesto{isolation:isolate;scroll-margin-top:var(--header-h-expanded);--tear-color:var(--color-surface-sky);background:var(--color-surface-sky);position:relative}.AboutPage-module__J-UVNW__manifestoLandscape{z-index:-1;object-fit:cover;object-position:center;pointer-events:none;opacity:0;transition:opacity calc(var(--duration-slow)*3)var(--ease-out)}.AboutPage-module__J-UVNW__manifestoLandscape[data-loaded=true]{opacity:1}@media (prefers-reduced-motion:reduce){.AboutPage-module__J-UVNW__manifestoLandscape{transition:none}}.AboutPage-module__J-UVNW__manifesto .AboutPage-module__J-UVNW__manifestoTop{--tear-color:var(--color-surface);top:-1px;bottom:auto;transform:none}.AboutPage-module__J-UVNW__manifesto .AboutPage-module__J-UVNW__manifestoBottom{--tear-color:var(--color-surface);top:auto;bottom:-1px;transform:none}.AboutPage-module__J-UVNW__letter{max-width:52.5rem;padding:clamp(var(--space-5),5vw,var(--space-9));background:var(--color-surface);box-shadow:0 2px 4px color-mix(in srgb,var(--color-surface-overlay-inverse)38%,transparent),0 8px 18px color-mix(in srgb,var(--color-surface-overlay-inverse)28%,transparent);margin-inline:auto}.AboutPage-module__J-UVNW__letter a,.AboutPage-module__J-UVNW__letter button{max-width:100%;height:auto;min-height:var(--control-height-small);white-space:normal}.AboutPage-module__J-UVNW__sectionHeading{gap:var(--space-5);max-width:43rem;margin-inline:auto;display:grid}.AboutPage-module__J-UVNW__beliefs{background:var(--color-surface)}.AboutPage-module__J-UVNW__beliefGrid{gap:var(--space-7);width:100%;display:grid}.AboutPage-module__J-UVNW__beliefGrid>div{gap:var(--space-5);text-align:start;align-content:start;display:grid}.AboutPage-module__J-UVNW__beliefGrid h3,.AboutPage-module__J-UVNW__beliefGrid p{text-align:start}.AboutPage-module__J-UVNW__beliefVisual{aspect-ratio:1.2;width:100%;padding:var(--space-4);border-radius:var(--radius-xl);background:var(--color-surface-subtle);place-items:center;display:grid;overflow:hidden}.AboutPage-module__J-UVNW__beliefArt{object-fit:contain;width:100%;height:100%;filter:drop-shadow(var(--shadow-2));display:block}.AboutPage-module__J-UVNW__understandingArt{transform:translateY(calc(-1*var(--space-4)))}.AboutPage-module__J-UVNW__team,.AboutPage-module__J-UVNW__advisor{background:var(--color-surface-subtle)}.AboutPage-module__J-UVNW__page .AboutPage-module__J-UVNW__team{padding-bottom:var(--space-5);--tear-color:var(--color-surface-subtle);position:relative}.AboutPage-module__J-UVNW__page .AboutPage-module__J-UVNW__advisor{padding-top:var(--space-5)}.AboutPage-module__J-UVNW__advisorLayout{align-items:center;gap:var(--space-2);flex-direction:column;max-width:52.5rem;margin-inline:auto;display:flex}.AboutPage-module__J-UVNW__advisorLayout>*{min-width:0}.AboutPage-module__J-UVNW__advisorPortrait{gap:var(--space-5);width:min(100%,20rem);margin-inline:auto;display:grid;transform:none!important}.AboutPage-module__J-UVNW__splitCopy{align-items:center}.AboutPage-module__J-UVNW__splitCopy p,.AboutPage-module__J-UVNW__splitCopy h1,.AboutPage-module__J-UVNW__splitCopy h2{text-align:center}.AboutPage-module__J-UVNW__advisorBio{z-index:0;padding:var(--space-2)var(--space-6)var(--space-6);isolation:isolate;position:relative}.AboutPage-module__J-UVNW__advisorBio:before{content:"";z-index:-1;inset:calc(-1*var(--space-5))calc(-1*min(var(--space-6),var(--page-gutter)));background:var(--color-background-pure);pointer-events:none;position:absolute;-webkit-mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat;mask:url(/images/home/audiences/audience-title-brush.svg) 50%/100% 100% no-repeat}.AboutPage-module__J-UVNW__initials{aspect-ratio:1;background:var(--color-surface-olive-subtle);font-family:var(--font-brand);margin-bottom:var(--space-4);place-items:center;font-size:3rem;display:grid}.AboutPage-module__J-UVNW__page .AboutPage-module__J-UVNW__backers{background:var(--color-surface-olive-subtle);--color-eyebrow:var(--palette-olive-11);--tear-color:var(--color-surface-olive-subtle);position:relative}.AboutPage-module__J-UVNW__backerIntro{--color-eyebrow:inherit}.AboutPage-module__J-UVNW__backerIntro h2{white-space:nowrap;max-width:none;font-size:clamp(var(--type-body),4.2vw,var(--type-heading-1))}.AboutPage-module__J-UVNW__backerIntro:before{transform:translateY(var(--space-5))}.AboutPage-module__J-UVNW__backerContent{z-index:1;position:relative}.AboutPage-module__J-UVNW__backerEyebrow{color:var(--color-eyebrow)}.AboutPage-module__J-UVNW__vcBlock{justify-items:center;gap:var(--space-5);width:100%;display:grid}.AboutPage-module__J-UVNW__backerStars{pointer-events:none;position:absolute;inset:0;overflow:hidden}.AboutPage-module__J-UVNW__backerStar{z-index:0;object-fit:contain;height:auto;position:absolute}.AboutPage-module__J-UVNW__starOne{width:4rem;top:7%;left:3%;transform:rotate(-13deg)}.AboutPage-module__J-UVNW__starTwo{width:6.5rem;top:29%;right:8%;transform:rotate(17deg)}.AboutPage-module__J-UVNW__starThree{width:5rem;top:51%;left:9%;transform:rotate(8deg)}.AboutPage-module__J-UVNW__starFour{width:3.25rem;top:72%;right:2%;transform:rotate(-20deg)}.AboutPage-module__J-UVNW__starFive{width:5.75rem;bottom:3%;left:4%;transform:rotate(24deg)}.AboutPage-module__J-UVNW__testimonial{background:linear-gradient(var(--color-surface),var(--color-surface-subtle))}.AboutPage-module__J-UVNW__testimonialArt{width:100%;height:auto;display:block}.AboutPage-module__J-UVNW__quote,.AboutPage-module__J-UVNW__quote blockquote{margin:0}.AboutPage-module__J-UVNW__careers{--color-text:var(--color-text-umber-inverse);--color-eyebrow:var(--color-text-umber-inverse-muted);--tear-color:var(--color-surface-overlay-inverse);position:relative}@media (min-width:56rem){.AboutPage-module__J-UVNW__advisorLayout{gap:var(--space-2);flex-direction:row}.AboutPage-module__J-UVNW__advisorLayout .AboutPage-module__J-UVNW__advisorBio{padding:var(--space-6);gap:var(--space-6)}.AboutPage-module__J-UVNW__advisorPortrait{flex:0 20rem}.AboutPage-module__J-UVNW__advisorLayout .AboutPage-module__J-UVNW__splitCopy{flex:24rem}.AboutPage-module__J-UVNW__splitCopy{align-items:flex-start}.AboutPage-module__J-UVNW__splitCopy p,.AboutPage-module__J-UVNW__splitCopy h1,.AboutPage-module__J-UVNW__splitCopy h2{text-align:start}.AboutPage-module__J-UVNW__beliefGrid{gap:var(--space-7);grid-template-columns:repeat(3,minmax(0,1fr))}.AboutPage-module__J-UVNW__beliefVisual{padding:var(--space-8)}.AboutPage-module__J-UVNW__beliefArt{max-height:17rem}}.AboutPage-module__J-UVNW__partnerLogos{justify-content:center;align-items:center;gap:clamp(var(--space-5),7vw,var(--space-9));width:100%;display:flex}.AboutPage-module__J-UVNW__partnerLogos>div{place-items:center;width:min(38%,15rem);min-width:0;display:grid}.AboutPage-module__J-UVNW__partnerLogos img{object-fit:contain;filter:grayscale();mix-blend-mode:multiply;width:100%;max-width:13rem;height:clamp(2.75rem,6vw,5rem)}.AboutPage-module__J-UVNW__teamCanvas{position:relative}.AboutPage-module__J-UVNW__advisor .AboutPage-module__J-UVNW__splitCopy p{text-align:left}.AboutPage-module__J-UVNW__logoRow .AboutPage-module__J-UVNW__trueLogo{width:min(85%,19rem);height:7rem}.AboutPage-module__J-UVNW__page{--color-eyebrow:var(--palette-sand-11)}@media (max-width:36rem){.AboutPage-module__J-UVNW__logoRow{flex-direction:column}}@media (max-width:70rem){.AboutPage-module__J-UVNW__backerStars{display:none}}
.LetterBackground-module__UHLcca__background{z-index:-1;pointer-events:none;view-timeline-name:--letter-background;view-timeline-axis:block;position:absolute;inset:0;overflow:clip}.LetterBackground-module__UHLcca__imageStage{position:absolute;inset:0}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.LetterBackground-module__UHLcca__imageStage{animation:1s linear both LetterBackground-module__UHLcca__letter-background-drift;animation-timeline:--letter-background;animation-range:cover;inset-block:-35%}}}@keyframes LetterBackground-module__UHLcca__letter-background-drift{0%{transform:translateY(-20%)}to{transform:translateY(20%)}}
