.tm-expert-overlay{z-index:1200;-webkit-backdrop-filter:blur(10px);background:#070a1cb8;justify-content:center;align-items:center;padding:32px 20px;animation:.26s cubic-bezier(.22,1,.36,1) tmExpertFade;display:flex;position:fixed;inset:0}.tm-expert-overlay.closing{animation:.24s forwards tmExpertFadeOut}@keyframes tmExpertFade{0%{opacity:0}to{opacity:1}}@keyframes tmExpertFadeOut{0%{opacity:1}to{opacity:0}}.tm-expert-modal{width:min(880px,100%);max-height:min(86vh,820px);box-shadow:var(--gv-elev-4);scrollbar-width:none;background:radial-gradient(90% 60% at 100% 0,#685ae929,#0000 60%),linear-gradient(#141a38 0%,#0e1330 100%);border:1px solid #ffffff1a;border-radius:28px;padding:40px 44px 36px;animation:.3s cubic-bezier(.22,1,.36,1) tmExpertPop;position:relative;overflow-y:auto}.tm-expert-modal::-webkit-scrollbar{display:none}.tm-expert-overlay.closing .tm-expert-modal{animation:.24s forwards tmExpertPopOut}@keyframes tmExpertPop{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}@keyframes tmExpertPopOut{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(14px)scale(.98)}}.tm-expert-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,border-color .2s,transform .15s;display:inline-flex;position:absolute;top:18px;right:18px}.tm-expert-close:hover{background:var(--grv-yellow,#ffcd07);color:#171b30;border-color:var(--grv-yellow,#ffcd07);transform:scale(1.05)}.tm-expert-head{align-items:center;gap:24px;display:flex}.tm-expert-photo{border:2px solid #ffffff29;border-radius:50%;flex:none;width:108px;height:108px;position:relative;overflow:visible}.tm-expert-photo img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.tm-expert-dot{background:#48c878;border:3px solid #11173500;border-radius:50%;width:16px;height:16px;position:absolute;bottom:4px;right:6px;box-shadow:0 0 0 3px #121838}.tm-expert-id{min-width:0}.tm-expert-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#b8afffd9;font-size:11px;font-weight:700}.tm-expert-name{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin:8px 0 4px;font-size:30px;font-weight:800;line-height:1.05}.tm-expert-role{color:#ffffffa8;font-size:15px}.tm-expert-badge{color:#6bd89c;background:#48c8781a;border:1px solid #48c8784d;border-radius:999px;align-items:center;gap:8px;margin-top:12px;padding:7px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.tm-expert-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;display:grid}.tm-expert-stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px}.tm-expert-stat-val{font-family:var(--font-display);color:var(--grv-yellow,#ffcd07);font-size:24px;font-weight:800}.tm-expert-stat-key{color:#fff9;margin-top:4px;font-size:12.5px;line-height:1.35}.tm-expert-cols{grid-template-columns:1.25fr 1fr;gap:28px;margin-top:30px;display:grid}.tm-expert-block-title{letter-spacing:.18em;text-transform:uppercase;color:#ffffff80;margin:0 0 14px;font-size:11px;font-weight:700}.tm-expert-list{flex-direction:column;gap:10px;display:flex}.tm-expert-pub{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:5px;padding:16px 18px;text-decoration:none;transition:border-color .2s,background .2s,transform .2s;display:flex}.tm-expert-pub:hover{background:#685ae91f;border-color:#8c7eff66;transform:translateY(-1px)}.tm-expert-pub-title{color:#fff;font-size:14.5px;font-weight:600;line-height:1.35}.tm-expert-pub-meta{color:#b8afffcc;font-size:12px}.tm-expert-note{background:#ffcd070d;border:1px dashed #ffcd0740;border-radius:16px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.tm-expert-note-text{color:#ffffffd1;font-size:13.5px;line-height:1.45}.tm-expert-note-date{color:#ffffff6b;font-size:11.5px}.tm-expert-actions{gap:12px;margin-top:30px;display:flex}.tm-expert-btn{text-align:center;color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;flex:1;padding:15px 22px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,transform .15s}.tm-expert-btn:hover{background:#ffffff1f;transform:translateY(-1px)}.tm-expert-btn--primary{background:var(--grv-yellow,#ffcd07);border-color:var(--grv-yellow,#ffcd07);color:#171b30}.tm-expert-btn--primary:hover{background:#ffd83e}@media (max-width:720px){.tm-expert-modal{padding:28px 22px}.tm-expert-head{flex-direction:column;align-items:flex-start;gap:16px}.tm-expert-stats,.tm-expert-cols{grid-template-columns:1fr}.tm-expert-actions{flex-direction:column}}html[data-theme=light] .tm-expert-overlay{background:#171b3066}html[data-theme=light] .tm-expert-modal{background:radial-gradient(90% 60% at 100% 0,#685ae91a,#0000 60%),linear-gradient(#fff 0%,#f4f5fb 100%);border-color:#171b301a}html[data-theme=light] .tm-expert-close{color:#171b30;background:#171b300d;border-color:#171b3024}html[data-theme=light] .tm-expert-name{color:#171b30}html[data-theme=light] .tm-expert-eyebrow{color:#5346d6}html[data-theme=light] .tm-expert-role{color:#171b309e}html[data-theme=light] .tm-expert-dot{box-shadow:0 0 0 3px #fff}html[data-theme=light] .tm-expert-stat,html[data-theme=light] .tm-expert-pub{background:#fff;border-color:#171b301a}html[data-theme=light] .tm-expert-stat-val{color:#c79a00}html[data-theme=light] .tm-expert-stat-key{color:#171b3099}html[data-theme=light] .tm-expert-block-title{color:#171b3080}html[data-theme=light] .tm-expert-pub-title{color:#171b30}html[data-theme=light] .tm-expert-pub-meta{color:#5346d6}html[data-theme=light] .tm-expert-pub:hover{background:#685ae914}html[data-theme=light] .tm-expert-note{background:#ffb80012;border-color:#c79a0059}html[data-theme=light] .tm-expert-note-text{color:#171b30d1}html[data-theme=light] .tm-expert-note-date{color:#171b3073}html[data-theme=light] .tm-expert-btn{color:#171b30;background:#171b300a;border-color:#171b3029}html[data-theme=light] .tm-expert-btn--primary{background:var(--grv-yellow,#ffcd07);border-color:var(--grv-yellow,#ffcd07)}html[data-theme=light] .tm-check-expert img{border-color:#171b301a}html[data-theme=light] .tm-check-expert figcaption span{color:#171b309e}
html[data-theme=dark]{--tm-ink:#fff;--tm-body:#dcdae5;--tm-muted:#ffffffa8;--tm-faint:#ffffff80;--tm-canvas:#100c22;--tm-paper:#171335;--tm-line:#ffffff1a;--tm-line-soft:#ffffff0f;--tm-purple-tint:#685ae92e;--tm-purple-tint2:#b8afff4d;--tm-purple-line:#685ae966;--tm-danger-tint:#ff6e6424;--tm-danger-line:#ff6e6459;--tm-danger:#ff8a7e;--tm-good-tint:#48c87824;--tm-good:#6bd89c;--tm-shadow-sm:0 6px 18px #00000059;--tm-shadow-md:0 24px 50px -16px #0000008c;--tm-shadow-lg:0 34px 80px -20px #0009}html[data-theme=dark] body{background:var(--grv-ink-1,#0b0816)}html[data-theme=dark] .tm-section,html[data-theme=dark] .tm-hero{background:var(--grv-ink-gradient,linear-gradient(180deg,#0b0816 0%,#12102a 100%))}html[data-theme=dark] .tm-section--soft{background:var(--grv-ink-gradient-soft,#12102a)}html[data-theme=dark] .tm-section--purple-glow{background:radial-gradient(60% 60% at 88% 0%,#685ae933,transparent 65%),var(--grv-ink-gradient,#0b0816)}html[data-theme=dark] .tm-hero{background:radial-gradient(65% 60% at 85% 10%,#685ae938,#0000 60%),linear-gradient(#0b0816 0%,#12102a 100%)}html[data-theme=dark] .tm-hero-g{opacity:.05;filter:grayscale()brightness(2.5)}html[data-theme=dark] .tm-hero-badge,html[data-theme=dark] .tm-eyebrow{color:#c9c2ff}html[data-theme=dark] .tm-hero-chip{color:#fff;background:#ffffff0d;border-color:#ffffff1f}html[data-theme=dark] .tm-hero-chip--act{color:#fff}html[data-theme=dark] .tm-tip{background:#0d0a1f}html[data-theme=dark] .tm-section .btn-ghost{color:#fff;border-color:#ffffff3d}html[data-theme=dark] .tm-section .btn-ghost:hover{border-color:var(--grv-yellow);color:var(--grv-yellow)}html[data-theme=dark] .tm-risk-card,html[data-theme=dark] .tm-benefit-card,html[data-theme=dark] .tm-law-card,html[data-theme=dark] .tm-specialist-card,html[data-theme=dark] .tm-rep-card,html[data-theme=dark] .tm-tariff,html[data-theme=dark] .tm-faq-item,html[data-theme=dark] .tm-check-card,html[data-theme=dark] .tm-live-free-card{background:var(--tm-paper);border-color:var(--tm-line)}html[data-theme=dark] .tm-check-body{background:var(--tm-paper)}html[data-theme=dark] .tm-check-option{background:#ffffff0a}html[data-theme=dark] .tm-check-radio{background:0 0;border-color:#ffffff59}html[data-theme=dark] .tm-check-progress-label{color:#fffc}html[data-theme=dark] .tm-law-exception{border-color:var(--tm-purple-line);background:linear-gradient(135deg,#685ae93d 0%,#685ae914 100%)}html[data-theme=dark] .tm-why-plate{background:linear-gradient(160deg,#685ae9 0%,#4b3be1 100%)}html[data-theme=dark] .tm-why-plate-sep{background:#ffffff24}html[data-theme=dark] .tm-process-rail:before{background:linear-gradient(#ffffff0f 0%,#685ae980 50%,#ffffff0f 100%)}html[data-theme=dark] .tm-process-node{background:var(--tm-paper);box-shadow:0 0 0 6px var(--grv-ink-1,#0b0816)}html[data-theme=dark] .tm-rep-rating,html[data-theme=dark] .tm-video-title,html[data-theme=dark] .tm-tariff-title,html[data-theme=dark] .tm-leader-attr-name,html[data-theme=dark] .tm-faq-q{color:#fff}html[data-theme=dark] .tm-rep-review{background:#ffffff0a}html[data-theme=dark] .tm-rep-stars,html[data-theme=dark] .tm-rep-review-stars{color:var(--grv-yellow)}html[data-theme=dark] .tm-tariff-cta{color:#fff;background:#ffffff0f;border-color:#ffffff24}html[data-theme=dark] .tm-tariff-cta:hover{background:#ffffff1a}html[data-theme=dark] .tm-tariffs-banner,html[data-theme=dark] .tm-hero-float--guarantee,html[data-theme=dark] .tm-lead-submit,html[data-theme=dark] .tm-why-banner-cta{background:var(--grv-yellow);color:#171335}html[data-theme=dark] .tm-live-video-label{background:#0000008c}html[data-theme=dark] .tm-map{background:var(--grv-ink-gradient-soft,#12102a)}html[data-theme=dark] .tm-map-label{color:#fffc;background:#0009;border-color:#ffffff1a}html[data-theme=dark] .tm-map-pin{border-color:var(--grv-ink-1,#0b0816)}html[data-theme=dark] .tm-leader-stat{backdrop-filter:blur(8px);background:#0a081abf}html[data-theme=dark] .tm-leader-stat-val{color:var(--grv-yellow)}html[data-theme=dark] .tm-leader-attr-q{color:var(--grv-purple)}html[data-theme=dark] .tm-faq-toggle{color:#fff;background:#ffffff0f}html[data-theme=dark] .tm-faq-a a{color:var(--grv-yellow)}html[data-theme=dark] .tm-kindness{background:linear-gradient(#0b0816 0%,#17102a 100%)}html[data-theme=dark] .tm-kindness-h .heart{color:#ff6b85}html[data-theme=dark] .tm-lead{background:linear-gradient(160deg,#4b3be1 0%,#685ae9 100%)}html[data-theme=dark] .tm-lead-input{color:#fff;background:#ffffff14}html[data-theme=dark] .tm-lead-input::placeholder{color:#fff6}html[data-theme=dark] .tm-person{background:#ffffff0f;border-color:#ffffff1f}html[data-theme=dark] .tm-person-name{color:#fff}html[data-theme=dark] .tm-person-role{color:#fff9}html[data-theme=dark] .tm-person-dot{border-color:var(--tm-paper)}html[data-theme=dark] .tm-photo-ph{background:#685ae924}html[data-theme=dark] .tm-photo-ph:before,html[data-theme=dark] .tm-photo-ph:after{background:#b8afff2e}html[data-theme=dark] .tm-photo-ph-cap{color:#ffffffa6;background:#0a081abf}html[data-theme=dark] .tm-photo-ph--gold{background:#ffcd071a}html[data-theme=dark] .tm-photo-ph--gold:before,html[data-theme=dark] .tm-photo-ph--gold:after{background:#ffcd0733}html[data-theme=dark] .tm-video-thumb-label{color:#ffffff47}html[data-theme=dark] .tm-video-thumb-play{background:#ffffffeb}
.tmk-grid{grid-template-columns:repeat(var(--tmk-cols,3),minmax(0,1fr));gap:16px;display:grid}@media (max-width:900px){.tmk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.tmk-grid{grid-template-columns:1fr}}.tmk-split{align-items:center;gap:clamp(24px,4vw,56px);display:flex}.tmk-split-text{flex:1;min-width:0;max-width:560px}.tmk-split-photo{flex:1;min-width:0;max-width:480px}.tmk-split-photo .tm-photo-ph{aspect-ratio:4/3.4;border-radius:var(--tm-radius-lg)}@media (max-width:860px){.tmk-split{flex-direction:column!important}.tmk-split-text,.tmk-split-photo{width:100%;max-width:none}}.tmk-banner{background:var(--tm-purple);border-radius:var(--tm-radius-lg);color:#fff;flex-wrap:wrap;align-items:center;gap:20px;padding:clamp(22px,3.5vw,32px) clamp(22px,4vw,36px);display:flex}@media (max-width:620px){.tmk-banner{flex-direction:column;align-items:flex-start}}.tmk-crumbs{font-family:var(--font-body);color:var(--tm-faint);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.tmk-crumbs a{color:var(--tm-purple);text-decoration:none}.tmk-crumbs a:hover{text-decoration:underline}
:root{--grv-ink-1:#03060f;--grv-ink-2:#0e1a3a;--grv-ink-3:#15214a;--grv-ink-gradient:linear-gradient(160deg,var(--grv-ink-1)0%,var(--grv-ink-2)100%);--grv-ink-gradient-v:linear-gradient(180deg,var(--grv-ink-1)0%,var(--grv-ink-2)100%);--grv-ink-gradient-soft:linear-gradient(160deg,#0a1023 0%,#122148 100%)}.tm-hero-photo img,.tm-check-expert-photo img,.tm-specialist-photo img,.tm-leader-portrait img{object-position:center top}.tm-kindness-portrait img,.tm-leader-portrait img,.tmk-split-photo img,.tm-live-video-bg img,.tm-live-video-bg video{object-fit:cover;width:100%;height:100%;display:block}.tm-hero-photo:has(>img){aspect-ratio:19/20;width:min(100%,68.4svh);box-shadow:none;background:0 0;border:0;border-radius:0;margin:0 auto;overflow:visible}.tm-hero-photo>img{object-fit:contain;object-position:center bottom;filter:contrast(1.04)saturate(1.02);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 84%,#0000 99%);mask-image:linear-gradient(#000 84%,#0000 99%)}.tmk-split-photo img{aspect-ratio:4/3.4;border-radius:var(--tm-radius-lg);height:auto}.btn-ghost{align-items:center;gap:7px;display:inline-flex}.gv-redesign .tm-hero-lead{max-width:none}.gv-redesign .tm-title,.gv-redesign .tm-hero-h1,.gv-redesign .tm-benefit-title,.gv-redesign .tm-check-body-q,.gv-redesign .tm-check-side-title,.gv-redesign .tm-why-banner-title,.gv-redesign .tm-why-row-title,.gv-redesign .tm-process-step-title,.gv-redesign .tm-law-card-title,.gv-redesign .tm-law-exception-title,.gv-redesign .tm-specialist-name{-webkit-text-stroke:.45px currentColor}.tm-rep-widgets{grid-template-columns:1fr 1fr;gap:24px;margin-top:28px;display:grid}.tm-rep-widget{height:clamp(980px,115vh,1400px);box-shadow:var(--shadow-card-sm);background:#fff;border:1px solid #ebebeb;border-radius:15px;flex-direction:column;padding-top:18px;display:flex;position:relative;overflow:hidden}.tm-rep-src{flex:none}.tm-rep-iframe{border:0;flex:auto;width:100%;min-height:0;display:block}.tm-rep-widget-link{text-align:center;color:#b3b3b3;pointer-events:none;font-size:10px;text-decoration:none;position:absolute;bottom:8px;left:0;right:0}@media (max-width:900px){.tm-rep-widgets{grid-template-columns:1fr}}html[data-theme=dark] .tm-rep-widget{border-color:#ffffff1f}.tm-section--map{background:var(--tm-paper);padding-bottom:0}.tm-map-real{position:relative}.tm-map-real--full{margin:28px calc(-1*var(--tm-gutter))0;border:0;border-radius:0;overflow:hidden}.tm-map-real-loading{background:var(--grv-light-gray);height:480px;color:var(--fg-muted);font-family:var(--font-body);justify-content:center;align-items:center;font-size:14px;display:flex}.tm-map-real-person{z-index:500;pointer-events:none;position:absolute;bottom:16px;left:16px;right:auto}.tm-map-real-person .tm-person--overlay{position:static}.tm-map-real-person .tm-person{pointer-events:auto;max-width:360px}.tm-map-real-person .tm-person-role{max-width:260px}@media (max-width:720px){.tm-map-real-person{pointer-events:auto;justify-content:center;padding:12px 12px 0;display:flex;position:static}}.tm-map-real--full .leaflet-container{height:clamp(560px,74vh,920px)!important}.tm-live-video-bg{z-index:0;background:radial-gradient(70% 80% at 80% 15%,#685ae959,#0000 60%),linear-gradient(160deg,#171335 0%,#0b0816 100%);position:absolute;inset:0}.tm-product-scene{aspect-ratio:2;border-radius:12px;width:100%;margin-bottom:4px;overflow:hidden}.tm-product-scene img{object-fit:cover;width:100%;height:100%;display:block}.tm-product-scene--flush{border-radius:0;width:calc(100% + 32px);margin:-20px -16px 4px}.tm-check-lead{flex-direction:column;gap:10px;margin-top:18px;display:flex}.tm-check-lead-title{font-family:var(--font-display);color:var(--tm-ink);font-size:17px;font-weight:900}.tm-check-lead-input{width:100%}.tm-check-lead-error,.tm-lead-error{font-family:var(--font-body);color:var(--danger);font-size:13px;font-weight:600}.tm-lead-error{margin-top:8px}.tm-hero-bullets{flex-direction:column;gap:12px;margin:20px 0 0;padding:0;list-style:none;display:flex}.tm-hero-bullets li{font-family:var(--font-body);color:var(--tm-ink);align-items:center;gap:11px;font-size:clamp(14px,1.5vw,16px);font-weight:600;line-height:1.35;display:flex}.tm-hero-bullet-ic{background:var(--tm-purple-tint);width:26px;height:26px;color:var(--tm-purple);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.tm-hero-bullet-ic svg{width:15px;height:15px}.tm2-cases-section{overflow:visible}.tm2-caserows{flex-direction:column;gap:24px;margin-top:32px;display:flex}.tm2-caserow{background:var(--tm-paper);border-radius:var(--tm-radius-lg);border:1px solid var(--tm-line);box-shadow:var(--tm-shadow-sm);top:calc(clamp(20px,4vh,44px) + var(--i,0)*16px);grid-template-columns:300px 1fr;display:grid;position:sticky;overflow:hidden}.tm2-caserow:before{content:"";opacity:0;pointer-events:none;z-index:3;background:linear-gradient(#0a08161a,#0000);height:24px;transition:opacity .2s;position:absolute;top:-1px;left:0;right:0}@media (min-width:861px){.tm2-caserow:not(:first-child):before{opacity:1}}@media (max-width:860px){.tm2-caserow{position:static}.tm2-caserow:before{display:none}}@media (prefers-reduced-motion:reduce){.tm2-caserow{position:static}}@media (max-width:860px){.tm2-caserow{grid-template-columns:1fr}}.tm2-caserow--flip{grid-template-columns:1fr 300px}.tm2-caserow--flip .tm2-caserow-side{order:2}@media (max-width:860px){.tm2-caserow--flip{grid-template-columns:1fr}.tm2-caserow--flip .tm2-caserow-side{order:0}}.tm2-caserow-side{color:#fff;flex-direction:column;justify-content:center;gap:14px;min-height:220px;padding:32px 28px;display:flex;position:relative}.tm2-caserow-num{font-family:var(--font-accent);color:#ffffffe6;font-size:56px;font-style:italic;font-weight:700;line-height:1}.tm2-caserow-ic{color:#fff;background:#ffffff2e;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.tm2-caserow-cat{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#ffffffeb;font-size:13px;font-weight:700}.tm2-caserow-body{min-width:0;padding:28px clamp(20px,3vw,34px)}.tm2-caserow-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--tm-ink);margin:0 0 10px;font-size:clamp(19px,2.3vw,25px);font-weight:900;line-height:1.2}.tm2-caserow-brief{font-family:var(--font-body);color:var(--tm-body);margin:0 0 20px;font-size:15px;font-weight:500;line-height:1.55}.tm2-caserow-detail{grid-template-columns:1fr 1fr;gap:20px 28px;margin-bottom:18px;display:grid}@media (max-width:640px){.tm2-caserow-detail{grid-template-columns:1fr;gap:16px}}.tm2-caserow-block h4{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.tm2-caserow-block p{font-family:var(--font-body);color:var(--tm-muted);margin:0;font-size:14px;line-height:1.6}.tm2-caserow-result{border-radius:var(--tm-radius);color:#fff;padding:16px 20px}.tm2-caserow-result-label{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;margin-bottom:5px;font-size:11.5px;font-weight:700}.tm2-caserow-result p{font-family:var(--font-body);color:#fff;margin:0;font-size:14.5px;font-weight:500;line-height:1.55}.tm-check-expert-wrap{justify-content:flex-end;height:100%}.tm-check-expert-photo{background:0 0;border-radius:0;flex:auto;min-height:300px;position:relative;overflow:visible}.tm-check-expert-photo img{object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 40px #1410322e)}@media (max-width:1024px){.tm-check-expert-photo{display:none}.tm-check-expert-wrap{height:auto}}.tm-video-card{cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;padding:0}.tm-video-thumb--img{background:#fff}.tm-video-thumb--img img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:10px;display:block;position:absolute;inset:0}.tm-video-thumb--img .tm-video-thumb-play{z-index:2;position:relative}.tm-video-modal{z-index:1000;backdrop-filter:blur(4px);background:#0a0816b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.tm-video-modal-inner{width:min(420px,92vw);position:relative}.tm-video-modal-player{background:#000;border-radius:18px;width:100%;display:block;box-shadow:0 30px 80px #00000080}.tm-video-modal .tm-expert-close{background:#fff;top:-14px;right:-14px}.tm2-modal{max-width:640px}.tm2-case-modal-head{align-items:flex-start;gap:14px;margin-bottom:18px;padding-right:40px;display:flex}.tm2-case-modal-label{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--tm-muted);margin-bottom:4px;font-size:12px;font-weight:700}.tm2-case-modal-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--tm-ink);margin:0;font-size:clamp(19px,2.4vw,24px);font-weight:900;line-height:1.2}.tm2-case-modal-body{flex-direction:column;gap:16px;display:flex}.tm2-case-modal-body section h4{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--tm-purple-700);margin:0 0 6px;font-size:12px;font-weight:700}.tm2-case-modal-body section p{font-family:var(--font-body);color:var(--tm-body);margin:0;font-size:14.5px;line-height:1.6}.tm2-case-modal-result{border-left:3px solid var(--tm-purple);padding-left:14px}.tm2-offer-banner{color:#fff;border-radius:var(--tm-radius-lg);background:#171b30;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:20px 24px;display:flex}.tm2-offer-banner-tag{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--grv-yellow);align-items:center;gap:8px;margin-bottom:8px;font-size:11.5px;font-weight:700;display:inline-flex}.tm2-offer-banner-title{font-family:var(--font-display);letter-spacing:-.01em;max-width:640px;font-size:clamp(17px,2.2vw,22px);font-weight:900;line-height:1.25}.tm2-offer-banner-btn{background:var(--grv-yellow);color:#1a1500;font-family:var(--font-display);cursor:pointer;border-radius:var(--tm-radius);white-space:nowrap;transition:transform .15s var(--tm-ease);border:0;align-items:center;gap:8px;padding:13px 22px;font-size:15px;font-weight:900;display:inline-flex}.tm2-offer-banner-btn:hover{transform:translateY(-2px)}.tm2-offer-lead{font-family:var(--font-body);color:var(--tm-body);margin:0;font-size:14.5px;line-height:1.55}.tm2-offer-gifts{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.tm2-offer-gifts li{background:var(--tm-canvas);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.tm2-offer-gift-name{font-family:var(--font-body);color:var(--tm-ink);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:inline-flex}.tm2-offer-gift-name svg{color:var(--tm-good);flex-shrink:0}.tm2-offer-gift-price{font-family:var(--font-display);color:var(--tm-ink);white-space:nowrap;font-size:15px;font-weight:900}.tm2-offer-gift-price s{color:var(--tm-muted);margin-right:6px;font-size:12.5px;font-weight:400}.tm2-offer-form{flex-direction:column;gap:10px;margin-top:4px;display:flex}.tm2-offer-consent{margin-top:2px}.tm2-modal .tm-lead-consent{color:var(--fg-1)}.tm2-modal .tm-lead-consent a{color:var(--grv-purple-700)}.tm2-modal .tm-lead-submit:disabled{opacity:.55;color:#1a1500;cursor:default}.gv-redesign :is(h1,h2,h3),.gv-redesign .tm-title{font-weight:800!important}.gv-proc .tm-head--split,.gv-proc [class*=tm-head]{text-align:center}.gv-proc .tm-title,.gv-proc .tm-sub{margin-left:auto;margin-right:auto}.gv-proc .tm-eyebrow{justify-content:center}.gv-proc .tm-person{border-radius:20px;padding:18px 26px}.gv-proc .tm-person .tm-person-photo{border-radius:16px;width:80px;height:80px;font-size:24px}.gv-proc .tm-person .tm-person-name{font-size:19px}.gv-proc .tm-person .tm-person-role{font-size:14.5px}.tm-rail-track>.tm-video-card{flex:0 0 330px}.tm-rep-src{justify-content:center;align-items:center;gap:12px;margin-bottom:14px;display:flex}.tm-rep-src-ic{width:44px;height:44px;display:inline-flex}.tm-rep-src-ic svg{width:100%;height:100%}.tm-rep-src-name{font-family:var(--font-display);letter-spacing:-.01em;color:var(--tm-ink,var(--fg-1));font-size:22px;font-weight:800}.tm-section--map .tm-map-real--full{max-width:min(var(--gv-max,1400px),calc(100% - 2*var(--tm-gutter,30px)));border-radius:15px;margin-left:auto;margin-right:auto;overflow:hidden}.gv-lead-white>section,.gv-lead-white .tm-section,.gv-lead-white .tm-lead{background:var(--tm-paper)!important}.gv-lead-white .tm-lead-card{background:var(--grv-purple);box-shadow:var(--shadow-accent-lg,0 24px 60px #685ae959);border-radius:24px}.tm-section--map .tm-map-real--full{margin-bottom:clamp(24px,4vw,48px)}.tm-person-photo{border-radius:12px}.tm-person--phrased{flex-wrap:wrap;row-gap:8px}.tm-person-phrase{background:var(--grv-purple);color:#fff;font-family:var(--font-body);text-align:left;box-shadow:var(--shadow-card-sm);border-radius:12px 12px 12px 3px;flex:0 0 100%;order:-1;padding:8px 12px;font-size:12.5px;font-weight:500;line-height:1.4}.tm-expert-photo,.tm-expert-photo img{border-radius:var(--radius-md,15px)}.tm-section--lav{background:var(--grv-purple-50)}html[data-theme=dark] .tm-section--lav{background:#16132f}.tm-section--map{background:var(--tm-canvas)}html[data-theme=dark] .tm-section--map{background:#12102a}.tm-live-video-stream{z-index:1;border:0;width:100%;height:100%;position:absolute;inset:0}.tm-live-video-cam{cursor:pointer;font-family:var(--font-body);transition:background var(--duration-base)var(--ease-standard),color var(--duration-base)var(--ease-standard);border:0}.tm-live-video-cam--act{color:#171b30;background:#fff}.tm-live-free-avatar--photo{background:#ffffff14;padding:0;overflow:hidden}.tm-live-free-avatar--photo img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html[data-theme=dark]{color-scheme:dark}section[id],h2[id],h3[id],div[id]{scroll-margin-top:96px}@media (hover:none){a:hover,button:hover,[class*=card]:hover,[class*=tile]:hover{transform:none!important}}html[data-theme=dark]{color-scheme:dark;--bg-canvas:var(--grv-ink-1);--bg-surface:#0b1330;--bg-plate:#ffffff0d;--bg-divider:#ffffff24;--grv-light-gray:#ffffff0f;--grv-gray:#ffffff29;--fg-1:#e9eaf2;--fg-2:#a9adc4;--fg-muted:#7c81a0;--fg-headline:#fff;--grv-purple-50:#685ae924;--grv-purple-100:#685ae93d;--grv-purple-200:#685ae95c;--grv-purple-900:#c9c2fa;--success:#4ade94;--success-bg:#187a4d38;--danger:#f87168;--danger-bg:#c7301f38;--warning-fg:#ffd84d;--warning-bg:#ffcd0724;--info:#c9c2fa;--info-bg:#685ae924;--shadow-page:0 -26px 58px #00000059,0 -105px 105px #00000047,0 -236px 142px #0003,0 -420px 168px #00000014;--shadow-doc:0 8px 17px #00000059,0 32px 32px #00000047,0 70px 42px #0003,0 125px 50px #00000014;--shadow-card-sm:0 1px 2px #0006,0 2px 8px #00000080;--shadow-card-md:0 2px 4px #0006,0 12px 24px #0000008c;--shadow-float:0 24px 48px #0000008c,0 4px 12px #0006;--stroke-hairline:1px solid #ffffffb3;--stroke-divider:1px solid #ffffff29}.gv-reveal{opacity:0;transform:translateY(14px)}.gv-reveal.gv-in{opacity:1;transition:opacity .34s var(--ease-standard),transform .34s var(--ease-standard);transform:none}button:not([disabled]){transition-property:transform,background,box-shadow,border-color,color;transition-duration:var(--duration-base);transition-timing-function:var(--ease-standard)}@media (hover:hover){button:not([disabled]):hover{transform:translateY(-1px)}}button:not([disabled]):active{transform:translateY(0)scale(.985)}.gv-kit-embed>section,.gv-kit-bleed>section{background:0 0;max-width:none;padding:0}.gv-kit-bleed>section>div{border-radius:0}.gv-kit-bleed>section>div>div:first-child{min-height:clamp(360px,36vw,560px)}.tm-hero-badge{background:0 0;border:0;padding:0}.gv-kit-embed [class*=__head]{max-width:none}.tm-fastbar{cursor:pointer;background:var(--grv-purple);color:#fff;width:100%;min-height:44px;font-family:var(--font-body);border:0;grid-template-columns:minmax(0,1fr);align-items:center;padding:0;display:grid;position:relative;overflow:hidden}.tm-fastbar:hover .tm-fastbar-track{animation-play-state:paused}.tm-fastbar-track{white-space:nowrap;will-change:transform;flex-wrap:nowrap;align-items:center;animation:34s linear infinite tmTapeScroll;display:inline-flex}.tm-fastbar-item{letter-spacing:.01em;align-items:center;gap:9px;padding-right:4px;font-size:13px;font-weight:700;display:inline-flex}.tm-fastbar-item svg{opacity:.9;flex-shrink:0;width:15px;height:15px}.tm-fastbar-sep{color:var(--grv-yellow);margin:0 20px;font-size:10px}.tm-fastbar-cta{z-index:1;background:var(--grv-yellow);color:#262626;pointer-events:none;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex;position:absolute;top:50%;right:clamp(10px,2vw,30px);transform:translateY(-50%);box-shadow:0 2px 10px #2626262e}.tm-fastbar-cta svg{width:13px;height:13px}.tm-fastbar:hover .tm-fastbar-cta{background:#fff}.tm-fastbar:after{content:"";background:linear-gradient(90deg,transparent,var(--grv-purple)62%);pointer-events:none;width:clamp(120px,20vw,220px);position:absolute;top:0;bottom:0;right:0}@media (prefers-reduced-motion:reduce){.tm-fastbar-track{animation:none}}@media (max-width:720px){.tm-fastbar-cta,.tm-fastbar:after{display:none}}
.gv-redesign :is(h1,h2,h3,h4,h5,h6){font-family:var(--font-display)!important}.gv-redesign .grv-accent{font-family:var(--font-accent)!important}.gv-redesign{min-height:100vh}
.gv-redesign .tm-hero-photo{width:min(100%,86vw,68.4svh)!important}@media (max-width:720px){.gv-redesign .tm-hero-chips{flex-wrap:wrap;max-width:100%}.gv-redesign .tm-hero-chip{min-width:0}.gv-redesign .tm-hero-chip--act .tm-hero-chip-tx{max-width:56vw}.gv-redesign .tm-hero-actions{width:100%}.gv-redesign .tm-hero-actions .btn{justify-content:center;width:100%}.gv-redesign .tm-hero-stats{flex-wrap:nowrap;gap:clamp(10px,2.6vw,24px)}.gv-redesign .tm-hero-stat-val{white-space:nowrap;font-size:clamp(17px,5.4vw,28px)}.gv-redesign .tm-hero-stat-key{letter-spacing:.05em;font-size:clamp(9px,2.2vw,11px)}.gv-redesign .tm-why-banner-head{align-items:flex-start}.gv-redesign .tm-live-video-cams{display:none}}
