/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--navy:#071f42;--navy-2:#0b2e59;--blue:#1e5aa8;--blue-bright:#1769cf;--blue-pale:#edf5ff;--ink:#14233a;--muted:#5f6e82;--line:#dce6f2;--white:#fff;--whatsapp:#128c5a;--shadow:0 22px 70px #08254e24}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}svg{display:block}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #0b2e5914;justify-content:space-between;align-items:center;width:100%;min-height:82px;padding:12px clamp(20px,5vw,76px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.brand img{object-fit:cover;object-position:50% 28%;border-radius:12px;width:52px;height:52px}.brand span{flex-direction:column;gap:3px;display:flex}.brand strong{color:var(--navy);letter-spacing:.04em;font-size:17px;font-weight:900}.brand small{color:var(--blue);letter-spacing:.02em;font-size:9px;font-weight:700}.desktop-nav{color:#354760;align-items:center;gap:34px;font-size:14px;font-weight:700;display:flex}.desktop-nav a{padding:10px 0;position:relative}.desktop-nav a:after{content:"";background:var(--blue);height:2px;transition:transform .18s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.header-cta,.primary-button,.secondary-button,.first-cta a{border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:48px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.header-cta{color:#fff;background:var(--navy);padding:0 20px;font-size:13px}.header-cta svg,.secondary-button svg,.first-cta a svg,.card-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px}.header-cta:hover,.primary-button:hover,.secondary-button:hover,.first-cta a:hover{transform:translateY(-2px)}.hero{background:radial-gradient(circle at 10% 5%,#1e5aa81c,#0000 29%),linear-gradient(135deg,#fbfdff 0%,#fff 48%,#eef5ff 100%);grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;gap:clamp(30px,5vw,82px);min-height:690px;padding:clamp(58px,7vw,104px) clamp(20px,7vw,108px) 80px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #1e5aa814;border-radius:50%;width:320px;height:320px;position:absolute;top:24px;left:2.5%;box-shadow:0 0 0 56px #1e5aa806,0 0 0 112px #1e5aa805}.hero-copy,.hero-visual{z-index:1;position:relative}.eyebrow{color:var(--blue);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;font-weight:900;display:inline-flex}.flag{border-radius:3px;flex-direction:column;width:26px;height:18px;display:flex;overflow:hidden;box-shadow:0 0 0 1px #071f421f}.flag i{flex:1}.flag i:first-child{background:#1eb53a}.flag i:nth-child(2){background:#fff}.flag i:nth-child(3){background:#0072c6}.hero h1{max-width:730px;color:var(--navy);letter-spacing:-.055em;margin:0;font-size:clamp(46px,5.5vw,78px);font-weight:900;line-height:.98}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy>p{max-width:650px;color:var(--muted);margin:28px 0 0;font-size:clamp(17px,1.5vw,20px);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.primary-button,.secondary-button{min-height:56px;padding:0 24px;font-size:14px}.primary-button{color:#fff;background:var(--whatsapp);box-shadow:0 12px 30px #128c5a38}.primary-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.65px;width:23px}.secondary-button{color:var(--navy);background:#ffffffb8;border:1px solid #ccdaea}.hero-proof{border-top:1px solid var(--line);gap:clamp(18px,3vw,38px);margin-top:48px;padding-top:28px;display:flex}.hero-proof div{flex-direction:column;gap:5px;display:flex}.hero-proof strong{color:var(--navy);font-size:22px;font-weight:900}.hero-proof span{color:var(--muted);font-size:11px;font-weight:700}.hero-visual{min-height:540px}.visual-glow{filter:drop-shadow(0 32px 70px #14468226);background:linear-gradient(135deg,#dcecff,#a9cbf5);border-radius:45% 55%;position:absolute;inset:10% 5% 2% 12%;transform:rotate(-5deg)}.logo-panel{box-shadow:var(--shadow);background:#fff;border:9px solid #ffffffeb;border-radius:38px;justify-content:center;align-items:center;display:flex;position:absolute;inset:5% 8% 7% 10%;overflow:hidden;transform:rotate(2.5deg)}.logo-panel img{object-fit:cover;width:100%;height:100%}.floating-note{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ffffffd9;border-radius:16px;align-items:center;gap:12px;min-width:190px;padding:14px 16px;display:flex;position:absolute;box-shadow:0 15px 38px #071f4229}.floating-note>span{width:38px;height:38px;color:var(--blue);background:var(--blue-pale);border-radius:11px;place-items:center;font-weight:900;display:grid}.floating-note div{flex-direction:column;gap:3px;display:flex}.floating-note strong{color:var(--navy);font-size:12px}.floating-note small{color:var(--muted);font-size:10px}.note-quality{top:3%;left:-4%}.note-delivery{bottom:3%;right:-2%}.trust-strip{color:#fff;background:var(--navy);letter-spacing:.09em;text-transform:uppercase;justify-content:center;align-items:center;gap:clamp(18px,4vw,56px);min-height:74px;padding:18px 24px;font-size:12px;font-weight:900;display:flex}.trust-strip i{background:#60a5fa;border-radius:50%;width:5px;height:5px}.section{padding:clamp(78px,9vw,132px) clamp(20px,7vw,108px)}.section-heading{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:end;gap:60px;margin-bottom:56px;display:grid}.kicker{color:var(--blue);letter-spacing:.16em;text-transform:uppercase;margin-bottom:15px;font-size:12px;font-weight:900;display:block}.section-heading h2{max-width:760px;color:var(--navy);letter-spacing:-.045em;margin:0;font-size:clamp(36px,4vw,58px);font-weight:900;line-height:1.08}.section-heading>p{color:var(--muted);margin:0;font-size:16px;line-height:1.8}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.service-card{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;min-height:300px;padding:28px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:0 8px 30px #071f420d}.service-card:hover{border-color:#a9c7ed;transform:translateY(-5px);box-shadow:0 18px 45px #071f421c}.service-number{color:var(--blue);background:var(--blue-pale);letter-spacing:.12em;border-radius:8px;align-self:flex-start;margin-bottom:40px;padding:8px 10px;font-size:11px;font-weight:900}.service-card h3{color:var(--navy);letter-spacing:-.02em;margin:0 0 12px;font-size:21px;font-weight:900}.service-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.65}.card-link{color:var(--blue);align-items:center;gap:8px;margin-top:auto;padding-top:26px;font-size:12px;font-weight:900;display:flex}.first-cta{color:#fff;background:linear-gradient(120deg, var(--navy), var(--blue));border-radius:24px;justify-content:space-between;align-items:center;gap:30px;margin:0 clamp(20px,7vw,108px) 90px;padding:36px 40px;display:flex}.first-cta p{letter-spacing:-.03em;margin:0;font-size:clamp(22px,2.3vw,34px);font-weight:900}.first-cta a{min-height:54px;color:var(--navy);background:#fff;flex:none;padding:0 22px;font-size:13px}.mobile-menu,.mobile-whatsapp{display:none}.brand-showcase{padding:0 clamp(20px,4.5vw,72px) clamp(80px,9vw,130px)}.brand-showcase img{border:1px solid #d2e0ef;border-radius:24px;width:100%;height:auto;display:block;box-shadow:0 30px 70px #071f4224}.process-section{background:#f5f9fe}.compact-heading{margin-bottom:64px}.process-grid{border:1px solid var(--line);background:var(--line);border-radius:24px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.process-grid article{background:#fff;min-height:280px;padding:30px;position:relative}.process-grid article:not(:last-child):after{z-index:1;border:1px solid var(--line);width:20px;height:20px;color:var(--blue);content:"›";background:#fff;border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:44px;right:-10px}.process-grid article>span{color:#fff;background:var(--navy);border-radius:13px;place-items:center;width:46px;height:46px;margin-bottom:58px;font-size:12px;font-weight:900;display:inline-grid}.process-grid h3,.value-grid h3{color:var(--navy);letter-spacing:-.02em;margin:0 0 11px;font-size:19px;font-weight:900}.process-grid p,.value-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.results-section{background:#fff;padding:clamp(70px,8vw,120px) clamp(20px,7vw,108px)}.results-card{color:#fff;box-shadow:var(--shadow);background:radial-gradient(circle at 15% 20%,#4e97ef5c,#0000 24%),linear-gradient(120deg,#061a38,#0b2e59 58%,#164d8e);border-radius:32px;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(44px,7vw,110px);padding:clamp(42px,6vw,84px);display:grid;position:relative;overflow:hidden}.results-card:after{content:"";border:1px solid #ffffff1c;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-220px;right:-130px;box-shadow:0 0 0 70px #ffffff09,0 0 0 140px #ffffff05}.result-number,.result-copy{z-index:1;position:relative}.result-number{aspect-ratio:1;background:#ffffff0f;border:1px solid #fff3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 20px #ffffff06}.result-number strong{color:#fff;letter-spacing:-.07em;font-size:clamp(74px,8vw,118px);font-weight:900;line-height:.85}.result-number strong span{color:#70b2ff;vertical-align:top;font-size:.36em}.result-number small{color:#b9d7fc;letter-spacing:.24em;margin-top:19px;font-size:11px;font-weight:900}.light-kicker{color:#91c4ff}.result-copy h2{color:#fff;letter-spacing:-.05em;max-width:690px;margin:0;font-size:clamp(38px,4.5vw,64px);font-weight:900;line-height:1.04}.result-copy p{color:#c9dbf0;max-width:680px;margin:24px 0 0;font-size:16px;line-height:1.8}.result-copy a,.text-link{align-items:center;gap:9px;margin-top:28px;font-size:13px;font-weight:900;display:inline-flex}.result-copy a{color:#fff}.result-copy a svg,.text-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px}.about-section{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(52px,8vw,120px);display:grid}.about-copy h2,.faq-intro h2{color:var(--navy);letter-spacing:-.05em;margin:0;font-size:clamp(38px,4.2vw,60px);font-weight:900;line-height:1.07}.about-copy>p{max-width:720px;color:var(--muted);margin:25px 0 0;font-size:16px;line-height:1.85}.text-link{color:var(--blue)}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.value-grid article{border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f6faff);border-radius:20px;min-height:230px;padding:26px}.value-grid article>span{color:var(--blue);letter-spacing:.15em;margin-bottom:44px;font-size:11px;font-weight:900;display:block}.faq-section{background:#f5f9fe;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(52px,8vw,120px);display:grid}.faq-intro{align-self:start;position:sticky;top:128px}.faq-intro p{max-width:480px;color:var(--muted);margin:24px 0 0;font-size:15px;line-height:1.8}.faq-list{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:last-child{border-bottom:0}.faq-list summary{color:var(--navy);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:25px 28px;font-size:16px;font-weight:900;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{background:var(--blue-pale);border-radius:50%;flex:0 0 32px;width:32px;height:32px;position:relative}.faq-list summary i:before,.faq-list summary i:after{background:var(--blue);content:"";border-radius:2px;width:12px;height:2px;position:absolute;top:15px;left:10px}.faq-list summary i:after{transition:transform .18s;transform:rotate(90deg)}.faq-list details[open] summary i:after{transform:rotate(0)}.faq-list details p{max-width:760px;color:var(--muted);margin:-3px 0 0;padding:0 76px 28px 28px;font-size:14px;line-height:1.8}.first-cta>div{flex-direction:column;align-items:flex-start;display:flex}.first-cta>div>span{color:#9ecbff;letter-spacing:.16em;text-transform:uppercase;margin-bottom:9px;font-size:11px;font-weight:900}.first-cta small{color:#bed7f2;margin-top:10px;font-size:13px;font-weight:700}footer{color:#d7e5f7;background:#04152f;padding:48px clamp(20px,7vw,108px) 28px}.footer-brand{align-items:center;gap:14px;display:flex}.footer-brand img{object-fit:cover;object-position:50% 28%;border-radius:12px;width:54px;height:54px}.footer-brand div{flex-direction:column;gap:3px;display:flex}.footer-brand strong{color:#fff;letter-spacing:.05em;font-size:16px;font-weight:900}.footer-brand span{color:#83b9fa;font-size:10px;font-weight:700}footer>nav{border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;flex-wrap:wrap;gap:28px;margin-top:38px;padding:24px 0;font-size:13px;font-weight:800;display:flex}.footer-bottom{color:#8295ad;justify-content:space-between;gap:24px;padding-top:26px;font-size:11px;display:flex}@media (width<=1000px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{max-width:760px}.hero-visual{width:min(680px,100%);min-height:560px;margin:0 auto}.section-heading{grid-template-columns:1fr;gap:24px}.section-heading>p{max-width:680px}.service-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.process-grid article:not(:last-child):after{display:none}.about-section{grid-template-columns:1fr}.value-grid{max-width:800px}.faq-section{grid-template-columns:1fr}.faq-intro{position:static}}@media (width<=680px){html{scroll-padding-top:76px}body{padding-bottom:70px}.site-header{min-height:72px;padding:10px 18px}.brand img{border-radius:10px;width:44px;height:44px}.brand strong{font-size:14px}.brand small{max-width:170px;font-size:8px}.header-cta{display:none}.mobile-menu{display:block;position:relative}.mobile-menu summary{border:1px solid var(--line);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:43px;height:43px;list-style:none;display:flex}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:var(--navy);border-radius:2px;width:18px;height:2px}.mobile-menu nav{border:1px solid var(--line);background:#fffffffa;border-radius:18px;flex-direction:column;padding:10px;display:flex;position:fixed;top:72px;left:12px;right:12px;box-shadow:0 24px 60px #071f422e}.mobile-menu nav a{color:var(--navy);border-radius:10px;padding:14px 16px;font-size:14px;font-weight:800}.mobile-menu nav a:hover{background:var(--blue-pale)}.hero{min-height:auto;padding:54px 20px}.hero:before{display:none}.hero h1{font-size:clamp(43px,13vw,60px);line-height:1.01}.hero-copy>p{margin-top:22px;font-size:16px;line-height:1.7}.hero-actions{flex-direction:column;margin-top:28px}.primary-button,.secondary-button{width:100%}.hero-proof{justify-content:space-between;gap:10px;margin-top:36px;padding-top:24px}.hero-proof strong{font-size:18px}.hero-proof span{max-width:90px;font-size:9px}.hero-visual{min-height:390px;margin-top:4px}.logo-panel{border-width:6px;border-radius:26px;inset:5% 2% 7%}.visual-glow{inset:12% 0 0}.floating-note{min-width:158px;padding:10px 12px}.floating-note>span{width:32px;height:32px}.note-quality{top:1%;left:-1%}.note-delivery{bottom:0;right:-1%}.trust-strip{flex-wrap:wrap;gap:14px 20px;min-height:94px;font-size:9px}.trust-strip i:nth-of-type(2){display:none}.section{padding:78px 20px}.section-heading{margin-bottom:36px}.section-heading h2{font-size:38px}.service-grid{grid-template-columns:1fr}.service-card{min-height:260px}.brand-showcase{padding:0 20px 70px;overflow:hidden}.brand-showcase img{border-radius:18px;width:940px;max-width:none;transform:translate(-18px)}.compact-heading{margin-bottom:38px}.process-grid{border-radius:18px;grid-template-columns:1fr}.process-grid article{min-height:230px;padding:26px}.process-grid article>span{margin-bottom:40px}.results-section{padding:70px 20px}.results-card{border-radius:24px;grid-template-columns:1fr;gap:42px;padding:34px 24px}.result-number{justify-self:center;width:min(260px,84%)}.result-copy h2{font-size:38px}.result-copy p{font-size:14px}.about-section{gap:46px}.about-copy h2,.faq-intro h2{font-size:38px}.value-grid{grid-template-columns:1fr}.value-grid article{min-height:205px}.faq-section{gap:38px}.faq-list summary{padding:22px 19px;font-size:14px}.faq-list details p{padding:0 52px 24px 19px}.first-cta{flex-direction:column;align-items:flex-start;margin:0 20px 60px;padding:30px 24px}.first-cta a{width:100%}footer{padding-top:40px}footer>nav{gap:18px 24px}.footer-bottom{flex-direction:column;gap:9px}.mobile-whatsapp{z-index:80;display:block;position:fixed;bottom:12px;left:12px;right:12px}.mobile-whatsapp a{color:#fff;background:var(--whatsapp);border:1px solid #ffffff59;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:52px;font-size:14px;font-weight:900;display:flex;box-shadow:0 12px 32px #05422952}.mobile-whatsapp svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;width:22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
