.rvc{padding:4rem 0;background:var(--rvc-bg, #0a0a0a);color:#fff}.rvc__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;align-items:center}.rvc__quote-mark{font-family:Georgia,serif;font-size:5rem;line-height:1;color:var(--rvc-accent, #f5c518);margin-bottom:.5rem}.rvc__heading{font-family:var(--font-heading-family);font-weight:700;font-size:2.25rem;margin:0 0 .75rem}.rvc__subheading{color:#ffffffb3;margin:0 0 1.5rem}.rvc__score{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:2rem}.rvc__score-number{font-family:var(--font-heading-family);font-weight:700;font-size:2.5rem}.rvc__score-stars{color:var(--rvc-accent, #f5c518);font-size:1.25rem;letter-spacing:2px}.rvc__score-count{color:#fff9}.rvc__verified{display:inline-grid;place-items:center;width:20px;height:20px;background:#2dd4bf;color:#000;border-radius:4px;font-size:12px}.rvc__nav{display:flex;gap:.75rem}.rvc__nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer;transition:background .15s ease}.rvc__nav-btn:hover{background:#ffffff14}.rvc__right{position:relative;min-height:320px}.rvc__card{position:absolute;top:0;right:0;bottom:0;left:0;display:none;flex-direction:column;gap:1.25rem;padding:2.5rem;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#ffffff05;opacity:0;transition:opacity .22s ease}.rvc__card.is-active{display:flex;position:relative;opacity:1}.rvc__card-stars{color:var(--rvc-accent, #f5c518);letter-spacing:2px}.rvc__card-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;margin:0}.rvc__card-body{display:flex;gap:1.5rem;align-items:flex-start}.rvc__avatar{flex:none;width:80px;height:80px;border-radius:50%;overflow:hidden;background:#ffffff14;display:grid;place-items:center}.rvc__avatar img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.rvc__avatar-initials{font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;color:var(--rvc-accent, #f5c518)}.rvc__card-quote{margin:0;color:#ffffffd9;line-height:1.6}.rvc__card-author{margin-top:auto}.rvc__card-name{margin:0;font-weight:600}.rvc__card-role{margin:.15rem 0 0;color:#ffffff8c;font-size:.9rem}@media screen and (max-width:749px){.rvc__inner{grid-template-columns:1fr}.rvc__right{min-height:420px}.rvc__card{padding:1.5rem}.rvc__card-body{flex-direction:column}}.spv{position:relative;height:var(--spv-desktop-scroll);background:var(--spv-bg)}.spv__sticky{position:sticky;top:0;height:var(--spv-desktop-height);display:grid;place-items:center;overflow:hidden;background:var(--spv-bg)}.spv__stage{position:relative;width:100%;height:100%;overflow:hidden}.spv__video{display:block;width:100%;height:100%;background:var(--spv-bg)}.spv__video--contain{object-fit:contain}.spv__video--cover{object-fit:cover}.spv__placeholder{height:100%;display:grid;place-items:center;padding:2rem;color:#fff}.spv__callouts,.spv__lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.spv__lines{overflow:visible;z-index:2}.spv__callouts{z-index:3}.spv-callout{opacity:0;pointer-events:none}.spv-callout.is-entering,.spv-callout.is-visible,.spv-callout.is-leaving{opacity:1}.spv-callout.is-leaving{animation:spvFlickerOut .42s steps(1,end) forwards}.spv-callout__dot{position:absolute;left:var(--dot-x);top:var(--dot-y);width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:var(--spv-accent);transform:translate(-50%,-50%);box-shadow:0 0 0 3px color-mix(in srgb,var(--spv-accent) 35%,transparent);outline:none;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;-webkit-user-select:none;user-select:none;pointer-events:none;will-change:left,top}.spv-callout__label{position:absolute;left:var(--label-x);top:var(--label-y);max-width:min(var(--label-width, 280px),42vw);white-space:pre-line;color:var(--spv-text-color);font-family:var(--spv-callout-font, var(--font-body-family));font-style:var(--spv-callout-style, var(--font-body-style));font-weight:var(--spv-callout-weight, var(--font-body-weight));line-height:1.25;text-align:left;text-shadow:0 1px 4px rgba(0,0,0,.55);transform:translateY(-50%);clip-path:inset(0 100% 0 0);pointer-events:none}.spv-callout.is-visible .spv-callout__label,.spv-callout.is-leaving .spv-callout__label{clip-path:inset(0 0% 0 0)}.spv-callout.is-entering .spv-callout__label{animation:spvReveal .48s ease-out forwards}.spv-callout__heading{display:inline-block;font-size:var(--spv-font-size);font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding-bottom:.3em;margin-bottom:.3em;border-bottom:1.5px solid var(--spv-accent)}.spv-callout__subtext{display:block;font-size:calc(var(--spv-font-size) * .78);opacity:.85}@keyframes spvReveal{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes spvFlickerOut{0%{opacity:1}20%{opacity:0}40%{opacity:1}60%{opacity:0}80%{opacity:1}to{opacity:0}}.spv__diagnostics{position:absolute;left:8px;bottom:8px;z-index:5;padding:5px 7px;color:#fff;background:#000000b8;font:11px/1.2 monospace}@media screen and (max-width:749px){.spv{height:var(--spv-compact-scroll)}.spv__sticky{height:var(--spv-compact-height)}.spv__video{object-fit:contain;transform:scale(var(--spv-compact-zoom, 1));transform-origin:center center}.spv-callout__label{left:var(--label-x-mobile);top:var(--label-y-mobile);max-width:min(var(--label-width-mobile, 220px),54vw)}.spv-callout__heading{font-size:var(--spv-font-size-mobile)}.spv-callout__subtext{font-size:calc(var(--spv-font-size-mobile) * .78)}}@media(prefers-reduced-motion:reduce){.spv-callout,.spv-callout__label,.spv-callout.is-leaving{animation:none!important;transition:none!important}.spv-callout.is-visible .spv-callout__label,.spv-callout.is-entering .spv-callout__label,.spv-callout.is-leaving .spv-callout__label{clip-path:inset(0 0% 0 0)}}.ttc{max-width:820px;margin:0 auto;padding:22px 20px 18px;border:1px solid rgba(0,0,0,.08);border-radius:3px}.ttc__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 16px}.ttc__tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.ttc__tab{font-size:13px;font-weight:500;padding:6px 12px;border:1px solid rgba(0,0,0,.15);background:transparent;border-radius:2px;cursor:pointer}.ttc__tab[aria-selected=true]{background:var(--ttc-ink, #151209);color:var(--ttc-active-tab-text, #faf9f4);border-color:var(--ttc-ink, #151209)}.ttc__rows{display:grid;gap:13px}.ttc__row{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:center}.ttc__name{font-size:13.5px;display:flex;align-items:center;gap:7px}.ttc__row[data-emphasis=true] .ttc__name{font-weight:600}.ttc__swatch{width:9px;height:9px;border-radius:2px;flex:none}.ttc__track{position:relative;height:26px;background:#0000000f;border-radius:2px;overflow:hidden}.ttc__bar{position:absolute;top:0;bottom:0;left:0;width:0;z-index:1;transition:width .5s cubic-bezier(.2,.7,.3,1)}.ttc__val{position:absolute;top:0;right:8px;height:26px;z-index:2;display:flex;align-items:center;font-size:13px;font-variant-numeric:tabular-nums}.ttc__val-text{white-space:nowrap}.ttc__val-text--base{color:var(--ttc-val-off-bar, #151209)}.ttc__val-text--overlay{position:absolute;top:0;left:0;height:100%;display:flex;align-items:center;color:var(--ttc-val-on-bar, #faf9f4);pointer-events:none;clip-path:inset(0 100% 0 0)}.ttc__scale{display:grid;grid-template-columns:150px 1fr;gap:12px;margin-top:10px;font-size:11.5px;opacity:.7}.ttc__ticks{grid-column:2;min-width:0;display:flex;justify-content:space-between;border-top:1px solid rgba(0,0,0,.15);padding-top:5px}.ttc__caption{margin-top:18px;font-size:14px;line-height:1.5;color:#0000008c}@media(max-width:560px){.ttc{padding:18px 14px 16px}.ttc__row,.ttc__scale{grid-template-columns:minmax(120px,42%) minmax(0,1fr);gap:10px}.ttc__name{min-width:0}}@media(prefers-reduced-motion:reduce){.ttc__bar{transition:none}}.ttx{max-width:820px;margin:0 auto;padding:8px 20px}.ttx__block{padding:34px 0 8px;border-top:1px solid rgba(0,0,0,.12)}.ttx__block:first-child{border-top:0;padding-top:0}.ttx__num{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;font-size:12.5px;font-weight:700;color:#f0c33b;background:#151209;margin-bottom:9px;border-radius:3px}.ttx__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 10px}.ttx__body{font-size:16px;line-height:1.6;max-width:68ch}.ttx__body p{margin:0 0 14px}.ttx__body p:last-child{margin-bottom:0}.ttx__body ul,.ttx__body ol{margin:0 0 14px;padding-left:20px}.ttx__body li{margin-bottom:7px}.ttf{max-width:820px;margin:0 auto;padding:8px 20px}.ttf__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 6px}.ttf__accordion{margin-top:10px}.ttf__item{border-bottom:1px solid rgba(0,0,0,.1);padding:14px 0}.ttf__question{font-size:15.5px;font-weight:600;cursor:pointer;list-style:none}.ttf__question::-webkit-details-marker{display:none}.ttf__question:before{content:"+ ";color:#151209}.ttf__item[open] .ttf__question:before{content:"\2013"}.ttf__answer{font-size:15px;line-height:1.6;max-width:68ch;margin-top:10px;opacity:.85}.ttf__answer p{margin:0 0 10px}.ttf__answer p:last-child{margin-bottom:0}.ttf__footer{border-top:1px solid rgba(0,0,0,.12);margin-top:30px;padding:20px 0 40px}.ttf__footer-text{font-size:13.5px;opacity:.7;max-width:68ch}.ttf__footer-text p{margin:0 0 8px}.ttf__footer-text p:last-child{margin-bottom:0}.ttm{max-width:820px;margin:0 auto;padding:22px 20px 18px}.ttm__figure{margin:0}.ttm__img,.ttm__video{display:block;width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:3px;background:#0000000d}.ttm__caption{font-size:13.5px;opacity:.7;margin-top:9px;max-width:68ch}.ttm__placeholder{display:grid;place-items:center;text-align:center;padding:44px 20px;border:1px dashed rgba(0,0,0,.25);border-radius:3px;background:#00000008;font-size:13.5px;opacity:.75;line-height:1.5}.ttp{max-width:820px;margin:0 auto;padding:22px 20px 8px}.ttp__part{margin-bottom:28px}.ttp__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 10px}.ttp__intro{font-size:15px;opacity:.75;max-width:68ch;margin:0 0 14px}.ttp__intro p{margin:0 0 10px}.ttp__list{max-width:68ch;padding-left:20px;margin:0}.ttp__list li{margin-bottom:7px;font-size:16px;line-height:1.5}.ttp__steps{list-style:none;counter-reset:ttp-step;padding:0;margin:0;max-width:68ch}.ttp__steps li{counter-increment:ttp-step;position:relative;padding-left:38px;margin-bottom:16px}.ttp__steps li:before{content:counter(ttp-step);position:absolute;left:0;top:1px;width:24px;height:24px;display:grid;place-items:center;font-size:12px;font-weight:700;color:var(--ttp-accent-text, #fff);background:var(--ttp-accent-bg, #151209);border-radius:50%}.ttp__step-title{display:block;font-weight:600;font-size:15.5px;margin-bottom:2px}.ttp__step-desc{display:block;font-size:15.5px;line-height:1.55;opacity:.85}.ttr{max-width:820px;margin:0 auto;padding:22px 20px 18px}.ttr__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 8px}.ttr__intro{font-size:15px;opacity:.75;max-width:68ch;margin:0 0 16px}.ttr__scroller{overflow-x:auto;border:1px solid rgba(0,0,0,.12);border-radius:3px;margin-bottom:8px}.ttr__table{border-collapse:collapse;width:100%;min-width:560px;font-size:14px}.ttr__table th,.ttr__table td{text-align:left;padding:9px 13px;border-bottom:1px solid rgba(0,0,0,.08);white-space:nowrap;font-variant-numeric:tabular-nums}.ttr__table th{font-size:12.5px;font-weight:600;opacity:.7;background:#00000008}.ttr__table tbody tr:last-child td{border-bottom:0}.ttr__row--ms td{background:#0000000d}.ttr__row--flow td{background:#f0c33b2e}.ttr__note{font-size:13.5px;opacity:.7;margin:10px 0 16px;max-width:68ch}.ttr__downloads{display:flex;flex-wrap:wrap;gap:8px}.ttr__dl{display:inline-block;font-size:14px;font-weight:500;padding:10px 16px;border:1px solid currentColor;border-radius:2px;text-decoration:none}.tts{max-width:820px;margin:0 auto;padding:22px 20px 18px}.tts__heading{font-size:20px;line-height:1.2;font-weight:600;margin:0 0 8px}.tts__intro{font-size:15px;opacity:.75;max-width:68ch;margin:0 0 14px}.tts__flag{font-size:13px;padding:9px 12px;border-radius:3px;background:#8a5a121f;color:#8a5a12;border:1px solid rgba(138,90,18,.3);max-width:68ch;margin:0 0 16px}.tts__scroller{overflow-x:auto;border:1px solid rgba(0,0,0,.12);border-radius:3px;margin-bottom:8px}.tts__table{border-collapse:collapse;width:100%;min-width:560px;font-size:14px}.tts__table th,.tts__table td{text-align:left;padding:9px 13px;border-bottom:1px solid rgba(0,0,0,.08);white-space:nowrap;font-variant-numeric:tabular-nums}.tts__table th{font-size:12.5px;font-weight:600;opacity:.7;background:#00000008}.tts__table tbody tr:last-child td{border-bottom:0}.tts__row--ms td{background:#0000000d}.tts__row--flow td{background:#f0c33b2e}.tts__note{font-size:13.5px;opacity:.7;margin:10px 0 16px;max-width:68ch}.tts__anonymity{margin-top:18px}.tts__subheading{font-size:16px;font-weight:600;margin:0 0 6px}.tts__body{font-size:15px;line-height:1.6;max-width:68ch;opacity:.85}.tts__body p{margin:0 0 10px}.tts__body p:last-child{margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/14/compiled_assets/styles.css.map */
