.v3-hero{padding-top:clamp(48px,4.75vw,96px)}.v3-hero-text{flex-direction:column;gap:clamp(32px,3.375vw,68px);padding:20px;display:flex}.v3-hero-headline{flex-direction:column;gap:clamp(8px,.8vw,16px);display:flex}.v3-hero-cog{width:fit-content;animation:1.25s ease-in-out v3-rotate-cog}.v3-hero-cog svg{width:clamp(40px,3.97vw,80px);height:clamp(40px,3.97vw,80px)}@keyframes v3-rotate-cog{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.v3-hero-heading{letter-spacing:-.01em;font-size:clamp(48px,6.35vw,128px);line-height:.95}.v3-hero-asset{justify-content:flex-end;gap:20px;height:clamp(360px,35.7vw,720px);padding:0 20px;display:flex}.v3-hero-image{aspect-ratio:2/3;border-radius:12px;height:100%;position:relative;overflow:hidden}.v3-hero-slide{opacity:0}.v3-hero-slide-active{animation:.4s forwards heroFadeIn}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.v3-hero-asset{padding:0 16px}.v3-hero-image:last-child{display:none}.v3-hero-text{padding:20px 16px}}.v3-hero-ticker{aspect-ratio:2/3;background-color:var(--color-almost-black);border-radius:12px;height:100%;position:relative;overflow:hidden}.v3-hero-ticker-track{flex-direction:column;justify-content:flex-end;padding:20px;display:flex;position:absolute;bottom:0;left:0;right:0}.v3-hero-ticker-item-wrapper{animation:.35s ease-out forwards v3-ticker-grow;overflow:hidden}.v3-hero-ticker-item{color:var(--color-background);font-size:clamp(20px,2vw,40px);font-weight:var(--font-weight-heavy);white-space:nowrap;transform-origin:0 100%;align-items:center;gap:8px;padding:2px 0;line-height:1;animation:.35s ease-out forwards v3-ticker-scale-in;display:flex}.v3-hero-ticker-item svg{flex-shrink:0;width:clamp(18px,1.8vw,36px);height:clamp(18px,1.8vw,36px)}@keyframes v3-ticker-grow{0%{max-height:0}to{max-height:60px}}@keyframes v3-ticker-scale-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}
.v3-pillars{align-items:stretch;gap:32px;margin-bottom:80px;padding:32px 20px;display:flex}.v3-pillars-text{flex-direction:column;flex:1;gap:32px;padding:16px 0;display:flex}.v3-pillars-header{flex-direction:column;gap:16px;display:flex}.v3-pillars-label{font-family:var(--font-grotesk-mono), monospace;font-size:18px;font-weight:var(--font-weight-regular);text-transform:uppercase;color:var(--color-almost-black);line-height:1.3}.v3-pillars-heading{letter-spacing:-.16px;padding:8px 0 16px;line-height:.95}.v3-pillars-list{flex-direction:column;display:flex}.v3-pillars-item{all:unset;cursor:pointer;flex-direction:column;gap:2px;padding:10px 0;text-decoration:none;transition:opacity .2s;display:flex}.v3-pillars-item-bar{background-color:#0000001f;border-radius:2px;height:3px;margin-bottom:8px;overflow:hidden}.v3-pillars-item-bar-fill{background-color:var(--color-almost-black);border-radius:2px;width:0;height:100%}.v3-pillars-item-active .v3-pillars-item-bar-fill{animation:linear forwards v3-pillar-progress}@keyframes v3-pillar-progress{0%{width:0}to{width:100%}}.v3-pillars-item:not(.v3-pillars-item-active):hover{opacity:.85}.v3-pillars-item-label-row{align-items:center;gap:10px;display:flex}.v3-pillars-item-label{font-size:28px;font-weight:var(--font-weight-heavy);color:var(--color-almost-black);line-height:1.2}.v3-pillars-item-pill{height:24px;font-family:var(--font-grotesk), sans-serif;font-size:12px;font-weight:var(--font-weight-heavy);color:#141414;white-space:nowrap;border-radius:12px;align-items:center;padding:4px 8px;line-height:16px;display:inline-flex}.v3-pill-blue{background-color:#beebf5}.v3-pill-purple{background-color:#e9befa}.v3-pill-orange{background-color:#fff29d}.v3-pill-green{background-color:#d7dcc6}.v3-pill-pink{background-color:#f5c4db}.v3-pill-teal{background-color:#b8e8d6}.v3-pillars-item-desc-wrapper{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.v3-pillars-item-active .v3-pillars-item-desc-wrapper{grid-template-rows:1fr}.v3-pillars-item-desc{font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);color:var(--color-almost-black);overflow:hidden}.v3-pillars-platform-link{font-family:var(--font-grotesk-mono), monospace;font-size:var(--font-size-body);font-weight:var(--font-weight-regular);text-transform:uppercase;color:var(--color-almost-black);align-items:center;gap:8px;margin-top:16px;text-decoration:none;transition:opacity .15s;display:inline-flex}.v3-pillars-platform-link:hover{opacity:.6}.v3-pillars-platform-link .arrow{padding-bottom:2px}.v3-pillars-item-learn-more{display:none}.v3-pillars-asset{flex-shrink:0;width:clamp(400px,40vw,735px)}.v3-pillars-img{border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.v3-pillars-slide{opacity:0;transition:opacity .4s}.v3-pillars-slide-active{opacity:1}.v3-pillars-video{object-fit:cover;object-position:left center;width:100%;height:100%;position:absolute;inset:0}.v3-pillars-ticker{position:absolute;inset:0}.v3-pillars-ticker .v3-hero-ticker{width:100%;height:100%;aspect-ratio:unset;border-radius:0}.v3-pillars-media-grid-wrapper{position:absolute;inset:0}.v3-media-grid{background-color:var(--color-surface-dark);grid-template-columns:repeat(6,1fr);grid-auto-rows:auto;align-content:start;gap:8px;width:100%;padding:24px;display:grid}.v3-media-grid-cell{aspect-ratio:1;border-radius:8px;transition:transform .3s cubic-bezier(.55,-.12,.75,.1);position:relative;overflow:hidden;transform:scale(0)}.v3-media-grid-cell-visible{transition:transform .35s cubic-bezier(.34,1.12,.64,1);transform:scale(1)}.v3-pillars-brand-rules-wrapper{position:absolute;inset:0}.v3-brand-rules{background-color:#f0f0f0;gap:16px;width:100%;height:100%;padding:0 24px;display:flex;overflow:hidden}.v3-brand-rules-col{flex:1;position:relative;overflow:hidden}.v3-brand-rules-scroll{flex-direction:column;gap:16px;display:flex}.v3-brand-rules-col-up .v3-brand-rules-scroll{animation:40s linear infinite v3-brand-rules-scroll-up}.v3-brand-rules-col-down .v3-brand-rules-scroll{animation:40s linear infinite v3-brand-rules-scroll-down}@keyframes v3-brand-rules-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes v3-brand-rules-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.v3-brand-rules-bubble{font-size:16px;font-weight:var(--font-weight-regular);color:#141414;background-color:#f5c4db;border-radius:12px;flex-shrink:0;padding:20px 24px;line-height:1.45;position:relative}.v3-brand-rules-bubble-left{border-bottom-left-radius:4px}.v3-brand-rules-bubble-right{border-bottom-right-radius:4px}@media (max-width:1200px){.v3-pillars-asset{display:none}}@media (max-width:768px){.v3-pillars-platform-link{display:none}.v3-pillars{gap:24px;margin-bottom:40px;padding:24px 16px}.v3-pillars-text{gap:24px;padding:0}.v3-pillars-img{max-height:320px}.v3-pillars-item-bar{display:none}.v3-pillars-item-desc-wrapper{grid-template-rows:1fr}.v3-pillars-item-label{font-size:22px}.v3-pillars-item-desc{font-size:var(--font-size-body)}.v3-pillars-item-learn-more{font-family:var(--font-grotesk-mono), monospace;font-size:14px;font-weight:var(--font-weight-regular);text-transform:uppercase;color:var(--color-almost-black);align-items:center;gap:6px;margin-top:4px;display:inline-flex}.v3-pillars-item-learn-more .arrow{padding-bottom:2px}}
/*# sourceMappingURL=2kqiiaqip3zz5.css.map*/