:root{color-scheme:dark;--secondary:#7E80F4;--primary:#5355EE;--bg-secondary-2:#1B1B1B;--bg-secondary-1:#0D0D0D;--bg-primary:#040404;--error:#F47E80;--primary-dark:#1B1B43;--white:#FFFFFF;--other-100:#D9D9D9;--other-80:rgba(217,217,217,0.8);--other-60:rgba(217,217,217,0.6);--other-40:rgba(217,217,217,0.4);--other-20:rgba(217,217,217,0.2);--other-100-inv:#262626;--other-80-inv:rgba(38,38,38,0.8);--other-60-inv:rgba(38,38,38,0.6);--other-40-inv:rgba(38,38,38,0.4);--other-20-inv:rgba(38,38,38,0.2);--gr-blur:linear-gradient(206deg,rgba(217,217,217,0.10),rgba(217,217,217,0.05));--gr-blur-inv:linear-gradient(206deg,rgba(38,38,38,0.10),rgba(38,38,38,0.05));--ref-bg-primary-dark:#040404;--ref-bg-secondary-2-dark:#1B1B1B;--ref-other-100-dark:#D9D9D9;--ref-other-80-dark:rgba(217,217,217,0.8);--ref-other-60-dark:rgba(217,217,217,0.6);--ref-other-20-dark:rgba(217,217,217,0.2);--ref-other-100-light:#262626;--ref-other-60-light:rgba(38,38,38,0.6);--ref-other-20-light:rgba(38,38,38,0.2);--button-l-bg:var(--other-100);--button-l-color:var(--other-100-inv);--button-l-bg-hover:var(--primary);--button-l-color-hover:var(--other-100);--button-l-bg-disabled:var(--other-100);--button-l-color-disabled:var(--other-20-inv);--button-secondary-2-bg:var(--gr-blur);--button-secondary-2-color:var(--other-100);--button-secondary-2-border-width:1px;--button-secondary-2-border:var(--other-20);--button-secondary-2-bg-hover:var(--gr-secondary,linear-gradient(88deg,rgba(126,128,244,0.05) 0%,rgba(126,128,244,0.10) 100%));--button-secondary-2-color-hover:var(--other-100);--button-secondary-2-border-width-hover:1px;--button-secondary-2-border-hover:var(--secondary);--button-secondary-2-bg-disabled:var(--gr-blur);--button-secondary-2-color-disabled:var(--other-20);--button-secondary-2-border-width-disabled:0px;--button-secondary-2-border-disabled:transparent;--button-stroke-bg:linear-gradient(90deg,rgba(4,4,4,0.20),rgba(217,217,217,0.05));--button-stroke-color:var(--other-100);--button-stroke-border:var(--other-20);--button-stroke-bg-hover:var(--gr-secondary,linear-gradient(88deg,rgba(126,128,244,0.05) 0%,rgba(126,128,244,0.10) 100%));--button-stroke-border-hover:var(--secondary);--field-bg:var(--bg-secondary-2);--field-text:var(--other-100);--field-placeholder:var(--other-60);--field-border-hover:var(--other-100);--field-border-focus:var(--secondary);--field-border-error:var(--error);--checkbox-label:var(--other-60);--checkbox-label-checked:var(--other-100);--checkbox-bg:var(--white);--checkbox-bg-hover:var(--white);--checkbox-border:var(--secondary);--checkbox-checked-bg:var(--primary);--checkbox-checked-border:var(--primary);--select-trigger-bg:var(--bg-secondary-2);--select-trigger-text:var(--other-100);--select-trigger-border-hover:var(--other-100);--select-trigger-border-open:var(--secondary);--select-chevron:var(--other-100);--select-dropdown-bg:var(--gr-blur);--select-dropdown-border:var(--other-20);--select-option-text:var(--other-80);--select-option-hover-text:var(--other-100);--select-option-hover-bg:var(--other-20-inv);--select-option-active:var(--secondary);--radius-button:100px;--radius-input:30px;--space-1:clamp(4px,0.5vw,8px);--space-2:clamp(8px,1vw,12px);--space-3:clamp(12px,1.5vw,16px);--space-4:clamp(16px,2vw,24px);--space-5:clamp(24px,3vw,32px);--space-6:clamp(32px,4vw,48px);--header-height:69px;--reveal-distance:48px;--reveal-duration:0.9s;--reveal-opacity-duration:0.7s;--reveal-ease:cubic-bezier(0.22,1,0.36,1);--reveal-fade:cubic-bezier(0.2,0.8,0.2,1)}:root[data-theme=light]{color-scheme:light;--secondary:#7E80F4;--primary:#5355EE;--bg-secondary-2:#E3E3E3;--bg-secondary-1:#F2F2F2;--bg-primary:#FFFEFA;--error:#F47E80;--primary-dark:#1B1B43;--white:#FFFFFF;--other-100:#262626;--other-80:rgba(38,38,38,0.8);--other-60:rgba(38,38,38,0.6);--other-40:rgba(38,38,38,0.4);--other-20:rgba(38,38,38,0.2);--other-100-inv:#D9D9D9;--other-80-inv:rgba(217,217,217,0.8);--other-60-inv:rgba(217,217,217,0.6);--other-40-inv:rgba(217,217,217,0.4);--other-20-inv:rgba(217,217,217,0.2);--gr-blur:linear-gradient(206deg,rgba(217,217,217,0.10),rgba(217,217,217,0.05));--gr-blur-inv:linear-gradient(206deg,rgba(38,38,38,0.10),rgba(38,38,38,0.05))}@media(max-width:767px){:root{--header-height:60px}}*{box-sizing:border-box;padding:0;margin:0}html{width:100%;scrollbar-gutter:stable;scroll-padding-top:80px}body{position:relative;display:flex;flex-direction:column;min-height:var(--app-height,100vh);align-items:center;overflow-x:hidden;background-color:var(--bg-primary)}a{cursor:pointer}body,html{font-size:16px;color:var(--other-100);font-family:Jost,sans-serif;font-display:swap;font-weight:300;font-feature-settings:"liga" off,"clig" off}:root.theme-switching a,:root.theme-switching article,:root.theme-switching body,:root.theme-switching button,:root.theme-switching circle,:root.theme-switching div,:root.theme-switching footer,:root.theme-switching h1,:root.theme-switching h2,:root.theme-switching h3,:root.theme-switching h4,:root.theme-switching h5,:root.theme-switching h6,:root.theme-switching header,:root.theme-switching input,:root.theme-switching label,:root.theme-switching li,:root.theme-switching main,:root.theme-switching nav,:root.theme-switching ol,:root.theme-switching p,:root.theme-switching path,:root.theme-switching rect,:root.theme-switching section,:root.theme-switching select,:root.theme-switching span,:root.theme-switching svg,:root.theme-switching textarea,:root.theme-switching ul{transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,fill .22s ease,stroke .22s ease}main{position:relative;flex:1 0 auto;display:block;margin-top:var(--header-height)}@keyframes gentleFlicker{0%{opacity:1}20%{opacity:.92}40%{opacity:.98}60%{opacity:.94}80%{opacity:.99}to{opacity:1}}@keyframes fadeInSlide{0%{transform:translateY(-450px);opacity:0}to{transform:translateY(0);opacity:1}}body.intro-before-shape:before{content:"";position:absolute;width:100%;height:900px;top:-150px;opacity:0;background:radial-gradient(100% 50% at 50% 0,#5355EE 0,rgba(83,85,238,0) 100%),radial-gradient(178.78% 178.78% at 50% 0,#040404 0,#040404 35%,rgba(4,4,4,0) 100%);background-size:cover;background-repeat:no-repeat;background-position:50%;animation:fadeInSlide 2s ease-out forwards,gentleFlicker 22s ease-in-out 2s infinite}:root[data-theme=light] body.intro-before-shape:before{display:none;animation:none}footer{margin-top:auto}.mainWrapper{min-height:var(--app-height,100vh);width:100%;max-width:1920px;margin:0 auto}.fw400{font-weight:400}.nowrap{white-space:nowrap}body::-webkit-scrollbar{width:5px;height:20px}body::-webkit-scrollbar-track{background-color:rgba(255,255,255,.2)}body::-webkit-scrollbar-thumb{background-color:var(--other-100,#D9D9D9);border-radius:10px}body::-webkit-scrollbar-thumb:hover{background-color:var(--other-100,#d9d9d9a1)}button{cursor:pointer}button,input{font-family:Jost,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}.color-primary{color:var(--secondary)}.bottomToTop,.leftToRight,.leftToRightDown,.leftToRightUp,.rightToLeft,.rightToLeftDown,.rightToLeftUp,.topToBottom{opacity:0;transform:translate3d(var(--reveal-x,0),var(--reveal-y,0),0) scale(.985);transition:opacity var(--reveal-opacity-duration) var(--reveal-fade),transform var(--reveal-duration) var(--reveal-ease);will-change:opacity,transform}.bottomToTop{--reveal-y:var(--reveal-distance)}.topToBottom{--reveal-y:calc(var(--reveal-distance) * -1)}.rightToLeft{--reveal-x:var(--reveal-distance)}.leftToRight,.leftToRightUp{--reveal-x:calc(var(--reveal-distance) * -1)}.leftToRightUp{--reveal-y:var(--reveal-distance)}.leftToRightDown{--reveal-x:calc(var(--reveal-distance) * -1);--reveal-y:calc(var(--reveal-distance) * -1)}.rightToLeftUp{--reveal-x:var(--reveal-distance);--reveal-y:var(--reveal-distance)}.rightToLeftDown{--reveal-x:var(--reveal-distance);--reveal-y:calc(var(--reveal-distance) * -1)}.fadeIn{opacity:0;transform:scale(.985);transition:opacity var(--reveal-opacity-duration) var(--reveal-fade),transform var(--reveal-duration) var(--reveal-ease)}@keyframes bottomToTopOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}.bottomToTopOut.visible{animation:bottomToTopOut .5s ease-in 2s forwards}.visible{position:relative;z-index:1;opacity:1;transform:translateZ(0) scale(1)}.noScroll{overflow:hidden!important;height:var(--app-height,100vh)}.swiper-button-disabled{opacity:.25}.swiper{width:100%;height:100%}.blogSlider .swiper-slide{height:auto}.swiperKits .swiper-slide{padding:12px;opacity:0!important}.swiperKits .swiper-slide-next,.swiperKits .swiper-slide-prev{transition:all .9s;opacity:.4!important}.swiperKits .swiper-slide-active{opacity:1!important}.container{width:100%;max-width:1440px;margin:0 auto;padding-left:40px;padding-right:40px}.seoHidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0,0,0,0);overflow:hidden}.basic-large-txt,.basic-txt,.small-txt{line-height:1.5}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:400;font-display:swap}.h1{font-size:clamp(30px,5vw,64px);text-transform:uppercase;font-weight:600}.h1,.h2{color:#fff;font-family:var(--font-tektur),sans-serif}.h2{font-size:clamp(30px,4vw,58px);font-weight:400}.h3{font-size:clamp(22px,4vw,36px)}.large-txt{font-size:30px}.basic-large-txt{font-size:24px}.basic-txt{font-size:16px}.small-txt{font-size:14px}.tabBtn{padding:13px 32px;border-radius:51px;border:2px solid #0089bf;color:var(--secondary);font-size:24px;font-weight:400;line-height:120%;background-color:initial;transition:all .3s;text-transform:capitalize}.tabBtn:hover{color:var(--primary);border-color:var(--primary)}.tagArticle{padding:6px 20px;border-radius:51px;color:var(--bg-primary);font-weight:300;line-height:120%;background-color:var(--other-100);transition:all .3s}@media (max-width:1023px){.tabBtn{font-size:16px;padding:8px 24px}}.productSwiper .swiper-slide{transition:all .5s}.productSwiper .swiper-slide-active{opacity:1;transform:translateY(0) translateZ(0);position:relative;z-index:10}.page-transition-wrapper{position:relative;width:100%;min-height:var(--app-height,100vh)}.page{width:100%;height:100%;will-change:opacity,transform;top:0;left:0}.slideActiveTxtAnimate{opacity:0;transform:translateY(10px);transition:opacity .3s ease-out,transform .3s ease-out}.swiper-slide-active .slideActiveTxtAnimate{opacity:1;transform:translateY(0);transition:opacity 1s ease-in,transform 1s ease-in}@supports (-webkit-touch-callout:none){body{-webkit-overflow-scrolling:touch}*{touch-action:manipulation}}@supports (overscroll-behavior:contain){html{overscroll-behavior:contain}}@media (hover:none) and (pointer:coarse){.left,.right,.section,[class*=slide],[style*=transform]{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.visible{transition-duration:.4s!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.bottomToTop,.leftToRight,.leftToRightDown,.leftToRightUp,.rightToLeft,.rightToLeftDown,.rightToLeftUp,.topToBottom{transform:none!important;filter:none!important}}:root[data-low-end=true],body[data-low-end=true]{*{will-change:auto!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bottomToTop,.leftToRight,.rightToLeft,.topToBottom{opacity:1!important;transform:none!important;filter:none!important}.visible{transition:none!important}}body{overscroll-behavior-y:none}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b8c37bb59076c047-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/5bbac197f803cc34-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Jost;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9dd75fadc5b3df29-s.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-family:Jost Fallback;src:local("Arial");ascent-override:111.45%;descent-override:39.06%;line-gap-override:0.00%;size-adjust:96.01%}.__className_c57952{font-family:Jost,Jost Fallback;font-style:normal}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/451439596e81896f-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2c3b3251faef3026-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9179b972b1144d49-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/12d76355cba5cee2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a1fd971284af61a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Tektur;font-style:normal;font-weight:400 900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82f7ddb31651de82-s.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-family:Tektur Fallback;src:local("Arial");ascent-override:90.61%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:110.36%}.__className_b64530{font-family:Tektur,Tektur Fallback;font-style:normal}.__variable_b64530{--font-tektur:"Tektur","Tektur Fallback"}.style_footer__yp0Iz{width:100%;padding:80px 0 48px;color:var(--other-100);position:relative;z-index:1}:root[data-theme=light] .style_footer__yp0Iz{background:#FFFEFA}.style_body__URuH5{display:flex;gap:56px;justify-content:space-between;align-items:stretch}.style_cardsSection__Q8ug1,.style_linksSection__K_5xA{flex:1 1;min-width:0}.style_cardsSection__Q8ug1{max-width:660px}.style_linksSection__K_5xA{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:var(--space-6)}.style_cardGroup__CdCq4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.style_companyCard__DqQBw{min-height:312px;padding:28px;border-radius:28px;display:flex;flex-direction:column;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.style_darkCard__YbEQr{background:radial-gradient(circle at top right,rgba(255,255,255,.04),transparent 32%),linear-gradient(145deg,#1b1b1b,#111111);color:rgba(255,255,255,.86)}.style_vibroCard__ce3ai{background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 30%),linear-gradient(180deg,#6866ff,#5754f0);color:#f7f6ff}.style_cardHeader__9eovT{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:18px;width:100%}.style_companyLogo__jmCSA{display:block;width:auto;height:auto;max-width:100%;flex-shrink:0}.style_socials__u9TEf{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:10px;margin-left:auto;flex-shrink:0}.style_socialButton__3LL74{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;transition:transform .25s ease,opacity .25s ease}.style_socialButton__3LL74:hover{opacity:.82}.style_socialIcon__y8su2{width:30px;height:30px}.style_cardText__umpU8{margin-top:auto;padding-top:20px;display:flex;flex-direction:column;gap:14px;font-size:clamp(14px,1.18vw,16px);font-style:normal;font-weight:300;line-height:1.24;color:inherit}.style_cardText__umpU8 a,.style_cardText__umpU8 p{margin:0;color:inherit;text-decoration:none;font-weight:300}.style_cardText__umpU8 a{transition:opacity .25s ease}.style_cardText__umpU8 a:hover{opacity:.82}.style_siteButton__kewBu{margin-top:24px;min-height:68px;padding:14px 18px;border-radius:22px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);backdrop-filter:blur(16px);color:inherit;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease}.style_siteButton__kewBu:hover{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.08)}.style_siteButtonIcon__F8ayY{display:flex;align-items:center;justify-content:center}.style_siteButtonLogo__9jp59{width:31px;height:31px}.style_siteButtonLabel__2EY0t{min-width:0;font-size:16px;font-weight:300;line-height:1.1;letter-spacing:-.01em;word-break:break-word}.style_arrow__sEh4N{opacity:.82;transform:rotate(-45deg);transition:transform .25s ease,opacity .25s ease}.style_arrow__sEh4N path{fill:var(--secondary,#7E80F4)}.style_siteButton__kewBu:hover .style_arrow__sEh4N{transform:translate(3px,-3px) rotate(-45deg);opacity:1}.style_linksGroup__79VC3{position:relative;z-index:2;display:flex;gap:64px;max-width:460px;margin-left:auto}.style_linksColumn__rdeUw{min-width:160px}.style_linksTitle__JVRs1{font-family:var(--font-tektur),sans-serif;font-size:32px;font-weight:400;margin-bottom:20px}.style_linksList__NUbZB{display:flex;flex-direction:column;gap:12px}.style_linksList__NUbZB a{color:var(--other-100);font-size:16px;transition:color .3s ease;line-height:1}.style_linksList__NUbZB a:hover{color:var(--primary)}.style_bottomRow__o1xTZ{width:100%;display:flex;justify-content:space-between;align-items:flex-end;font-size:14px;letter-spacing:.08em;color:var(--other-60);text-transform:uppercase;margin-top:var(--space-6);opacity:.6;max-width:440px;margin-left:auto}@media (max-width:1240px){.style_body__URuH5{gap:40px}.style_cardGroup__CdCq4{gap:20px;display:flex;flex-direction:column-reverse}.style_companyCard__DqQBw{min-height:0;padding:24px}.style_linksGroup__79VC3{gap:40px}}@media (max-width:1024px){.style_body__URuH5{flex-direction:column}.style_bottomRow__o1xTZ,.style_linksGroup__79VC3{max-width:100%}}@media (max-width:767px){.style_footer__yp0Iz{padding:60px 0 32px}.style_linksGroup__79VC3{width:100%;justify-content:space-between;display:flex;flex-direction:column}.style_companyCard__DqQBw{padding:24px 22px;border-radius:24px}.style_cardHeader__9eovT{gap:20px;flex-direction:column}.style_companyLogo__jmCSA{max-width:200px}.style_socials__u9TEf{gap:18px;margin-right:auto}.style_socialIcon__y8su2{width:42px;height:42px}.style_cardText__umpU8{gap:12px;font-size:17px}.style_siteButton__kewBu{min-height:62px;padding:14px 16px;border-radius:20px}.style_siteButtonLabel__2EY0t{font-size:16px}.style_bottomRow__o1xTZ{margin-top:10px;flex-direction:column;align-items:flex-start;text-align:left;gap:20px}}.styles_headerWrap__F58cn{width:100%;max-width:1920px;margin:0 auto;z-index:10000;transition:all .3s;position:fixed;left:50%;transform:translateX(-50%);padding-left:40px;padding-right:40px;height:var(--header-height)}.styles_header__HzyzN{height:100%}.styles_headerWrap__F58cn:before{content:"";position:absolute;top:0;background:rgba(0,0,0,.05);box-shadow:0 5px 20px 0 rgba(0,0,0,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);height:var(--header-height);width:300vw;left:-50%;pointer-events:none}:root[data-theme=light] .styles_headerWrap__F58cn:before{background:rgba(255,255,255,.05);box-shadow:0 5px 20px 0 rgba(255,255,255,.05)}.styles_logo__Nxll_{flex-shrink:0;position:relative;z-index:1000;display:block;width:auto;height:43px;max-width:none}.styles_logo__Nxll_ path{fill:var(--other-100)}.styles_logoLink__VB0dM{background-color:initial;border:none;flex-shrink:0;display:flex;align-items:center;cursor:pointer;padding:0;line-height:0}.styles_headerContent__wiZ45{margin:0 auto;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;z-index:1;gap:var(--space-3);transition:all .3s}.styles_headerContentRight__iS7Vi{position:relative;z-index:1000;flex-basis:20%;display:flex;gap:20px;justify-content:flex-end;align-items:center;flex-shrink:0}.styles_themeToggle__iYvMd{position:relative;z-index:1}.styles_headerContentLeft__K_TxR{flex-basis:20%;display:flex;align-items:center}.styles_phone__pfjvj{font-weight:300;font-size:16px;line-height:1;white-space:nowrap;transition:all .3s}.styles_phone__pfjvj:hover{color:var(--secondary)}.styles_links__rSZR4{position:relative;display:flex;align-items:center;gap:40px}.styles_btnLinks__FUk_2{display:flex;align-items:center;gap:24px}.styles_downloadBtn__nmt_W{display:block;width:100%;max-width:200px}.styles_mobileMenuBtn__F_cbI{background-color:initial;border:none;display:none;padding:0}.styles_burger__75nUY{display:flex;flex-direction:column;gap:6px}.styles_burgerLine__uW25d{width:24px;height:2px;background-color:var(--other-100);border-radius:1px}.styles_mobileLogo__2ru9Z{display:none}.styles_headerWrap_pos__RhNor{top:0;backdrop-filter:blur(10px)}.styles_headerWrap_pos__RhNor .styles_headerContent__wiZ45{border-top-left-radius:0;border-top-right-radius:0}.styles_logoTechLink__TCx2s{display:flex;justify-content:center;align-items:center;transition:all .3s}.styles_logoTechLink__TCx2s:hover{opacity:.8}.styles_logoTech___boOV{max-width:120px}@media (max-width:1023px){.styles_headerWrap__F58cn{top:0}.styles_nav__2ZCmF{display:none!important}.styles_mobileMenuBtn__F_cbI{display:flex;align-items:center;justify-content:center;width:36px;height:36px}.styles_btn__ozB6p{margin-left:auto;margin-right:16px}.styles_header__HzyzN .styles_downloadBtn__nmt_W{padding-left:20px;padding-right:20px}.styles_phone__pfjvj{display:none}}@media(max-width:767px){.styles_logoTech___boOV{display:none}.styles_headerContentRight__iS7Vi{gap:12px}.styles_headerContentLeft__K_TxR{flex-basis:40%}}.styles_navigation__7uCQk{display:flex;align-items:center;gap:12px;position:relative}.styles_dropdownNav__P5emE{position:relative}.styles_dropdownButtonWrapper__e9gr_{position:relative;z-index:1000}.styles_dropdownButton__tCFeK{display:flex;gap:8px;border:none;background-color:initial;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease,border-color .2s ease;padding:14px 40px 14px 16px}.styles_dropdownButton__tCFeK,.styles_navLink__eHQ7n{align-items:center;color:var(--other-60);font-size:20px;font-weight:400;border-radius:14px;position:relative}.styles_navLink__eHQ7n{z-index:1000;display:inline-flex;padding:14px 16px;border:1px solid transparent;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease}.styles_navLinkActive__sNrgf,.styles_navLink__eHQ7n:focus-visible,.styles_navLink__eHQ7n:hover{color:var(--other-100)}.styles_dropdownButtonDisabled__oaTk9{opacity:.5;cursor:default;pointer-events:none}.styles_noArrow__scuoq:after{display:none}.styles_comingSoon__a1gg5{opacity:.3;pointer-events:none;cursor:default}.styles_disabled__GBxo_{opacity:.4;pointer-events:none;cursor:default}.styles_dropdownButton__tCFeK.styles_open__W_eYs,.styles_dropdownButton__tCFeK:hover{color:var(--other-100)}.styles_dropdownButton__tCFeK.styles_open__W_eYs .styles_buttonText__ifLhG{opacity:1}.styles_buttonText__ifLhG{white-space:nowrap;letter-spacing:.2px;transition:all .3s}.styles_caret__y4Ugz{width:16px;height:16px;transform:rotate(-90deg);transition:transform .2s ease;opacity:.8}.styles_caretOpen__Dw5NN{transform:rotate(90deg)}.styles_dropdownMenu__p2ffU{position:fixed;left:50%;transform:translateX(-50%) translateY(-10px);width:100%;max-width:1920px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .25s ease;z-index:900;padding:20px 0}.styles_dropdownMenu__p2ffU:before{content:"";position:absolute;top:-100px;left:-20px;right:-20px;bottom:0;background:linear-gradient(180deg,var(--bg-primary) 50.46%,var(--bg-secondary-1) 100%);border-bottom-right-radius:20px;border-bottom-left-radius:20px;z-index:-1}.styles_dropdownMenu__p2ffU.styles_show__gVicd{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}.styles_dropdownMenu__p2ffU.styles_hide__vmvfm{opacity:0;transform:translateX(-50%) translateY(-10px)}.styles_dropdownMenu__p2ffU.styles_animating__Vzvve{pointer-events:none}.styles_dropdownInner__H3DFi{position:relative;z-index:1;display:grid;grid-template-columns:3fr 1fr;gap:26px;align-items:flex-start;width:100%;max-width:90%;margin:0 auto}.styles_columnsGrid__l_2Hn{display:flex;gap:40px;padding-left:30px}.styles_columnsHidden__cp5WF{display:none}.styles_column__PuML_{width:fit-content;position:relative;padding:6px}.styles_columnHeading__tIXbN{display:flex;align-items:center;gap:10px;font-weight:600;margin-bottom:14px;color:var(--other-100);letter-spacing:.3px}.styles_columnIcon__ev2Ob{position:absolute;left:-29px;width:26px;height:26px}.styles_columnTitle__hmWoT{font-size:clamp(14px,2vw,18px);line-height:1.2}@media (max-width:1440px){.styles_columnTitle__hmWoT{font-size:clamp(14px,2vw,16px)}}.styles_columnLinks__g3NnH{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.styles_dropdownLink__4zpxl{display:flex;align-items:center;gap:8px;padding:10px 0;color:var(--other-80);border-radius:12px;transition:color .2s ease,background .2s ease,transform .2s ease;position:relative;line-height:1.3}.styles_dropdownLink__4zpxl.styles_active__czq71,.styles_dropdownLink__4zpxl:focus-visible,.styles_dropdownLink__4zpxl:hover{color:var(--other-100)}.styles_hasChildren__z0c_l{justify-content:space-between}.styles_linkText__x5ApJ{order:0;font-size:14px}.styles_linkArrow__4_eTv{transform:rotate(-90deg);opacity:.6;order:2}.styles_inlineChildren__358RW{margin:8px 0 0 6px;padding-left:12px;border-left:1px solid var(--other-20);display:flex;flex-direction:column;gap:6px}.styles_childLink__pmSTp{display:inline-flex;align-items:center;gap:8px;color:var(--other-80);font-size:14px;padding:6px 0;position:relative;line-height:1.3}.styles_childLink__pmSTp:focus-visible,.styles_childLink__pmSTp:hover{color:var(--other-100)}.styles_sidePanels__FGz8h{display:flex;flex-direction:column;gap:14px;min-width:280px;border-radius:20px}.styles_sidePanelsActive__dCSuJ{gap:18px}.styles_childPanel__sYyiz{background:var(--bg-secondary-2);border:1px solid var(--other-20);border-radius:16px;padding:14px 16px;box-shadow:inset 0 1px 0 var(--other-20);min-height:160px;border-radius:20px;overflow:hidden}.styles_childPanelMobile___tO9u{width:100%}.styles_childTitleRow__3Zcle{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--other-100)}.styles_childTitle__VJDIG{font-size:16px;font-weight:500}.styles_childLinks___m0KE{display:flex;flex-direction:column;gap:6px}.styles_backButton__0T79y{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid var(--other-20);color:var(--other-100);font-size:14px;text-transform:uppercase;letter-spacing:.4px;background:var(--bg-secondary-2);border-radius:12px;padding:10px 12px}.styles_backArrow__T0Npb{transform:rotate(180deg);width:18px;height:18px}.styles_highlightCard__Xf_Og{position:relative;display:grid;grid-template-columns:120px 1fr;gap:14px;padding:14px;border-radius:16px;background:var(--bg-secondary-2);border:1px solid var(--other-20);color:var(--other-100);transition:transform .2s ease,border .2s ease,background .2s ease}.styles_highlightCard__Xf_Og:hover{border-color:var(--secondary);background:color-mix(in srgb,var(--primary) 8%,var(--bg-secondary-2))}.styles_compactCard__JHanR{grid-template-columns:1fr}.styles_highlightImage__derqz{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:20px}.styles_highlightBody__MI0Ri{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;gap:8px;gap:calc(var(--space-6)*2)}.styles_highlightTitle__ju4SJ{font-size:16px;font-weight:600}.styles_highlightDescription___gi0g{font-size:14px;color:var(--other-80);line-height:1.4}.styles_highlightCta__zba_X{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.styles_ctaArrow__wsh__{width:16px;height:16px}.styles_cardWithBadge__4lX_W:after,.styles_withBadge__8hn_0:after{content:attr(data-badge);display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:11px;font-weight:600;letter-spacing:.4px;color:var(--white);background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);border-radius:999px;text-transform:uppercase;order:1}.styles_cardWithBadge__4lX_W:after{position:absolute;top:10px;right:10px}.styles_badge__JfZ4s{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;font-size:11px;line-height:1;font-weight:600;letter-spacing:.4px;color:var(--white);background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);border-radius:999px;text-transform:uppercase}.styles_badgeInline__qmCUW{position:relative;top:-1px}@media (max-width:1280px){.styles_dropdownInner__H3DFi{grid-template-columns:1fr}.styles_sidePanels__FGz8h{flex-direction:row;gap:12px}.styles_highlightCard__Xf_Og{flex:1 1}}@media (max-width:1023px){.styles_navigation__7uCQk{flex-direction:column;align-items:flex-start;width:100%;gap:14px}.styles_dropdownButton__tCFeK{width:100%;justify-content:space-between;padding:14px 12px;border-radius:12px;background:var(--bg-secondary-2);border:1px solid var(--other-20)}.styles_dropdownMenu__p2ffU{position:static;width:100%;padding:0}.styles_dropdownSurface__P6LEw{width:100%;max-width:none;padding:16px;border-radius:16px;background:var(--bg-secondary-1);border:1px solid var(--other-20);box-shadow:none}.styles_dropdownInner__H3DFi{display:flex;flex-direction:column;gap:12px}.styles_columnsGrid__l_2Hn{width:100%}.styles_columnsHidden__cp5WF{display:none}.styles_sidePanels__FGz8h{width:100%}.styles_highlightCard__Xf_Og{display:none;grid-template-columns:1fr;background:var(--bg-secondary-2);border-color:var(--other-20)}.styles_childPanelMobile___tO9u{background:var(--bg-secondary-1)}.styles_dropdownSurface__P6LEw:before{display:none}.styles_backButton__0T79y{background:var(--bg-secondary-2);border:1px solid var(--other-20);text-transform:none;font-weight:600}.styles_backArrow__T0Npb{width:16px;height:16px}}@media (max-width:767px){.styles_dropdownSurface__P6LEw{padding:16px 12px}.styles_dropdownLink__4zpxl{padding:10px}.styles_columnHeading__tIXbN{margin-bottom:8px}.styles_sidePanels__FGz8h{flex-direction:column}.styles_childPanel__sYyiz{order:-1}.styles_columnIcon__ev2Ob{left:auto;right:10px}}.styles_mobileLevels__wY_Sc{width:100%;display:flex;flex-direction:column;gap:12px}.styles_mobileNavigation__ZYPDQ{width:100%;margin-top:var(--space-6)}.styles_mobileTopBar__1REBD{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.styles_mobileSectionTitle__pqWbG{color:var(--other-100);font-weight:600;font-size:16px;flex:1 1}.styles_mobileRoot__PHbCu{display:flex;flex-direction:column;gap:10px}.styles_mobileRootItem__Ztm3f{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 12px;border-radius:12px;border:1px solid var(--other-20);background:var(--bg-secondary-2);color:var(--other-100)}.styles_mobileRootItem__Ztm3f:hover{border-color:var(--other-40)}.styles_mobileRootInfo__hz85S{display:inline-flex;align-items:center;gap:10px}.styles_mobileChevron__1kYdJ{opacity:.7;width:18px;height:18px}.styles_mobileLinksView__uW8AM{display:flex;flex-direction:column;gap:10px}.styles_mobileHeading__LmBWF{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--other-100);font-size:15px}.styles_mobileLinksList__dtu7r{display:flex;flex-direction:column;gap:8px}.styles_mobileLinkItem__8_Pr8{gap:8px;padding:12px 10px;background:var(--bg-secondary-1);text-align:left}.styles_mobileHighlightCard__WRPfB,.styles_mobileLinkItem__8_Pr8{display:flex;align-items:center;justify-content:space-between;border-radius:12px;border:1px solid var(--other-20);color:var(--other-100);text-decoration:none}.styles_mobileHighlightCard__WRPfB{position:relative;gap:10px;padding:12px 14px;background:var(--bg-secondary-2)}.styles_mobileHighlightText__UcVih{display:flex;flex-direction:column;gap:4px}@media(max-width:767px){.styles_mobileHighlightCard__WRPfB{display:none}}.styles_mobileMenu___x9GD{position:fixed;z-index:1000;top:calc(-1 * var(--header-height));bottom:0;left:0;width:100%;height:100%;backdrop-filter:blur(15px);display:none;flex-direction:column;opacity:0;pointer-events:none;transform:translateX(100%);transition:opacity .3s,transform .3s;padding:60px 20px 20px}.styles_mobileMenu___x9GD,.styles_mobileMenu___x9GD:before{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary-1) 100%)}.styles_mobileMenu___x9GD:before{content:"";position:absolute;width:200vw;left:-10%;height:100vh}.styles_logoLink__1CuY5{background-color:initial;border:none;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.styles_logo__hKqv_{max-width:140px}.styles_logo__hKqv_ path{fill:var(--other-100)}.styles_header__aRIWy{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.styles_closeBtn__DyTP7{background:none;display:flex;align-items:center;justify-content:center;border:none;color:var(--other-100)}body:has(.styles_showMenu__gZ6US){overflow:hidden}.styles_showMenu__gZ6US{z-index:1000;opacity:1;pointer-events:auto;transform:translateX(0)}.styles_hideMenu__mAe6X{opacity:0;pointer-events:none;transform:translateX(100%)}.styles_btn__Ddkfv.styles_btn__Ddkfv.styles_btn__Ddkfv{display:block;width:100%;max-width:100%;margin-top:20px}@media (max-width:1023px){.styles_mobileMenu___x9GD{display:flex}.styles_closeBtn__DyTP7{width:36px;height:36px}}.styles_toggle__yaOUE{--toggle-padding:3px;--toggle-gap:1px;position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--toggle-gap);width:83px;height:39px;padding:var(--toggle-padding);border-radius:120px;border:1px solid var(--other-20);background:var(--gr-blur);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-shrink:0;overflow:hidden;isolation:isolate}.styles_toggleLight__WcNe7{background:var(--gr-blur-inv)}.styles_thumb__xv6lI{position:absolute;top:var(--toggle-padding);left:var(--toggle-padding);z-index:0;width:calc((100% - (var(--toggle-padding) * 2) - var(--toggle-gap)) / 2);height:calc(100% - (var(--toggle-padding) * 2));border-radius:100px;background:var(--primary);transform:translateX(0);transition:transform .25s ease;will-change:transform;pointer-events:none}.styles_thumbLight__MN8vR{transform:translateX(calc(100% + var(--toggle-gap)))}:root.theme-switching .styles_thumb__xv6lI{transition:transform .25s ease,background-color .22s ease,border-color .22s ease}.styles_option__fzwwh{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:100px;background:transparent;cursor:pointer}.styles_option__fzwwh:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.styles_icon__3UlmN{display:block;width:16px;height:16px;transition:color .25s ease}.styles_icon__3UlmN path{transition:none}.styles_iconActive__3uONe{color:var(--white)}.styles_iconInactive__T6OnS{color:var(--other-40)}:root.theme-switching .styles_icon__3UlmN,:root.theme-switching .styles_icon__3UlmN path{transition:none}