@import "https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;700&family=Outfit:wght@700;800&display=swap";:root{--vtv-color-black:#231f20;--vtv-color-gray-1:#918f8f;--vtv-color-gray-2:#d3d2d2;--vtv-color-white:#fff;--vtv-color-pink-01:#f49cf0;--vtv-color-pink-02:#f9cdf7;--vtv-color-pink-03:#c06cbc;--vtv-color-orange-01:#fa5406;--vtv-color-orange-02:#fda982;--vtv-color-orange-03:#c84000;--vtv-color-yellow-01:#f9d133;--vtv-color-yellow-02:#fdefb8;--vtv-color-green-01:#3ccb87;--vtv-color-green-02:#c7f0dc;--vtv-color-green-03:#217f52;--vtv-color-blue-01:#567aff;--vtv-color-blue-02:#aabcff;--vtv-color-blue-03:#0b34c8;--vtv-font-display:"Niveau Grotesk", Outfit, "Arial Black", Arial, sans-serif;--vtv-font-body:Lexend, Arial, sans-serif;--vtv-weight-light:300;--vtv-weight-regular:400;--vtv-weight-bold:700;--vtv-leading-display:1.1;--vtv-leading-body:1.5;--vtv-size-display-xl:clamp(40px, calc(40px + 3.9506 * ((100vw - 390px) / 100)), 72px);--vtv-size-display-lg:clamp(32px, calc(32px + 2.963 * ((100vw - 390px) / 100)), 56px);--vtv-size-h1:clamp(30px, calc(30px + 2.2222 * ((100vw - 390px) / 100)), 48px);--vtv-size-h2:clamp(26px, calc(26px + 1.2346 * ((100vw - 390px) / 100)), 36px);--vtv-size-h3:28px;--vtv-size-h4:22px;--vtv-size-body-lg:20px;--vtv-size-body:17px;--vtv-size-body-sm:15px;--vtv-size-caption:13px;--vtv-tracking-display:-.01em;--vtv-tracking-body:0;--vtv-space-1:4px;--vtv-space-2:8px;--vtv-space-3:12px;--vtv-space-4:16px;--vtv-space-5:20px;--vtv-space-6:24px;--vtv-space-8:32px;--vtv-space-10:40px;--vtv-space-12:48px;--vtv-space-16:64px;--vtv-space-24:96px;--vtv-space-32:128px;--vtv-radius-sm:8px;--vtv-radius-md:16px;--vtv-radius-lg:24px;--vtv-radius-xl:32px;--vtv-radius-full:9999px;--vtv-border-hairline:1px;--vtv-border-thick:2px;--vtv-lines-stripe-sm:6px;--vtv-lines-stripe-md:12px;--vtv-lines-stripe-lg:24px;--vtv-shadow-card:0px 8px 24px 0px #231f2029;--vtv-duration-fast:.15s;--vtv-duration-base:.25s;--vtv-duration-slow:.45s;--vtv-ease-standard:cubic-bezier(.2, 0, 0, 1);--vtv-ease-bounce:cubic-bezier(.34, 1.56, .64, 1);--vtv-container:1200px;--vtv-gutter:24px;--vtv-control-height:48px}:root,.vtv-on-light,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--vtv-bg:#fff;--vtv-bg-elevated:#fff;--vtv-bg-subtle:#f4f3f3;--vtv-bg-inverse:#231f20;--vtv-fg:#231f20;--vtv-fg-muted:#5c5959;--vtv-fg-inverse:#fff;--vtv-border:#d3d2d2;--vtv-border-strong:#231f20;--vtv-action:#567aff;--vtv-action-hover:#0b34c8;--vtv-on-action:#fff;--vtv-accent:#fa5406;--vtv-live:#fa5406;--vtv-focus-ring:#567aff;--vtv-pattern:#d3d2d2}.vtv-on-dark,[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--vtv-bg:#231f20;--vtv-bg-elevated:#2e2a2b;--vtv-bg-subtle:#1b1819;--vtv-bg-inverse:#fff;--vtv-fg:#fff;--vtv-fg-muted:#d3d2d2;--vtv-fg-inverse:#231f20;--vtv-border:#4a4546;--vtv-border-strong:#fff;--vtv-action:#f9d133;--vtv-action-hover:#fdefb8;--vtv-on-action:#231f20;--vtv-accent:#f49cf0;--vtv-live:#fa5406;--vtv-focus-ring:#f9d133;--vtv-pattern:#3b3637}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--vtv-bg);color:var(--vtv-fg);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-light);font-size:var(--vtv-size-body);line-height:var(--vtv-leading-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}img,svg,video{max-width:100%;display:block}a{color:var(--vtv-action);text-decoration:none}a:hover{color:var(--vtv-action-hover);text-underline-offset:.15em;text-decoration:underline}:focus-visible{outline:var(--vtv-border-thick) solid var(--vtv-focus-ring);outline-offset:2px;border-radius:var(--vtv-radius-sm)}::selection{background:var(--vtv-color-yellow-01);color:var(--vtv-color-black)}.vtv-display,.vtv-h1,.vtv-h2,.vtv-h3,.vtv-h4,h1,h2,h3,h4{font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);line-height:var(--vtv-leading-display);letter-spacing:var(--vtv-tracking-display);text-wrap:balance;margin:0}.vtv-display-xl{font-size:var(--vtv-size-display-xl)}.vtv-display-lg{font-size:var(--vtv-size-display-lg)}.vtv-h1,h1{font-size:var(--vtv-size-h1)}.vtv-h2,h2{font-size:var(--vtv-size-h2)}.vtv-h3,h3{font-size:var(--vtv-size-h3)}.vtv-h4,h4{font-size:var(--vtv-size-h4)}p{margin:0}.vtv-body-lg{font-size:var(--vtv-size-body-lg)}.vtv-body{font-size:var(--vtv-size-body)}.vtv-body-sm{font-size:var(--vtv-size-body-sm)}.vtv-caption{font-size:var(--vtv-size-caption)}.vtv-label{font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-sm);line-height:1.3}.vtv-muted{color:var(--vtv-fg-muted)}strong,b,.vtv-bold{font-weight:var(--vtv-weight-bold)}.vtv-regular{font-weight:var(--vtv-weight-regular)}.vtv-prose{text-wrap:pretty;max-width:62ch}.vtv-prose>*+*{margin-top:var(--vtv-space-4)}.vtv-container{width:100%;max-width:var(--vtv-container);padding-inline:var(--vtv-gutter);margin-inline:auto}.vtv-section{padding-block:var(--vtv-space-16)}@media (width>=900px){.vtv-section{padding-block:var(--vtv-space-24)}}.vtv-stack{gap:var(--vtv-space-4);flex-direction:column;display:flex}.vtv-row{align-items:center;gap:var(--vtv-space-4);flex-wrap:wrap;display:flex}.vtv-grid{gap:var(--vtv-space-6);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}@media (width<=760px){.vtv-grid{grid-template-columns:1fr}.vtv-grid>*{grid-column:1/-1!important}}.vtv-on-dark,[data-theme=dark],.vtv-on-light,[data-theme=light]{background:var(--vtv-bg);color:var(--vtv-fg)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.vtv-btn{--_bg:var(--vtv-action);--_fg:var(--vtv-on-action);--_bg-hover:var(--vtv-action-hover);justify-content:center;align-items:center;gap:var(--vtv-space-2);min-height:var(--vtv-control-height);padding:0 var(--vtv-space-6);border-radius:var(--vtv-radius-full);border:var(--vtv-border-thick) solid transparent;background:var(--_bg);color:var(--_fg);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body);cursor:pointer;white-space:nowrap;transition:background-color var(--vtv-duration-fast) var(--vtv-ease-standard), transform var(--vtv-duration-base) var(--vtv-ease-bounce), color var(--vtv-duration-fast) var(--vtv-ease-standard);line-height:1;text-decoration:none;display:inline-flex}.vtv-btn:hover{background:var(--_bg-hover);color:var(--_fg);text-decoration:none;transform:translateY(-2px)}.vtv-btn:active{transform:translateY(0)}.vtv-btn:disabled,.vtv-btn[aria-disabled=true]{opacity:.45;pointer-events:none}.vtv-btn svg{flex:none;width:20px;height:20px}.vtv-btn--secondary{--_bg:transparent;--_fg:var(--vtv-fg);--_bg-hover:var(--vtv-fg);border-color:var(--vtv-fg)}.vtv-btn--secondary:hover{color:var(--vtv-bg)}.vtv-btn--ghost{--_bg:transparent;--_fg:var(--vtv-fg);--_bg-hover:var(--vtv-bg-subtle)}.vtv-btn--orange{--_bg:var(--vtv-color-orange-01);--_fg:var(--vtv-color-white);--_bg-hover:var(--vtv-color-orange-03)}.vtv-btn--yellow{--_bg:var(--vtv-color-yellow-01);--_fg:var(--vtv-color-black);--_bg-hover:var(--vtv-color-yellow-02)}.vtv-btn--green{--_bg:var(--vtv-color-green-01);--_fg:var(--vtv-color-black);--_bg-hover:var(--vtv-color-green-02)}.vtv-btn--pink{--_bg:var(--vtv-color-pink-01);--_fg:var(--vtv-color-black);--_bg-hover:var(--vtv-color-pink-02)}.vtv-btn--blue{--_bg:var(--vtv-color-blue-01);--_fg:var(--vtv-color-white);--_bg-hover:var(--vtv-color-blue-03)}.vtv-btn--sm{min-height:40px;padding:0 var(--vtv-space-4);font-size:var(--vtv-size-body-sm)}.vtv-btn--lg{min-height:56px;padding:0 var(--vtv-space-8);font-size:var(--vtv-size-body-lg)}.vtv-btn--icon{width:var(--vtv-control-height);padding:0}.vtv-play{border-radius:var(--vtv-radius-full);background:var(--vtv-color-white);width:56px;height:56px;color:var(--vtv-color-black);cursor:pointer;transition:transform var(--vtv-duration-base) var(--vtv-ease-bounce);border:0;place-items:center;display:inline-grid}.vtv-play:hover{transform:scale(1.08)}.vtv-play svg{width:22px;height:22px;margin-left:3px}.vtv-badge{align-items:center;gap:var(--vtv-space-2);border-radius:var(--vtv-radius-full);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-caption);background:var(--vtv-bg-subtle);color:var(--vtv-fg);padding:4px 10px;line-height:1.2;display:inline-flex}.vtv-badge--live{color:var(--vtv-live);background:0 0;padding-inline:0}.vtv-badge--live:before{content:"";width:8px;height:8px;animation:vtv-pulse 1.6s var(--vtv-ease-standard) infinite;background:currentColor;border-radius:50%}@keyframes vtv-pulse{0%,to{opacity:1}50%{opacity:.35}}.vtv-badge--pink{background:var(--vtv-color-pink-02);color:var(--vtv-color-black)}.vtv-badge--orange{background:var(--vtv-color-orange-02);color:var(--vtv-color-black)}.vtv-badge--yellow{background:var(--vtv-color-yellow-02);color:var(--vtv-color-black)}.vtv-badge--green{background:var(--vtv-color-green-02);color:var(--vtv-color-black)}.vtv-badge--blue{background:var(--vtv-color-blue-02);color:var(--vtv-color-black)}.vtv-chip{align-items:center;gap:var(--vtv-space-2);min-height:36px;padding:0 var(--vtv-space-4);border-radius:var(--vtv-radius-full);border:var(--vtv-border-hairline) solid var(--vtv-border);color:var(--vtv-fg);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-regular);font-size:var(--vtv-size-body-sm);cursor:pointer;background:0 0;display:inline-flex}.vtv-chip:hover,.vtv-chip[aria-pressed=true]{background:var(--vtv-fg);color:var(--vtv-bg);border-color:var(--vtv-fg)}.vtv-card{gap:var(--vtv-space-3);background:var(--vtv-bg-elevated);color:var(--vtv-fg);border-radius:var(--vtv-radius-lg);border:var(--vtv-border-hairline) solid var(--vtv-border);flex-direction:column;display:flex;overflow:hidden}.vtv-card__media{aspect-ratio:16/9;background:var(--vtv-bg-subtle);position:relative;overflow:hidden}.vtv-card__media>img{object-fit:cover;width:100%;height:100%}.vtv-card__body{gap:var(--vtv-space-2);padding:var(--vtv-space-5);flex-direction:column;display:flex}.vtv-card__title{font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-h4);line-height:var(--vtv-leading-display)}.vtv-card__meta{color:var(--vtv-fg-muted);font-size:var(--vtv-size-body-sm)}.vtv-sleeve{--_sleeve:var(--vtv-color-yellow-01);aspect-ratio:1;border-radius:var(--vtv-radius-md);background:var(--_sleeve);isolation:isolate;display:block;position:relative;overflow:visible}.vtv-sleeve__art{border-radius:var(--vtv-radius-sm);background:var(--vtv-color-black);box-shadow:var(--vtv-shadow-card);z-index:2;position:absolute;inset:10% 14% 10% 6%;overflow:hidden}.vtv-sleeve__art>img{object-fit:cover;width:100%;height:100%}.vtv-sleeve__disc{aspect-ratio:1;background:radial-gradient(circle, var(--vtv-color-white) 0 11%, transparent 11.5%), radial-gradient(circle, transparent 0 30%, var(--vtv-color-white) 30.5% 33%, transparent 33.5%), repeating-radial-gradient(circle, #2e2a2b 0 3px, #1b1819 3px 5px);z-index:1;width:64%;transition:transform var(--vtv-duration-slow) var(--vtv-ease-bounce);border-radius:50%;position:absolute;top:18%;right:-4%;box-shadow:0 0 0 1px #ffffff24}.vtv-sleeve:hover .vtv-sleeve__disc{transform:translate(8%)rotate(20deg)}.vtv-sleeve--pink{--_sleeve:var(--vtv-color-pink-01)}.vtv-sleeve--orange{--_sleeve:var(--vtv-color-orange-01)}.vtv-sleeve--green{--_sleeve:var(--vtv-color-green-01)}.vtv-sleeve--blue{--_sleeve:var(--vtv-color-blue-01)}.vtv-field{gap:var(--vtv-space-2);flex-direction:column;display:flex}.vtv-field>label{font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-sm)}.vtv-input{min-height:var(--vtv-control-height);padding:0 var(--vtv-space-4);border-radius:var(--vtv-radius-md);border:var(--vtv-border-hairline) solid var(--vtv-border);background:var(--vtv-bg-elevated);color:var(--vtv-fg);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-regular);font-size:var(--vtv-size-body);width:100%}.vtv-input::placeholder{color:var(--vtv-fg-muted)}.vtv-input:disabled{opacity:.45;cursor:not-allowed}.vtv-input:focus{border-color:var(--vtv-focus-ring);box-shadow:0 0 0 3px color-mix(in srgb, var(--vtv-focus-ring) 30%, transparent);outline:none}.vtv-field__hint{color:var(--vtv-fg-muted);font-size:var(--vtv-size-caption)}.vtv-field--error .vtv-input{border-color:var(--vtv-color-orange-01)}.vtv-field--error .vtv-field__hint{color:var(--vtv-color-orange-03)}.vtv-on-dark .vtv-field--error .vtv-field__hint{color:var(--vtv-color-orange-02)}.vtv-inline-form{gap:var(--vtv-space-3);flex-wrap:wrap;display:flex}.vtv-inline-form .vtv-input{flex:240px}.vtv-nav{justify-content:space-between;align-items:center;gap:var(--vtv-space-6);min-height:72px;padding-block:var(--vtv-space-3);display:flex}.vtv-nav__logo svg,.vtv-nav__logo img{width:auto;height:32px}.vtv-nav__links{align-items:center;gap:var(--vtv-space-6);margin:0;padding:0;list-style:none;display:flex}.vtv-nav__links a{color:var(--vtv-fg);font-weight:var(--vtv-weight-regular);font-size:var(--vtv-size-body)}.vtv-nav__links a:hover{color:var(--vtv-action);text-decoration:none}.vtv-nav__links a[aria-current=page]{font-weight:var(--vtv-weight-bold)}.vtv-nav__menu{display:none}@media (width<=760px){.vtv-nav__links,.vtv-nav__cta{display:none}.vtv-nav__menu{display:inline-grid}}.vtv-footer{padding-block:var(--vtv-space-12) var(--vtv-space-8)}.vtv-footer__grid{gap:var(--vtv-space-8);grid-template-columns:2fr repeat(3,1fr);display:grid}@media (width<=760px){.vtv-footer__grid{grid-template-columns:1fr 1fr}}.vtv-footer__col{gap:var(--vtv-space-3);flex-direction:column;display:flex}.vtv-footer__col h4{font-family:var(--vtv-font-body);font-size:var(--vtv-size-body-sm);font-weight:var(--vtv-weight-bold)}.vtv-footer__col a{color:var(--vtv-fg-muted);font-size:var(--vtv-size-body-sm)}.vtv-footer__col a:hover{color:var(--vtv-fg)}.vtv-footer__legal a{color:inherit}.vtv-footer__legal a:hover{color:var(--vtv-fg)}.vtv-footer__legal{justify-content:space-between;gap:var(--vtv-space-4);margin-top:var(--vtv-space-12);padding-top:var(--vtv-space-6);border-top:var(--vtv-border-hairline) solid var(--vtv-border);color:var(--vtv-fg-muted);font-size:var(--vtv-size-caption);flex-wrap:wrap;display:flex}.vtv-lines{--_s:var(--vtv-lines-stripe-md);height:calc(var(--_s) * 5);background:linear-gradient(to bottom, var(--vtv-color-pink-01) 0 20%, var(--vtv-color-orange-01) 20% 40%, var(--vtv-color-yellow-01) 40% 60%, var(--vtv-color-green-01) 60% 80%, var(--vtv-color-blue-01) 80% 100%)}.vtv-lines--sm{--_s:var(--vtv-lines-stripe-sm)}.vtv-lines--lg{--_s:var(--vtv-lines-stripe-lg)}.vtv-lines--vertical{width:calc(var(--_s) * 5);background:linear-gradient(to right, var(--vtv-color-pink-01) 0 20%, var(--vtv-color-orange-01) 20% 40%, var(--vtv-color-yellow-01) 40% 60%, var(--vtv-color-green-01) 60% 80%, var(--vtv-color-blue-01) 80% 100%);align-self:stretch;height:auto}.vtv-lines--flip{transform:scaleY(-1)}.vtv-lines--vertical.vtv-lines--flip{transform:scaleX(-1)}.vtv-record-pattern{--_size:200px;--_r:calc(var(--_size) * .46);background-color:var(--vtv-bg);background-image:radial-gradient(circle var(--_r) at 25% 50%, transparent 0 22%, var(--vtv-pattern) 22.5% 41%, transparent 41.5% 46%, var(--vtv-pattern) 46.5% 100%, transparent 100%), radial-gradient(circle var(--_r) at 75% 0%, transparent 0 22%, var(--vtv-pattern) 22.5% 41%, transparent 41.5% 46%, var(--vtv-pattern) 46.5% 100%, transparent 100%), radial-gradient(circle var(--_r) at 75% 100%, transparent 0 22%, var(--vtv-pattern) 22.5% 41%, transparent 41.5% 46%, var(--vtv-pattern) 46.5% 100%, transparent 100%);background-size:calc(var(--_size) * 1.86) var(--_size);background-position:0 0}.vtv-record-pattern--sm{--_size:120px}.vtv-record-pattern--lg{--_size:320px}.vtv-divider{height:var(--vtv-border-hairline);background:var(--vtv-border);border:0;margin:0}.vtv-x-mark{background:var(--vtv-color-orange-01);width:28px;height:28px;color:var(--vtv-color-white);border-radius:50%;flex:none;place-items:center;display:inline-grid}.vtv-x-mark svg{width:14px;height:14px}.vtv-toast{align-items:flex-start;gap:var(--vtv-space-3);padding:var(--vtv-space-4) var(--vtv-space-5);border-radius:var(--vtv-radius-md);border:var(--vtv-border-hairline) solid var(--vtv-border);border-left:var(--vtv-space-1) solid var(--vtv-fg-muted);background:var(--vtv-bg-elevated);color:var(--vtv-fg);box-shadow:var(--vtv-shadow-card);font-family:var(--vtv-font-body);font-size:var(--vtv-size-body-sm);line-height:var(--vtv-leading-body);width:100%;max-width:420px;display:flex}.vtv-toast__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.vtv-toast__title{font-weight:var(--vtv-weight-bold)}.vtv-toast__actions{align-items:center;gap:var(--vtv-space-2);flex:none;display:flex}.vtv-toast--success{border-left-color:var(--vtv-color-green-01)}.vtv-toast--error{border-left-color:var(--vtv-color-orange-01)}.vtv-toast__close{border-radius:var(--vtv-radius-full);width:28px;height:28px;color:var(--vtv-fg-muted);cursor:pointer;background:0 0;border:0;flex:none;place-items:center;padding:0;display:inline-grid}.vtv-toast__close:hover{background:var(--vtv-bg-subtle);color:var(--vtv-fg)}.vtv-toast__close svg{width:14px;height:14px}.vtv-toast-stack{left:var(--vtv-space-6);bottom:var(--vtv-space-6);z-index:50;gap:var(--vtv-space-3);width:min(420px, calc(100vw - var(--vtv-space-12)));flex-direction:column;display:flex;position:fixed}.vtv-toast-stack--inline{width:100%;position:static}.vtv-accordion{flex-direction:column;display:flex}.vtv-accordion__item{border-bottom:var(--vtv-border-hairline) solid var(--vtv-border)}.vtv-accordion__item:first-child{border-top:var(--vtv-border-hairline) solid var(--vtv-border)}.vtv-accordion__trigger{justify-content:space-between;align-items:center;gap:var(--vtv-space-4);padding:var(--vtv-space-5) 0;font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-lg);color:var(--vtv-fg);cursor:pointer;list-style:none;display:flex}.vtv-accordion__trigger::-webkit-details-marker{display:none}.vtv-accordion__trigger:hover{color:var(--vtv-action)}.vtv-accordion__icon{width:20px;height:20px;color:var(--vtv-fg-muted);transition:transform var(--vtv-duration-base) var(--vtv-ease-standard);flex:none}.vtv-accordion__item[open] .vtv-accordion__icon{transform:rotate(45deg)}.vtv-accordion__panel{padding-bottom:var(--vtv-space-5);color:var(--vtv-fg-muted);font-size:var(--vtv-size-body);max-width:62ch}.vtv-tabs{flex-direction:column;display:flex}.vtv-tabs__list{gap:var(--vtv-space-6);border-bottom:var(--vtv-border-hairline) solid var(--vtv-border);display:flex;overflow-x:auto}.vtv-tabs__tab{padding:var(--vtv-space-3) 0;border:0;border-bottom:var(--vtv-border-thick) solid transparent;margin-bottom:calc(-1 * var(--vtv-border-hairline));color:var(--vtv-fg-muted);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body);white-space:nowrap;cursor:pointer;transition:color var(--vtv-duration-fast) var(--vtv-ease-standard);background:0 0}.vtv-tabs__tab:hover{color:var(--vtv-fg)}.vtv-tabs__tab[aria-selected=true]{color:var(--vtv-fg);border-bottom-color:var(--vtv-action)}.vtv-tabs__panel{padding-top:var(--vtv-space-6)}.vtv-quote{gap:var(--vtv-space-5);flex-direction:column;max-width:62ch;margin:0;display:flex}.vtv-quote__text{font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-h3);line-height:var(--vtv-leading-display);letter-spacing:var(--vtv-tracking-display);text-wrap:balance;margin:0}.vtv-quote__footer{align-items:center;gap:var(--vtv-space-3);display:flex}.vtv-quote__avatar{border-radius:var(--vtv-radius-full);background:var(--vtv-bg-subtle);flex:none;width:48px;height:48px;overflow:hidden}.vtv-quote__avatar>*{object-fit:cover;width:100%;height:100%}.vtv-quote__name{font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-sm)}.vtv-quote__role{color:var(--vtv-fg-muted);font-size:var(--vtv-size-body-sm)}.vtv-pricing{gap:var(--vtv-space-6);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.vtv-plan{gap:var(--vtv-space-4);padding:var(--vtv-space-6);border-radius:var(--vtv-radius-lg);border:var(--vtv-border-hairline) solid var(--vtv-border);background:var(--vtv-bg-elevated);color:var(--vtv-fg);flex-direction:column;display:flex}.vtv-plan--featured{border-color:var(--vtv-action);box-shadow:0 0 0 var(--vtv-border-hairline) var(--vtv-action)}.vtv-plan__name{font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-sm)}.vtv-plan__price{font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-display-lg);line-height:var(--vtv-leading-display)}.vtv-plan__period{color:var(--vtv-fg-muted);font-size:var(--vtv-size-body-sm)}.vtv-plan__features{gap:var(--vtv-space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.vtv-plan__features>li{align-items:flex-start;gap:var(--vtv-space-2);font-size:var(--vtv-size-body-sm);display:flex}.vtv-plan__features>li>svg{width:16px;height:16px;color:var(--vtv-color-green-01);flex:none;margin-top:3px}.vtv-plan__footer{padding-top:var(--vtv-space-2);margin-top:auto}.vtv-steps{gap:var(--vtv-space-8);counter-reset:vtv-step;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;padding:0;list-style:none;display:grid}.vtv-steps--vertical{gap:var(--vtv-space-6);grid-template-columns:1fr}.vtv-step{gap:var(--vtv-space-3);flex-direction:column;display:flex}.vtv-steps--vertical .vtv-step{gap:var(--vtv-space-4);flex-direction:row}.vtv-step__number{counter-increment:vtv-step;border-radius:var(--vtv-radius-full);background:var(--vtv-action);width:40px;height:40px;color:var(--vtv-on-action);font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-lg);flex:none;place-items:center;line-height:1;display:inline-grid}.vtv-step__number:before{content:counter(vtv-step)}.vtv-step__title{font-family:var(--vtv-font-display);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-h4);line-height:var(--vtv-leading-display)}.vtv-step__body{color:var(--vtv-fg-muted);font-size:var(--vtv-size-body-sm);max-width:48ch}.vtv-avatar{border-radius:var(--vtv-radius-full);background:var(--vtv-bg-subtle);width:48px;height:48px;color:var(--vtv-fg-muted);border:var(--vtv-border-hairline) solid var(--vtv-border);font-family:var(--vtv-font-body);font-weight:var(--vtv-weight-bold);font-size:var(--vtv-size-body-sm);text-transform:uppercase;flex:none;place-items:center;line-height:1;display:inline-grid;overflow:hidden}.vtv-avatar>*{object-fit:cover;width:100%;height:100%}.vtv-avatar--sm{width:32px;height:32px;font-size:var(--vtv-size-caption)}.vtv-avatar--lg{width:72px;height:72px;font-size:var(--vtv-size-body-lg)}
