html.ndq-lock,html.ndq-lock body{overflow:hidden}.ndq{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px}.ndq[hidden]{display:none!important}.ndq-back{position:absolute;inset:0;background:rgba(14,14,18,.55);opacity:0;transition:opacity .22s}.ndq.is-open .ndq-back{opacity:1}.ndq-win{position:relative;width:100%;max-width:560px;overflow-y:auto;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);background:var(--bg-card,#fff);border-radius:22px;padding:26px 26px 20px;box-shadow:0 24px 70px rgba(14,14,18,.28);font-family:Montserrat,Inter,system-ui,sans-serif;color:var(--ink,#0e0e12);transform:translateY(14px) scale(.985);opacity:0;transition:transform .22s,opacity .22s}.ndq.is-open .ndq-win{transform:none;opacity:1}.ndq-x{position:absolute;right:14px;top:14px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:#f1f2f5;color:var(--muted,#6e6e76);cursor:pointer;transition:background .15s,color .15s}.ndq-x:hover{background:#e7e8ec;color:var(--ink,#0e0e12)}.ndq-eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent,#e11d2e)}.ndq-title{font-size:22px;font-weight:800;line-height:1.2;margin:6px 0 14px;padding-right:34px}.ndq-prog{display:flex;align-items:center;gap:12px;margin-bottom:18px}.ndq-prog-bar{flex:1;height:5px;border-radius:999px;background:var(--line,#ececf0);overflow:hidden}.ndq-prog-bar i{display:block;height:100%;border-radius:999px;background:var(--accent,#e11d2e);transition:width .25s}.ndq-prog-t{font-size:12.5px;font-weight:600;color:var(--muted,#6e6e76);white-space:nowrap}.ndq-prog-t b{color:var(--ink,#0e0e12)}.ndq-step{display:none}.ndq-step.is-on{display:block;animation:ndq-in .22s ease both}@keyframes ndq-in{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.ndq-step.is-on{animation:none}.ndq-back,.ndq-win{transition:none}}.ndq-q{font-size:17px;font-weight:700;line-height:1.3;margin-bottom:14px}.ndq-sub{font-size:12.5px;font-weight:700;color:var(--muted,#6e6e76);margin:16px 0 8px}.ndq-hint{font-size:12.5px;line-height:1.5;color:var(--muted,#6e6e76);margin-top:10px}.ndq-tiles{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ndq-tiles-sm{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.ndq-tile{position:relative;cursor:pointer}.ndq-tile input{position:absolute;opacity:0;width:0;height:0}.ndq-tile-b{display:block;padding:13px 14px;border:1px solid #e3e5ea;border-radius:14px;background:var(--bg-card,#fff);transition:border-color .15s,background .15s,box-shadow .15s}.ndq-tile-b b{display:block;font-size:14px;font-weight:700;line-height:1.25}.ndq-tile-b i{display:block;font-style:normal;font-size:12px;color:var(--muted,#6e6e76);margin-top:3px}.ndq-tile:hover .ndq-tile-b{border-color:var(--ink,#0e0e12)}.ndq-tile input:checked+.ndq-tile-b{border-color:var(--accent,#e11d2e);background:rgba(225,29,46,.05);box-shadow:inset 0 0 0 1px var(--accent,#e11d2e)}.ndq-tile input:focus-visible+.ndq-tile-b{outline:2px solid var(--accent,#e11d2e);outline-offset:2px}.ndq-tile-sm .ndq-tile-b{padding:10px 12px}.ndq-tile-sm .ndq-tile-b b{font-size:13px;font-weight:600}.ndq-field{position:relative;display:block;margin-top:10px}.ndq-field input,.ndq-field textarea{width:100%;padding:20px 14px 8px;border:1px solid #e3e5ea;border-radius:14px;background:var(--bg-card,#fff);font:500 15px/1.3 Montserrat,Inter,system-ui,sans-serif;color:var(--ink,#0e0e12);transition:border-color .15s}.ndq-field textarea{padding-top:22px;resize:vertical;min-height:84px}.ndq-field input:focus,.ndq-field textarea:focus{outline:none;border-color:var(--ink,#0e0e12)}.ndq-field-l{position:absolute;left:15px;top:15px;font-size:14px;color:#8a8a94;pointer-events:none;transition:transform .15s,font-size .15s,color .15s;transform-origin:left top}.ndq-field-l i{color:var(--accent,#e11d2e);font-style:normal}.ndq-field input:focus+.ndq-field-l,.ndq-field input:not(:placeholder-shown)+.ndq-field-l,.ndq-field textarea:focus+.ndq-field-l,.ndq-field textarea:not(:placeholder-shown)+.ndq-field-l{transform:translateY(-8px) scale(.78);color:var(--muted,#6e6e76)}.ndq-field input.is-bad,.ndq-field textarea.is-bad{border-color:var(--accent,#e11d2e);animation:ndq-shake .3s}@keyframes ndq-shake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.ndq-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ndq-two .ndq-field{margin-top:0}.ndq-more{margin-top:14px}.ndq-more>summary{cursor:pointer;font-size:13px;font-weight:600;color:var(--ink,#0e0e12);list-style:none}.ndq-more>summary::-webkit-details-marker{display:none}.ndq-more>summary:before{content:"+ ";color:var(--accent,#e11d2e);font-weight:800}.ndq-more[open]>summary:before{content:"– "}.ndq-more>summary span{font-weight:400;color:#8a8a94}.ndq-policy{display:flex;gap:9px;align-items:flex-start;margin-top:16px;font-size:12px;line-height:1.45;color:var(--muted,#6e6e76);cursor:pointer}.ndq-policy input{margin-top:2px;width:16px;height:16px;accent-color:var(--accent,#e11d2e);flex:none}.ndq-policy a{color:var(--ink,#0e0e12)}.ndq-policy input.is-bad{outline:2px solid var(--accent,#e11d2e);outline-offset:2px}.ndq .ndq-form{background:none;padding:0;border-radius:0;box-shadow:none;border:0;max-width:none;margin:0}.ndq-nav{display:flex;align-items:center;gap:10px;margin-top:20px}.ndq .ndq-back-btn{display:inline-flex;align-items:center;gap:7px;padding:13px 16px;border:1px solid #e3e5ea;border-radius:999px;background:var(--bg-card,#fff);font:600 14px/1 Montserrat,Inter,system-ui,sans-serif;color:var(--ink,#0e0e12);cursor:pointer;transition:border-color .15s}.ndq .ndq-back-btn:hover{border-color:var(--ink,#0e0e12)}.ndq .ndq-next,.ndq .ndq-submit{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:14px 22px;border:0;border-radius:999px;background:var(--accent,#e11d2e);color:var(--ink-invert,#fff);font:700 15px/1 Montserrat,Inter,system-ui,sans-serif;cursor:pointer;transition:background .15s}.ndq .ndq-next:hover,.ndq .ndq-submit:hover{background:var(--accent-2,#b8152b)}.ndq .request-form-wrapper button.ndq-submit[type=submit],body .ndq .ndq-form button.ndq-submit{border-radius:999px}.ndq .ndq-back-btn[hidden],.ndq .ndq-next[hidden],.ndq .ndq-submit[hidden]{display:none!important}.ndq-under{font-size:12px;line-height:1.5;color:#8a8a94;margin-top:12px;text-align:center}.ndq-wait{padding:20px 0;text-align:center;font-weight:600}.ndq-foot{margin-top:18px;padding-top:16px;border-top:1px solid #f1f2f5}.ndq-foot-t{display:block;font-size:12px;color:var(--muted,#6e6e76);margin-bottom:8px}.ndq-foot-row{display:flex;flex-wrap:wrap;gap:8px}.ndq-ch{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #e3e5ea;border-radius:10px;font:600 12.5px/1 Montserrat,Inter,system-ui,sans-serif;color:var(--ink,#0e0e12);text-decoration:none;transition:border-color .15s}.ndq-ch:hover{border-color:var(--ink,#0e0e12)}.ndq-form.is-sent .ndq-nav,.ndq-form.is-sent .ndq-step,.ndq-form.is-sent .ndq-under{display:none}@media (max-width:700px){.ndq{padding:0;align-items:flex-end}.ndq-win{max-width:none;border-radius:20px 20px 0 0;padding:20px 16px calc(16px + env(safe-area-inset-bottom));transform:translateY(30px);max-height:92vh;max-height:92dvh}.ndq-title{font-size:19px;margin-bottom:12px}.ndq-q{font-size:16px}.ndq-tiles{grid-template-columns:1fr}.ndq-tiles-sm{grid-template-columns:1fr 1fr}.ndq-two{grid-template-columns:1fr}.ndq-nav{position:sticky;bottom:0;background:var(--bg-card,#fff);padding-top:12px;margin-top:16px}.ndq .ndq-next,.ndq .ndq-submit{min-height:52px}}@media (max-width:700px){body[class*=new-design] .ndh-media[data-media=form]{display:none!important}}html.ndq-lock #enc-fab-callback,html.ndq-lock #enc-fab-greet,html.ndq-lock #enc-fab-msgs{display:none!important}@media (max-width:700px){body.new-design-catalog .helper-section{display:none!important}}@media (max-width:700px) and (max-height:740px){.ndq-nav{position:static}.ndq-win{max-height:calc(100vh - 8px);max-height:calc(100dvh - 8px)}}@media (max-width:700px){body.nd-hybrid .nd-mhdr-top,body[class*=new-design] .nd-mhdr-top{padding-right:12px}body.nd-hybrid .nd-mhdr-mid,body[class*=new-design] .nd-mhdr-mid{padding-right:12px}body.new-design-home #h2FeedAll{display:none}body.new-design-home .h2-fresh-all .h2-btn-pri{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;padding-left:16px;padding-right:16px}body.new-design-home.nd-filters-shown .h2-fpanel-foot .fshow{display:none}body.new-design-home .h2-fpanel-foot{justify-content:center}body.new-design-home .sbs-card .sbs-ic{display:none}body.new-design-home .sbs-card{padding-left:18px}body.new-design-home .sbs-card .sbs-d,body.new-design-home .sbs-card .sbs-eyebrow,body.new-design-home .sbs-card .sbs-t{padding-left:0;margin-left:0}html body.new-design-home main.content>section.how.ndh,html body.new-design-home section.how.ndh{border-top:1px solid #f1f2f5;padding-top:34px}}body.new-design-home .h2bs-d2 .h2bs-ic{background:transparent;border:0;padding:0;overflow:hidden}body.new-design-home .h2bs-d2 .h2bs-ic img{width:100%;height:100%;object-fit:contain;display:block}body.new-design-home .h2bs-d2:hover .h2bs-ic{background:transparent!important}@media (max-width:700px){html body.new-design-home .h2b-rv-srcs{grid-template-columns:1fr 1fr;gap:8px}html body.new-design-home .h2b-rv-src>b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html body.new-design-home .h2b-rv-src>span{flex:0 0 auto}html body.new-design-home .h2b-ct-row{grid-template-columns:minmax(0,1fr)}html body.new-design-home .h2b-ct-chip>span>b,html body.new-design-home .h2b-ct-chip>span>em{overflow-wrap:normal}html body.new-design-home .h2b-ct-chip{padding-top:11px;padding-bottom:11px}}@media (max-width:700px){html body[class*=new-design] .ndcc-grid{gap:10px}html body[class*=new-design] .ndcc-cover{aspect-ratio:auto;height:92px}html body[class*=new-design] .ndcc-photo{height:92px;object-fit:cover}html body[class*=new-design] .ndcc-kind{display:none}html body[class*=new-design] .ndcc-num b{font-size:17px}html body[class*=new-design] .ndcc-num i{font-size:12px}html body[class*=new-design] .ndcc-body{padding:10px 12px 12px;gap:4px}html body[class*=new-design] .ndcc-title{font-size:15px;line-height:1.2;white-space:nowrap}html body[class*=new-design] .ndcc-lead{display:none}html body[class*=new-design] .ndcc-go{font-size:12.5px;white-space:nowrap}}@media (max-width:700px){html body[class*=new-design] .ndh-tabs .nd-dirtab{min-height:36px;height:36px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;white-space:nowrap;width:auto}html body[class*=new-design] .ndh-tabs .nd-dirtab img{width:18px;height:13px;flex:none}html body[class*=new-design] .ndh-tabs{gap:8px}}@media (max-width:700px){html body.new-design-home main.content>section.h2-guar,html body.new-design-home section.h2-guar{padding-bottom:26px}html body.new-design-home main.content>section.how.ndh,html body.new-design-home section.how.ndh{border-top:0;padding-top:30px}}@media (max-width:700px){html body.new-design-home .sbs-card{grid-template-columns:1fr;padding:20px 18px}html body.new-design-home .sbs-card .sbs-cta,html body.new-design-home .sbs-card .sbs-d,html body.new-design-home .sbs-card .sbs-eyebrow,html body.new-design-home .sbs-card .sbs-ic,html body.new-design-home .sbs-card .sbs-list,html body.new-design-home .sbs-card .sbs-t{grid-column:1/-1}html body.new-design-home .sbs-card .sbs-t{font-size:23px;line-height:1.15}}@media (min-width:861px){html body .header .main-nav .flag,html body .header .main-nav .flag-img{display:inline-flex;align-items:center}html body .header .main-nav a{gap:7px;padding-left:8px;padding-right:8px}html body .header .main-nav .flag-img img{display:block;width:20px;height:14px}}html body .header .main-nav .nav-bike-short,html body .header .main-nav .nav-cn-short,html body .header .main-nav .nav-jp-short,html body .header .main-nav .nav-short{display:none}html body .mnav-nav a.mnav-sub{position:relative;padding-left:46px;font-size:15px;color:#4a4a4a}html body .mnav-nav a.mnav-sub.active{color:#e11d2e}html body .mnav-nav a.mnav-sub:before{content:"";position:absolute;left:30px;top:50%;width:6px;height:1px;margin-top:-1px;background:#d0d0d3}html body #mnavDrawer .nav-bike-short,html body #mnavDrawer .nav-cn-short,html body #mnavDrawer .nav-jp-short,html body #mnavDrawer .nav-short{display:none!important}html body #mnavDrawer .nav-bike-long,html body #mnavDrawer .nav-cn-long,html body #mnavDrawer .nav-jp-long,html body #mnavDrawer .nav-long{display:inline!important}@media (min-width:1700px){html body .header .main-nav .nav-bike-long{display:none}html body .header .main-nav .nav-bike-short{display:inline}}@media (min-width:861px) and (max-width:1699px){html body .header .main-nav .nav-bike-long,html body .header .main-nav .nav-cn-long,html body .header .main-nav .nav-jp-long,html body .header .main-nav .nav-long{display:none}html body .header .main-nav .nav-bike-short,html body .header .main-nav .nav-cn-short,html body .header .main-nav .nav-jp-short,html body .header .main-nav .nav-short{display:inline}}html body.new-design-home .hero-lead .lead-mob{display:none}@media (max-width:700px){html body.new-design-home .hero-h1 .h1-pc{display:none}html body.new-design-home .hero-lead .lead-mob{display:inline}}html body.nd-hybrid #ndSkTop .nd-sk-fhead{margin:2px 0 12px}html body.nd-hybrid #ndSkTop .ftoggle .ft-chev{transform:rotate(0)}html body.nd-hybrid #ndSkTop.is-open .ftoggle .ft-chev{transform:rotate(180deg)}html body.nd-hybrid #ndSkTop .filters-section[hidden]{display:none!important}html body[class*=new-design] #ndcnFilters .ndcn-nf-fhead .fhead-left{display:flex;align-items:center;gap:14px;flex-wrap:wrap}html body[class*=new-design] #ndcnFilters .ftoggle .ft-chev{transform:rotate(0);transition:transform .15s ease}html body[class*=new-design] #ndcnFilters.is-open .ftoggle .ft-chev{transform:rotate(180deg)}html body[class*=new-design] #ndcnFilters .ndcn-nf-body[hidden]{display:none!important}html body[class*=new-design] #ndcnFilters .ndcn-nf-body{margin-top:14px}@media (max-width:700px){html body[class*=new-design] .nd-explain-i--dcd{height:32px;min-width:0;padding:5px 8px}}html body.new-design-home .nd-city-seo .nd-city-seo__p{margin:12px 0 0;max-width:900px}@media (max-width:860px){body.nd-hybrid .nd-mhdr-top,body[class*=new-design] .nd-mhdr-top{gap:12px}body.nd-hybrid .nd-mhdr .nd-mh-city,body.nd-hybrid .nd-mhdr .nd-mh-fav,body.nd-hybrid .nd-mhdr .nd-mh-rate,body.nd-hybrid .nd-mhdr .nd-mh-tel,body[class*=new-design] .nd-mhdr .nd-mh-city,body[class*=new-design] .nd-mhdr .nd-mh-fav,body[class*=new-design] .nd-mhdr .nd-mh-rate,body[class*=new-design] .nd-mhdr .nd-mh-tel{position:relative}body.nd-hybrid .nd-mhdr .nd-mh-city:after,body.nd-hybrid .nd-mhdr .nd-mh-fav:after,body.nd-hybrid .nd-mhdr .nd-mh-rate:after,body.nd-hybrid .nd-mhdr .nd-mh-tel:after,body[class*=new-design] .nd-mhdr .nd-mh-city:after,body[class*=new-design] .nd-mhdr .nd-mh-fav:after,body[class*=new-design] .nd-mhdr .nd-mh-rate:after,body[class*=new-design] .nd-mhdr .nd-mh-tel:after{content:"";position:absolute;left:-6px;right:-6px;top:50%;transform:translateY(-50%);height:44px}body.nd-hybrid .nd-mhdr .nd-mh-fav:after,body[class*=new-design] .nd-mhdr .nd-mh-fav:after{left:-9px;right:-9px}body.nd-hybrid .chips-row .chips-scroll,body[class*=new-design] .chips-row .chips-scroll{gap:8px}}@media (max-width:700px){html body.new-design-home .nd-dirtabs{flex-wrap:wrap}html body.new-design-home .nd-dirtabs .nd-dirtab{flex:0 0 auto}html body.new-design-home #h2FeedTabs,html body.new-design-home #ndHowTabs{margin-bottom:30px}html body.new-design-home #h2FeedTabs:after,html body.new-design-home #ndHowTabs:after{left:2px;margin-top:6px;font-size:12px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html body.new-design-home #h2FeedTabs:after{content:"Нажмите — сменится каталог"}html body.new-design-home #ndHowTabs:after{content:"Нажмите — сменится направление"}html body.new-design-home .h2b-rv-srcs{width:100%}html body.new-design-home .h2b-map{overflow:visible}html body.new-design-home .h2b-map iframe{border-radius:16px}html body.new-design-home .h2b-map-acts{position:static;left:auto;right:auto;bottom:auto;margin-top:10px;pointer-events:auto;display:grid;grid-template-columns:minmax(0,1fr);gap:8px}html body.new-design-home .h2b-map-acts .h2b-map-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:11px 14px;font-size:14px;white-space:nowrap;border:1px solid var(--line,#ececf0);border-radius:12px;box-shadow:none}html body.new-design-home .h2b-map-acts .h2b-map-route{background:var(--ink,#0e0e12);color:#fff;border-color:var(--ink,#0e0e12)}html body.new-design-home .h2b-map-acts .h2b-map-route:hover{background:var(--ink-2,#1e1e24);color:#fff}html body.new-design-home .h2b-map-route-x{display:inline}html body.new-design-home .h2b-map-route-w{text-transform:none}html body.new-design-home .h2b-map-link-x{display:inline}html body.new-design-home main.content>section.h2-colls-tail{padding-top:16px;padding-bottom:0}}@media (max-width:700px){html body[class*=new-design] .qpb-mh-more{display:none}}@media (max-width:700px){html body.nd-hybrid .ndfq-mes,html body[class*=new-design] .ndfq-mes{flex-direction:row;flex-wrap:nowrap;gap:6px}html body.nd-hybrid .ndfq-mes .ndfq-chat,html body[class*=new-design] .ndfq-mes .ndfq-chat{flex:1 1 0;width:auto;min-width:0;padding:9px 4px;gap:6px;font-size:12px;white-space:nowrap}html body.nd-hybrid .ndfq-mes .ndfq-chat img,html body[class*=new-design] .ndfq-mes .ndfq-chat img{width:16px;height:16px}html body.new-design-home #h2FeedTabs,html body.new-design-home #ndHowTabs,html body.new-design-home .nd-dirtabs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;width:100%;padding:0;background:none;border:0;border-radius:0}html body.new-design-home #h2FeedTabs .nd-dirtab,html body.new-design-home #ndHowTabs .nd-dirtab,html body.new-design-home .nd-dirtabs .nd-dirtab{width:100%;min-height:40px;justify-content:center;padding:8px 5px;gap:6px;font-size:12px;text-align:center;white-space:normal;line-height:1.2;background:var(--bg-card,#fff);border:1px solid var(--line,#ececf0);border-radius:10px;color:var(--ink-3,#3d3d48)}html body.new-design-home #h2FeedTabs .nd-dirtab.is-on,html body.new-design-home #ndHowTabs .nd-dirtab.is-on,html body.new-design-home .nd-dirtabs .nd-dirtab.is-on{background:var(--ink,#0e0e12);border-color:var(--ink,#0e0e12);color:var(--ink-invert,#fff)}html body.nd-hybrid .ft-cta-in{gap:16px}html body.nd-hybrid .ft-cta-phone{font-size:19px;white-space:nowrap}html body.nd-hybrid .ft-cta-right,html body[class*=new-design] .ft-cta-right{display:flex;flex-direction:column;align-items:stretch;gap:10px;width:100%}html body.nd-hybrid .ft-cta-btn,html body[class*=new-design] .ft-cta-btn{justify-content:center;text-align:center;padding:12px 16px;font-size:13.5px;color:var(--accent,#e11d2e);background:#fff;font-weight:700;white-space:nowrap}html body.nd-hybrid:not(.nd-filters-shown),html body[class*=new-design]:not(.nd-filters-shown){padding-bottom:0}html body.nd-hybrid footer.footer,html body[class*=new-design] footer.footer{padding-bottom:80px}}.adv-n,.pd-ins-n,.pdc-score-val,.pdc-score-val .v,.pdk-compare .v,.st-num{font-family:Montserrat,Montserrat Fallback,system-ui,sans-serif;font-style:normal;font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pdc-score-val .m{font-family:JetBrains Mono,ui-monospace,monospace;font-weight:400;letter-spacing:.12em;font-variant-numeric:normal}.pdc-score-val .v span{font-weight:600}.pdk-compare .v .sym{font-weight:600}.faq-num{font-family:Montserrat,Montserrat Fallback,system-ui,sans-serif;font-variant-numeric:tabular-nums}@media (min-width:861px) and (max-width:991px){html body.nd-hybrid:not(.nd-mhdr-live) .header,html body[class*=new-design]:not(.nd-mhdr-live) .header{height:auto!important;left:auto!important;scale:none!important;opacity:1!important;pointer-events:auto!important;overflow:visible!important;overscroll-behavior:auto!important;border:0!important}html body.nd-hybrid:not(.nd-mhdr-live) .mobile-menu-fixed,html body[class*=new-design]:not(.nd-mhdr-live) .mobile-menu-fixed{display:none!important}html body.nd-hybrid:not(.nd-mhdr-live) .wrapper,html body[class*=new-design]:not(.nd-mhdr-live) .wrapper{padding-top:0!important}}html body[class] .h2b-vrev-rail{scrollbar-width:none;-ms-overflow-style:none}html body[class] .h2b-vrev-rail::-webkit-scrollbar{width:0;height:0;display:none}html body[class] .nd-rail{position:relative}html body[class] .nd-rail-vp{position:relative;--nd-rail-mid:50%}html body[class] .nd-rail-nav{position:absolute;top:var(--nd-rail-mid,50%);transform:translateY(-50%);z-index:4;width:44px;height:44px;padding:0;margin:0;display:grid;place-items:center;border:1px solid rgba(14,14,18,.16);border-radius:50%;background:#fff;color:var(--ink,#0e0e12);cursor:pointer;opacity:0;transition:opacity .18s ease,background-color .16s ease,border-color .16s ease,color .16s ease}html body[class] .nd-rail-nav svg{display:block;width:18px;height:18px}html body[class] .nd-rail-prev{left:10px}html body[class] .nd-rail-next{right:10px}html body[class] .nd-rail:focus-within .nd-rail-nav,html body[class] .nd-rail:hover .nd-rail-nav{opacity:1}html body[class] .nd-rail-nav:hover{background:var(--accent,#e11d2e);border-color:var(--accent,#e11d2e);color:#fff}html body[class] .nd-rail-nav:focus-visible{opacity:1;outline:2px solid var(--accent,#e11d2e);outline-offset:2px}html body[class] .nd-rail .nd-rail-nav[disabled],html body[class] .nd-rail:focus-within .nd-rail-nav[disabled],html body[class] .nd-rail:hover .nd-rail-nav[disabled]{opacity:0;pointer-events:none}html body[class] .nd-rail-bar{position:relative;width:min(340px,100%);height:4px;margin:2px auto 0;border-radius:999px;background:var(--line,#ececf0);cursor:pointer;touch-action:none}html body[class] .nd-rail-bar-thumb{position:absolute;top:0;left:0;height:100%;min-width:26px;border-radius:999px;background:var(--accent,#e11d2e);transform:translateX(0);transition:transform .12s linear;will-change:transform}html body[class] .nd-rail.is-dragging .nd-rail-bar-thumb{transition:none}html body[class] .nd-rail.is-static .nd-rail-bar,html body[class] .nd-rail.is-static .nd-rail-nav{display:none}@media (max-width:860px){html body[class] .nd-rail-bar,html body[class] .nd-rail-nav{display:none}}@media (hover:none) and (pointer:coarse){html body[class] .nd-rail-bar,html body[class] .nd-rail-nav{display:none}}@media (prefers-reduced-motion:reduce){html body[class] .nd-rail-nav{transition:none}html body[class] .nd-rail-bar-thumb{transition:none}}