@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(../fonts/inter-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100 900;src:url(../fonts/inter-latin.woff2) format("woff2");unicode-range:u+00??,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-display:swap;font-family:Manrope;font-style:normal;font-weight:200 800;src:url(../fonts/manrope-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Manrope;font-style:normal;font-weight:200 800;src:url(../fonts/manrope-latin.woff2) format("woff2");unicode-range:u+00??,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{--primary:#1d4ed8;--primary-dark:#1e3a8a;--primary-light:#3b82f6;--primary-rgb:29,78,216;--accent:#2563eb;--accent-dark:#1e40af;--accent-rgb:37,99,235;--cta-bg:#f59e0b;--cta-bg-hover:#d97706;--cta-rgb:245,158,11;--cta-text:#0f172a;--text:#0f172a;--text-muted:#64748b;--bg:#fff;--bg-soft:#f1f5f9;--bg-card:#fff;--border:#e2e8f0;--border-strong:#cbd5e1;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow-md:0 4px 12px rgba(15,23,42,.08);--shadow-lg:0 10px 30px rgba(15,23,42,.12);--radius:4px;--radius-lg:6px;--container:1200px;--header-h:64px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;margin:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}.preloader{align-items:center;background:#fff;display:flex;font-family:Inter,sans-serif;font-size:28px;inset:0;justify-content:center;letter-spacing:-.5px;position:fixed;transition:opacity .3s ease,visibility .3s ease;z-index:9999}.preloader.is-hidden{opacity:0;pointer-events:none;visibility:hidden}.preloader__fin{color:var(--primary);font-weight:800}.preloader__hub{color:var(--text);font-weight:400}h1,h2,h3{color:var(--text);font-family:Manrope,Inter,sans-serif;line-height:1.25;margin:0 0 .5em;overflow-wrap:break-word}p{margin:0 0 1em}.container{margin:0 auto;max-width:var(--container);padding-inline:16px;width:100%}@media (min-width:768px){.container{padding-inline:24px}}.btn{align-items:center;border-radius:var(--radius);display:inline-flex;font-size:15px;font-weight:600;justify-content:center;min-height:48px;padding:12px 22px;text-align:center;transition:background .2s,box-shadow .2s;white-space:nowrap}.btn--primary{background:var(--cta-bg);box-shadow:0 4px 14px rgba(var(--cta-rgb),.3);color:var(--cta-text)}.btn--primary:hover{background:var(--cta-bg-hover);box-shadow:0 6px 18px rgba(var(--cta-rgb),.45)}.btn--block{width:100%}.header{background:transparent;border-bottom:1px solid transparent;box-shadow:none;position:sticky;top:0;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;z-index:100}.header.is-scrolled{background:#fff;border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.header__inner{height:var(--header-h);justify-content:space-between}.header__inner,.logo-brand{align-items:center;display:flex}.logo-brand{font-family:Inter,sans-serif;font-size:22px;letter-spacing:-.5px;line-height:1;text-decoration:none}.logo-brand__fin{color:var(--primary);font-weight:800}.logo-brand__hub{color:var(--text);font-weight:400}.logo-brand__ua{align-items:center;border-left:1px solid var(--border);color:var(--text-muted);display:flex;font-size:10px;font-weight:600;gap:3px;letter-spacing:.05em;margin-left:6px;padding-left:6px}.logo-brand__flag{display:flex;flex-direction:column;height:7px;overflow:hidden;width:10px}.flag--blue{background:#005bbb;height:50%}.flag--yellow{background:#ffd500;height:50%}.burger{display:flex;flex-direction:column;gap:5px;height:44px;justify-content:center;padding:0;width:44px}.burger span{background:var(--text);display:block;height:2px;margin:0 auto;transition:transform .25s,opacity .25s;width:22px}.burger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{background:#fff;bottom:0;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:8px;max-width:80vw;padding:24px;position:fixed;right:0;top:var(--header-h);transform:translateX(100%);transition:transform .3s ease;width:280px;z-index:99}.nav.is-open{transform:translateX(0)}.nav__link{border-bottom:1px solid var(--border);border-left:3px solid transparent;color:var(--text-muted);display:block;font-size:17px;font-weight:600;padding:16px 12px 16px 16px;transition:color .25s ease,border-color .25s ease,background .25s ease}.nav__link:hover{background:rgba(var(--accent-rgb),.06);border-left-color:var(--accent);color:var(--accent)}.nav-overlay{background:rgba(15,23,42,.5);cursor:pointer;inset:var(--header-h) 0 0 0;opacity:0;position:fixed;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:98}.nav-overlay.is-open{opacity:1;visibility:visible}@media (min-width:768px){.burger{display:none}.nav{background:transparent;box-shadow:none;flex-direction:row;gap:8px;max-width:none;padding:0;position:static;transform:none;width:auto}.nav__link{border-bottom:none;border-left:none;font-size:15px;padding:10px 16px;position:relative}.nav__link:after{background:var(--accent);border-radius:1px;bottom:4px;content:"";height:2px;left:50%;position:absolute;transition:width .3s ease,left .3s ease;width:0}.nav__link:hover{background:transparent;border-left-color:transparent}.nav__link:hover:after{left:16px;width:calc(100% - 32px)}.nav-overlay{display:none}}.year-mark{background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:900}.section{padding:56px 0}.section--soft{background:radial-gradient(ellipse 50% 60% at 0 0,rgba(30,64,175,.045) 0,transparent 70%),radial-gradient(ellipse 40% 50% at 100% 100%,rgba(37,99,235,.04) 0,transparent 70%),linear-gradient(180deg,#f8fafc,#f1f5f9 50%,#f8fafc);border-bottom:1px solid rgba(226,232,240,.6);border-top:1px solid rgba(226,232,240,.6);position:relative}.section--first{background:radial-gradient(ellipse 70% 50% at 12% 18%,rgba(59,130,246,.22) 0,transparent 60%),radial-gradient(ellipse 60% 55% at 88% 25%,rgba(96,165,250,.18) 0,transparent 60%),radial-gradient(ellipse 90% 60% at 50% 0,rgba(191,219,254,.55) 0,transparent 70%),linear-gradient(180deg,#eff6ff,#fff 420px);isolation:isolate;margin-top:calc(var(--header-h)*-1);padding-top:calc(var(--header-h) + 72px);position:relative}@media (min-width:768px){.section--first{background:radial-gradient(ellipse 60% 55% at 15% 20%,rgba(59,130,246,.25) 0,transparent 60%),radial-gradient(ellipse 55% 60% at 85% 25%,rgba(96,165,250,.22) 0,transparent 60%),radial-gradient(ellipse 80% 70% at 50% 5%,rgba(191,219,254,.55) 0,transparent 70%),linear-gradient(180deg,#eff6ff,#fff 540px);min-height:100dvh;padding-top:calc(var(--header-h) + 128px)}}.section--first__bg{height:320px;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.section--first__bg img{display:block;height:100%;-webkit-mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.95) 55%,rgba(0,0,0,.55) 85%,transparent);mask-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.95) 55%,rgba(0,0,0,.55) 85%,transparent);-o-object-fit:cover;object-fit:cover;-o-object-position:center 50%;object-position:center 50%;opacity:.125;width:100%}.section--first>.container{position:relative;z-index:1}@media (min-width:768px){.section--first__bg{height:560px}}@media (min-width:1024px){.section--first__bg{height:760px}}@media (min-width:1280px){.section--first__bg{height:860px}}@media (min-width:768px){.section{padding:80px 0}}.section__head{margin-bottom:32px;text-align:center}@media (min-width:768px){.section__head{margin-bottom:48px}}.kicker{align-items:center;color:var(--accent-dark);display:inline-flex;font-size:11px;font-weight:700;gap:12px;letter-spacing:.18em;margin-bottom:18px;text-transform:uppercase}.kicker:after,.kicker:before{content:"";display:block;flex-shrink:0;height:14px;letter-spacing:0;opacity:.4;transform:skewX(-18deg);width:18px}.kicker:before{background:linear-gradient(to bottom,rgba(var(--accent-rgb),.1),var(--accent)) no-repeat 0 0 /3px 100%,linear-gradient(to bottom,rgba(var(--accent-rgb),.1),var(--accent)) no-repeat 7px 0 /3px 100%}.kicker:after{background:linear-gradient(to bottom,var(--accent),rgba(var(--accent-rgb),.1)) no-repeat 8px 0 /3px 100%,linear-gradient(to bottom,var(--accent),rgba(var(--accent-rgb),.1)) no-repeat 15px 0 /3px 100%;margin-left:-2px}.section__title{font-size:clamp(24px,5vw,36px);font-weight:800}.section__title--hero{font-size:clamp(28px,6.5vw,44px);letter-spacing:-.02em;margin-bottom:14px}.section__lead{color:var(--text-muted);margin:0 auto;max-width:600px}.section__head--hero{margin-bottom:24px;padding-block:8px 16px}@media (min-width:768px){.section__head--hero{margin-bottom:32px;padding-block:24px 24px}}.logo--text{background:var(--text-muted);border-radius:4px;color:#fff;display:grid;flex-shrink:0;font-size:26px;font-weight:800;height:64px;letter-spacing:-.02em;min-width:64px;place-items:center;width:64px}.logo--img{align-items:center;background:#fff;border:1px solid var(--border);border-radius:4px;display:flex;justify-content:center;min-height:76px;padding:10px 14px;width:100%}.logo--img img{display:block;height:auto;max-height:52px;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;-webkit-user-drag:none;pointer-events:none}.cards{display:grid;gap:20px;grid-template-columns:1fr}.cards--duo{margin-inline:auto;max-width:880px}@media (min-width:640px){.cards{gap:24px}.cards--duo{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:18px;padding:24px;transition:box-shadow .2s,border-color .2s}.card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.card__head{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.card__badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.card__badge{background:rgba(var(--accent-rgb),.1);border-radius:3px;color:var(--accent);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.card__params{background:var(--bg-soft);border-radius:var(--radius);display:grid;gap:0;grid-template-columns:1fr;padding:4px 16px}.card__params>div{align-items:center;border-bottom:1px solid rgba(203,213,225,.5);display:flex;font-size:14px;justify-content:space-between;padding:10px 0}.card__params>div:last-child{border-bottom:none}.card__params span{color:var(--text-muted);font-weight:500}.card__params strong{color:var(--text);font-weight:700;text-align:right}.card__desc{color:var(--text-muted);font-size:13.5px;line-height:1.55;margin:0;padding-left:14px}.card__action{display:flex;flex-direction:column;gap:14px;margin-top:auto;position:relative}.card__action:before{background:var(--cta-bg);border-radius:2px 0 0 2px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;top:0;width:3px;z-index:1}.card__action .btn{width:100%}.trust-bar{color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:13px;font-weight:600;gap:6px 18px;justify-content:center;list-style:none;margin:18px 0 0;padding:0}.trust-bar li{gap:6px}.trust-bar li,.trust-bar__icon{align-items:center;display:inline-flex}.trust-bar__icon{background:var(--accent);border-radius:50%;color:#fff;flex-shrink:0;font-size:10px;font-weight:800;height:16px;justify-content:center;width:16px}.steps{counter-reset:step;display:flex;flex-direction:column;gap:0;list-style:none;margin:0 0 0 16px;padding:0}@media (min-width:768px){.steps{flex-direction:row;margin-left:0}}.steps__item{border-left:2px dashed var(--border-strong);padding:0 0 40px 52px;position:relative}.steps__item:last-child{border-left-color:transparent;padding-bottom:0}@media (min-width:768px){.steps__item{border-left:none;border-top:2px dashed var(--border-strong);flex:1;padding:48px 24px 0 0}.steps__item:last-child{border-top-color:transparent;padding-bottom:0}}.steps__num{background:var(--primary);border-radius:50%;color:#fff;display:grid;font-size:14px;font-weight:700;height:32px;left:-17px;place-items:center;position:absolute;top:-2px;width:32px}@media (min-width:768px){.steps__num{left:0;top:-17px}}.steps__title{color:var(--text);font-size:16px;font-weight:700;margin:0 0 6px}.steps__text{color:var(--text-muted);font-size:14px;line-height:1.55;margin:0}.know{color:var(--text);font-size:15px;line-height:1.7;margin:0 auto;max-width:780px}.know p{margin:0 0 16px}.know__sub{color:var(--text);font-size:18px;font-weight:800;margin:28px 0 12px}.know__list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 20px;padding:0}.know__list li{background:#fff;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;line-height:1.6;padding:14px 16px 14px 48px;position:relative}.know__list li:before{background:rgba(var(--accent-rgb),.1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%232563eb' stroke-linecap='round' stroke-linejoin='round' stroke-width='3.5' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;content:"";height:20px;left:16px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.know__list strong{color:var(--text);font-weight:700}.know a{border-bottom:1px solid rgba(var(--accent-rgb),.35);color:var(--accent);font-weight:600;transition:border-color .2s ease,color .2s ease}.know a:hover{border-bottom-color:var(--accent);color:var(--accent-dark)}.faq{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:800px}.faq__item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.faq__item[open]{border-color:var(--primary-light);box-shadow:var(--shadow-md)}.faq__q{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:16px;justify-content:space-between;list-style:none;padding:18px 20px;transition:background .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq__q:hover{background:var(--bg-soft)}.faq__q::-webkit-details-marker{display:none}.faq__q::marker{content:"";display:none}.faq__q-text{flex:1}.faq__icon{background:var(--bg-soft);border-radius:50%;flex-shrink:0;height:28px;position:relative;transition:background .25s ease,transform .3s ease;width:28px}.faq__icon:after,.faq__icon:before{background:var(--accent-dark);border-radius:2px;content:"";height:2px;left:50%;position:absolute;top:50%;transition:transform .3s ease,background .25s ease;width:12px}.faq__icon:before{transform:translate(-50%,-50%)}.faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq__item[open] .faq__icon{background:var(--accent);transform:rotate(180deg)}.faq__item[open] .faq__icon:after,.faq__item[open] .faq__icon:before{background:#fff}.faq__item[open] .faq__icon:after{transform:translate(-50%,-50%) rotate(0deg)}.faq__a{color:var(--text-muted);font-size:14px;line-height:1.6;padding:0 20px 18px}.faq__a p{margin:0 0 12px}.faq__a p:last-child{margin-bottom:0}.faq__a strong{color:var(--text);font-weight:700}.faq__a ul{margin:0 0 12px;padding-left:20px}.faq__a li{line-height:1.55;margin-bottom:8px}.faq__a a{color:var(--accent);font-weight:600}.faq__a a:hover{text-decoration:underline}.marquee{background:#0f172a;overflow:hidden;padding:28px 0;position:relative}.marquee:after,.marquee:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:64px;z-index:2}.marquee:before{background:linear-gradient(90deg,#0f172a,transparent);left:0}.marquee:after{background:linear-gradient(270deg,#0f172a,transparent);right:0}@media (min-width:768px){.marquee:after,.marquee:before{width:100px}}.marquee__track{align-items:center;animation:marquee-scroll 60s linear infinite;backface-visibility:hidden;display:flex;transform:translateZ(0);width:-moz-max-content;width:max-content;will-change:transform}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__item{align-items:center;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);display:flex;flex-shrink:0;gap:12px;margin-right:16px;min-width:280px;padding:8px 18px 8px 8px;transition:background .2s ease,border-color .2s ease}.marquee__item:hover{background:rgba(var(--accent-rgb),.08);border-color:rgba(var(--accent-rgb),.4)}@media (min-width:768px){.marquee__item{gap:16px;margin-right:20px;min-width:340px;padding:10px 22px 10px 10px}}.marquee__item-logo{align-items:center;background:#fff;border-radius:var(--radius);display:flex;flex-shrink:0;height:52px;justify-content:center;padding:6px 10px;width:84px}@media (min-width:768px){.marquee__item-logo{height:60px;padding:8px 12px;width:100px}}.marquee__item-logo img{display:block;max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.marquee__item-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.marquee__item-name{color:#fff;font-size:14px;font-weight:800;letter-spacing:-.01em;line-height:1.2}.marquee__item-tag{color:#94a3b8;font-size:12px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:768px){.marquee__item-name{font-size:15px}.marquee__item-tag{font-size:13px}}@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-33.33333%,0,0)}}.footer{background:#0f172a;color:#cbd5e1;padding:48px 0 32px;position:relative;text-align:center}.footer:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='8' viewBox='0 0 24 8'%3E%3Cpath fill='none' stroke='%232563eb' d='m0 8 6-8 6 8m0 0 6-8 6 8' opacity='.45'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:24px 8px;content:"";height:8px;left:0;pointer-events:none;position:absolute;right:0;top:0}.footer__brand{color:#fff;font-size:18px;font-weight:800;margin:0 0 20px}.footer__nav{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px}.footer__nav-link{color:#94a3b8;font-size:14px;font-weight:600;transition:color .2s}.footer__nav-link:hover{color:#e2e8f0}.footer__disclaimer{color:#94a3b8;font-size:13px;line-height:1.6;margin:0 auto 20px;max-width:720px}.footer__copy{border-top:1px solid #1e293b;color:#64748b;font-size:13px;margin:0;padding-top:16px}.footer__links{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:20px}.footer__link{background:none;border:none;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:13px;padding:0;transition:color .2s}.footer__link:hover{color:#e2e8f0}.footer__sep{color:#475569;font-size:13px}.modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;padding:16px;position:fixed;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:1000}.modal.is-open{opacity:1;visibility:visible}.modal__backdrop{backdrop-filter:blur(4px);background:rgba(15,23,42,.6);inset:0;position:absolute}.modal__dialog{background:#fff;border-radius:var(--radius-lg);box-shadow:0 24px 48px rgba(15,23,42,.2);display:flex;flex-direction:column;max-height:80vh;max-width:640px;position:relative;transform:translateY(12px);transition:transform .25s ease;width:100%}.modal.is-open .modal__dialog{transform:translateY(0)}.modal__header{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px}.modal__title{color:var(--text);font-size:18px;font-weight:700;margin:0}.modal__close{align-items:center;background:none;border:none;border-radius:var(--radius);color:var(--text-muted);cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:background .2s,color .2s;width:36px}.modal__close:hover{background:var(--bg-soft);color:var(--text)}.modal__body{color:var(--text-muted);font-size:14px;line-height:1.65;overflow-y:auto;padding:24px}.modal__body h3{color:var(--text);font-size:15px;font-weight:700;margin:20px 0 8px}.modal__body h3:first-of-type{margin-top:8px}.modal__body p{margin:0 0 12px}.modal__body ul{margin:0 0 12px;padding-left:20px}.modal__body li{margin-bottom:4px}.modal__body strong{color:var(--text)}.scroll-up{align-items:center;background:#fff;border:1px solid var(--border);border-radius:50%;bottom:16px;box-shadow:var(--shadow-md);color:var(--accent-dark);display:flex;height:48px;justify-content:center;opacity:0;position:fixed;right:16px;transition:opacity .25s ease,visibility .25s ease,background .2s ease;visibility:hidden;width:48px;z-index:90}.scroll-up.is-visible{opacity:1;visibility:visible}.scroll-up:hover{background:var(--bg-soft)}.scroll-up svg{height:22px;margin-top:-2px;width:22px}@media (min-width:768px){.scroll-up{bottom:24px;height:52px;right:24px;width:52px}.scroll-up svg{height:24px;width:24px}}body.no-scroll{overflow:hidden}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none}html{scroll-behavior:auto}}