.ik{--black:#0D0D0D;--g1:#171717;--g2:#333333;--g3:#45484A;--g4:#A2A2A2;--g5:#D9D9D9;--g6:#EBEBEB;--g7:#F4F4F4;--g8:#F9F9F9;--white:#FFFFFF;--ink-06:#06090B;--mist:#EEF1F3;--line:#E4E4E4;--blue:#0FA0EA;--blue-pale:#E5F8FF;--tp-green:#219653;--hi:#F4F4F4;--soft:#D9D9D9;--mut:#A2A2A2;--line-d:rgba(255,255,255,.14);--ink:#0D0D0D;--ink-soft:#333333;--ink-soft2:#45484A;--ink-mut:#A2A2A2;--maxw:1160px;--r4:4px;--r6:6px;--r16:16px;--ff:"Montserrat",system-ui,-apple-system,sans-serif}.ik,.ik *,.ik *:before,.ik *:after{box-sizing:border-box}.ik{scroll-behavior:smooth}.ik [id]{scroll-margin-top:96px}.ik{margin:0;background:var(--black);color:var(--ink);font-family:var(--ff);font-weight:400;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;padding-bottom:78px}.ik img{max-width:100%;display:block}.ik a{color:inherit}.ik .wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}.ik h1,.ik h2,.ik h3{font-weight:400;line-height:1.2;letter-spacing:0;margin:0}.ik .h1{font-size:clamp(40px,4.6vw,66px)}.ik .h2{font-size:clamp(30px,3.1vw,42px)}.ik .h3{font-size:clamp(24px,2.3vw,32px)}.ik .eyebrow{font-weight:500;font-size:12px;line-height:1.2;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 28px;color:var(--ink-soft2)}.ik .eyebrow.dk{color:var(--soft)}.ik .eyebrow.mut{color:var(--mut)}.ik .b1{font-size:clamp(17px,1.5vw,20px);line-height:1.5}.ik .b2{font-size:16px;line-height:1.5}.ik .b3{font-size:14px;line-height:1.5}.ik .b4{font-size:12px;line-height:1.5}.ik .btn{-webkit-appearance:none;appearance:none;border:0;cursor:pointer;font-family:var(--ff);font-weight:500;font-size:clamp(16px,1.2vw,18px);line-height:1.5;padding:0 16px;height:54px;border-radius:var(--r4);display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;transition:transform .18s ease,background .22s ease,color .22s ease,box-shadow .22s ease,border-color .22s ease}.ik .btn--blue{background:var(--blue);color:var(--g7)}.ik .btn--blue:hover{transform:translateY(-1px);background:#0d92d6;box-shadow:0 12px 30px -12px #0fa0eab3}.ik .btn--ghost-d{background:transparent;border:1px solid rgba(244,244,244,.3);color:var(--g7)}.ik .btn--ghost-d:hover{background:#ffffff17;border-color:#f4f4f48c}.ik .btn:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.ik .hero{position:relative;background:var(--black);color:var(--hi);overflow:hidden;min-height:min(92vh,828px);display:flex;align-items:flex-end;text-align:left}.ik .hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transform:scaleX(-1) scale(1.06);transition:transform 1.6s cubic-bezier(.16,.6,.2,1)}.ik .hero.is-ready .hero__img{transform:scaleX(-1)}.ik .hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#0707084d,#07070812 14%,#07070818 64%,#0707087a,#0707088f),linear-gradient(90deg,#070708c7,#0707088c,#07070842,#07070800 84%)}.ik .hero__in{position:relative;z-index:2;width:100%;max-width:calc(var(--maxw) + 160px);margin:0 auto;padding:clamp(80px,12vw,150px) 22px clamp(48px,5vw,60px)}.ik .hero__copy{max-width:720px}.ik .hero__copy .h1,.ik .hero__copy .eyebrow,.ik .hero__sub,.ik .hero__from{text-shadow:0 1px 22px rgba(7,7,8,.42)}.ik .hero__copy .eyebrow{margin:0 0 28px;color:var(--soft)}.ik .hero__copy .h1{color:var(--g7)}.ik .hero__sub{color:var(--soft);max-width:720px;margin:28px 0 0}.ik .hero__actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:60px}.ik .hero__actions .btn{width:220px;max-width:100%}.ik .hero__from{font-size:14px;color:var(--soft);margin-top:20px}@media(max-width:600px){.ik .hero{min-height:84vh}.ik .hero__actions{margin-top:36px;gap:14px}}.ik .hero__copy>*{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.ik .hero.is-ready .hero__copy>*{opacity:1;transform:none}.ik .hero.is-ready .hero__copy>*:nth-child(2){transition-delay:90ms}.ik .hero.is-ready .hero__copy>*:nth-child(3){transition-delay:.18s}.ik .hero.is-ready .hero__copy>*:nth-child(4){transition-delay:.27s}.ik .hero.is-ready .hero__copy>*:nth-child(5){transition-delay:.36s}.ik .trust{background:var(--black);border-top:1px solid var(--g2)}.ik .trust__in{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 40px;padding:20px 24px;max-width:var(--maxw);margin:0 auto}.ik .trust__in span{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:var(--g4);white-space:nowrap}.ik .trust__in svg{width:26px;height:26px;stroke:var(--blue);fill:none;stroke-width:1.5}.ik .buy{background:var(--white);padding:clamp(40px,4vw,64px) 0}.ik .pdp{display:grid;grid-template-columns:715fr 561fr;gap:clamp(26px,5.8vw,84px);align-items:start}.ik .pg{display:flex;flex-direction:column;gap:10px;position:relative}.ik .pg>*{flex:0 0 auto}.ik .pg__big{overflow:hidden;aspect-ratio:712/744;background:var(--mist);position:relative}.ik .pg__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ik .pg__sq{position:relative;overflow:hidden;aspect-ratio:351/444;background:var(--mist)}.ik .pg__im{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .9s cubic-bezier(.16,.6,.2,1)}.ik .pg__big:hover .pg__im,.ik .pg__sq:hover .pg__im{transform:scale(1.045)}.ik .pg__zoom{position:absolute;right:16px;bottom:16px;width:40px;height:40px;border-radius:var(--r4);background:#ececeff2;border:1px solid #fff;cursor:pointer;display:grid;place-items:center;z-index:3;color:var(--ink);transition:background .2s,transform .18s}.ik .pg__zoom svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.8}.ik .pg__zoom:hover{background:#fff;transform:translateY(-1px)}.ik .pg__nav{position:absolute;left:36px;top:266px;z-index:4;display:flex;flex-direction:column;align-items:center;gap:10px}.ik .pg__navbtn{width:32px;height:32px;border-radius:200px;border:1px solid #fff;background:#ececeff2;cursor:pointer;display:grid;place-items:center;padding:4px;transition:opacity .25s,transform .18s,background .2s}.ik .pg__navbtn svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.7}.ik .pg__navbtn:hover:not(:disabled){transform:translateY(-1px);background:#fff}.ik .pg__navbtn:disabled{opacity:.35;cursor:default}.ik .pg__navbtn--up{opacity:.6}.ik .pg__navbtn--up:not(:disabled):hover{opacity:1}.ik .pg__track{width:32px;height:129px;border-radius:30px;border:1px solid #fff;background:#ececeff2;display:grid;place-items:center}.ik .pg__rail{width:2px;height:102px;background:var(--g4);position:relative;overflow:hidden}.ik .pg__rail i{position:absolute;left:0;right:0;top:0;height:21%;background:var(--blue);transition:transform .35s cubic-bezier(.25,.7,.25,1)}@media(max-width:860px){.ik .pg__nav{display:none}}.ik .pi{max-width:561px;display:flex;flex-direction:column;gap:18px}.ik .pi>*{flex:0 0 auto}.ik .tp{display:flex;align-items:center;gap:8px}.ik .tp__stars{display:flex;gap:2px}.ik .tp__sq{width:21px;height:21px;background:var(--tp-green);display:grid;place-items:center}.ik .tp__sq svg{width:14px;height:14px;fill:#fff}.ik .tp__sq--half{background:linear-gradient(90deg,var(--tp-green) 0 50%,var(--g5) 50% 100%)}.ik .tp__rev{display:inline-flex;align-items:center;gap:8px;font-size:16px;color:var(--ink)}.ik .tp__rev svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:1.8;transition:transform .25s}.ik .tp__rev:hover svg{transform:translateY(2px)}.ik .pi__title{font-weight:400;font-size:clamp(32px,3.1vw,42px);line-height:1.2;margin:0;color:var(--ink)}.ik .pi__sub{font-size:14px;line-height:1.5;color:var(--ink-soft);margin:1px 0 0}.ik .pi__price{display:flex;align-items:center;gap:6px;text-transform:uppercase}.ik .pi__price b{font-weight:500;font-size:26px;line-height:1.2;color:var(--ink)}.ik .pi__price s{font-weight:400;font-size:26px;line-height:1.2;color:var(--g4);margin-left:10px}.ik .savep{margin-left:auto;background:var(--blue-pale);color:var(--ink);font-size:16px;font-weight:500;padding:6px 10px;border-radius:2px;text-transform:none}.ik .pi__desc p{color:var(--ink-soft);font-size:14px;line-height:1.5;margin:0 0 16px}.ik .pi__desc p:last-child{margin-bottom:0}.ik .pi__hr{border:0;border-top:.6px solid var(--g5);margin:2px 0}.ik .pi__pills{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ik .pi__pill{background:var(--g8);border-radius:var(--r4);padding:5px 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--ink-soft);min-height:33px}.ik .pi__pill svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:1.5;flex:0 0 auto}.ik .pi__buy{width:100%}.ik .pi__pay{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--g8);border-radius:var(--r4);height:25px;font-size:10px;color:var(--ink-soft)}.ik .klarna{background:#ffb3c7;color:#17120f;font-weight:700;font-size:9px;padding:2px 6px;border-radius:3px;line-height:1.2}.ik .pi__howto-h{font-weight:400;font-size:16px;color:var(--ink);margin:8px 0 0}.ik .strip{display:flex;align-items:flex-start;gap:8px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:2px}.ik .strip::-webkit-scrollbar{display:none}.ik .strip__item{flex:0 0 94px;height:157px;border-radius:var(--r4);overflow:hidden;position:relative;cursor:pointer;background:#0a0b0c;border:0;padding:0;scroll-snap-align:start}.ik .strip__item img,.ik .strip__item video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ik .strip__item video{opacity:0;transition:opacity .25s}.ik .strip__item.is-playing video{opacity:1}.ik .strip__item img{transition:transform .9s cubic-bezier(.16,.6,.2,1)}.ik .strip__item:hover img{transform:scale(1.06)}.ik .strip__play{position:absolute;right:6px;bottom:6px;width:20px;height:20px;border-radius:50%;background:#ffffff47;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;z-index:2;pointer-events:none;transition:transform .25s,background .25s}.ik .strip__play svg{width:9px;height:9px;fill:#fff}.ik .strip__item:hover .strip__play{transform:scale(1.12);background:#ffffff6b}.ik .acc{display:flex;flex-direction:column;gap:6px;margin-top:8px}.ik .acc details{border-bottom:.6px solid var(--g5);border-radius:var(--r6)}.ik .acc summary{list-style:none;cursor:pointer;padding:16px 16px 16px 0;display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:400;font-size:16px;color:var(--ink);transition:color .22s}.ik .acc summary:hover{color:var(--blue)}.ik .acc summary::-webkit-details-marker{display:none}.ik .acc .chev{flex:0 0 auto;width:24px;height:24px;display:grid;place-items:center;transition:transform .25s}.ik .acc .chev svg{width:20px;height:20px;stroke:var(--ink);fill:none;stroke-width:1.6;transition:stroke .22s}.ik .acc details[open] summary{color:var(--blue)}.ik .acc details[open] .chev{transform:rotate(180deg)}.ik .acc details[open] .chev svg{stroke:var(--blue)}.ik .acc__a{padding:0 16px 18px 0;color:var(--ink-soft);font-size:14px;line-height:1.5;animation:accIn .38s cubic-bezier(.2,.7,.2,1) both}@keyframes accIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.ik .compare{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:var(--g8);border:0;border-radius:var(--r6);padding:24px 16px;font-family:var(--ff);font-weight:500;font-size:16px;color:var(--ink);text-decoration:none;cursor:pointer;transition:background .22s,transform .2s}.ik .compare:hover{background:var(--mist);transform:translateY(-1px)}.ik .compare svg{width:26px;height:26px;stroke:var(--ink);fill:none;stroke-width:1.6;transition:transform .3s,stroke .22s}.ik .compare:hover svg{transform:rotate(90deg);stroke:var(--blue)}@media(min-width:861px){.ik .pdp{height:calc(100vh - 128px);min-height:620px;align-items:stretch}.ik .pg,.ik .pi{height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.ik .pg::-webkit-scrollbar,.ik .pi::-webkit-scrollbar{display:none}.ik .pg{padding-right:6px}.ik .pi{padding-right:2px}}@media(max-width:860px){.ik .pdp{grid-template-columns:1fr}}.ik .tech{background:var(--black);color:var(--hi);padding:80px 0;overflow:hidden}.ik .tech__head{max-width:1120px;margin:0 auto;padding:0 22px;text-align:center}.ik .tech__h{font-weight:400;font-size:clamp(28px,3.1vw,42px);line-height:1.2;color:var(--g7);margin:0}.ik .tech__p{max-width:544px;margin:16px auto 0;font-size:16px;line-height:1.5;color:var(--soft)}.ik .tech__stage{position:relative;width:min(682px,86vw);aspect-ratio:682/696;margin:40px auto 0;display:grid;place-items:center;background:var(--black);overflow:hidden}.ik .tech__stage video,.ik .tech__stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ik .tech__stage{cursor:default}.ik .tech__replay{position:absolute;right:16px;bottom:16px;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid var(--line-d);background:#0d0d0d80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .3s cubic-bezier(.2,.7,.2,1),background .25s}.ik .tech__replay svg{width:19px;height:19px;stroke:#fff;fill:none;stroke-width:1.7}.ik .tech__stage.is-done .tech__replay{opacity:1;pointer-events:auto}.ik .tech__replay:hover{transform:scale(1.08);background:#0fa0ea8c}.ik .tech__replay:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.ik .tech__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,5.8vw,84px);max-width:1120px;margin:40px auto 0;padding:0 22px}.ik .tech__col{font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:var(--soft)}.ik .tech__col b{font-weight:500;color:var(--g7)}@media(max-width:860px){.ik .tech__cols{grid-template-columns:1fr;gap:24px}}.ik .ben{background:var(--black);color:var(--hi);padding:60px 0 0}.ik .ben__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1120px;margin:0 auto;padding:0 22px;align-items:start}.ik .ben__card{background:#eef1f308;border-radius:var(--r6);padding:24px;overflow:hidden;aspect-ratio:360/472;display:flex;flex-direction:column}.ik .ben__t{font-size:20px;font-weight:500;line-height:1.5;color:var(--g7);margin:0}.ik .ben__im{flex:1;margin:20px -24px -24px;background-size:contain;background-position:center;background-repeat:no-repeat;transition:transform .9s cubic-bezier(.16,.6,.2,1)}.ik .ben__card:hover .ben__im{transform:scale(1.05)}.ik .ben__vid{flex:1;min-height:0;width:calc(100% + 48px);margin:20px -24px -24px;object-fit:contain;background:transparent;display:block}.ik .ben__cap{font-size:16px;font-weight:500;line-height:1.5;color:var(--mut);margin:20px 0 0}.ik .ben__cap b{color:#fff;font-weight:500}@media(max-width:860px){.ik .ben__grid{grid-template-columns:1fr}.ik .ben__card{aspect-ratio:auto;min-height:380px}}.ik .cine{background:var(--black);color:var(--hi);overflow:visible;padding:0;margin-top:60px}.ik .cine__scroll{position:relative;height:230vh}.ik .cine__sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:grid;place-items:center}.ik .cine__media{position:relative;width:100vw;height:100vh;overflow:hidden;transform:scale(.7);border-radius:var(--r16);will-change:transform,border-radius;background:#0c0d0e}.ik .cine__vid{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ik .cine__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#07070885,#0707081f 34%,#0707080f 52%,#07070875)}.ik .cine__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(48px,7vh,86px) max(22px,calc((100vw - 1500px)/2)) calc(clamp(34px,5vh,58px) + 86px);opacity:0;transform:translateY(26px);will-change:opacity,transform;pointer-events:none}.ik .cine__h{font-weight:400;font-size:clamp(28px,3.1vw,42px);line-height:1.2;color:#fff;margin:0;max-width:520px}.ik .moments{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ik .moment{background:#ffffff1a;-webkit-backdrop-filter:blur(16px) saturate(120%);backdrop-filter:blur(16px) saturate(120%);border-radius:var(--r4);padding:22px 24px;opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .6s cubic-bezier(.2,.7,.2,1)}.ik .reveal-in .moment{opacity:1;transform:none}.ik .reveal-in .moment:nth-child(2){transition-delay:80ms}.ik .reveal-in .moment:nth-child(3){transition-delay:.16s}.ik .reveal-in .moment:nth-child(4){transition-delay:.24s}.ik .moment b{display:block;font-weight:500;font-size:15px;line-height:1.2;letter-spacing:1.4px;text-transform:uppercase;color:#fff;margin-bottom:12px}.ik .moment span{display:block;font-size:15px;line-height:1.45;color:#ffffffe0}@media(prefers-reduced-motion:reduce){.ik .cine__scroll{height:auto}.ik .cine__sticky{position:static;height:auto}.ik .cine__media{transform:none;border-radius:0;height:72vh}.ik .cine__content{opacity:1;transform:none}}@media(max-width:900px){.ik .moments{grid-template-columns:1fr 1fr;gap:12px}.ik .moment{padding:16px 18px}.ik .moment span{font-size:13.5px}}@media(max-width:560px){.ik .moments{grid-template-columns:1fr;gap:8px}.ik .moment span{display:none}.ik .moment b{margin:0}}.ik .bento-sec{background:var(--g7);padding:60px 0}.ik .bento__head{max-width:900px;margin:0 auto;padding:0 22px;text-align:center}.ik .bento__head .h2{color:var(--ink)}.ik .bento__head p{margin:28px auto 0;max-width:900px;font-size:16px;line-height:1.5;color:var(--ink-soft2)}.ik .bento{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1120px;margin:60px auto 0;padding:0 22px;align-items:start}.ik .bento__col{display:flex;flex-direction:column;gap:16px}.ik .bento__im{position:relative;border-radius:var(--r6);overflow:hidden;background:var(--ink-06);display:flex;flex-direction:column;justify-content:flex-end;padding:40px;color:#fff;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}.ik .bento__im:hover{transform:translateY(-3px);box-shadow:0 26px 60px -30px #0d0d0d80}.ik .bento__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .9s cubic-bezier(.16,.6,.2,1)}.ik .bento__im--a .bento__bg{background-position:30% center}.ik .bento__im--c .bento__bg{background-position:38% center}.ik .bento__im:hover .bento__bg{transform:scale(1.05)}.ik .bento__im:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(201deg,#0707080a 10%,#07070824 34%,#0707089e 72%),linear-gradient(90deg,#0003,#0003)}.ik .bento__im>div{position:relative;z-index:2;display:flex;flex-direction:column;gap:16px}.ik .bento__im h3{font-size:clamp(24px,2.3vw,32px);color:#fff}.ik .bento__im p{margin:0;font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:var(--g7);max-width:360px}.ik .bento__tx{position:relative;background:#fff;border-radius:var(--r6);padding:32px 40px;min-height:170px;display:flex;flex-direction:column;justify-content:center;text-align:left;border:0;width:100%;font-family:var(--ff);cursor:pointer;transition:transform .25s,box-shadow .25s}.ik .bento__tx:hover{transform:translateY(-3px);box-shadow:0 22px 50px -28px #0d0d0d47}.ik .bento__tx:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.ik .bento__tx b{display:block;font-weight:500;font-size:20px;line-height:1.2;color:var(--ink);margin-bottom:16px;max-width:420px}.ik .bento__tx span{display:block;font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:var(--ink-soft2);max-width:420px}.ik .bento__plus{position:absolute;right:26px;bottom:26px;width:40px;height:40px;border:1px solid var(--g5);border-radius:var(--r4);display:grid;place-items:center;background:transparent;transition:background .22s,border-color .22s,transform .22s}.ik .bento__plus svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.7;transition:stroke .22s,transform .3s}.ik .bento__tx:hover .bento__plus{background:var(--blue);border-color:var(--blue);transform:rotate(90deg)}.ik .bento__tx:hover .bento__plus svg{stroke:#fff}.ik .bento__im--a{aspect-ratio:550/589}.ik .bento__im--b{aspect-ratio:550/341}.ik .bento__im--c{aspect-ratio:550/760}@media(max-width:860px){.ik .bento{grid-template-columns:1fr}}.ik .bmodal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:none;align-items:center;justify-content:center;padding:20px;background:#08080a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ik .bmodal.open{display:flex;animation:fadeIn .25s ease both}.ik .bmodal__box{position:relative;width:100%;max-width:560px;max-height:86vh;overflow:auto;border-radius:var(--r6);background:#fff;box-shadow:0 40px 120px -30px #0000008c;animation:popIn .34s cubic-bezier(.2,.7,.2,1) both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}.ik .bmodal__media{width:100%;aspect-ratio:16/9;background:#0c0d0e center/cover no-repeat;display:none}.ik .bmodal__media.show{display:block}.ik .bmodal__body{padding:clamp(22px,3vw,34px)}.ik .bmodal__body h3{font-weight:500;font-size:clamp(22px,2.3vw,28px);margin:0 0 12px}.ik .bmodal__body p{color:var(--ink-soft2);font-size:15px;line-height:1.6;margin:0 0 12px}.ik .bmodal__body p:last-child{margin:0}.ik .bmodal__close{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;border-radius:50%;background:#0d0d0d73;border:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:21px;cursor:pointer;display:grid;place-items:center}.ik .feat{background:var(--mist);padding:clamp(64px,8vw,115px) 0;overflow:hidden}.ik .feat__top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;max-width:var(--maxw);margin:0 auto;padding:0 22px}.ik .feat__top .h2{color:var(--ink)}.ik .feat__lede{margin:13px 0 0;max-width:583px;font-size:clamp(16px,1.4vw,19px);line-height:1.55;color:var(--ink-soft2)}.ik .feat__nav{display:flex;gap:10px;flex:0 0 auto}.ik .feat__btn{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center;transition:background .3s,border-color .3s,opacity .25s}.ik .feat__btn svg{width:19px;height:19px;stroke:var(--ink);fill:none;stroke-width:2;transition:stroke .3s}.ik .feat__btn:hover:not(:disabled){background:var(--ink);border-color:var(--ink)}.ik .feat__btn:hover:not(:disabled) svg{stroke:#fff}.ik .feat__btn:disabled{opacity:.35;cursor:default}.ik .feat__btn:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.ik .ftrack{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:0 max(22px,calc((100vw - 1160px)/2 + 22px));padding:42px max(22px,calc((100vw - 1160px)/2 + 22px)) 8px;scrollbar-width:none;cursor:grab}.ik .ftrack::-webkit-scrollbar{display:none}.ik .ftrack.is-drag{cursor:grabbing;scroll-snap-type:none}.ik .fcard{flex:0 0 min(78vw,420px);scroll-snap-align:start;border-radius:var(--r16);overflow:hidden;background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s}.ik .fcard:hover{transform:translateY(-4px);box-shadow:0 26px 56px -30px #0d0d0d57}.ik .fcard__img{aspect-ratio:418/313.5;overflow:hidden;position:relative}.ik .fcard__img i{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .9s cubic-bezier(.16,.6,.2,1)}.ik .fcard:hover .fcard__img i{transform:scale(1.07)}.ik .fcard__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.ik .fcard__row{display:flex;align-items:center;gap:12px}.ik .fcard .ic{flex:0 0 auto;width:40px;height:40px;border-radius:12px;background:var(--g7);display:grid;place-items:center;transition:background .3s}.ik .fcard:hover .ic{background:var(--mist)}.ik .fcard .ic svg{width:20px;height:20px;fill:none;stroke:var(--ink);stroke-width:1.6}.ik .fcard h3{font-size:17px;font-weight:500;line-height:1.2;margin:0;color:var(--ink)}.ik .fcard p{margin:0;font-size:14px;line-height:1.5;color:var(--ink-soft2)}.ik .feat__dots{display:flex;gap:7px;justify-content:center;align-items:center;margin-top:18px;height:25px}.ik .feat__dot{width:7px;height:7px;border-radius:50%;background:var(--g5);transition:background .25s,transform .25s}.ik .feat__dot.is-on{background:var(--blue);transform:scale(1.25)}@media(max-width:700px){.ik .feat__top{flex-direction:column;align-items:flex-start}.ik .feat__nav{display:none}}.ik .final{background:var(--black);color:var(--hi);text-align:center;position:relative;overflow:hidden;padding:clamp(72px,8vw,115px) 0 clamp(90px,10vw,143px)}.ik .final__in{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:0 22px;display:flex;flex-direction:column;align-items:center;gap:16px}.ik .final .h2{color:#fff}.ik .final p{color:var(--mut);max-width:480px;margin:0;font-size:16px;line-height:1.5}.ik .final .btn{margin-top:8px;width:220px}.ik .final__pay{font-size:12px;color:var(--mut);margin-top:8px}.ik .final__glow{position:absolute;inset:auto 0 -34% 0;height:320px;z-index:1;background:radial-gradient(50% 100% at 50% 100%,rgba(15,160,234,.34),transparent 70%);filter:blur(40px);pointer-events:none}.ik .gcta{position:fixed;left:0;right:0;bottom:0;z-index:70;padding:0 16px;transform:translateY(120%);transition:transform .4s cubic-bezier(.2,.8,.2,1)}.ik .gcta.show{transform:none}.ik .gcta__in{max-width:var(--maxw);margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(180deg,#1f22269e,#0d0d0d9e);-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);border:1px solid rgba(255,255,255,.14);border-bottom:0;border-radius:var(--r4) var(--r4) 0 0;box-shadow:0 -16px 50px -24px #000000b3,inset 0 1px #ffffff1f}.ik .gcta__l{display:flex;align-items:center;gap:12px;min-width:0}.ik .gcta__thumb{flex:0 0 auto;width:55px;height:43px;border-radius:2px;background:var(--mist);overflow:hidden}.ik .gcta__thumb i{display:block;width:100%;height:100%;background-size:cover;background-position:center}.ik .gcta__meta b{font-weight:500;font-size:16px;color:#fff;white-space:nowrap;line-height:1.5}.ik .gcta__links{display:flex;align-items:center;justify-content:center;gap:26px;flex:1 1 auto;min-width:0}.ik .gcta__links a{font-size:14px;color:var(--g5);text-decoration:none;white-space:nowrap;transition:color .2s}.ik .gcta__links a:hover{color:#fff}@media(max-width:980px){.ik .gcta__links{display:none}}.ik .gcta__r{display:flex;align-items:center;gap:20px}.ik .gcta__price{text-align:right;line-height:1.2;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.ik .gcta__price b{font-weight:500;font-size:16px;color:#fff}.ik .gcta__price s{font-size:14px;color:var(--g4);font-weight:400}.ik .gcta__add{flex:0 0 auto;height:40px;min-width:40px;padding:0 12px;border-radius:var(--r4);border:0;cursor:pointer;background:var(--blue);color:#fff;font-family:var(--ff);font-size:15px;font-weight:500;display:grid;place-items:center;transition:transform .18s,background .2s}.ik .gcta__add:hover{transform:translateY(-1px);background:#0d92d6}.ik .gcta__add:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(min-width:760px){.ik .gcta__add{padding:0 24px}}@media(max-width:420px){.ik .gcta__price s{display:none}}.ik .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none;align-items:center;justify-content:center;padding:20px;background:#08080abd;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ik .modal.open{display:flex;animation:fadeIn .25s ease both}.ik .modal__box{position:relative;width:100%;max-width:400px;border-radius:var(--r6);overflow:hidden;background:#000;box-shadow:0 40px 120px -30px #000;animation:popIn .34s cubic-bezier(.2,.7,.2,1) both}.ik .modal__box video,.ik .modal__box img{display:block;width:100%;aspect-ratio:3/4;max-height:82vh;object-fit:cover;background:#000}.ik .modal__ctrls{position:absolute;top:14px;left:14px;z-index:4;display:flex;flex-direction:column;gap:10px}.ik .mctrl{width:42px;height:42px;border-radius:50%;background:#12121480;border:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:grid;place-items:center}.ik .mctrl svg{width:18px;height:18px;fill:#fff}.ik .modal__close{position:absolute;top:14px;right:14px;z-index:4;width:42px;height:42px;border-radius:50%;background:#12121480;border:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:22px;cursor:pointer;display:grid;place-items:center}.ik .modal.is-img .modal__ctrls{display:none}.ik .toast{position:fixed;left:50%;bottom:104px;transform:translate(-50%) translateY(20px);z-index:90;background:var(--ink);color:#fff;padding:13px 20px;border-radius:999px;font-size:14px;font-weight:500;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;box-shadow:0 14px 40px -16px #0009}.ik .toast.show{opacity:1;transform:translate(-50%) translateY(0)}.ik .ru{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .8s cubic-bezier(.2,.7,.2,1)}.ik .ru.in{opacity:1;transform:none}.ik .ru--d1{transition-delay:80ms}.ik .ru--d2{transition-delay:.16s}.ik .ru--d3{transition-delay:.24s}@media(prefers-reduced-motion:reduce){.ik *{animation:none!important;transition:none!important}.ik .ru,.ik .moment,.ik .hero__copy>*{opacity:1;transform:none}.ik .hero__img{transform:scaleX(-1)}}.ik--flush{padding-bottom:0}.ik .tech__head .eyebrow{color:#fff}.ik .tech__h{color:var(--mut)}.ik .tech__h b{font-weight:400;color:var(--g7)}.ik .tech__cols{gap:8px;max-width:1060px}.ik .tech__col{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:14px 16px}.ik .tech__col+.tech__col:before{content:"";position:absolute;left:-4px;top:12%;bottom:12%;width:1px;background:var(--g3)}.ik .tech__badge{width:80px;height:80px;flex:none;border-radius:50%;border:1px solid rgba(255,255,255,.09);display:grid;place-items:center;transition:transform .35s ease}.ik .tech__badge svg{width:30px;height:30px;fill:none;stroke:var(--g7);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ik .tech__badge svg .accent{stroke:var(--blue)}.ik .tech__col-h{margin:0;font-size:20px;font-weight:500;line-height:1.5;color:var(--g7);min-height:60px;display:flex;align-items:center}.ik .tech__col-p{margin:0;max-width:230px;font-size:14px;line-height:1.5;color:var(--mut)}@media(hover:hover){.ik .tech__col:hover .tech__badge{transform:translateY(-2px)}}@media(max-width:860px){.ik .tech__cols{gap:40px}.ik .tech__col{padding:0}.ik .tech__col+.tech__col:before{display:none}.ik .tech__col-p{max-width:420px}}.ik .bento__tx .bento__plus{display:grid;place-items:center;width:40px;height:40px;padding:12px;box-sizing:border-box;border-radius:4px;border:1px solid var(--g5);background:transparent;font-size:18px;line-height:1;color:var(--ink)}.ik .bento__tx:hover .bento__plus{background:var(--blue);border-color:var(--blue);color:#fff}@media(max-width:780px){.ik .bento__tx .bento__plus{width:30px;height:30px;right:16px;bottom:16px;padding:4px;font-size:16px}}.ik .bento__tx{padding-right:96px}@media(max-width:600px){.ik .bento__tx{padding-right:80px}}.ik .hero__reassure{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:10px 28px;margin:20px 0 0;padding:0;text-shadow:0 1px 22px rgba(7,7,8,.42)}.ik .hero__reassure li{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:1.5;color:var(--soft);white-space:nowrap}.ik .hero__reassure svg{width:20px;height:20px;flex:none;stroke:var(--blue);fill:none;stroke-width:1.5}.ik .hero.is-ready .hero__copy>*:nth-child(6){transition-delay:.45s}@media(max-width:600px){.ik .hero__reassure{gap:8px 18px;margin-top:16px}.ik .hero__reassure li{font-size:13px}.ik .hero__reassure svg{width:17px;height:17px}}.ik .ben__head{max-width:900px;margin:0 auto 44px;padding:0 22px;text-align:center}.ik .ben__head .h2{color:var(--g7)}.ik .ben__lede{margin:24px auto 0;max-width:760px;font-size:16px;line-height:1.5;color:var(--mut)}.ik .cine__lede{margin:18px 0 0;max-width:480px;font-size:16px;line-height:1.5;color:var(--soft)}.ik .cmp{background:var(--black);color:var(--hi);padding:clamp(64px,7vw,96px) 0}.ik .cmp__head{max-width:900px;margin:0 auto 44px;padding:0 22px;text-align:center}.ik .cmp__head .h2{color:var(--g7)}.ik .cmp__table{width:calc(100% - 44px);max-width:900px;margin:0 auto;border-collapse:collapse;font-size:16px;line-height:1.5;text-align:left}.ik .cmp__table th,.ik .cmp__table td{padding:18px 16px;border-bottom:1px solid var(--g3);vertical-align:middle}.ik .cmp__table thead th{font-weight:500;font-size:14px;letter-spacing:.4px;text-transform:uppercase;color:var(--mut);border-bottom-color:var(--g2)}.ik .cmp__table tbody th{font-weight:400;color:var(--soft)}.ik .cmp__table tr>*:first-child{padding-left:0}.ik .cmp__table tr>*:last-child{padding-right:0}.ik .cmp__table .cmp__us{color:var(--g7);font-weight:500;background:#0fa0ea0f}.ik .cmp__table thead .cmp__us{color:var(--blue)}.ik .cmp__yes,.ik .cmp__no{display:inline-block;vertical-align:middle}.ik .cmp__yes{width:18px;height:10px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg) translate(2px,-3px)}.ik .cmp__no{width:14px;height:2px;background:var(--g3)}.ik .cmp__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(max-width:600px){.ik .cmp__table{font-size:15px}.ik .cmp__table th,.ik .cmp__table td{padding:14px 10px}.ik .cmp__table thead th{font-size:12px}}.ik .tech__cols--4{grid-template-columns:repeat(4,minmax(0,1fr))}.ik .tech__cols--4 .tech__col-p{max-width:230px}@media(max-width:860px){.ik .tech__cols--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 8px}.ik .tech__cols--4 .tech__col+.tech__col:before{display:none}.ik .tech__cols--4 .tech__col-p{max-width:280px}}@media(max-width:560px){.ik .tech__cols--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 6px}.ik .tech__cols--4 .tech__col{padding:0 4px}.ik .tech__cols--4 .tech__col-h{font-size:16px;min-height:48px}.ik .tech__cols--4 .tech__col-p{max-width:none;font-size:13px}.ik .tech__cols--4 .tech__badge{width:62px;height:62px}.ik .tech__cols--4 .tech__badge svg{width:24px;height:24px}}.ik .tech__p{max-width:820px}.ik .ben__vid{max-width:none}@media(max-width:860px){.ik .ben__grid{display:flex;grid-template-columns:none;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:22px;gap:14px;padding:0 22px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ik .ben__grid::-webkit-scrollbar{display:none}.ik .ben__grid>*{flex:0 0 86%;min-width:0;scroll-snap-align:start}.ik .ben__card{aspect-ratio:360/472;min-height:0}}.ik .ben__footer{display:none}@media(max-width:860px){.ik .ben__footer{display:flex;align-items:center;justify-content:space-between;gap:52px;margin:36px auto 0;max-width:1120px;padding:0 22px}.ik .ben__progress{position:relative;flex:1;height:2px;border-radius:2px;background:#f4f4f42e;overflow:hidden}.ik .ben__progress-bar{position:absolute;top:0;left:0;height:100%;width:33.333%;background:var(--blue);border-radius:2px;transition:left .3s ease,width .3s ease}.ik .ben__arrows{display:flex;gap:52px;flex-shrink:0}.ik .ben__arrow{width:37px;height:37px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:0;color:var(--blue);cursor:pointer;transition:color .22s ease}.ik .ben__arrow:disabled{color:#555;cursor:default}.ik .ben__arrow svg{width:37px;height:37px}.ik .ben__arrow-icon--prev{transform:scaleX(-1)}.ik .ben__arrow:focus-visible{outline:2px solid var(--blue);outline-offset:4px}}@media(max-width:749px){.ik .ben__footer{gap:24px;margin-top:28px}.ik .ben__progress{height:1px;background:#f4f4f41a}.ik .ben__progress-bar{height:2px;top:-.5px}.ik .ben__arrows{gap:16px}.ik .ben__arrow,.ik .ben__arrow svg{width:20px;height:20px}}.ik .ben__im{background-origin:content-box;padding:5% 9% 11%}.ik .tech__stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to right,var(--black),rgba(13,13,13,0) 44px),linear-gradient(to left,var(--black),rgba(13,13,13,0) 44px),linear-gradient(to bottom,var(--black),rgba(13,13,13,0) 44px),linear-gradient(to top,var(--black),rgba(13,13,13,0) 44px)}.ik .tech__replay{z-index:3}@media(max-width:700px){.ik .tech__stage:after{background:linear-gradient(to right,var(--black),rgba(13,13,13,0) 26px),linear-gradient(to left,var(--black),rgba(13,13,13,0) 26px),linear-gradient(to bottom,var(--black),rgba(13,13,13,0) 26px),linear-gradient(to top,var(--black),rgba(13,13,13,0) 26px)}}.halo-pdp-root .band .band__card-ic{display:block;margin-bottom:12px}.halo-pdp-root .band .band__card-ic svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.halo-pdp-root .band .band__card-ic svg .accent{stroke:#0fa0ea}@media(min-width:750px){.halo-pdp-root .band .band__copy{max-width:none;margin:0;padding:clamp(40px,5vw,64px) clamp(24px,4vw,64px) 0}.halo-pdp-root .band .band__heading{max-width:18ch}}.ik .tech__benefits{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 34px;margin:22px auto 0;padding:0;max-width:860px}.ik .tech__benefits li{display:inline-flex;align-items:center;gap:9px;font-size:16px;line-height:1.5;color:var(--soft)}.ik .tech__benefits svg{width:17px;height:17px;flex:none;fill:none;stroke:var(--blue);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:860px){.ik .tech__benefits{gap:10px 22px;max-width:560px}.ik .tech__benefits li{font-size:15px}}@media(max-width:560px){.ik .tech__benefits{flex-direction:column;align-items:flex-start;text-align:left;max-width:340px;gap:10px}}.ik .bento__close{max-width:760px;margin:clamp(36px,4vw,52px) auto 0;padding:0 22px;text-align:center}.ik .bento__close h3{font-size:clamp(22px,2.4vw,30px);font-weight:400;line-height:1.25;color:var(--ink);margin:0 0 16px}.ik .bento__close p{margin:0 0 12px;font-size:16px;line-height:1.6;color:var(--ink-soft2)}.ik .bento__close p:last-child{margin-bottom:0}@media(max-width:749px){.halo-pdp-root .hero .hero__btn--learn{display:none}.halo-pdp-root .hero .hero__actions{justify-content:center}}@media(max-width:749px){.halo-pdp-root .hero .hero__btn--buy{width:auto;min-width:117.42px;padding:0 20px;white-space:nowrap}.halo-pdp-root .hero .hero__scrim{background:linear-gradient(179.5deg,#070708c7 .25%,#07070857 11%,#07070800 27%,#07070866 50.864%,#070708e6 88.419%),linear-gradient(90deg,#0000001a,#0000001a)}.halo-pdp-root{--knee-trust-h:85px}.halo-pdp-root .trust .trust__in{justify-content:center;font-size:13px;gap:8px 18px;padding:18px 16px}.halo-pdp-root .trust .trust__in svg{width:20px;height:20px}}.halo-pdp-root .trust.trust{margin-top:calc(-1 * (var(--knee-trust-h) + 16px));position:relative;z-index:3;background:transparent;border-top:0;color:var(--soft);text-shadow:0 1px 22px rgba(7,7,8,.42)}.halo-pdp-root .hero .hero__in,.halo-pdp-root .hero.hero--left .hero__in{padding-bottom:calc(var(--knee-trust-h) + 32px)}.halo-pdp-root .trust .trust__in li{white-space:nowrap}@media(min-width:750px){.halo-pdp-root{--knee-trust-h:57px}.halo-pdp-root .trust .trust__in{justify-content:flex-start;font-size:14px;gap:10px 28px;padding:18px 22px}.halo-pdp-root .trust .trust__in svg{width:20px;height:20px}}@media(max-width:374px){.halo-pdp-root{--knee-trust-h:112px}}
/*# sourceMappingURL=/cdn/shop/t/128/assets/infra-knee.css.map */
