.artwork-scene{width:100%;height:100%;position:relative}.artwork-scene-all{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(0,1fr)}.artwork-object{position:relative;min-width:0;min-height:0;width:100%;height:100%;perspective:900px}.artwork-tilt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotateX(var(--art-x,0deg)) rotateY(var(--art-y,0deg));transition:transform .65s cubic-bezier(.2,.6,.25,1)}.artwork-float{position:relative;width:100%;height:100%;animation:artwork-drift 9s ease-in-out infinite alternate;animation-play-state:paused}.artwork-scene[data-moving=true] .artwork-float{animation-play-state:running}.artwork-scene[data-moving=false] .artwork-tilt{transform:none;transition:none}.artwork-studio .artwork-float{animation-name:artwork-turn;animation-duration:10s;animation-delay:-3.5s}.artwork-tiktok .artwork-float{animation-name:artwork-rise;animation-duration:11s;animation-delay:-6s}:is(.artwork-image,.artwork-canvas){display:block;width:100%;height:100%;object-fit:contain;padding:14px;-webkit-user-select:none;user-select:none;pointer-events:none}.artwork-scene-all :is(.artwork-image,.artwork-canvas){padding:16px 24px}.artwork-scene-all .artwork-studio :is(.artwork-image,.artwork-canvas){padding:21px 24px}.artwork-scene-all .artwork-tiktok :is(.artwork-image,.artwork-canvas){padding:14px 24px}.artwork-scene-single :is(.artwork-image,.artwork-canvas){padding:5px}.artwork-scene-single .artwork-studio :is(.artwork-image,.artwork-canvas){padding:12px}@keyframes artwork-drift{0%{transform:translateY(3px) rotate(-2deg)}to{transform:translateY(-4px) rotate(2deg)}}@keyframes artwork-turn{0%{transform:translateY(-3px) rotate(2deg)}to{transform:translateY(4px) rotate(-2deg)}}@keyframes artwork-rise{0%{transform:translateY(4px) rotate(-2deg)}to{transform:translateY(-3px) rotate(1.5deg)}}@media(max-width:600px){.artwork-scene-all :is(.artwork-image,.artwork-canvas),.artwork-scene-all .artwork-studio :is(.artwork-image,.artwork-canvas),.artwork-scene-all .artwork-tiktok :is(.artwork-image,.artwork-canvas){padding:5px 0}}@media(prefers-reduced-motion:reduce){.artwork-float{animation:none}.artwork-tilt{transform:none;transition:none}}.artwork-canvas{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.artwork-object[data-rendered=true] .artwork-canvas{opacity:1}.artwork-object[data-rendered=true] .artwork-image{opacity:0}.da-panel{--da-ink: #19212e;--da-blue: #153bde;--da-secondary: #dc7659;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;width:100%;height:352px;min-width:0;margin:0;padding:20px 22px 16px;border:1px solid rgba(25,33,46,.12);border-radius:14px;background:#fff;color:var(--da-ink);font-family:Golos Text Variable,Golos Text,sans-serif;font-size:14px;line-height:1.3;font-variant-numeric:tabular-nums}.da-panel *{box-sizing:border-box}.da-caption{display:grid;grid-template-columns:1fr auto;gap:4px 10px;flex:0 0 auto;align-items:center}.da-heading{font-size:17px;font-weight:600;line-height:22px}.da-example{color:#727986;font-size:14px;white-space:nowrap}.da-date{grid-column:1 / -1;color:#727986;font-size:14px;line-height:18px}.da-date-short,.da-selected-platform{display:none}.da-controls{display:flex;align-items:center;gap:6px;flex:0 0 auto}.da-toggle{display:block;margin:0;padding:6px 14px;border:1px solid #e3e6ed;border-radius:6px;background:#f7f8fa;color:#5b6574;font:inherit;line-height:18px;white-space:nowrap;cursor:pointer;transition:color .14s ease,background-color .14s ease,border-color .14s ease}.da-toggle[aria-pressed=true]{border-color:var(--da-blue);background:var(--da-blue);color:#fff}.da-toggle:hover:not([aria-pressed=true]){border-color:#9daceb;color:var(--da-blue)}.da-toggle:focus-visible{outline:2px solid var(--da-blue);outline-offset:3px}.da-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:0 0 auto;margin:0}.da-kpi{min-width:0;align-self:end}.da-kpi dt{display:flex;gap:6px;align-items:baseline;color:#626c7b;font-size:14px;line-height:18px}.da-kpi dt:before{flex:0 0 8px;width:8px;height:8px;border-radius:2px;background:var(--da-blue);content:""}.da-kpi-over30 dt:before{background:var(--da-secondary)}.da-kpi dd{margin:4px 0 0;color:var(--da-ink);font-size:30px;font-weight:550;line-height:34px;letter-spacing:-.045em;white-space:nowrap}.da-kpi-label-short{display:none}.da-chart{display:grid;grid-template-columns:37px 1fr;grid-template-rows:minmax(38px,1fr) 15px;column-gap:7px;row-gap:5px;flex:1 1 0;min-height:58px;padding-top:6px}.da-y-axis{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;position:relative;grid-column:1;grid-row:1;color:#7b8390;font-size:12px;line-height:12px}.da-y-axis span:first-child{transform:translateY(-50%)}.da-y-axis span:last-child{transform:translateY(50%)}.da-plot{display:block;grid-column:2;grid-row:1;width:100%;height:100%;min-width:0;min-height:38px;overflow:visible}.da-grid{stroke:#e8ebf1;stroke-width:1}.da-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.da-line-all{stroke:var(--da-blue)}.da-line-over30{stroke:var(--da-secondary)}.da-days{display:flex;grid-column:2;grid-row:2;justify-content:space-between;color:#7b8390;font-size:12px;line-height:15px}.da-days span{display:block;min-width:14px;text-align:center}.da-days span:first-child{transform:translate(-50%)}.da-days span:last-child{transform:translate(50%)}.da-series{animation:da-reveal .16s ease-out}@keyframes da-reveal{0%{opacity:.3}to{opacity:1}}@media(max-width:600px){.da-panel{height:248px;gap:8px;padding:12px 14px 10px;border-radius:11px}.da-caption{gap:2px 8px}.da-heading{font-size:16px;line-height:20px}.da-date{line-height:16px}.da-toggle{padding:4px 12px}.da-kpis{gap:8px}.da-kpi dd{margin-top:3px;font-size:26px;line-height:30px}.da-chart{column-gap:5px}}@media(max-width:600px){.da-panel{padding-right:11px;padding-left:11px}.da-kpi-label-full{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.da-kpi-label-short{display:inline}}@media(max-width:600px)and (max-height:780px){.da-panel{height:180px;gap:3px;padding:7px 11px;border-radius:9px}.da-caption{row-gap:0}.da-heading{line-height:18px}.da-date,.da-example{line-height:16px}.da-toggle{padding:3px 11px;line-height:18px}.da-kpi dt{line-height:16px}.da-kpi dd{margin-top:0;font-size:24px;line-height:27px}.da-kpi-label-full{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.da-kpi-label-short{display:inline}.da-chart{grid-template-columns:34px 1fr;grid-template-rows:minmax(34px,1fr) 14px;min-height:50px;padding-top:2px;row-gap:2px}.da-plot{min-height:34px}.da-days{line-height:14px}}@media(prefers-reduced-motion:reduce){.da-series{animation:none}.da-toggle{transition:none}}@media(max-width:600px)and (max-height:620px){.da-panel{height:125px;padding:6px 10px;gap:3px}.da-caption{column-gap:6px}.da-date{grid-column:1;white-space:nowrap}.da-date-full{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.da-date-short{display:inline}.da-selected-platform{display:block;grid-column:2;color:#727986;font-size:14px;line-height:16px;text-align:right;white-space:nowrap}.da-controls{display:none}.da-kpi dd{font-size:22px;line-height:25px}.da-chart{display:block;min-height:26px;max-height:28px;padding:0}.da-y-axis,.da-days{display:none}.da-plot{min-height:26px}}@media(max-width:600px)and (min-height:781px)and (max-height:880px){.da-panel{height:230px}}@media(min-width:601px)and (max-width:820px)and (min-height:651px)and (max-height:900px){.da-panel{gap:8px;padding:12px 14px 10px}.da-caption{gap:2px 8px}.da-heading{font-size:16px;line-height:20px}.da-date{line-height:16px}.da-toggle{padding:4px 12px}.da-kpi dd{margin-top:3px;font-size:26px;line-height:30px}}.dist-layout{width:min(1296px,calc(100% - 128px));min-height:var(--screen-height, 100vh);margin-inline:auto;padding-block:clamp(32px,5dvh,60px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);grid-template-areas:"intro showcase" "offer showcase" "promo promo" "action action";grid-template-rows:auto auto auto auto;align-content:center;column-gap:clamp(40px,5vw,80px);row-gap:clamp(24px,3.5dvh,36px)}.dist-intro{grid-area:intro;min-width:0;align-self:end}.dist-label{display:flex;align-items:center;gap:16px;margin:0 0 22px;color:var(--blue);font-size:14px;font-weight:500;line-height:1.4}.dist-label>span{font-size:11px}.dist-intro h2{margin:0;color:var(--blue);font-size:clamp(34px,3.25vw,48px);font-weight:450;letter-spacing:-.052em;line-height:1.1}.dist-intro h2>span{display:block}.dist-offer{grid-area:offer;min-width:0;padding:0;margin:0;border:0;align-self:start}.dist-offer legend{margin-bottom:12px;padding:0;color:#424c59;font-size:14px;line-height:1.35}.dist-price-once{display:none}.dist-formats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dist-format{display:flex;flex-direction:column;min-width:0;padding:13px 14px;border:1px solid #cbd0d9;border-radius:8px;color:#19212e;background:#ffffff5c;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.dist-format.is-selected{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue);background:#e9edff}.dist-format:hover{border-color:var(--blue);background:#edf0fd}.dist-format:has(input:focus-visible){outline:2px solid var(--blue);outline-offset:3px}.dist-format-top{display:flex;justify-content:space-between;align-items:center;gap:4px;font-size:16px;font-weight:500;line-height:1.25}.dist-format input{flex:0 0 16px;width:16px;height:16px;margin:0;accent-color:var(--blue);cursor:pointer}.dist-format-tracks{margin-top:4px;color:#646d79;font-size:14px;line-height:1.3}.dist-format-price{display:block;margin-top:14px;font-size:clamp(23px,2.1vw,30px);font-weight:500;letter-spacing:-.05em;line-height:1.1;font-variant-numeric:tabular-nums;white-space:nowrap}.dist-format-price>span{font-size:.8em}.dist-payment-note{margin:10px 0 0;color:#646d79;font-size:14px;line-height:1.3}.dist-promo{grid-area:promo;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:center;column-gap:clamp(40px,5vw,80px);padding-top:24px;border-top:1px solid #19212e26}.dist-promo h3{margin:0 0 8px;font-size:clamp(20px,1.75vw,25px);font-weight:450;letter-spacing:-.035em;line-height:1.2}.dist-promo h3>span{color:var(--blue);white-space:nowrap}.dist-promo p{margin:0;color:#596473;font-size:16px;line-height:1.45}.dist-covers{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dist-cover{display:block;min-width:0;width:100%;max-width:126px;justify-self:center;margin:0;padding:0;border:0;border-radius:5px;background:transparent;cursor:zoom-in;transition:transform .18s ease}.dist-cover img{display:block;width:100%;height:auto;aspect-ratio:1;border-radius:inherit}.dist-cover:hover{transform:translateY(-4px)}.dist-cover:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.dist-showcase{grid-area:showcase;min-width:0;position:relative;padding-top:0;align-self:center}.dist-showcase .da-panel{position:relative;z-index:1}.dist-action{grid-area:action;display:flex;align-items:center;gap:28px}.dist-account{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:260px;min-height:50px;padding:12px 22px;border:1px solid transparent;border-radius:3px;background:var(--blue);color:var(--paper);font-size:16px;font-weight:500;line-height:1.4;text-decoration:none}.dist-account:hover{background:#284df0}.dist-account:focus-visible{outline:2px solid var(--blue);outline-offset:5px}.dist-total{margin:0;color:#646d79;font-size:14px;line-height:1.4}.dist-total strong{display:block;color:#19212e;font-size:20px;font-weight:500;letter-spacing:-.025em;font-variant-numeric:tabular-nums}.dist-cover-dialog{max-width:min(680px,calc(100vw - 40px),calc(100dvh - 40px));max-height:calc(100dvh - 40px);padding:0;border:0;border-radius:8px;background:transparent;overflow:visible}.dist-cover-dialog::backdrop{background:#101729b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dist-cover-preview{position:relative}.dist-cover-preview>img{display:block;width:100%;height:auto;border-radius:8px}.dist-cover-close{position:absolute;top:10px;right:10px;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ffffff40;border-radius:50%;background:#19212ee6;color:#fff;cursor:pointer}.dist-cover-close:focus-visible{outline:2px solid white;outline-offset:3px}@media(max-width:1100px){.dist-layout{width:calc(100% - 80px);column-gap:36px}.dist-intro h2{font-size:35px}.dist-label{margin-bottom:16px}.dist-promo{column-gap:36px}.dist-format{padding:11px}.dist-format-price{font-size:25px}.dist-format-top{font-size:15px}.dist-covers{gap:10px}}@media(min-width:601px)and (max-width:820px)and (min-height:651px){.dist-layout{width:calc(100% - 64px);grid-template-areas:"intro intro" "offer offer" "promo promo" "showcase showcase" "action action";grid-template-rows:repeat(5,auto);row-gap:24px;padding-block:28px}.dist-intro{position:relative}.dist-intro h2{font-size:34px}.dist-label{margin-bottom:10px}.dist-offer legend{margin-bottom:8px}.dist-format{padding:10px 14px}.dist-format-top{font-size:16px}.dist-format-price{margin-top:8px}.dist-promo{grid-template-columns:1fr 1fr;gap:24px;padding-top:18px}.dist-promo h3{font-size:20px}.dist-promo p{font-size:14px}.dist-showcase{padding-top:0}.dist-showcase .da-panel{height:clamp(220px,calc(100dvh - 660px),352px)}.dist-action{justify-content:space-between}}@media(max-width:600px){.dist-layout{width:calc(100% - 40px);padding-block:24px;grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "offer" "promo" "showcase" "action";grid-template-rows:repeat(5,auto);align-content:space-between;gap:20px}.dist-label{font-size:12px;margin-bottom:14px;gap:12px}.dist-intro h2{font-size:clamp(27px,7.2vw,34px);line-height:1.1}.dist-offer legend{margin-bottom:9px}.dist-formats{gap:7px}.dist-format{padding:10px}.dist-format-top{font-size:15px}.dist-format input{width:14px;height:14px;flex-basis:14px}.dist-format-tracks{margin-top:3px}.dist-format-price{margin-top:10px;font-size:24px}.dist-payment-note{margin-top:8px}.dist-promo{grid-template-columns:minmax(0,1fr);gap:12px;border:0;padding:0}.dist-promo h3{font-size:19px;margin-bottom:4px}.dist-promo p{font-size:14px;line-height:1.3}.dist-promo-break{display:none}.dist-covers{gap:10px}.dist-cover{max-width:90px}.dist-showcase{padding:0;align-self:center}.dist-action{display:block}.dist-account{display:flex;width:100%;min-height:48px;padding:11px 20px}.dist-total{display:none}}@media(max-width:600px)and (max-height:880px){.dist-layout{padding-block:18px;gap:14px}.dist-label{margin-bottom:10px}.dist-intro h2{font-size:28px}.dist-format{padding:8px}.dist-format-price{margin-top:7px;font-size:23px}.dist-promo{gap:8px}.dist-cover{max-width:68px}.dist-account{min-height:44px;padding:10px 18px;font-size:14px}}@media(max-width:600px)and (max-height:700px){.dist-layout{width:calc(100% - 36px);padding-block:14px;gap:10px}.dist-label{display:none}.dist-intro h2{font-size:26px}.dist-offer legend{margin-bottom:6px}.dist-format-top{font-size:14px}.dist-format-tracks{margin-top:2px}.dist-format-price{font-size:21px;margin-top:5px}.dist-payment-note{margin-top:6px}.dist-promo h3{font-size:17px;margin-bottom:3px}.dist-promo{gap:7px}.dist-cover{max-width:60px}}@media(max-width:600px)and (max-height:620px){.dist-layout{padding-block:10px;gap:8px}.dist-intro h2{font-size:clamp(23px,6.6vw,26px)}.dist-offer legend{margin-bottom:5px}.dist-format{padding:6px 7px}.dist-format-tracks{margin-top:1px;line-height:1.2}.dist-format-price{margin-top:4px;font-size:20px}.dist-payment-note{margin-top:5px}.dist-promo h3{font-size:16px}.dist-covers{gap:8px}.dist-cover{max-width:55px}}@media(min-width:601px)and (max-height:650px){.dist-layout{width:calc(100% - 48px);padding-block:18px;column-gap:30px;row-gap:14px}.dist-label{margin-bottom:8px}.dist-intro h2{font-size:30px}.dist-offer legend{margin-bottom:7px}.dist-format{padding:8px}.dist-format-price{margin-top:7px;font-size:24px}.dist-payment-note{margin-top:7px}.dist-showcase{padding-top:0}.dist-showcase .da-panel{height:260px;gap:8px;padding:14px}.dist-promo{padding-top:14px}.dist-promo h3{font-size:20px}.dist-promo p{font-size:14px}.dist-cover{max-width:78px}.dist-account{min-height:44px;padding:10px 18px;font-size:14px}}@media(min-width:601px)and (max-height:480px){.dist-layout{padding-block:12px;row-gap:10px;grid-template-areas:"intro showcase" "offer showcase" "promo showcase" "action action"}.dist-label{display:none}.dist-intro h2{font-size:25px}.dist-offer legend{margin-bottom:5px}.dist-format{padding:5px 8px}.dist-format-top{font-size:14px}.dist-format-tracks{margin-top:1px}.dist-format-price{font-size:21px;margin-top:4px}.dist-payment-note{margin-top:5px}.dist-showcase{padding-top:0;align-self:stretch;display:flex;align-items:center}.dist-showcase .da-panel{height:280px}.dist-promo{grid-template-columns:1fr;gap:6px;padding:0;border:0}.dist-promo h3{font-size:16px;margin-bottom:3px}.dist-promo p{font-size:14px;line-height:1.2}.dist-promo-break{display:none}.dist-covers{gap:8px}.dist-cover{max-width:48px}.dist-total{display:flex;gap:12px;align-items:center}}@media(prefers-reduced-motion:reduce){.dist-format,.dist-cover{transition:none}}@media(min-width:601px)and (max-width:820px)and (min-height:651px)and (max-height:900px){.dist-layout{padding-block:20px;row-gap:16px}.dist-showcase .da-panel{height:230px}}@media(min-width:601px)and (max-height:480px){.dist-price-prompt,.dist-payment-note{display:none}.dist-price-once{display:inline}}.studio-video{position:relative;width:100%;height:100%;min-width:0;overflow:hidden;isolation:isolate;border-radius:inherit;background:#19212e}.studio-video-media,.studio-video-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 20%}.studio-video[data-playback=error] .studio-video-media{visibility:hidden}.studio-video-controls{position:absolute;z-index:1;right:8px;bottom:8px;display:flex;gap:8px}.studio-video-control{position:relative;display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;margin:0;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#0a101bb8;color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background-color .12s ease,border-color .12s ease}.studio-video-control:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;content:""}.studio-video-control:hover{border-color:#ffffffb3;background:#0a101beb}.studio-video-control:focus-visible{outline:2px solid #fff;outline-offset:3px}.studio-video-control:disabled{opacity:.5;cursor:default}.studio-video-expand{position:absolute;z-index:2;top:8px;right:8px;width:44px;height:44px}.studio-video-expand:after{top:0;right:0;bottom:0;left:0}.studio-video:fullscreen,.studio-video[data-view=overlay]{width:100%;height:100%;border-radius:0;background:#090d16}.studio-video::backdrop{background:#090d16}.studio-video[data-view=overlay]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483646;width:100vw;height:100vh;height:100dvh}.studio-video[data-view=fullscreen] .studio-video-media,.studio-video[data-view=fullscreen] .studio-video-fallback,.studio-video[data-view=overlay] .studio-video-media,.studio-video[data-view=overlay] .studio-video-fallback{object-fit:contain;object-position:center}.studio-video[data-view=fullscreen] .studio-video-expand,.studio-video[data-view=overlay] .studio-video-expand{top:max(16px,env(safe-area-inset-top));right:max(16px,env(safe-area-inset-right))}.studio-video[data-view=fullscreen] .studio-video-controls,.studio-video[data-view=overlay] .studio-video-controls{right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom))}.studio-video-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.studio-video-error{position:absolute;z-index:1;top:10px;left:8px;right:8px;padding:6px 8px;border-radius:5px;background:#0a101bc7;color:#fff;font:inherit;font-size:14px;line-height:1.25;text-align:center}@media(pointer:coarse){.studio-video-controls{right:6px;bottom:6px;gap:4px}.studio-video-control{flex-basis:44px;width:44px;height:44px}.studio-video-control:after{top:0;right:0;bottom:0;left:0}}@media(prefers-reduced-motion:reduce){.studio-video-control{transition:none}}.studio-layout{--studio-media-height: clamp(220px, 44dvh, 440px);width:min(1296px,calc(100% - 128px));min-height:var(--screen-height, 100vh);margin-inline:auto;padding-block:clamp(32px,5dvh,60px);display:grid;grid-template-rows:auto auto auto;align-content:center;gap:clamp(28px,4dvh,44px)}.studio-heading{min-width:0;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:end;gap:clamp(32px,5vw,72px)}.studio-title-group{min-width:0}.studio-title-ending{white-space:nowrap}.studio-intro{max-width:430px;margin:0 0 4px;color:#d8e1ff;font-size:16px;line-height:1.55;text-wrap:pretty}.studio-intro p{margin:0}.studio-intro p+p{margin-top:12px}.studio-eyebrow{display:flex;align-items:center;gap:16px;margin:0 0 20px;color:#ffb397;font-size:14px;font-weight:500;line-height:1.4}.studio-eyebrow>span{font-size:11px}.studio-heading h2{margin:0;color:var(--paper);font-size:clamp(34px,3.6vw,52px);font-weight:450;line-height:1.07;letter-spacing:-.05em}.studio-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:0;padding:0;list-style:none}.studio-step{min-width:0}.studio-step-heading{display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.studio-step-number{color:#ffb397;font-size:13px;font-variant-numeric:tabular-nums}.studio-step-heading h3{margin:0;color:var(--paper);font-size:18px;font-weight:450;letter-spacing:-.02em;line-height:1.3}.studio-step-media{position:relative;min-width:0;height:var(--studio-media-height);background:#10267c;border-radius:6px}.studio-image-button{display:block;margin:0;padding:0;width:100%;height:100%;border:0;border-radius:inherit;background:transparent;cursor:zoom-in}.studio-image-button img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}.studio-step-portrait img{object-position:50% 20%}.studio-step-reference img{object-position:50% 40%}.studio-step-result img{object-position:50% 36%}.studio-image-button:focus-visible{outline:2px solid #ffb397;outline-offset:4px}.studio-connector{position:absolute;z-index:3;right:-26px;top:50%;display:grid;place-items:center;width:24px;height:24px;transform:translateY(-50%);color:#ffb397;pointer-events:none}.studio-step-detail{margin:12px 0 0;color:#d8e1ff;font-size:14px;line-height:1.4}.studio-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:2px}.studio-account{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;min-width:260px;min-height:50px;padding:12px 22px;border:1px solid transparent;border-radius:3px;background:var(--orange);color:#19212e;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none}.studio-account:hover{background:#ff9a78}.studio-account:focus-visible{outline:2px solid #fff;outline-offset:5px}.studio-example-note{margin:0;color:#b7c7ff;font-size:14px;line-height:1.4}.studio-lightbox{max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);padding:0;border:0;border-radius:6px;background:transparent;overflow:visible}.studio-lightbox::backdrop{background:#070e2dcc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.studio-lightbox-content{position:relative}.studio-lightbox-content>img{display:block;width:auto;height:auto;max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);border-radius:6px}.studio-lightbox-close{position:absolute;z-index:1;top:10px;right:10px;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #ffffff66;border-radius:50%;background:#111827de;color:#fff;cursor:pointer}.studio-lightbox-close:focus-visible{outline:2px solid white;outline-offset:3px}@media(max-width:1100px){.studio-layout{width:calc(100% - 80px);--studio-media-height: clamp(220px, 36dvh, 340px)}.studio-steps{gap:24px}.studio-connector{right:-23px;width:22px}.studio-step-heading{gap:8px}.studio-step-heading h3{font-size:17px}.studio-heading{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:32px}}@media(min-width:601px)and (max-width:820px)and (min-height:651px){.studio-layout{width:calc(100% - 64px);--studio-media-height: clamp(112px, calc((100dvh - 550px)/2) , 250px);padding-block:26px;gap:24px}.studio-heading{grid-template-columns:minmax(0,1fr);gap:14px}.studio-intro{max-width:580px;margin:0}.studio-heading h2{font-size:38px}.studio-eyebrow{margin-bottom:12px}.studio-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 28px}.studio-step-reference .studio-connector{display:none}.studio-step-media{max-width:100%}.studio-step-portrait img{object-position:50% 22%}.studio-step-result img{object-position:50% 38%}}@media(max-width:600px){.studio-layout{width:calc(100% - 40px);padding-block:24px;--studio-media-height: clamp(100px, calc((100dvh - 510px)/2) , 214px);gap:22px;align-content:space-between}.studio-heading{grid-template-columns:minmax(0,1fr);gap:14px}.studio-intro{margin:0;max-width:100%;font-size:14px;line-height:1.4}.studio-heading h2{font-size:clamp(28px,7.7vw,34px);line-height:1.08}.studio-eyebrow{margin-bottom:12px;font-size:12px;gap:12px}.studio-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 20px}.studio-step-heading{gap:8px;margin-bottom:8px}.studio-step-heading h3{font-size:16px}.studio-step-number{font-size:12px}.studio-connector{right:-20px;width:20px}.studio-connector svg{width:17px;height:17px}.studio-step-reference .studio-connector{display:none}.studio-step-detail{margin-top:7px;font-size:14px;line-height:1.3}.studio-step-portrait img{object-position:50% 20%}.studio-step-result img{object-position:50% 36%}.studio-bottom{display:block;padding:0}.studio-account{display:flex;width:100%;min-height:48px;padding:11px 20px}.studio-example-note{display:none}}@media(max-width:600px)and (max-height:800px){.studio-layout{padding-block:18px;gap:16px;--studio-media-height: clamp(100px, calc((100dvh - 450px)/2) , 174px)}.studio-heading h2{font-size:29px}.studio-eyebrow{margin-bottom:10px}.studio-steps{row-gap:16px}.studio-account{min-height:44px;padding:10px 18px;font-size:14px}}@media(max-width:600px)and (max-height:650px){.studio-layout{width:calc(100% - 36px);padding-block:8px;gap:10px;--studio-media-height: clamp(100px, calc((100dvh - 410px)/2) , 126px)}.studio-heading{gap:10px}.studio-intro{line-height:1.3}.studio-intro p+p{margin-top:8px}.studio-step .studio-video-expand{top:4px;right:4px}.studio-step .studio-video-controls{bottom:4px;right:4px}.studio-heading h2{font-size:25px}.studio-eyebrow{margin-bottom:8px}.studio-steps{gap:10px 18px}.studio-step-heading{gap:6px;margin-bottom:6px}.studio-step-heading h3{font-size:15px}.studio-step-detail{margin-top:6px}}@media(min-width:601px)and (max-height:650px){.studio-layout{width:calc(100% - 48px);padding-block:20px;gap:18px;--studio-media-height: clamp(130px, calc(100dvh - 245px) , 270px)}.studio-heading h2{font-size:32px}.studio-eyebrow{margin-bottom:10px}.studio-steps{gap:22px}.studio-step-heading h3{font-size:15px}.studio-connector{width:20px;right:-21px}.studio-step-detail{margin-top:8px}.studio-account{min-height:44px;padding:10px 18px;font-size:14px}.studio-heading{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:28px}.studio-intro{font-size:14px;line-height:1.4}}@media(min-width:601px)and (max-height:480px){.studio-layout{padding-block:12px;gap:12px;--studio-media-height: clamp(112px, calc(100dvh - 258px) , 168px)}.studio-eyebrow{display:none}.studio-heading h2{font-size:27px}.studio-heading h2 br{display:initial}.studio-step-heading{margin-bottom:6px}.studio-step-detail{margin-top:6px}}.tk-results{position:relative;width:100%;min-width:0;color:var(--ink, #19212e);background:var(--paper, #f5f3ed)}.tk-results-heading{display:flex;align-items:baseline;gap:12px;margin:0 0 24px;color:var(--ink, #19212e);font-size:14px;font-weight:500;line-height:1.3}.tk-results-heading>span{color:var(--blue, #153bde);font-size:12px;font-weight:400;font-variant-numeric:tabular-nums}.tk-results-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px;margin:0}.tk-results-metric{display:flex;flex-direction:column;gap:4px;min-width:0}.tk-results-metric-primary{grid-column:1 / -1}.tk-results-label{color:#596473;font-size:14px;line-height:1.4}.tk-results-value{order:-1;margin:0;color:var(--ink, #19212e);font-size:28px;font-weight:450;line-height:1.03;letter-spacing:-.045em;font-variant-numeric:tabular-nums;white-space:nowrap}.tk-results-metric-primary .tk-results-value{color:var(--blue, #153bde);font-size:56px}.tk-results-note{margin:20px 0 0;padding-right:54px;color:#596473;font-size:12px;line-height:1.2}.tk-results:after{position:absolute;right:0;bottom:5px;width:42px;height:3px;background:var(--lime, #cafa68);content:""}@media(max-width:820px){.tk-results-heading{gap:10px;margin-bottom:8px;line-height:1.2}.tk-results-metrics{grid-template-columns:1fr .85fr 1.15fr;gap:8px}.tk-results-metric{gap:2px}.tk-results-metric-primary{grid-column:auto}.tk-results-label{line-height:1.1}.tk-results-value,.tk-results-metric-primary .tk-results-value{font-size:clamp(24px,4.5vw,34px)}.tk-results-note{margin-top:6px}}.tp-video-frame .studio-video{container-type:size;container-name:tp-post}.tk-post{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;border-radius:inherit;color:#fff;pointer-events:none;-webkit-user-select:none;user-select:none;text-shadow:0 1px 3px #0009}.tk-post:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#000b,#0005 24%,#0000 62%);content:""}.tk-post-copy{position:absolute;right:52px;bottom:12px;left:12px}.tk-post-username{display:block;font-size:14px;font-weight:600;line-height:1.25;letter-spacing:-.015em;white-space:nowrap}.tk-post-example{display:block;margin-top:2px;color:#ffffffe0;font-size:10px;line-height:1.2}.tk-post-caption{margin:6px 0 0;font-size:12px;line-height:1.3}.tk-post-sound{display:flex;align-items:center;gap:5px;margin:8px 0 0;font-size:11px;line-height:1.25}.tk-post-sound>svg{flex:0 0 13px}.tk-post-rail{position:absolute;top:58px;right:10px;bottom:104px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:10px;width:38px}.tk-post-avatar{display:block;flex:0 0 38px;width:38px;height:38px;border:2px solid #fff;border-radius:50%;object-fit:cover}.tk-post-reaction{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:2px}.tk-post-reaction>svg{display:block;width:28px;height:28px;filter:drop-shadow(0 1px 2px #0008)}.tk-post-count{font-size:11px;font-weight:500;line-height:12px;font-variant-numeric:tabular-nums;white-space:nowrap}@container tp-post (max-height: 379px){.tk-post-copy{right:40px;bottom:10px;left:10px}.tk-post-username{font-size:12px}.tk-post-example{margin-top:1px}.tk-post-caption{display:none}.tk-post-sound{margin-top:6px;font-size:10px}.tk-post-rail{top:56px;right:8px;bottom:66px;gap:3px;width:28px}.tk-post-avatar{flex-basis:28px;width:28px;height:28px}.tk-post-reaction>svg{width:20px;height:20px}}@container tp-post (max-height: 279px){.tk-post-avatar{display:none}}@container tp-post (max-height: 239px){.tk-post:before{background:linear-gradient(0deg,#000c,#0005 36%,#0000 76%)}.tk-post-copy{right:8px;bottom:38px;left:8px}.tk-post-username{font-size:11px;line-height:1.2}.tk-post-example{font-size:9.5px}.tk-post-sound{display:none}.tk-post-rail{top:auto;right:8px;bottom:8px;left:8px;width:auto;flex-direction:row;gap:4px}.tk-post-reaction{flex-direction:row;gap:3px}.tk-post-reaction>svg{width:17px;height:17px}.tk-post-count{font-size:10.5px;line-height:1}.tk-post-bookmark{display:none}}@container tp-post (max-width: 120px){.tk-post-copy{bottom:48px}.tk-post-reaction{flex-direction:column;gap:2px}}.tp-video-frame .studio-video:is([data-view=fullscreen],[data-view=overlay],:fullscreen) .tk-post{display:none}.tp-layout{--tp-video-height: clamp(280px, 44dvh, 420px);width:min(1296px,calc(100% - 128px));min-height:var(--screen-height, 100vh);margin-inline:auto;padding-block:clamp(32px,5dvh,60px);display:grid;align-content:center;gap:clamp(28px,4dvh,44px)}.tp-heading{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:end;gap:72px}.tp-eyebrow{display:flex;align-items:center;gap:16px;margin:0 0 20px;color:var(--blue);font-size:14px;line-height:1.4;font-weight:500}.tp-eyebrow>span{font-size:11px}.tp-heading h2{margin:0;color:var(--blue);font-size:clamp(34px,3.6vw,52px);line-height:1.07;font-weight:450;letter-spacing:-.05em}.tp-intro{max-width:430px;margin:0 0 4px;color:#596473;font-size:16px;line-height:1.55;text-wrap:pretty}.tp-intro-short{display:none}.tp-composition{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:center;column-gap:clamp(40px,5vw,80px)}.tp-composition:before{content:"";position:absolute;z-index:-1;top:52%;left:15%;right:15%;height:2px;background:#b4d878}.tp-stage-heading{display:flex;align-items:baseline;gap:12px;margin:0 0 18px;color:#19212e;font-size:14px;font-weight:500;line-height:1.3}.tp-stage-heading>span{color:var(--blue);font-size:12px;font-variant-numeric:tabular-nums}.tp-creator{min-width:0}.tp-creator-card{padding:24px;border:1px solid #e4e6e0;border-radius:10px;background:#fff}.tp-identity{display:flex;align-items:center;gap:12px}.tp-identity>img{width:56px;height:56px;flex:0 0 56px;object-fit:cover;object-position:50% 20%;border-radius:50%}.tp-creator-name{margin:0;color:#19212e;font-size:17px;font-weight:500;letter-spacing:-.02em;line-height:1.3}.tp-creator-topic{margin:5px 0 0;color:#596473;font-size:14px;line-height:1.3}.tp-creator-metrics{margin:24px 0 20px;display:grid;gap:18px}.tp-creator-metrics>div{display:flex;flex-direction:column;gap:4px}.tp-creator-metrics dt{color:#596473;font-size:14px;line-height:1.3}.tp-creator-metrics dd{margin:0;color:#19212e;font-size:30px;font-weight:450;line-height:1.1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.tp-creator-metrics .tp-price{padding-top:16px;border-top:1px solid #e5e8df}.tp-price dd{font-size:36px}.tp-price dd>span{font-size:.73em}.tp-order-link{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:44px;border-top:1px solid #e5e8df;padding-top:12px;color:var(--blue);font-size:14px;font-weight:500;line-height:1.3;text-decoration:none}.tp-order-link>svg{flex:0 0 18px}.tp-order-link:hover{text-decoration:underline;text-underline-offset:4px}.tp-publication{min-width:0;width:fit-content;max-width:100%;margin:0 auto}.tp-video-frame{width:calc(var(--tp-video-height) * .59);max-width:100%;height:var(--tp-video-height);border-radius:12px;box-shadow:0 12px 32px #17272116;background:#182014}.tp-publication figcaption{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:#596473;font-size:12px;line-height:1.3}.tp-publication figcaption>svg{flex:0 0 17px;color:#527629}.tp-results{padding-block:12px}.tp-bottom{display:flex;align-items:center;justify-content:space-between;gap:40px}.tp-account{display:inline-flex;justify-content:space-between;align-items:center;gap:48px;min-width:260px;min-height:50px;padding:12px 22px;border:1px solid transparent;border-radius:3px;background:#cafa68;color:#19212e;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none}.tp-account:hover{background:#bdeb5d}.tp-order-link:focus-visible,.tp-account:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.tp-safety{display:flex;align-items:center;gap:12px;max-width:400px}.tp-safety>svg{flex:0 0 25px;color:#476c22}.tp-safety p{margin:0;color:#596473;font-size:14px;line-height:1.4}@media(max-width:1100px){.tp-layout{width:calc(100% - 80px);--tp-video-height: clamp(260px, 39dvh, 380px)}.tp-heading{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:32px}.tp-composition{gap:30px;grid-template-columns:minmax(0,1.05fr) minmax(0,.9fr) minmax(0,1fr)}.tp-creator-card{padding:18px}.tp-identity{gap:10px}.tp-identity>img{width:42px;height:42px;flex-basis:42px}.tp-creator-name{font-size:16px}.tp-creator-metrics{margin-block:18px 12px;gap:14px}.tp-results .tk-results-metric-primary .tk-results-value{font-size:48px}}@media(max-width:820px)and (min-height:601px){.tp-layout{width:calc(100% - 64px);padding-block:22px;gap:22px;--tp-video-height: clamp(240px, calc(100dvh - 500px) , 340px)}.tp-heading{grid-template-columns:minmax(0,1fr);gap:14px}.tp-heading h2{font-size:38px}.tp-eyebrow{margin-bottom:12px}.tp-intro{max-width:580px;margin:0}.tp-composition{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px 40px}.tp-composition:before{top:34%}.tp-creator{max-width:290px;width:100%}.tp-publication{justify-self:center}.tp-results{grid-column:1 / -1;padding:0}.tp-results .tk-results-metric-primary .tk-results-value{font-size:clamp(24px,4.5vw,34px)}.tp-bottom{gap:24px}}@media(max-width:600px){.tp-layout{width:calc(100% - 40px);padding-block:24px;gap:20px;align-content:space-between;--tp-video-height: clamp(176px, calc(100dvh - 550px) , 290px)}.tp-heading{grid-template-columns:minmax(0,1fr);gap:12px}.tp-eyebrow{margin-bottom:12px;font-size:12px;gap:12px}.tp-heading h2{font-size:clamp(28px,7.6vw,34px);line-height:1.08}.tp-intro{font-size:14px;line-height:1.4}.tp-composition{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:20px 18px}.tp-composition:before{display:none}.tp-stage-heading{gap:7px;font-size:14px;margin-bottom:10px}.tp-stage-heading>span{font-size:11px}.tp-creator-card{padding:14px 12px;border-radius:8px}.tp-identity{display:block}.tp-identity>img{float:left;width:30px;height:30px;margin:0 8px 6px 0}.tp-creator-name{font-size:14px;line-height:1.3}.tp-creator-topic{display:none}.tp-creator-metrics{clear:both;margin-block:14px 0;gap:14px}.tp-creator-metrics>div{gap:3px}.tp-creator-metrics dd{font-size:24px}.tp-creator-metrics .tp-price{padding-top:12px}.tp-price dd{font-size:28px}.tp-order-link{display:none}.tp-video-frame{width:100%;min-width:0;border-radius:9px}.tp-publication{width:100%}.tp-publication figcaption{margin-top:8px;align-items:flex-start}.tp-publication figcaption>svg{display:none}.tp-results{grid-column:1 / -1;padding:0}.tp-results .tk-results-metric-primary .tk-results-value{font-size:clamp(24px,4.5vw,34px)}.tp-bottom{display:flex;flex-direction:column;align-items:stretch;gap:18px}.tp-safety{order:-1;gap:10px;max-width:none}.tp-account{width:100%;min-height:48px;padding:11px 20px}}@media(max-width:600px)and (max-height:800px){.tp-layout{padding-block:18px;gap:14px;--tp-video-height: clamp(144px, calc(100dvh - 474px) , 250px)}.tp-heading h2{font-size:29px}.tp-composition{row-gap:14px}.tp-creator-card{padding:12px 10px}.tp-creator-metrics{margin-top:12px;gap:10px}.tp-bottom{gap:12px}.tp-account{min-height:44px;padding-block:10px;font-size:14px}}@media(max-width:600px)and (max-height:700px){.tp-intro{display:none}.tp-intro-short{display:block;margin:0;color:#596473;font-size:14px;line-height:1.3}.tp-layout{width:calc(100% - 36px);padding-block:12px;gap:12px;--tp-video-height: clamp(140px, calc(100dvh - 445px) , 220px)}.tp-heading{gap:8px}.tp-heading h2{font-size:25px}.tp-eyebrow{margin-bottom:8px}.tp-creator-card{padding:10px}.tp-identity>img{display:none}.tp-creator-name{font-size:14px}.tp-creator-metrics{margin-top:10px;gap:8px}.tp-creator-metrics .tp-price{padding-top:8px}.tp-creator-metrics dd{font-size:22px}.tp-price dd{font-size:25px}.tp-stage-heading{margin-bottom:8px}.tp-composition{gap:12px 16px}.tp-results .tk-results-heading{margin-bottom:6px}.tp-bottom{gap:10px}}@media(min-width:601px)and (max-height:600px){.tp-layout{width:calc(100% - 48px);padding-block:18px;gap:18px;--tp-video-height: clamp(144px, calc(100dvh - 230px) , 280px)}.tp-heading{gap:32px}.tp-heading h2{font-size:30px}.tp-eyebrow{margin-bottom:10px}.tp-intro{font-size:14px;line-height:1.4}.tp-composition{gap:28px}.tp-creator-card{padding:12px}.tp-stage-heading{margin-bottom:8px}.tp-identity>img{width:32px;height:32px;flex-basis:32px}.tp-creator-name{font-size:14px}.tp-creator-topic,.tp-order-link{display:none}.tp-creator-metrics{margin-block:12px 0;gap:10px;grid-template-columns:1fr 1fr}.tp-creator-metrics dd,.tp-price dd{font-size:24px}.tp-creator-metrics .tp-price{border:0;padding:0}.tp-results .tk-results-heading{margin-bottom:10px}.tp-results .tk-results-metric-primary .tk-results-value{font-size:36px}.tp-results .tk-results-value{font-size:24px}.tp-results .tk-results-metrics{gap:14px 12px}.tp-results .tk-results-note{margin-top:12px}.tp-account{min-height:44px;padding-block:10px;font-size:14px}.tp-publication figcaption{margin-top:6px}}@media(min-width:601px)and (max-height:420px){.tp-layout{padding-block:12px;gap:12px;--tp-video-height: 150px}.tp-eyebrow{display:none}.tp-heading h2{font-size:27px}.tp-results .tk-results-heading{margin-bottom:8px}.tp-results .tk-results-metrics{gap:10px}.tp-results .tk-results-label{font-size:14px}}@media(min-width:601px)and (max-width:820px)and (max-height:600px){.tp-results .tk-results-metrics{grid-template-columns:minmax(0,1fr);gap:12px}.tp-results .tk-results-metric{flex-direction:row;align-items:baseline;gap:8px}.tp-results .tk-results-value,.tp-results .tk-results-metric-primary .tk-results-value{font-size:24px}.tp-results .tk-results-note{padding-right:0}.tp-results:after{display:none}}.tp-video-frame{width:calc(var(--tp-video-height) * .7)}.tp-video-frame .studio-video{container-type:size;background:#111}.tp-video-frame .studio-video-media,.tp-video-frame .studio-video-fallback{object-fit:contain;object-position:center}.tp-video-frame .studio-video[data-view=inline] .studio-video-controls{top:8px;left:8px;right:auto;bottom:auto;gap:6px;z-index:3}.tp-video-frame .studio-video[data-view=inline] .studio-video-control{width:32px;height:32px;flex-basis:32px}.tp-video-frame .studio-video[data-view=inline] .studio-video-expand{z-index:3}.tp-publication figcaption{max-width:calc(var(--tp-video-height) * .7);text-align:center}@media(max-width:600px){.tp-video-frame{width:100%}.tp-publication figcaption{max-width:none}}@media(min-width:601px)and (max-height:600px){.tp-publication figcaption{max-width:none}}@container (max-width: 150px){.tp-video-frame .studio-video[data-view=inline] .studio-video-control{width:28px;height:28px;flex-basis:28px}.tp-video-frame .studio-video[data-view=inline] .studio-video-controls{top:6px;left:6px;gap:4px}.tp-video-frame .studio-video[data-view=inline] .studio-video-expand{top:6px;right:6px}}.world-section{--world-accent: #153bde;--visual-height: clamp(310px, calc(var(--screen-height, 100vh) * .57), 520px);--world-accent-ink: #f5f3ed;scroll-margin-top:0;color:#19212e}.world-inner{width:min(1296px,calc(100% - 128px));margin-inline:auto;min-height:var(--screen-height, 100vh);padding-block:clamp(32px,calc(var(--screen-height, 100vh) * .06),60px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;column-gap:clamp(40px,5.5vw,84px)}.world-studio{--world-accent: #ff855d;--world-accent-ink: #19212e}.world-tiktok{--world-accent: #cafa68;--world-accent-ink: #19212e;border-bottom:0}.world-copy{min-width:0}.world-label{display:inline-flex;align-items:center;gap:15px;margin:0 0 24px;padding:5px 10px;background:var(--world-accent);color:var(--world-accent-ink);font-size:12px;font-weight:500;line-height:1.6}.world-label>span{font-size:10px;font-variant-numeric:tabular-nums}.world-title{margin:0 0 28px;font-size:clamp(35px,3.2vw,46px);font-weight:450;letter-spacing:-.047em;line-height:1.12}.world-features{list-style:none;display:grid;gap:17px;padding:0;margin:0 0 29px}.world-features-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:21px 24px}.world-feature{display:flex;align-items:flex-start;gap:11px;min-width:0;font-size:16px;line-height:1.45}.world-feature>svg{flex:0 0 21px;margin-top:1px;color:#153bde}.world-studio .world-feature>svg{color:#9f4328}.world-tiktok .world-feature>svg{color:#476721}.world-account{display:inline-flex;align-items:center;gap:18px;min-height:46px;padding-block:8px;border-bottom:1px solid #19212e80;color:#19212e;font-size:15px;line-height:1.5;font-weight:500;text-decoration:none}.world-account>svg{flex:0 0 23px;transition:transform .18s ease}.world-account:hover{border-bottom-color:currentColor}.world-account:hover>svg{transform:translate(2px,-2px)}.world-account:focus-visible{outline:2px solid #153bde;outline-offset:6px}.world-visual{min-width:0;margin:0}.world-preview{position:relative;display:grid;grid-template-columns:minmax(0,1fr);place-items:center;height:var(--visual-height);min-height:0;overflow:hidden}.world-studio .world-visual{order:-1}.world-release-object{position:relative;width:min(92%,490px,calc(var(--visual-height) * 1.12));height:var(--visual-height)}.world-vinyl{position:absolute;width:72%;aspect-ratio:1;left:28%;top:50%;transform:translateY(-50%);border:1px solid #151b25;border-radius:50%;background:repeating-radial-gradient(circle,#161c25 0,#161c25 2px,#30353d,#30353d,#161c25 3.5px,#161c25 5px);box-shadow:8px 10px 22px #19212e24}.world-vinyl:before{content:"";position:absolute;top:36%;right:36%;bottom:36%;left:36%;border-radius:50%;background:#153bde;border:1px solid #4261ed}.world-vinyl:after{content:"";position:absolute;width:5px;height:5px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#f5f3ed}.world-release-cover{position:absolute;width:72%;aspect-ratio:1;left:0;top:50%;transform:translateY(-50%) rotate(-5deg);overflow:hidden;background:#1034b5;color:#f5f3ed;box-shadow:0 12px 20px #19212e2b}.world-cover-brand,.world-cover-title{position:absolute;z-index:1;left:7%;right:7%;font-size:8px;font-weight:500;letter-spacing:.08em;line-height:1.5}.world-cover-brand{top:7%}.world-cover-title{bottom:7%;font-size:10px;letter-spacing:.1em}.world-cover-art{position:absolute;top:6%;right:1%;bottom:6%;left:1%}.world-phone{position:relative;width:min(236px,calc(var(--visual-height) * .48));padding:clamp(3px,calc(var(--visual-height) * .019),7px);border:1px solid #505963;border-radius:clamp(12px,calc(var(--visual-height) * .065),25px);background:#19212e;box-shadow:12px 16px 27px #19212e20,inset 0 0 0 2px #343d48;transform:rotate(5deg)}.world-phone:after{content:"";position:absolute;width:25%;height:2.6%;top:4%;left:50%;transform:translate(-50%);border-radius:9px;background:#19212e;pointer-events:none}.world-phone-screen{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;border-radius:clamp(8px,calc(var(--visual-height) * .05),18px);background:#f3b092}.world-phone-brand{position:absolute;top:11%;left:9%;right:9%;z-index:1;color:#19212e;font-size:clamp(4px,calc(var(--visual-height) * .019),7px);font-weight:500;letter-spacing:.035em}.world-studio-art{position:absolute;top:14%;right:-17%;bottom:21%;left:-17%}.world-phone-title{position:absolute;bottom:8%;left:9%;right:7%;color:#19212e;font-family:var(--display);font-size:clamp(13px,calc(var(--visual-height) * .083),31px);font-weight:600;letter-spacing:-.02em;line-height:.96}.world-phone-with-video{transform:none}.world-phone-with-video:after{display:none}.world-post-stack{position:relative;width:min(440px,calc(var(--visual-height) * 1.05));max-width:100%;height:var(--visual-height)}.world-post-card{position:absolute;left:50%;top:50%;width:min(214px,calc(var(--visual-height) * .44));max-width:50%;aspect-ratio:9 / 16;overflow:hidden;border-radius:3px;box-shadow:0 9px 16px #19212e1c}.world-post-left{transform:translate(-82%,-48%) rotate(-15deg) scale(.88);background:#cafa68;color:#2c4329}.world-post-right{transform:translate(-18%,-49%) rotate(15deg) scale(.9);background:#9fc34e;color:#243622}.world-post-type{position:absolute;top:16%;left:7%;font-family:var(--display);font-size:clamp(28px,calc(var(--visual-height) * .21),78px);font-weight:600;line-height:.86;writing-mode:vertical-rl}.world-post-corner{position:absolute;left:7%;bottom:5%;font-size:clamp(3px,calc(var(--visual-height) * .019),7px);letter-spacing:.07em}.world-post-front{transform:translate(-50%,-50%) rotate(-3deg);background:#23382e;color:#cafa68}.world-post-brand{position:absolute;z-index:1;top:6%;left:8%;right:8%;font-size:clamp(3px,calc(var(--visual-height) * .019),7px);font-weight:500;letter-spacing:.025em}.world-post-art{position:absolute;top:12%;right:-9%;bottom:13%;left:-9%}.world-post-sound{position:absolute;bottom:6%;left:8%;right:8%;display:flex;align-items:center;gap:4px;font-size:clamp(6px,calc(var(--visual-height) * .03),11px);font-weight:500}.world-caption{text-align:center}.world-formats{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:17px;color:#62696e;font-size:12px;line-height:1.5}.world-formats>span+span:before{content:"/";margin-right:18px;color:#7a807d}.world-concept-note{margin:5px 0 0;color:#62696e;font-size:10px;line-height:1.5}.world-video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background:#19212e;object-fit:contain}.world-video:focus-visible{outline:3px solid #f5f3ed;outline-offset:-6px}.world-features-compact{gap:13px;margin-bottom:21px}.world-safety{display:flex;align-items:flex-start;gap:10px;max-width:47ch;margin:0 0 22px}.world-safety>svg{flex:0 0 23px;color:#476721;margin-top:1px}.world-safety>p{margin:0;font-size:14px;line-height:1.65;color:#535c60}.world-safety strong{color:#19212e;font-weight:500}@media(max-width:1100px){.world-inner{width:calc(100% - 80px);column-gap:38px}.world-title{font-size:35px}.world-feature{font-size:15px}.world-features-grid{gap:18px}.world-account{font-size:14px;gap:12px}}@media(max-width:820px)and (min-height:601px){.world-section{--visual-height: clamp(200px, calc(var(--screen-height, 100vh) - 490px), 460px)}.world-inner{grid-template-columns:minmax(0,1fr);align-content:center;row-gap:clamp(22px,calc(var(--screen-height, 100vh) * .04),42px);padding-block:28px}.world-copy{max-width:610px}.world-title{font-size:40px}.world-features-grid{max-width:550px;column-gap:35px}.world-feature{font-size:16px}.world-studio .world-visual{order:0}}@media(max-width:560px){.world-section{--visual-height: clamp(120px, calc(var(--screen-height, 100vh) - 444px), 320px)}.world-inner{width:calc(100% - 48px);grid-template-columns:minmax(0,1fr);align-content:center;padding-block:24px;row-gap:20px}.world-studio{--visual-height: clamp(140px, calc(var(--screen-height, 100vh) - 392px), 340px)}.world-tiktok{--visual-height: clamp(120px, calc(var(--screen-height, 100vh) - 448px), 310px)}.world-studio .world-visual{order:0}.world-label{font-size:11px;margin-bottom:18px}.world-title{font-size:30px;line-height:1.15;letter-spacing:-.045em;margin-bottom:20px}.world-features{gap:12px;margin-bottom:18px}.world-features-grid{grid-template-columns:minmax(0,1fr)}.world-feature{font-size:15px}.world-account{font-size:14px;max-width:100%;gap:12px;min-height:44px}.world-post-left{transform:translate(-78%,-48%) rotate(-14deg) scale(.88)}.world-post-right{transform:translate(-22%,-49%) rotate(14deg) scale(.9)}.world-cover-brand{font-size:clamp(4px,calc(var(--visual-height) * .025),7px)}.world-cover-title{font-size:clamp(5px,calc(var(--visual-height) * .03),9px)}.world-formats{font-size:11px;gap:7px 14px;margin-top:10px}.world-formats>span+span:before{margin-right:14px}.world-features-compact{margin-bottom:16px}.world-safety{gap:9px;margin-bottom:16px}.world-safety>p{font-size:14px;line-height:1.5}}@media(max-width:560px)and (max-height:700px){.world-inner{padding-block:18px;row-gap:14px}.world-title{font-size:28px;margin-bottom:16px}.world-label{margin-bottom:14px}.world-feature{font-size:14px;line-height:1.4;gap:9px}.world-features{gap:9px;margin-bottom:12px}.world-safety{margin-bottom:12px}.world-safety>p{line-height:1.4}.world-formats{margin-top:8px}.world-studio-art .artwork-scene-single .artwork-studio :is(.artwork-image,.artwork-canvas){padding:2px}}@media(min-width:561px)and (max-height:600px){.world-section{--visual-height: clamp(190px, calc(var(--screen-height, 100vh) * .65), 300px)}.world-inner{width:calc(100% - 64px);padding-block:20px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px}.world-title{font-size:28px;margin-bottom:16px}.world-label{margin-bottom:14px;font-size:11px}.world-feature{font-size:14px;line-height:1.4;gap:8px}.world-features{gap:10px;margin-bottom:12px}.world-features-grid{column-gap:16px}.world-safety{margin-bottom:12px}.world-safety>p{font-size:14px;line-height:1.4}.world-formats{font-size:11px;gap:6px 12px;margin-top:8px}.world-formats>span+span:before{margin-right:12px}}@media(prefers-reduced-motion:reduce){.world-account>svg{transition:none}}.world-section{width:100%;background:var(--paper,#f5f3ed);scroll-snap-align:start}.world-studio{background:var(--blue,#153bde);color:var(--paper,#f5f3ed)}.world-studio .world-feature>svg{color:#ffb396}.world-studio .world-account{color:var(--paper,#f5f3ed);border-bottom-color:#ffffff85}.world-studio .world-account:focus-visible{outline-color:var(--paper,#f5f3ed)}.world-studio .world-formats{color:#d9e3ff}.world-studio .world-formats>span+span:before{color:#b9caff}.world-studio .world-phone{box-shadow:12px 16px 27px #07176445,inset 0 0 0 2px #343d48}.symbiosis-artwork{position:relative;isolation:isolate;width:100%;min-width:0;line-height:0}.symbiosis-hand{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent),linear-gradient(180deg,transparent,#000 14%,#000 86%,transparent);mask-composite:intersect}.symbiosis-hand img{display:block;width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.symbiosis-hand-human{clip-path:inset(0 50% 0 0)}.symbiosis-hand-robot{clip-path:inset(0 0 0 50%)}.symbiosis-hand-human img{transform:translateY(var(--sym-human-offset, 0%))}.symbiosis-string{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;pointer-events:none}.symbiosis-string-fallback{position:absolute;z-index:1;left:var(--sym-string-left, 30%);top:var(--sym-string-top, 55%);width:var(--sym-string-width, 48%);height:1px;transform:rotate(var(--sym-string-angle, 0rad));transform-origin:0 50%;background:linear-gradient(90deg,#cafa68,#ffa586,#a6c2ff);box-shadow:0 0 7px #cafa6855;opacity:.8;pointer-events:none}.symbiosis-artwork[data-canvas=ready] .symbiosis-string-fallback,.symbiosis-artwork[data-canvas=fallback] .symbiosis-string{display:none}@media(prefers-reduced-motion:reduce){.symbiosis-hand-human img{transform:none}}.finale{position:relative}.finale-content.wrap{flex:1 0 auto;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1fr);grid-template-areas:"message television" "action television";align-content:center;align-items:center;column-gap:clamp(36px,5vw,80px);row-gap:28px;padding-block:44px}.finale-message{grid-area:message;align-self:end}.finale-message h2{margin:0;font-size:clamp(38px,4.1vw,58px);font-weight:450;line-height:1.08;letter-spacing:-.055em}.finale-message h2>span{color:#dce4ff}.finale-message p{max-width:440px;margin:24px 0 0;color:#d9e1ff;font-size:17px;line-height:1.55;text-wrap:pretty}.finale-visual{grid-area:television;width:100%;max-width:600px;justify-self:center}.finale-action{grid-area:action;align-self:start}.finale-account{display:inline-flex;align-items:center;justify-content:space-between;gap:60px;min-width:280px;min-height:56px;padding:14px 24px;border:1px solid transparent;border-radius:4px;background:var(--orange);color:var(--ink);font-size:17px;font-weight:500;line-height:1.4;text-decoration:none;transition:background-color .18s ease,box-shadow .18s ease}.finale-account>svg{flex:0 0 24px;transition:transform .18s ease}.finale-account:hover{background:#ff956f;box-shadow:0 6px 24px #10194420}.finale-account:hover>svg{transform:translate(2px,-2px)}.finale-account:focus-visible{outline:2px solid var(--paper);outline-offset:5px}.finale .footer{margin-top:auto}.finale .footer-inner{padding-block:20px}.finale .footer nav a{font-size:12px}@media(max-width:950px)and (min-height:601px){.finale-content.wrap{grid-template-columns:minmax(0,1fr);grid-template-areas:"message" "television" "action";text-align:center;row-gap:24px;padding-block:28px}.finale-message h2{font-size:42px}.finale-message p{max-width:510px;margin:18px auto 0;font-size:16px}.finale-visual{width:min(46vw,360px)}.finale-action{justify-self:center}}@media(max-width:600px){.finale-content.wrap{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);grid-template-areas:"message" "television" "action";row-gap:22px;padding-block:26px;text-align:center}.finale-message h2{font-size:clamp(31px,8.2vw,36px);line-height:1.09}.finale-message p{max-width:355px;margin:16px auto 0;font-size:14px;line-height:1.5}.finale-visual{width:min(68vw,300px)}.finale-action{width:100%;justify-self:stretch}.finale-account{width:100%;min-width:0;min-height:50px;padding:12px 20px;font-size:16px}.finale .footer-inner{width:calc(100% - 40px);padding-block:16px;gap:10px 16px}.finale .footer nav{gap:4px 12px}.finale .footer nav a{font-size:12px;min-height:32px}}@media(max-width:600px)and (max-height:740px){.finale-content.wrap{row-gap:14px;padding-block:16px}.finale-message h2{font-size:30px}.finale-message p{margin-top:12px;line-height:1.4}.finale-visual{width:min(58vw,230px)}.finale .footer-inner{padding-block:12px;gap:8px 14px}}@media(max-width:600px)and (max-height:620px){.finale-content.wrap{width:calc(100% - 36px);row-gap:10px;padding-block:12px}.finale-message h2{font-size:29px}.finale-message p{margin-top:10px}.finale-visual{width:164px}.finale-account{min-height:44px;padding-block:10px;font-size:14px}.finale .footer-inner{width:calc(100% - 36px);padding-block:10px}.finale .footer nav{gap:4px 10px}.finale .footer nav a{font-size:11px}}@media(min-width:601px)and (max-height:600px){.finale-content.wrap{grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr);column-gap:32px;row-gap:20px;padding-block:20px}.finale-message h2{font-size:32px}.finale-message p{margin-top:14px;font-size:14px;line-height:1.4}.finale-visual{max-width:min(32vw,260px)}.finale-account{min-width:240px;min-height:44px;padding:10px 18px;font-size:14px}.finale .footer-inner{padding-block:12px}}@media(min-width:601px)and (max-height:420px){.finale-content.wrap{width:calc(100% - 48px);padding-block:14px;row-gap:14px}.finale-message h2{font-size:29px}.finale-message p{margin-top:10px}.finale-visual{max-width:min(30vw,210px)}.finale .footer-inner{width:calc(100% - 48px)}}.finale .finale-visual{max-width:640px}@media(max-width:950px)and (min-height:601px){.finale .finale-visual{width:min(66vw,440px)}}@media(max-width:600px){.finale .finale-visual{width:min(88vw,380px)}}@media(max-width:600px)and (max-height:740px){.finale .finale-visual{width:min(84vw,320px)}}@media(max-width:600px)and (max-height:620px){.finale .finale-visual{width:min(84vw,272px)}}@media(min-width:601px)and (max-height:600px){.finale .finale-visual{width:100%;max-width:min(38vw,310px)}}@media(min-width:601px)and (max-height:420px){.finale .finale-visual{max-width:min(36vw,270px)}}.mobile-hero-kit{display:none}@media(max-width:600px){.hero .hero-content.wrap{width:calc(100% - 40px);padding-block:24px 20px;gap:24px;justify-content:space-between}.hero .hero-mobile-directions{display:none}.hero .hero-intro{flex:0 0 auto}.hero .hero-intro .hero-copy{margin-top:28px}.hero .hero-copy-mobile{max-width:350px}.hero .mobile-hero-kit{display:contents}.mobile-instrument-art{position:relative;display:block;flex:0 0 auto;width:calc(100% + 40px);margin-inline:-20px;aspect-ratio:2.35;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 92%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 92%,transparent)}.mobile-instrument-art picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}.mobile-instrument-art img{position:absolute;display:block;width:100%;height:auto;top:-30%}.mobile-instrument-canvas{position:absolute;display:block;width:100%;height:auto;aspect-ratio:3 / 2;top:-30%;pointer-events:none}.mobile-kit-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:13px}.mobile-kit-tool{--tool:#a7baff;position:relative;display:flex;flex-direction:column;min-width:0;padding:12px 0 8px;border-top:1px solid var(--tool);text-decoration:none}.mobile-kit-tool-studio{--tool:var(--orange)}.mobile-kit-tool-tiktok{--tool:var(--lime)}.mobile-kit-number{font-size:11px;line-height:1;font-weight:500;color:var(--tool);font-variant-numeric:tabular-nums;margin-bottom:14px}.mobile-kit-label{display:flex;flex-direction:column;gap:8px}.mobile-kit-name{font-size:15px;line-height:1.25;font-weight:500;letter-spacing:-.025em;white-space:nowrap}.mobile-kit-benefit{font-size:14px;line-height:1.45;color:#d9e0ff}.mobile-kit-tool>svg{position:absolute;right:0;top:9px;width:16px;height:16px;color:var(--tool)}.hero .hero-mobile-account{min-height:52px;flex:0 0 auto}}@media(max-width:600px)and (max-height:820px){.hero .hero-content.wrap{padding-block:18px 16px;gap:18px}}@media(max-width:600px)and (max-height:700px){.hero .hero-content.wrap{padding-block:12px;gap:12px}.hero .hero-intro .hero-copy{margin-top:18px}.mobile-kit-tool{padding-top:10px}.mobile-kit-number{margin-bottom:10px}.mobile-kit-label{gap:5px}.hero .hero-mobile-account{min-height:46px}}@media(max-width:360px){.hero .hero-content.wrap{width:calc(100% - 32px)}.mobile-instrument-art{width:calc(100% + 32px);margin-inline:-16px}.mobile-kit-tools{gap:8px;grid-template-columns:1fr .84fr 1.12fr}.mobile-kit-name{font-size:14px;letter-spacing:-.055em}}@media(max-width:600px)and (max-height:600px){.hero .hero-content.wrap{padding-block:10px;gap:10px}.hero .hero-intro .eyebrow{font-size:10px;margin-bottom:7px}.hero .hero-intro h1{font-size:28px}.hero .hero-intro .hero-copy{margin-top:12px}.mobile-instrument-art{width:calc(100% + 16px);margin-inline:-8px}.mobile-kit-tool{padding-block:7px 0}.mobile-kit-number{margin-bottom:9px}.mobile-kit-benefit{line-height:1.3}}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/static/landing/20260907/bundle/assets/golos-text-cyrillic-ext-wght-normal-hICkpzq7.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/static/landing/20260907/bundle/assets/golos-text-cyrillic-wght-normal-mKek_fSS.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/static/landing/20260907/bundle/assets/golos-text-latin-ext-wght-normal-B-I5lbAQ.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text Variable;font-style:normal;font-display:swap;font-weight:400 900;src:url(/static/landing/20260907/bundle/assets/golos-text-latin-wght-normal-BS5oQT7X.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sofia Sans Extra Condensed Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(data:font/woff2;base64,d09GMgABAAAAAA1kABQAAAAAGWQAAAz2AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGm8bhCQcZD9IVkFSgRoGYD9TVEFUgVQnNgCBBC9sEQgKiTCHRQs0ADCPEAE2AiQDXgQgBYdOB4F3DAcb6xazItg4ACjQ7wvFf3nADRlYA70jBgwLUYNaS4dgwSJG9jp0yT2P825ETDDxjX9qx/AIolGZ2wSDxUDhUNAJIMFOl3F32LVVha2Y9lvP8LDjNoioplVkVnU1CG1LGgJaRLBW9iIeAP0A/VpANJNUPr1OfT9AqBg5ZEikALGRvuUSBfH2dMa1Ew1jO3cZu/qEMrgdgANMA9YMmNfgG/GMfUItYv7W/+Can71IGyboBjyU3SJ50+ji4YeNoA7G5T2tMZQtgyEKcWmuC3UOdQ1ge+L4c7+mUVuTjqZUygOMvLeoH5H/t9+3OndnzeajOpiEyKeRCJ1Svvj8/3cHnffeihuiEiLboK24Jg4JTrdG85A5hEii9IKv/jSeu5ZplJrUTR1AKGX9ne5vrJchGOpx9qUUgyBzQg6hbg3yPzRsocBqkJcACsikq1W9Sr92qNqBxKSGs0MIIEgDgrbQAsBeWBAgYbmtzH4jU0uo2ec0gppz8jHUsADeE0Au9dIYCgABBEtMhHKUIgQFIpSN9gO2dwQhhl4tCAkKVtC6NeQiwiLvn8Kv2rSs3reRtKwmn8J/KvN9v8wE97XIX51PpOQ/krx/VxIAEOuHqCFZiJGXvHWKNBmyrdcRokYANALBuFhxiGMcYIfBgm2yUMeWJ3F7EYIjwBACqmZK6pAtpi7AOFIW7XYYVrk1AOVBjlleZJCMGdP4qRzksrg7sjZ4EDFXFxGyQPh+YJsIDUoOm7euvV6dKfKK5qp3DaK1QDDVUarlz3+AbGAvYCEoUARFgHu+5dE2YkABaT2lw9xpHc2NHjS2WM1U95tBIADzpG0rx5MbckHv1zWAQ73K5QyYksAHa8i8HDYALWRsj2mq6WD6ZeVc8FMA8q0+ApibBRKhpCBd20J6oz/AE8DHxeaNlCBMtdBaOx1kjUfCKyc88AgBkAQBYYlw3hLleWJkJZjyKlYeBfofRXggg1ji9KQLQ+WSyMxdEpsmJWVazUGUDCCIfELqb5jXvnj23s863qv0DL/9FkDyxzBYu1x5wBBTX/VHqdJ5vOWCJVgABQxQYBCgwHIVUJJncGSYa2+P/Ba1LfY1+5Xt8QKC5Evb3WLo+32LT3nOk4lDJvoIPqBQuyMCUmRJk6Oa8hShICbqj1pAQB4FphUEkb6dB6LA8yAGZCWIVdcqAcggiIPxIodAURJBLmMlhjxOs3gvB8A0AOtBHrIb5HqAs4DDAFDUs0IY1QaDCqS3w9jlUEXaTrc0smC3+SNFlwTVJaCEssCjjFiHS3mWE4mrm76Soxk4qeQsT/Ml7foj77ksgG/MSUJyUnqS9EqoM3Az3KLf8SuziFubqFspNRzD3ctcWTnW4EgO44nLemc1vlCx1/1TC6pT1283NkuDKgMhSVRgcXQk7XqTwlGqPlEsDU/MkZYPxiWmERq22BFYq/n0C6zVkFBr1VzSXHfD1omGGI2gsza0yxaHpaNz3AnHsNl8xM41VRAce79/rJDTsZcr3IzdVehOcbi36bod15ETEhZv5wq6oryl28V8nyse9bdz5KF9sgaSoXPnvgWO/7Mf1Tc7DmiWuRAMm1Zol7mQHRqD1YfsufhmdeMLw4bpv0efePffRPTvUdBT97+msMAZxiPLC5QEB6f8I5y+fD/2V4ZbQ2frvCoZ3iuLTY+cpe1woddsKqxfUGG6XoYKUtQBq63OFI+adtKznl1F7F5R4azpFCLNUxF766hyU7Rx6vHTT/nAtSaI4CgrsXt9+OYny+OdrrD9+dL2sL50pmv7x8Vge7K85faiY6OLr+LQHsZnmfppDIo4mw/jcU3BgdwrqoZo7Xl2TslW9dTfb83qCxgW7cBHlj2bdqcS5r9gCw2ukQPyLEFpYXiomHD1C61HP2cOl8TXtvVNE1j/5x0dyKN9nmcfR28hM1vDB4EuRgBH6SzBc8qOKAcWGUdsqgbH3lP3xgF23sUD7CHB9uPkg/Ua9sQRWiCnGdbbu52NwPV6vTVyoakghuPQ6qVcqZ+q9OOi1Jsp96OiKXTgshjvNAEEBQ6iEYDDAIu4gtdc8CdeRhfI+fJXG3SOrtIdeqAuq1v/6GfaoSMmG6U2h5r35hct7MU7Jc1UYCqSIoJKiZBTQsSTyfhsR8e17pvRxni8u3V7/vOhRFIdqbSYU3jMt1U5qiP47z7vaNb+D3awCx3YBebYEMctMe7fLubzFVfk1njI5Uopl718C9Yja6ANyui43Rdbr8TVXbvCoVB48b61ymZ2T49SyY1RGAqNuT/vqNDMAzzMvfXzxOL4vuMTE5Oz85SGV3YN22AvbsqABs2KTLr9ODj9x2673e2PVNm8XSpdVdoFIcS1NGoAbdCcRKdGXzKrcbX7rIRpME3KJFQmxPdP5BnW2QHkMrl6c6anHeRiHylPwNom1LjzicBEfQe3DqZHDsEMOAqOemBpmF9Vefh41c2TEs5UoYiQfIGo0BNxvlM9JCrD4+0qlrabX2/UNS0Zu5Qdr5YrxVCRMjan2rx0ZKB27+u+VfRvUqL6w6JmPqFAAr5BEEun1Li+sbmMoXJZCdKEJkQQLHv6UJcqGyKXsqY5UBWEYsm8nG0z7IAdszLLhjg8Gou8eTPb768D+VKtzi0xf75ZLhFqsFYou8YnmyRqp/8oNSt5u/tI09FstlZnxQbdHqm0BnZ2rBttZqtJIel4pjvX49neXMXGE+RgJKo9Aj904bZS2fa58nucQmwJnAzXXrgm73WO89V6dfUwFqkV677IM0R8PpfNpDOwox3fALTYWM+0kHbI7JcfR8F/jbaX5LyoXlTS41I5W+tK7aufQZZm85re/PG9RlgMDw9VFma7NobwIXn4Iqx1V6XTBE8iuSR9ppTbf/AoFns2kYlRnBy2vo+HeJhHEu+VSy5gZdtkrze7T3CgT/mkj/uYj/gQJfBy/1Qs4KR7sAV2i1lJhqukuwh1/mp47SuWipshVPhTON+fzQC12LdQxifHqrj92Bz9/XjCNO/3REXCZnMx0A5BfbQ9EgpOTQ5xXN9mj4AvTXLGwzxorr0mCpZji6UBLjuecWKfgcmJiUlX18gj9rAdEECQUKYTmq7R9gozCYckhrE4LIBj1xBALN/Ft3MM5uDjk01dOvazQRVAdYHAficrVJO0Ls7BKXC+7eIRgFP863MOnC9XJTb788WcL5MeuDgNVfC4bBaLSUruPligUQc1c1pPCD7vz5c/Hs/n43Yx/9eLXtaXGedwzUPR9Sf07QwnDp7JrK7pGw185z5s4aqsoUOhWIxOZ3EGzyCyXprfNp5IppCpeEJsr60cVC5TwcSpOsERFXfjJVtraxvRW+i9EqYpDdeNBrG3f11+4ujoqc5w2MlliM6rDIw+0sBB2UxoZEZ5/xrJOQlC1R+pwnSYnpmJfTcxWuDA6nKKYD8/DV4wvljGhSUX2Zf2clSKazW0am2wEU1GG5gLc7uUqQmB0ML7RgmABj9TX09zrFkWrBJV0IhNOBRITKR1HTgxBtBrNhaZxsaqvkQmkUnVyGgJBoi2kp0dHqtV1Mmxgd6u7Tcvt6WvvmuvuAslUqm4ndRqk4xqXN5y85J9aqaW3aS6VMkv1pu7eiB6u2QPVdXbO+IFMhCSdjD4HB1ShUxMEKrZSgZ41xZ7dVUww1f3vyd40PUNxPfvp72G9zEyUl2oCpZkaJSV7RAQwE776OUfG/ftyu1DkTGtAJ/d9t2Hdd+//s99/ufftGDOBXAoAAJv2YLtHRrPWvARCFy21BKsrQuZXTX8Dosfo2uxqMlBTn6ApQ0UBk3CySr5OOgWK9wOYNbBbLO+1GwCTHOWfK6S0waD2F6pMgxiY+BvWiFQYWP/qJKVV6nhqN5Qy35ZacD0GOrY7cuNWTb7004CaX5GhYjvUaWgiRoSbmG2dgNoQJorqCPvDBoScQKNqLcfjUnYThPyltMUBSWaJk1izeBNwDHiopxixvGcIoLchj3Do5wGRDi5hY1xCqK6B2K84ZNj0uMiPF7+RV5RQRGmwWNNh6xTlM8vgGdSMaAsCdQWvsoLnVMdLyHFao01XmE3KiiBJ6uOpKAI9f5KlJ/ekUZMWRTnE+S02NkLU7VKg+Ky4uEN6lqYqHUM74KluyhRKxKj9jr9hzI2Wm2dtdYdgxi6kNlcjtmoYSpash3tvZ62Np+8OPft1MnpCc/R3CuM9aRsM7dvnsSLsRdHocSF1swdrewt3XdKHFVdemk/KhcK6qQ015GdOyLX6V3G6+Dzb41rHkzQ1+yhjVZS+JD+R5i8pWlgoRdEWelIa7bKFiuBOAklklgSSUkaIxnJSk7yUilVjnP9F58S+elY0GAx9ni+JrPvoMFv2OQYDrqNuJl9Rsplc4/uXTxlYXlR1KpMcMnPZuAMWYMLN15vNljKnO407/3lW7o/wGUvqbyo64QtWb+L0Pw3ewkAAAA=) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Sofia Sans Extra Condensed Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/static/landing/20260907/bundle/assets/sofia-sans-extra-condensed-cyrillic-wght-normal-C09MSO0C.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Sofia Sans Extra Condensed Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/static/landing/20260907/bundle/assets/sofia-sans-extra-condensed-greek-wght-normal-B_KiYu2b.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Sofia Sans Extra Condensed Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/static/landing/20260907/bundle/assets/sofia-sans-extra-condensed-latin-ext-wght-normal-Cy_Zibko.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Sofia Sans Extra Condensed Variable;font-style:normal;font-display:swap;font-weight:1 1000;src:url(/static/landing/20260907/bundle/assets/sofia-sans-extra-condensed-latin-wght-normal-CF4o1LBE.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--blue:#153bde;--paper:#f5f3ed;--orange:#ff855d;--lime:#cafa68;--ink:#19212e;--display:"Sofia Sans Extra Condensed Variable",sans-serif;font-family:Golos Text Variable,sans-serif;font-synthesis:none;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:0}body{margin:0;min-width:320px;-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.5}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:inherit}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid currentColor;outline-offset:6px}::selection{background:var(--orange);color:var(--ink)}.wrap{width:min(1296px,calc(100% - 128px));margin-inline:auto}.blue-header,.hero{background:var(--blue);color:var(--paper)}.skip-link{position:fixed;top:12px;left:20px;z-index:50;padding:12px 18px;background:var(--paper);color:var(--ink);transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{height:89px;display:flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid #ffffff26;position:relative;z-index:5}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap}.brand img{object-fit:contain;display:block}.brand span{font-size:16px;font-weight:500;letter-spacing:-.035em}.navigation{display:flex;align-items:center;gap:27px}.navigation>a:not(.account-link){display:inline-flex;align-items:center;min-height:44px;font-size:14px;text-decoration:none;text-underline-offset:5px}.navigation>a:not(.account-link):hover{text-decoration:underline}.navigation .login-link{margin-left:18px}.account-link{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:51px;padding:13px 21px;border:1px solid transparent;border-radius:2px;background:var(--orange);color:var(--ink);font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:background .18s ease,transform .18s ease}.account-link svg{transition:transform .18s ease}.account-link:hover{background:#ff9c7b;transform:translateY(-2px)}.account-link:hover svg{transform:translate(2px,-2px)}.account-link:active{transform:translateY(0)}.header-account{min-height:43px;padding:10px 15px;background:transparent;border-color:#ffffff60;color:var(--paper);font-size:13px;gap:18px}.header-account svg{width:18px;height:18px}.header-account:hover{background:#ffffff12}.hero .account-link:focus-visible{outline-color:var(--paper)}.menu-toggle{display:none}.hero{padding-top:52px}.hero-intro{display:grid;grid-template-columns:1.65fr 1fr;align-items:end;gap:75px}.eyebrow{margin:0 0 22px;font-size:11px;font-weight:500;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.hero .eyebrow{color:#d4ddff}h1{margin:0;font-size:clamp(46px,4.65vw,67px);font-weight:450;line-height:1.08;letter-spacing:-.055em}h1 span{color:#dce4ff}.hero-copy{justify-self:end;padding-right:12%;padding-bottom:5px}.hero-copy p{font-size:17px;line-height:1.55;margin:0 0 25px;letter-spacing:-.02em;color:#edf0ff}.ecosystem-stage{height:276px;position:relative;margin-top:5px}.ecosystem-stage>div{height:100%}.direction-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:39px;padding-bottom:32px}.direction-link{position:relative;display:grid;grid-template-columns:30px 1fr 23px;gap:8px 13px;border-top:2px solid var(--direction);padding-top:19px;text-decoration:none;--direction:#98b0ff}.direction-coral{--direction:var(--orange)}.direction-lime{--direction:var(--lime)}.direction-number{font-size:10px;line-height:1.5;color:var(--direction);padding-top:10px}.direction-title{font-size:26px;line-height:1.25;font-weight:450;letter-spacing:-.035em}.direction-benefit{grid-column:2;font-size:13px;color:#d9e0ff;line-height:1.5}.direction-arrow{grid-column:3;grid-row:1;align-self:center;color:var(--direction);transition:transform .2s ease}.direction-link:hover .direction-arrow{transform:translate(3px,-3px)}.hero-title,.hero-copy{animation:arrive .65s both cubic-bezier(.16,1,.3,1)}.hero-copy{animation-delay:90ms}@keyframes arrive{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.closing{border-top:1px solid #19212e25;padding-block:76px 83px;display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}.closing h2{font-size:clamp(40px,4vw,57px);line-height:1.1;font-weight:450;letter-spacing:-.05em;margin:0}.closing h2 span{color:var(--blue)}.closing-directions{display:flex;gap:8px;margin-top:29px}.closing-directions span{width:28px;height:7px;border-radius:1px}.dot-blue{background:var(--blue)}.dot-coral{background:var(--orange)}.dot-lime{background:var(--lime)}.closing-action{justify-self:end}.closing-action p{margin:0 0 24px;font-size:17px;line-height:1.55}.blue-account{color:var(--paper);background:var(--blue)}.blue-account:hover{background:#284df0}.closing-note{display:block;margin-top:17px;font-size:12px;color:#62696e}.footer{background:var(--ink);color:var(--paper)}.footer-inner{display:flex;align-items:center;gap:35px;padding-block:29px}.footer .brand span{font-size:13px}.footer nav{display:flex;flex-wrap:wrap;gap:10px 24px;margin-left:auto}.footer nav a{display:inline-flex;align-items:center;gap:5px;min-height:36px;font-size:12px;color:#bdc1ca;text-decoration:none}.footer nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}.footer small{font-size:11px;color:#a0a6b1}@media(max-width:1150px){.wrap{width:calc(100% - 80px)}.navigation{gap:19px}.navigation .login-link{margin-left:5px}.brand span{font-size:14px}.hero-intro{gap:40px}.hero-copy{padding-right:0}.hero-copy p{font-size:15px}.direction-links{gap:25px}.direction-title{font-size:23px}.direction-benefit{font-size:12px}}@media(max-width:950px){.site-header{height:80px}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:1px solid #ffffff50;color:var(--paper);background:transparent;border-radius:2px;cursor:pointer}.navigation{display:none;position:absolute;top:79px;left:-40px;right:-40px;background:var(--blue);border-bottom:1px solid #ffffff40;padding:21px 40px 29px}.navigation.is-open{display:flex;align-items:stretch;flex-direction:column;gap:12px}.navigation .account-link{align-self:flex-start}.navigation .login-link{margin:0}.hero{padding-top:44px}h1{font-size:5.9vw}.hero-intro{gap:30px;grid-template-columns:1.4fr 1fr}.hero-copy p{font-size:14px}.hero-copy .account-link{font-size:14px;gap:18px;padding:13px 17px}.ecosystem-stage{height:240px;margin-top:20px}.direction-links{gap:22px}.direction-link{grid-template-columns:1fr 20px;gap:7px}.direction-number{display:none}.direction-title{font-size:21px}.direction-benefit{grid-column:1;font-size:11px}.direction-arrow{grid-column:2}.closing{gap:35px}.closing h2{font-size:43px}.closing-action p{font-size:15px}.footer-inner{flex-wrap:wrap;gap:18px 30px}.footer nav{order:3;width:100%;margin-left:0}.footer small{margin-left:auto}}@media(max-width:600px){.wrap{width:calc(100% - 48px)}.site-header{height:76px;gap:12px}.brand span{font-size:14px}.brand img{width:31px;height:26px}.navigation{top:75px;left:-24px;right:-24px;padding-inline:24px}.hero{padding-top:34px}.hero-intro{display:block}.eyebrow{font-size:9px;margin-bottom:22px}h1{font-size:clamp(34px,9.2vw,53px);line-height:1.1}.hero-copy{padding:0;margin-top:23px;justify-self:stretch;width:100%}.hero-copy p{font-size:15px;line-height:1.6;margin-bottom:20px}.desktop-only{display:none}.hero-copy .account-link{font-size:15px;min-height:48px;padding-inline:20px;gap:25px}.ecosystem-stage{height:196px;margin-top:15px}.direction-links{gap:15px;padding-bottom:23px}.direction-link{display:flex;flex-direction:column;gap:8px;padding-top:14px}.direction-title{font-family:var(--display);font-size:29px;font-weight:500;line-height:1.1;letter-spacing:-.02em}.direction-benefit{font-size:10px;line-height:1.5}.direction-arrow{width:20px;height:20px;align-self:flex-end;margin-top:auto}.closing{grid-template-columns:1fr;padding-block:45px 52px;gap:34px}.closing h2{font-size:37px}.closing-action{justify-self:start}.closing-action p{font-size:16px}.closing-note{font-size:11px}.footer-inner{padding-block:27px;gap:17px}.footer .brand span{font-size:11px}.footer nav{gap:6px 18px}.footer nav a{font-size:11px}}@media(max-width:360px){.direction-links{gap:10px}.direction-title{font-size:23px}.ecosystem-stage{height:170px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}:root{--screen-height:100vh;--psx-viewport:var(--screen-height)}@supports (height:100svh){:root{--screen-height:100svh}}@supports (height:100dvh){:root{--screen-height:100dvh}}.screen-panel{min-height:var(--screen-height)}.hero{display:flex;flex-direction:column;padding-top:0;min-height:var(--screen-height)}.site-header{height:76px;flex:0 0 auto}.hero-content{display:flex;flex-direction:column;flex:1 0 auto;justify-content:flex-start;gap:20px;padding-block:30px 24px}.hero-content:focus{outline:none}.hero-intro{grid-template-columns:1.5fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}.hero h1{font-size:clamp(42px,4.45vw,64px)}.hero-copy{padding:0;justify-self:start;max-width:340px}.hero-copy p{font-size:16px;line-height:1.5;margin-bottom:20px}.hero .eyebrow{margin-bottom:16px}.ecosystem-stage{flex:1 0 180px;min-height:180px;height:auto;margin:0}.ecosystem-stage>div{position:absolute;top:0;right:0;bottom:0;left:0;height:auto}.direction-links{padding-bottom:0}.direction-link{padding-top:15px}.direction-benefit{font-size:14px}.direction-benefit-short{display:none}.closing-screen{display:flex;flex-direction:column;background:var(--blue);color:var(--paper)}.closing{flex:1 0 auto;border-top:0;padding-block:clamp(28px,6svh,64px);align-content:center;row-gap:clamp(30px,7svh,70px)}.closing h2{font-size:clamp(38px,4.2vw,60px)}.closing .eyebrow{color:#d4ddff}.closing h2 span{color:#dce4ff}.closing-note{color:#d4ddff}.closing .account-link:focus-visible{outline-color:var(--paper)}.closing-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;grid-column:1 / -1}.closing-service{--direction:#98b0ff;display:grid;grid-template-columns:minmax(0,1fr) 24px;gap:10px 12px;padding-block:21px 12px;border-top:2px solid var(--direction);color:var(--paper);text-decoration:none}.closing-service.direction-coral{--direction:var(--orange)}.closing-service.direction-lime{--direction:var(--lime)}.closing-service-name{font-size:clamp(22px,2.2vw,31px);font-weight:450;line-height:1.25;letter-spacing:-.035em}.closing-service>svg{align-self:center;color:var(--direction);transition:transform .18s ease}.closing-service:hover>svg{transform:translate(2px,-2px)}.closing-service-benefit{grid-column:1 / -1;font-size:16px;line-height:1.45;color:#d9e0ff}.closing-screen .footer{flex:0 0 auto;background:var(--blue);border-top:1px solid #ffffff26}.closing-screen .footer nav a{color:#d3deff}.closing-screen .footer small{color:#ccd8ff}.footer-inner{padding-block:22px}@media(max-width:1150px){.hero-intro{gap:32px}.hero h1{font-size:45px}.hero-copy p{font-size:15px}.direction-benefit{font-size:14px}}@media(max-width:950px){.site-header{height:68px}.navigation{top:calc(100% - 1px)}.hero-content{padding-block:28px;gap:20px}.hero-intro{grid-template-columns:1.25fr 1fr;gap:25px}.hero h1{font-size:clamp(34px,4.8vw,45px)}.hero-copy p,.direction-benefit{font-size:14px}}@media(max-width:600px){.hero{min-height:var(--screen-height)}.site-header{height:60px}.hero-content{flex:1 0 auto;gap:16px;padding-block:22px 20px}.hero-intro{display:block}.hero h1{font-size:clamp(32px,8.5vw,42px);line-height:1.08}.hero .eyebrow{font-size:11px;margin-bottom:12px}.hero-copy{width:100%;max-width:370px;margin-top:17px}.hero-copy p{font-size:14px;line-height:1.45;margin-bottom:15px}.hero-copy .account-link{min-height:44px;padding:10px 18px;font-size:14px}.ecosystem-stage{flex-basis:112px;min-height:112px;height:auto;padding:0}.ecosystem-stage>div{top:28px}.direction-links{gap:12px}.direction-link{gap:7px;padding-top:11px}.direction-title{font-family:Golos Text Variable,sans-serif;font-size:clamp(13px,3.5vw,16px);font-weight:500;line-height:1.35;white-space:nowrap;letter-spacing:-.03em}.direction-benefit{font-size:14px;line-height:1.35;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.direction-benefit-full{display:none}.direction-benefit-short{display:inline}.direction-arrow{display:none}.closing{padding-block:28px;gap:24px}.closing .eyebrow{font-size:11px;margin-bottom:14px}.closing h2{font-size:clamp(32px,8.8vw,39px)}.closing-directions{margin-top:20px}.closing-action p{font-size:15px;margin-bottom:18px}.closing-action .account-link{min-height:44px;padding-block:10px;font-size:14px}.closing-note{margin-top:12px}.closing-services{grid-row:2;gap:12px}.closing-service{grid-template-columns:minmax(0,1fr) 15px;gap:7px 5px;padding-block:11px 5px}.closing-service-name{grid-column:1 / -1;font-size:13px;line-height:1.35;font-weight:500;letter-spacing:-.03em;white-space:nowrap}.closing-service>svg{grid-column:2;grid-row:3;width:15px;height:15px}.closing-service-benefit{grid-row:2;font-size:14px;line-height:1.35}.footer-inner{padding-block:18px;gap:12px}.footer nav a{min-height:32px}}@media(max-width:600px)and (max-height:700px){.site-header{height:52px}.menu-toggle{width:38px;height:38px;flex-basis:38px}.hero-content{padding-block:14px;gap:12px}.hero .eyebrow{margin-bottom:9px}.hero-copy{margin-top:12px}.hero-copy p{margin-bottom:10px}.ecosystem-stage{flex-basis:106px;min-height:106px;height:auto}.closing{padding-block:20px;gap:16px}}@media(max-height:480px)and (min-width:601px){.hero{min-height:var(--screen-height)}.site-header{height:48px}.menu-toggle{width:36px;height:36px;flex-basis:36px}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-content:center;align-items:center;gap:12px 24px;padding-block:12px}.hero-intro{grid-column:1;grid-row:1 / 3;display:block}.hero h1{font-size:32px}.hero .eyebrow{font-size:11px;margin-bottom:8px}.hero-copy{margin-top:12px}.hero-copy p{font-size:14px;line-height:1.4;margin-bottom:10px}.hero-copy .account-link{min-height:38px;padding:8px 16px;font-size:14px}.ecosystem-stage{grid-column:2;grid-row:1;min-height:90px;height:clamp(90px,28svh,126px);margin:0}.direction-links{grid-column:2;grid-row:2;gap:12px}.direction-link{display:flex;flex-direction:column;gap:5px;padding-top:8px}.direction-title{font-family:Golos Text Variable,sans-serif;font-size:14px;font-weight:500;line-height:1.35;white-space:nowrap;letter-spacing:-.03em}.direction-benefit{font-size:14px;line-height:1.25;-webkit-hyphens:none;hyphens:none}.direction-benefit-full{display:none}.direction-benefit-short{display:inline}.direction-number,.direction-arrow{display:none}.closing{grid-template-columns:1.25fr 1fr;padding-block:20px;gap:24px 30px}.closing h2{font-size:34px}.closing-action p{font-size:14px}.closing .eyebrow{font-size:11px;margin-bottom:10px}.closing-action .account-link{min-height:38px;padding:8px 16px;font-size:14px}.closing-note{margin-top:10px;font-size:11px}.closing-services{gap:22px}.closing-service{padding-block:10px 2px;gap:5px 10px}.closing-service-name{font-size:20px}.closing-service-benefit{font-size:14px}.footer-inner{padding-block:12px}.footer-inner{flex-wrap:nowrap;gap:18px}.footer .brand span{font-size:11px}.footer nav{order:0;width:auto;margin-left:auto;gap:5px 14px}.footer nav a{min-height:32px;font-size:11px}.footer small{margin-left:0}}@media(max-width:600px)and (min-height:481px){.hero-content{justify-content:center}.ecosystem-stage{max-height:240px}}@media(min-width:601px)and (max-width:950px)and (min-height:951px){.hero-content{justify-content:center;gap:28px}.ecosystem-stage{flex:0 0 330px;min-height:0;height:330px}}.hero-content{display:flex;flex-direction:column;justify-content:flex-start;gap:38px;padding-block:48px 40px}.hero-intro{display:grid;width:100%;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:clamp(48px,6vw,96px)}.hero h1{font-size:clamp(42px,4.6vw,64px);line-height:1.09}.hero .eyebrow{margin-bottom:24px}.hero .hero-copy{justify-self:end;width:100%;max-width:420px;margin:0;padding:0}.hero .hero-copy p{margin:0 0 26px;font-size:18px;line-height:1.55;letter-spacing:-.025em;text-wrap:pretty}.hero-copy-lead{display:block;margin-bottom:6px}.hero .hero-copy .account-link{min-height:58px;padding:15px 24px;font-size:17px;gap:44px}.hero-symbiosis{display:inline-block;margin-inline:5px;color:var(--orange);font-size:1.3em;line-height:0}.hero-directions{display:flex;flex-direction:column;justify-content:center;flex:1 0 auto;gap:24px}.hero .ecosystem-stage{flex:1 0 180px;min-height:180px;max-height:340px;height:auto;margin:0}.hero .ecosystem-stage>div{top:0;right:0;bottom:0;left:0}.hero .direction-links{flex:0 0 auto;padding:0}@media(max-width:1150px){.hero-content{padding-block:40px 32px;gap:30px}.hero-intro{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:42px}.hero h1{font-size:clamp(40px,4.7vw,52px)}.hero .hero-copy p{font-size:17px}}@media(max-width:950px)and (min-height:481px){.hero-intro{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:28px}.hero h1{font-size:clamp(32px,4.45vw,42px)}.hero .eyebrow{margin-bottom:20px}.hero .hero-copy p{font-size:16px}.hero .hero-copy .account-link{min-height:52px;font-size:16px;padding:13px 20px;gap:30px}.hero-directions{justify-content:center}.hero .ecosystem-stage{flex:1 0 160px;min-height:160px;max-height:300px;height:auto}}@media(min-width:601px)and (max-width:950px)and (min-height:481px)and (max-height:750px){.hero-content{padding-block:24px;gap:24px}.hero-directions{gap:20px}}@media(max-width:600px){.hero-content{justify-content:flex-start;padding-block:32px;gap:28px}.hero-intro{display:block}.hero h1{font-size:clamp(30px,9vw,42px);line-height:1.08;letter-spacing:-.052em}.hero .eyebrow{margin-bottom:20px;font-size:11px}.hero .hero-copy{width:100%;max-width:390px;margin-top:26px}.hero .hero-copy p{font-size:16px;line-height:1.5;margin-bottom:24px}.hero-copy-lead{margin-bottom:6px}.hero .hero-copy .account-link{min-height:52px;padding:13px 21px;font-size:16px;gap:36px}.hero-directions{justify-content:center;gap:22px}.hero .ecosystem-stage{flex:0 0 clamp(128px,23svh,210px);height:clamp(128px,23svh,210px);min-height:0}}@media(max-width:600px)and (max-height:700px){.hero-content{padding-block:18px 20px;gap:20px}.hero .eyebrow{margin-bottom:12px}.hero h1{font-size:clamp(30px,8.6vw,35px)}.hero .hero-copy{margin-top:18px}.hero .hero-copy p{font-size:14px;line-height:1.45;margin-bottom:18px}.hero-copy-lead{margin-bottom:4px}.hero .hero-copy .account-link{min-height:46px;padding:11px 18px;font-size:14px}.hero-directions{gap:14px}.hero .ecosystem-stage{flex:0 0 110px;height:110px}}@media(max-height:480px)and (min-width:601px){.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:28px;padding-block:22px}.hero-intro{display:block;grid-column:1;grid-row:1}.hero h1{font-size:30px}.hero .eyebrow{margin-bottom:12px}.hero .hero-copy{margin-top:18px}.hero .hero-copy p{font-size:14px;line-height:1.4;margin-bottom:16px}.hero-copy-lead{margin-bottom:4px}.hero .hero-copy .account-link{min-height:44px;padding:10px 18px;font-size:14px;gap:28px}.hero-directions{grid-column:2;grid-row:1;gap:18px}.hero .ecosystem-stage{flex:0 0 130px;min-height:0;height:130px}}.hero-headline-desktop{color:inherit}.hero-headline-mobile,.hero .hero-copy-mobile,.hero-mobile-directions,.hero-mobile-account{display:none}@media(max-width:600px){.hero-content{justify-content:flex-start;padding-block:24px;gap:24px}.hero-headline-desktop,.hero .hero-copy-desktop,.hero-directions{display:none}.hero-headline-mobile{display:inline;color:inherit}.hero .eyebrow{margin-bottom:14px}.hero h1{font-size:clamp(28px,8.4vw,38px);line-height:1.06}.hero .hero-copy{margin-top:16px}.hero .hero-copy-mobile{display:block;font-size:16px;line-height:1.45}.hero .hero-copy p{margin-bottom:0}.hero .hero-copy .account-link{display:none}.hero-mobile-account{display:flex;flex:0 0 auto;width:100%;min-height:50px;padding:12px 21px}.hero-mobile-directions{display:grid;flex:1 0 auto;grid-template-rows:repeat(3,minmax(100px,1fr))}.hero-mobile-direction{--direction:#98b0ff;display:grid;grid-template-columns:112px minmax(0,1fr) 18px;gap:14px;align-items:center;border-top:1px solid #ffffff30;padding-block:6px;text-decoration:none}.hero-mobile-direction.direction-coral{--direction:var(--orange)}.hero-mobile-direction.direction-lime{--direction:var(--lime)}.hero-mobile-art{width:112px;height:112px}.hero-mobile-art :is(.artwork-image,.artwork-canvas){padding:0}.hero-mobile-label{display:flex;flex-direction:column;gap:7px}.hero-mobile-name{font-size:17px;line-height:1.25;font-weight:500;letter-spacing:-.025em}.hero-mobile-benefit{font-size:15px;line-height:1.4;color:#d9e0ff}.hero-mobile-direction>svg{color:var(--direction)}}@media(max-width:600px)and (min-height:701px)and (max-height:820px){.hero-content{padding-block:18px;gap:18px}.hero h1{font-size:clamp(30px,8.4vw,34px)}.hero .hero-copy-mobile{font-size:15px;line-height:1.4}.hero-mobile-account{min-height:48px;padding-block:11px}.hero-mobile-direction{grid-template-columns:88px minmax(0,1fr) 18px}.hero-mobile-art{width:88px;height:88px}}@media(max-width:600px)and (max-height:700px){.hero-content{padding-block:10px;gap:14px}.hero .eyebrow{margin-bottom:8px}.hero h1{font-size:clamp(28px,8vw,32px)}.hero .hero-copy{margin-top:10px}.hero .hero-copy-mobile{font-size:14px;line-height:1.4}.hero-mobile-account{min-height:44px;padding:10px 18px;font-size:14px}.hero-mobile-directions{grid-template-rows:repeat(3,minmax(74px,1fr))}.hero-mobile-direction{grid-template-columns:64px minmax(0,1fr) 16px;gap:10px;padding-block:4px}.hero-mobile-art{width:64px;height:64px}.hero-mobile-name{font-size:14px}.hero-mobile-benefit{font-size:14px;line-height:1.3}.hero-mobile-label{gap:4px}.hero-mobile-direction>svg{width:16px;height:16px}}
