:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.about-page{height:100%;min-height:100vh;min-height:100dvh;background:#000;color:#fff;padding:0;box-sizing:border-box;margin:0;display:flex;flex-direction:column;justify-content:center;contain:layout style paint}@supports (-webkit-touch-callout: none){.about-page{min-height:-webkit-fill-available}}@media (min-width: 769px){.about-page{height:100%;padding:0}}.about-page .container{padding:4rem 3rem 2rem;height:100%;display:flex;flex-direction:column;justify-content:center;max-width:1400px;margin:0 auto}.about-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:3.5rem;font-weight:600;line-height:1.1;margin-bottom:4rem;color:#fff;letter-spacing:-.02em}.about-features{display:flex;flex-direction:column;gap:0}.about-feature{display:grid;grid-template-columns:300px 1fr;gap:4rem;padding:3rem 0;border-top:1px solid rgba(255,255,255,.15)}.about-feature:first-child{border-top:none}.about-feature h2{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.25rem;font-weight:400;color:#ffffffe6;margin:0;line-height:1.6}.feature-content{display:flex;flex-direction:column;gap:1.5rem}.feature-content p{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.05rem;line-height:1.7;color:#ffffffb3;margin:0;max-width:650px}@media (max-width: 968px){.about-page .container{padding:5rem 2rem 2rem}.about-title{font-size:2.5rem;margin-bottom:3rem}.about-feature{grid-template-columns:180px 1fr;gap:2rem;padding:2rem 0}.about-feature h2{font-size:1rem}.feature-content p{font-size:.95rem}}@media (max-width: 768px){.about-page .container{padding:7rem 1.5rem 2rem;justify-content:flex-start}.about-title{font-size:2.75rem;font-weight:500;margin-bottom:3rem;line-height:1.05;letter-spacing:-.03em}.about-feature{display:grid;grid-template-columns:42% 1fr;gap:1rem;padding:1.75rem 0;border-top:1px solid rgba(255,255,255,.15);align-items:start}.about-feature:first-child{border-top:none;padding-top:0}.about-feature h2{font-size:.875rem;font-weight:400;color:#fffffff2;line-height:1.4}.feature-content{gap:1.25rem}.feature-content p{font-size:.875rem;line-height:1.55;color:#ffffffb3}}@media (max-width: 400px){.about-page .container{padding:6rem 1.25rem 1.5rem}.about-title{font-size:2.25rem;margin-bottom:2.5rem}.about-feature{grid-template-columns:38% 1fr;gap:.75rem;padding:1.5rem 0}.about-feature h2,.feature-content p{font-size:.8rem}}@media (max-height: 500px) and (orientation: landscape){.about-page{height:auto;min-height:100dvh;justify-content:flex-start;padding-top:60px}.about-page .container{padding:1rem 2rem;justify-content:flex-start}.about-title{font-size:1.75rem;margin-bottom:1rem;line-height:1.2}.about-feature{grid-template-columns:140px 1fr;gap:1.25rem;padding:.75rem 0}.about-feature h2{font-size:.8rem;line-height:1.3}.feature-content{gap:.625rem}.feature-content p{font-size:.8rem;line-height:1.4}}.build-with-us-page{min-height:auto;background:#000;color:#fff;position:relative;overscroll-behavior:none}.build-main-content{background:#000;padding-top:5rem;padding-bottom:2rem;position:relative;z-index:2;min-height:auto;display:flex;align-items:center}.build-container{max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;position:relative;width:100%}.build-hero{font-family:Helvetica Neue,Arial,sans-serif;font-size:2rem;font-weight:400;margin-bottom:2rem;color:#fff;letter-spacing:-.01em}.build-content-wrapper{display:grid;grid-template-columns:1fr 200px;gap:4rem;flex:1}.build-form{display:flex;flex-direction:column;gap:1.5rem;max-width:900px}.form-section{display:flex;flex-direction:column;gap:.75rem}.form-section-names{display:grid;grid-template-columns:1fr 1fr 2fr;gap:2rem}.form-section-contact,.form-section-messenger{display:flex;flex-direction:column;gap:.75rem;max-width:50%}.form-section-company{display:flex;flex-direction:column;gap:.75rem}.form-section-company .form-row-inline{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:50%}.form-section-company>.form-group{max-width:25%}.form-section-company .license-group{margin-top:.5rem}.form-group-goal{position:relative}.form-group-goal input{padding-right:40px}.desktop-only{display:block}.mobile-only{display:none}.form-group{position:relative}.form-group input,.form-group select{width:100%;background:transparent;border:none;border-bottom:.75px solid #FFF;color:#fff;padding:.6rem 0;font-size:.9rem;font-family:Helvetica Neue,Arial,sans-serif;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-bottom-color:#fff}.form-group input::placeholder{color:#fff6}.error-message{display:block;color:#ff6b6b;font-size:.75rem;margin-top:.25rem;font-family:Helvetica Neue,Arial,sans-serif}.input-error{border-bottom-color:#ff6b6b!important}.form-success{padding:2rem 0;max-width:650px}.form-success p{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.125rem;color:#8388f0;margin:0}.loading-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.submit-inline-btn{position:absolute;right:0;top:.3rem;background:transparent;border:none;color:#fff9;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .3s ease;-webkit-tap-highlight-color:transparent}.submit-inline-btn svg{width:15px;height:12px;transition:transform .3s ease}.submit-inline-btn:hover svg{transform:translate(5px)}.submit-inline-btn:hover{color:#fff}.submit-inline-btn:active,.submit-inline-btn:focus{outline:none}.submit-inline-btn:active svg{transform:translate(0)}.messenger-dropdown-trigger{width:100%;background:transparent;border:none;border-bottom:.75px solid #FFF;color:#ffffff80;padding:.6rem 0;font-family:Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:400;border-radius:0;line-height:normal;cursor:pointer!important;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .3s ease,color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:transparent}.messenger-dropdown-trigger:hover,.messenger-dropdown-trigger[data-state=open]{border-bottom-color:#fff;color:#fffc}.messenger-dropdown-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:10px;height:10px}.messenger-dropdown-arrow{width:10px;height:5px;flex-shrink:0;transition:transform .3s ease}.messenger-dropdown-trigger[data-state=open] .messenger-dropdown-arrow{transform:rotate(180deg)}.messenger-dropdown-content{z-index:1000;min-width:var(--radix-select-trigger-width);background:#1e1e1ebf;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border-radius:12px;padding:.5rem;box-shadow:0 8px 32px #0000004d;animation:messengerDropdownSlideIn .2s cubic-bezier(.16,1,.3,1)}@keyframes messengerDropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.messenger-dropdown-item{display:block;width:100%;padding:.75rem 1rem;color:#fff;font-family:Helvetica Neue,Arial,sans-serif;font-size:.9rem;font-weight:450;border-radius:8px;background:transparent;border:none;cursor:pointer;text-align:left;outline:none!important;box-shadow:none!important;transition:all .2s ease}.messenger-dropdown-item[data-highlighted],.messenger-dropdown-item:focus{background:transparent;color:#8388f0;transform:translate(2px);outline:none!important;box-shadow:none!important;border:none!important}.license-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.license-label{font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;color:#fff}.radio-group{display:flex;gap:1.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.radio-label input[type=radio]{width:16px;height:16px;margin:0;cursor:pointer;accent-color:#8388f0}.radio-label span{font-family:Helvetica Neue,Arial,sans-serif;color:#fffc}.sidebar-links{display:flex;flex-direction:column;justify-content:flex-end;height:100%;gap:1.5rem}.sidebar-main-links{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{font-family:Helvetica Neue,Arial,sans-serif;font-size:.95rem;color:#8388f0;text-decoration:none;transition:color .5s ease;display:inline-flex;align-items:center;gap:.3rem;width:fit-content}.sidebar-link .arrow-left{opacity:1;transition:opacity .5s ease}.sidebar-link .arrow-right{opacity:0;transition:opacity .5s ease}.sidebar-link:hover{color:#a5a9ff}@media (hover: hover){.sidebar-link:hover .arrow-left{opacity:0}.sidebar-link:hover .arrow-right{opacity:1}}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{font-family:Helvetica Neue,Arial,sans-serif;font-size:.9rem;color:#fff;text-decoration:none;transition:color .5s ease;display:inline-flex;align-items:center;gap:.3rem;width:fit-content}.social-link .arrow-left{opacity:1;transition:opacity .5s ease}.social-link .arrow-right{opacity:0;transition:opacity .5s ease}.social-link:hover{color:#a5a9ff}@media (hover: hover){.social-link:hover .arrow-left{opacity:0}.social-link:hover .arrow-right{opacity:1}}.sidebar-link .arrow-icon,.social-link .arrow-icon{width:11px;height:11px;display:block}@media (max-width: 1200px){.build-content-wrapper{grid-template-columns:1fr;gap:4rem}.sidebar-links{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:3rem;height:auto}.sidebar-main-links,.social-links{flex-direction:row;gap:1.5rem}}@media (max-width: 768px){.build-with-us-page{height:auto;min-height:auto}.build-main-content{padding-top:5rem;padding-bottom:0;min-height:auto;align-items:flex-start}.build-container{padding:0 1.5rem}.build-hero{font-size:2rem;font-weight:400;margin-bottom:2.5rem;line-height:1.2}.build-content-wrapper{gap:2.5rem}.build-form{max-width:100%;gap:0}.desktop-only{display:none!important}.mobile-only{display:block!important}.form-section{margin-bottom:45px}.form-section:last-child{margin-bottom:0}.form-section-names{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-section-contact{max-width:100%;gap:12px}.form-section-contact .form-group{width:100%}.form-section-messenger{max-width:100%;gap:12px}.form-section-messenger .form-group{width:100%}.form-section-company{gap:12px}.form-section-company .form-row-inline{max-width:100%;grid-template-columns:1fr 1fr;gap:1rem}.form-section-company>.form-group{max-width:100%}.form-section-company .license-group{margin-top:8px;flex-direction:row;align-items:center}.form-section-goal{margin-bottom:0}.form-section-goal .form-group-goal{width:100%}.sidebar-links{flex-direction:column;gap:1rem;height:auto;justify-content:flex-start}.sidebar-main-links{flex-direction:row;gap:1.5rem;flex-wrap:wrap}.sidebar-link{font-size:.9rem}.social-links{flex-direction:row;gap:1rem;flex-wrap:wrap}.social-link{font-size:.85rem}.submit-inline-btn{padding:.75rem}.submit-inline-btn svg{width:14px;height:11px}}@media (max-width: 400px){.build-hero{font-size:1.75rem}.form-section-names{grid-template-columns:1fr 1fr;gap:.75rem}.form-section-company .form-row-inline{gap:.75rem}.sidebar-main-links{gap:1rem}.social-links{gap:.75rem}}@media (max-height: 500px) and (orientation: landscape){.build-with-us-page{height:auto;min-height:100dvh;padding-top:60px}.build-main-content{padding:1rem 2rem;max-width:100%}.build-container{padding:0 2rem;max-width:1200px;margin:0 auto}.build-hero{font-size:1.75rem;margin-bottom:1.5rem;line-height:1.1}.build-content-wrapper{display:grid;grid-template-columns:1fr 200px;gap:3rem;align-items:start}.build-form{width:100%}.form-section{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group input,.form-group select{font-size:.9rem;padding:.625rem 0}.license-label{font-size:.85rem}.radio-group{display:flex;gap:2rem}.radio-label{font-size:.9rem}.sidebar-links{display:flex;flex-direction:column;gap:1.25rem;height:auto;position:sticky;top:80px}.sidebar-main-links{display:flex;flex-direction:column;gap:.875rem}.sidebar-link{font-size:.9rem}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{font-size:.85rem}.submit-btn{margin-top:1.5rem}}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;pointer-events:none;contain:strict;opacity:0;transition:opacity .8s ease-out}.video-background.loaded{opacity:1}.background-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%;width:auto;height:auto;object-fit:cover;opacity:.85}.video-background--low-end{transition:none;contain:layout style;overflow:hidden}.animated-gradient-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#f0f2f5,#e8eaed,#f5f6f8)}.gradient-blob{position:absolute;filter:blur(40px)}.gradient-blob--1{width:120%;height:35%;background:linear-gradient(90deg,#dcc8aa99,#f0f0f5cc,#d2d7e1b3,#f5f5facc,#c8b49680,#ebebf0b3);border-radius:40% 60% 70% 30%/40% 50% 60%;animation:wave-flow-1 14s ease-in-out infinite}.gradient-blob--2{width:100%;height:30%;background:linear-gradient(90deg,#ebebf0b3,#d7be9b99,#fafafccc,#c8af8c80,#e6e6ebb3);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:wave-flow-2 18s ease-in-out infinite;animation-delay:-4s}.gradient-blob--3{width:80%;height:25%;background:linear-gradient(90deg,#d2b48cb3,#f0dcbe99 30%,#faf5f080,#dcc3a099 70%,#c8aa82b3);border-radius:50% 50% 40% 60%/40% 60% 50% 50%;animation:wave-flow-3 16s ease-in-out infinite;animation-delay:-8s}.gradient-blob--4{width:90%;height:20%;background:linear-gradient(90deg,#c8d2e680,#f5f5fab3 40%,#d7c8af80,#e6ebf599);border-radius:70% 30% 50% 50%/50%;animation:wave-flow-4 20s ease-in-out infinite;animation-delay:-12s}@keyframes wave-flow-1{0%{top:20%;left:-60%;transform:rotate(-5deg) scaleX(1)}50%{top:40%;left:20%;transform:rotate(5deg) scaleX(1.1)}to{top:20%;left:-60%;transform:rotate(-5deg) scaleX(1)}}@keyframes wave-flow-2{0%{top:50%;left:-50%;transform:rotate(8deg)}50%{top:30%;left:30%;transform:rotate(-5deg)}to{top:50%;left:-50%;transform:rotate(8deg)}}@keyframes wave-flow-3{0%{top:35%;left:-40%;transform:rotate(-3deg)}50%{top:55%;left:40%;transform:rotate(7deg)}to{top:35%;left:-40%;transform:rotate(-3deg)}}@keyframes wave-flow-4{0%{top:60%;left:-45%;transform:rotate(5deg)}50%{top:25%;left:35%;transform:rotate(-8deg)}to{top:60%;left:-45%;transform:rotate(5deg)}}@media (prefers-reduced-motion: reduce){.background-video{display:none}.gradient-blob{animation:none}.animated-gradient-bg{background:linear-gradient(135deg,#f0f2f5,#e0e4ec,#d4d8e8,#e0e4ec,#f0f2f5)}}.solution-page{width:100%;height:100%;min-height:100vh;min-height:100dvh;background:transparent;padding:6rem 0 2rem;position:relative;overflow:hidden;box-sizing:border-box}@supports (-webkit-touch-callout: none){.solution-page{min-height:-webkit-fill-available}}.solution-page .video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.solution-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:#ffffffbf;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%)}.solution-hero{display:flex;gap:4rem;max-width:1400px;position:relative;z-index:10;padding:0 4rem;margin:0 auto;height:calc(100vh - 8rem);height:calc(100dvh - 8rem);align-items:flex-start}@supports (-webkit-touch-callout: none){.solution-hero{height:calc(-webkit-fill-available - 8rem)}}.solution-hero-left{display:flex;flex-direction:column;gap:1rem;width:320px;min-width:280px;z-index:10;flex-shrink:0;padding-top:0}.solution-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:3rem;font-weight:600;margin:0;color:#000;letter-spacing:-.02em}.solution-description{display:flex;flex-direction:column;gap:.75rem}.solution-description p{color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px;margin:0}.solution-hero-right{display:flex;flex-direction:column;flex:1;padding-top:5rem;box-sizing:border-box;max-width:700px}.solution-stats{display:flex;flex-direction:column;width:100%}.stat-row{display:grid;grid-template-columns:180px 1fr;gap:3rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06);align-items:baseline}.stat-row:first-child{padding-top:0}.stat-row:last-child{border-bottom:none;padding-bottom:0}.stat-label,.stat-value{color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(14px,.625vw + 8px,20px);font-style:normal;font-weight:300;line-height:1.2}@media (max-width: 1200px){.solution-hero{padding:0 2.5rem;gap:3rem}.solution-hero-left{width:280px;min-width:240px}.solution-title{font-size:2.8rem}.solution-hero-right{max-width:600px}.stat-row{grid-template-columns:140px 1fr;gap:2rem;padding:.75rem 0}.stat-label,.stat-value{font-size:clamp(14px,1.7vw + 0px,18px);line-height:1.25}}@media (max-width: 968px){.solution-page{padding:6rem 0 3rem}.solution-hero{flex-direction:column;gap:3rem;padding:0 2rem;height:auto}.solution-hero-left{position:relative;top:auto;width:100%;max-width:none}.solution-hero-right{flex:none;width:100%;padding-top:0}.solution-title{font-size:3.5rem}}@media (max-width: 768px){.solution-page{padding:5rem 0 3rem;height:auto;min-height:100vh;min-height:100dvh;overflow:visible;max-width:100%}@supports (-webkit-touch-callout: none){.solution-page{min-height:-webkit-fill-available}}.solution-page:before{background:#ffffffd9;backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%)}.solution-hero{flex-direction:column;gap:2.5rem;padding:0;height:auto;max-width:100%;overflow:visible}.solution-hero-left{position:relative;top:auto;width:100%;padding:0 1.5rem;gap:.5rem}.solution-title{font-size:3rem;font-weight:500;margin-bottom:0;letter-spacing:-.03em}.solution-description{gap:1rem}.solution-description p{color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:24px}.solution-hero-right{max-height:none;overflow:visible;padding-right:0;padding-bottom:2rem;padding-top:0;max-width:100%;width:100%}.solution-stats{width:100%;max-width:100%;overflow:visible}.stat-row{display:grid;grid-template-columns:42% 1fr;gap:1rem;padding:1.5rem;border-top:1px solid rgba(0,0,0,.1);border-bottom:none;align-items:start;width:100%;box-sizing:border-box}.stat-row:first-child{border-top:none}.stat-row:last-child{padding-bottom:1.5rem}.stat-label{color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:119%}.stat-value{font-size:.875rem;line-height:1.5;color:#000000b3}}@media (max-width: 400px){.solution-hero{padding:0;gap:2rem}.solution-hero-left{padding:0 1.25rem}.solution-title{font-size:2.5rem}.stat-row{grid-template-columns:38% 1fr;gap:.75rem;padding:1.25rem;box-sizing:border-box}.stat-label,.stat-value{font-size:.8rem}}@media (max-height: 500px) and (orientation: landscape){.solution-page{height:auto;min-height:100dvh;padding:60px 0 1rem;overflow-y:auto}.solution-hero{flex-direction:row;gap:1.5rem;padding:0 1.5rem;height:auto;align-items:flex-start}.solution-hero-left{width:240px;min-width:200px;padding-top:0}.solution-title{font-size:1.75rem;line-height:1.1}.solution-description p{font-size:.8rem;line-height:1.35}.solution-hero-right{flex:1;padding-top:0;max-width:500px}.stat-row{grid-template-columns:110px 1fr;gap:1.25rem;padding:.5rem 0}.stat-label,.stat-value{font-size:.8rem;line-height:1.35}}.cta-page{width:100%;min-height:100vh;min-height:100dvh;background:#0a0a0a;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center}.cta-page .cta-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem}.cta-page .cta-title{color:#fff;text-align:center;font-family:Helvetica Neue,Arial,sans-serif;font-size:66px;font-style:normal;font-weight:500;line-height:normal;margin:0;letter-spacing:-.02em;opacity:0;transform:translateY(30px)}.cta-page .cta-subtitle{color:#fff;text-align:center;font-family:Helvetica Neue,Arial,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:normal;margin:0;opacity:0;transform:translateY(30px)}.cta-page .cta-button-wrapper{margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;transform:translateY(30px)}.cta-page .cta-button{padding:.875rem 2.5rem;border:none;border-radius:0;border-bottom:1px solid #ffffff;background:transparent;outline:none;-webkit-tap-highlight-color:transparent;color:#fff;text-align:center;font-family:Helvetica Neue,Arial,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;text-decoration:none;transition:opacity .3s ease}.cta-page .cta-button:hover{opacity:.6}@media (max-width: 768px){.cta-page{min-height:100vh;min-height:100dvh;padding:0 1.5rem}.cta-page .cta-content{gap:.5rem;padding:2rem 0}.cta-page .cta-title{font-size:2.5rem;font-weight:500;line-height:1.1;letter-spacing:-.03em}.cta-page .cta-subtitle{font-size:1rem;opacity:.85;margin-top:.25rem}.cta-page .cta-button-wrapper{margin-top:1.25rem;gap:.25rem}.cta-page .cta-button{padding:.75rem 2rem;font-size:1rem}.cta-page .cta-button-line{width:180px}}@media (max-width: 400px){.cta-page .cta-title{font-size:2rem}.cta-page .cta-subtitle{font-size:.9375rem}.cta-page .cta-button-line{width:150px}}@media (max-height: 500px) and (orientation: landscape){.cta-page{min-height:100dvh;padding:60px 1.5rem .75rem}.cta-page .cta-content{gap:.4rem;padding:.75rem 0}.cta-page .cta-title{font-size:1.5rem;line-height:1.1}.cta-page .cta-subtitle{font-size:.85rem}.cta-page .cta-button-wrapper{margin-top:.625rem}.cta-page .cta-button{padding:.5rem 1.25rem;font-size:.85rem}.cta-page .cta-button-line{width:130px}}.glass-blinds-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;overflow:hidden}.glass-stripe{position:absolute;top:0;height:100%;background:linear-gradient(90deg,#fff0,#fff6 15%,#ffffffa6 40%,#ffffffbf,#ffffffa6 60%,#fff6 85%,#fff0);backdrop-filter:blur(12px) saturate(120%);-webkit-backdrop-filter:blur(12px) saturate(120%);box-shadow:0 0 18px 6px #ffffff40,0 0 40px 15px #ffffff26,inset 0 0 30px #fff3}.glass-stripe:before{content:"";position:absolute;top:0;left:-30%;width:160%;height:100%;background:radial-gradient(ellipse 40% 100% at 50% 50%,rgba(255,255,255,.15) 0%,transparent 70%);pointer-events:none}.glass-stripe:after{content:"";position:absolute;top:0;left:35%;width:30%;height:100%;background:#ffffff1a;filter:blur(2px);pointer-events:none}@media (max-width: 768px){.glass-stripe{filter:blur(1.7px);box-shadow:0 0 17px 7px #ffffff61,0 0 40px 17px #ffffff38,inset 0 0 28px #ffffff52}.glass-stripe:before{filter:blur(8px)}.glass-stripe:after{filter:blur(3.5px)}}.glass-blinds-container--low-end{will-change:auto}.glass-stripe--low-end{backdrop-filter:blur(10px) saturate(110%);-webkit-backdrop-filter:blur(10px) saturate(110%);background:linear-gradient(90deg,#fff0,#ffffff73 15%,#ffffffb3 40%,#fffc,#ffffffb3 60%,#ffffff73 85%,#fff0);box-shadow:0 0 15px 5px #ffffff4d,inset 0 0 20px #ffffff26}.glass-stripe--low-end:before{filter:blur(6px)}.glass-stripe--low-end:after{filter:blur(2px)}@media (prefers-reduced-motion: reduce){.glass-stripe{backdrop-filter:none;-webkit-backdrop-filter:none;filter:none;box-shadow:0 0 10px 3px #ffffff40}.glass-stripe:before,.glass-stripe:after{display:none}}.hero-section{position:relative;width:100%;height:100%;background:#f8f9fa;contain:layout style paint}.svg-filters{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.video-displaced{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;filter:url(#fractalGlassEffect)}.video-displaced--no-filter{filter:none}.frosted-glass-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:#ffffffd1;pointer-events:none}@media (max-width: 768px){.frosted-glass-overlay{background:#ffffffe0}}.hero-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 3rem;max-width:none}.hero-brand{display:flex;align-items:center;margin-bottom:2rem}.hero-logo{width:910px;height:238.659px;max-width:100%}.hero-tagline{font-size:40px;font-weight:500;font-style:normal;line-height:119%;color:#8388f0;margin:0;display:flex;align-items:center;gap:.2rem;min-height:2.5rem}.cursor-blink{animation:blink 1s step-end infinite;color:#8388f0;font-weight:300}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 1200px){.hero-content{padding:0 2rem}}@media (max-width: 900px){.hero-content{padding:0 2rem}}@media (max-width: 768px){.hero-content{padding:0 1.5rem;width:100%;box-sizing:border-box}.hero-brand{margin-bottom:1rem;width:100%}.hero-logo{width:100%;max-width:380px;height:auto}.hero-tagline{font-size:clamp(1rem,5vw,1.25rem);min-height:2rem}}@media (max-height: 500px) and (orientation: landscape){.hero-section{padding-top:60px}.hero-content{padding:0 2rem;justify-content:center}.hero-brand{margin-bottom:.75rem}.hero-logo{width:auto;max-width:45vw;max-height:20vh;height:auto}.hero-tagline{font-size:clamp(.9rem,2.5vw,1.25rem);min-height:1.25rem;line-height:1.3}.cursor-blink{font-size:.9em}}.hero-section--low-end{contain:layout style}.hero-section--low-end .video-displaced{filter:none!important}@media (prefers-reduced-motion: reduce){.video-displaced{filter:none!important}.cursor-blink{animation:none;opacity:1}}.managed-services-section{position:relative;width:100%;max-width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;background:#fff;overflow:hidden;overflow-x:hidden;overscroll-behavior-x:none;-webkit-overflow-scrolling:auto}.managed-services-container{position:absolute;top:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;max-width:1600px;margin:0 auto;padding:0 4rem;left:50%;transform:translate(-50%);width:100%}.managed-services-left{display:flex;align-items:center;padding-right:4rem;height:100vh;height:100svh}.managed-services-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(3rem,5vw,4.5rem);font-weight:600;line-height:1.1;color:#000;letter-spacing:-.03em;margin:0}.managed-services-right{position:relative;height:100vh;height:100svh;padding-left:4rem;cursor:default;overflow:hidden}.managed-services-right:hover .service-slide{transition:opacity .3s ease,filter .3s ease}.service-slide{position:absolute;left:4rem;right:2rem;display:flex;flex-direction:column;gap:1.5rem;will-change:transform,opacity,filter;top:0;cursor:pointer;transition:transform .3s ease}@media (hover: hover){.service-slide:hover{transform:translate(8px)}}.service-slide-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;line-height:1.3;color:#000;margin:0;letter-spacing:-.01em}.service-slide-description{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(1rem,1.2vw,1.15rem);font-weight:400;line-height:1.8;color:#555;margin:0;max-width:540px}.managed-services-mobile{display:none}@media (max-width: 1024px){.managed-services-container{padding:0 2rem}.managed-services-left{padding-right:2rem}.managed-services-right{padding-left:2rem}.service-slide{left:2rem;right:1rem}}@media (max-width: 768px){.managed-services-section{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;overflow-x:hidden;max-width:100vw}.managed-services-container{position:relative;display:flex;flex-direction:column;padding:5rem 0 0;gap:0;transform:none;left:0;height:100%;max-width:100vw;overflow:hidden}.managed-services-left{position:relative;top:auto;left:auto;right:auto;height:auto;padding:0 1.5rem;align-items:center;justify-content:center;margin-bottom:2rem}.managed-services-title{font-size:2.75rem;font-weight:500;text-align:center;width:100%;line-height:1.05}.managed-services-desktop{display:none!important}.managed-services-mobile{display:flex;flex-direction:column;flex:1;width:100%;max-width:100vw;overflow:hidden}.managed-services-swiper{width:100%;height:100%;display:flex;flex-direction:column}.managed-services-swiper .swiper-wrapper{flex:1;align-items:center}.managed-services-swiper .swiper-slide{display:flex;align-items:center;justify-content:center;height:auto!important}.mobile-service-item{display:flex;flex-direction:column;gap:1rem;text-align:center;padding:1rem 2rem;justify-content:center;box-sizing:border-box}.mobile-service-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0;letter-spacing:-.01em;color:#000}.mobile-service-description{font-family:Helvetica Neue,Arial,sans-serif;font-size:.95rem;font-weight:400;line-height:1.7;margin:0;color:#555}.managed-services-swiper .swiper-pagination{position:static!important;padding:1.5rem 0 2rem;width:100%}.managed-services-swiper .swiper-pagination-bullet{width:10px;height:10px;background:#0003;opacity:1;margin:0 6px}.managed-services-swiper .swiper-pagination-bullet-active{background:#8388f0;width:28px;border-radius:5px}}@media (max-width: 400px){.managed-services-container{padding:4.5rem 0 0}.managed-services-left{padding:0 1.25rem}.managed-services-title{font-size:2.25rem}.mobile-service-item{padding:1rem 1.5rem}.mobile-service-title{font-size:1.35rem}.mobile-service-description{font-size:.85rem}.managed-services-swiper .swiper-pagination{padding:1rem 0 1.5rem}}@media (max-height: 500px) and (orientation: landscape){.managed-services-section{height:auto;min-height:100dvh;overflow-y:auto;padding-top:60px}.managed-services-title{font-size:1.5rem;line-height:1.1;margin-bottom:1rem}.managed-services-swiper{padding:.75rem 1.5rem 1rem}.mobile-service-item{padding:1rem}.mobile-service-number{font-size:.65rem;padding:.3rem .7rem;margin-bottom:.5rem}.mobile-service-title{font-size:1.5rem;line-height:1.1;margin-bottom:.625rem}.mobile-service-description{font-size:.8rem;line-height:1.4}.managed-services-swiper .swiper-pagination{padding:.75rem 0 1rem}}.models-section{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;background:#fff;position:relative;z-index:2;box-sizing:border-box;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);isolation:isolate}.models-hero{padding:5rem 4rem 2rem;width:100%;flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start}.models-main-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:600;line-height:1.1;color:#000;letter-spacing:-.02em;margin:0;white-space:nowrap}.models-main-title-indent{padding-left:20rem}.models-title-desktop{display:block;opacity:0;transform:translateY(30px)}.models-title-mobile{display:none}.models-accordion{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.model-panel{display:flex;flex-direction:column;overflow:hidden;flex-shrink:0;transition:flex .4s ease;-webkit-transform:translateZ(0);transform:translateZ(0)}.model-panel:not(.is-open){flex:0 0 auto}.model-panel.is-open{flex:1 1 auto;min-height:0}.model-accordion-trigger{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1.25rem 4rem;background:transparent;border:none;cursor:pointer;text-align:left;outline:none;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:padding .3s ease}.model-accordion-trigger .model-title{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:700;line-height:1.2;margin:0;opacity:0;transform:translateY(20px)}.model-accordion-trigger .model-subtitle{font-family:Helvetica Neue,Arial,sans-serif;font-size:clamp(.875rem,1.1vw,1.125rem);font-weight:400;line-height:1.4;margin:0;opacity:0;transform:translateY(15px)}.model-accordion-content{display:none;overflow:hidden}.model-panel.is-open .model-accordion-content{display:flex;flex-direction:column;flex:1;animation:fadeSlideIn .5s ease forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.model-panel.is-open .model-description{animation:fadeSlideIn .4s ease .1s forwards;opacity:0}.model-panel.is-open .model-meta{animation:fadeSlideIn .4s ease .2s forwards;opacity:0}.model-panel.is-open .model-button{animation:fadeSlideIn .4s ease .3s forwards;opacity:0}.model-content-inner{display:flex;justify-content:space-between;width:100%;padding:.5rem 4rem 2rem;min-height:0;overflow:hidden}.model-right{display:flex;align-items:flex-end;flex-shrink:0;margin-left:2rem}.model-left{display:flex;flex-direction:column;gap:1rem;max-width:620px;min-width:0}.model-description{font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.35;margin:0;opacity:.9}.model-meta{display:flex;flex-direction:column;gap:.375rem;font-family:Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.4}.model-ideal{line-height:1.4}.model-ideal strong{font-weight:600}.model-time{display:flex;align-items:baseline;gap:.375rem;margin-top:.25rem}.time-label{font-family:Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400}.time-value{font-family:Helvetica Neue,Arial,sans-serif;font-size:1.375rem;font-weight:500}.model-button{padding:1rem 4rem;border-radius:50px;border:1.5px solid currentColor;background:transparent;font-family:Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease,color .3s ease;white-space:nowrap}.model-panel.light{background:#e8e8e8;color:#000}.model-panel.light .model-accordion-trigger .model-title,.model-panel.light .model-accordion-trigger .model-subtitle{color:#000}.model-panel.dark{background:#0a0a0a;color:#fff}.model-panel.dark .model-accordion-trigger .model-title,.model-panel.dark .model-accordion-trigger .model-subtitle{color:#fff}.model-panel.accent{background:#8388f0;color:#fff}.model-panel.accent .model-accordion-trigger .model-title,.model-panel.accent .model-accordion-trigger .model-subtitle{color:#fff}.model-panel.light .model-button{color:#000;border-color:#000}.model-panel.dark .model-button,.model-panel.accent .model-button{color:#fff;border-color:#fff}.model-panel.light .model-button:hover{background:#000;color:#fff}.model-panel.dark .model-button:hover{background:#fff;color:#0a0a0a}.model-panel.accent .model-button:hover{background:#fff;color:#8388f0}@media (max-width: 1024px) and (min-width: 769px){.models-hero{padding:5rem 2.5rem 1.5rem}.models-main-title-indent{padding-left:10rem}.model-accordion-trigger{padding:1rem 2.5rem}.model-content-inner{padding:0 2.5rem 2rem}.model-left{max-width:500px}.model-button{padding:.875rem 3rem}}@media (max-width: 768px){.models-section{height:100vh;height:100dvh;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.models-hero{padding:4rem 1.5rem .5rem}.models-title-desktop{display:none!important}.models-title-mobile{display:flex;flex-direction:column;width:100%}.models-title-line{display:block;color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:2rem;font-weight:600;line-height:1.05;opacity:0;transform:translateY(30px)}.models-title-left{text-align:left}.models-title-right{text-align:right}.models-main-title-indent{padding-left:0}.model-accordion-trigger{padding:.625rem 1.5rem;gap:.125rem}.model-accordion-trigger .model-title{font-size:1.25rem}.model-accordion-trigger .model-subtitle{font-size:.75rem}.model-content-inner{padding:0 1.5rem .75rem;flex-direction:column;gap:.5rem}.model-left{max-width:100%;gap:.5rem}.model-description{font-size:12px;line-height:1.4}.model-meta{font-size:12px;gap:.25rem}.model-ideal{line-height:1.3}.time-label{font-size:11px}.time-value{font-size:1rem}.model-right{align-self:flex-start;margin-left:0;margin-top:.25rem}.model-button{padding:.625rem 2rem;font-size:.875rem}}@media (max-width: 400px){.models-hero{padding:3.5rem 1.25rem .25rem}.models-title-line{font-size:1.75rem}.model-accordion-trigger{padding:.5rem 1.25rem}.model-accordion-trigger .model-title{font-size:1.125rem}.model-accordion-trigger .model-subtitle{font-size:.7rem}.model-content-inner{padding:0 1.25rem .5rem;gap:.375rem}.model-description{font-size:11px;line-height:1.35}.model-meta{font-size:11px}.time-value{font-size:1rem}.model-button{padding:.5rem 1.75rem;font-size:.8125rem}}@media (max-height: 500px) and (orientation: landscape){.models-section{min-height:auto;height:auto;padding-top:60px}.models-hero{padding:1rem 2rem .375rem}.models-main-title{font-size:1.5rem;line-height:1.1}.models-main-title-indent{padding-left:5rem}.models-title-desktop{display:block!important}.models-title-mobile{display:none!important}.model-accordion-trigger{padding:.5rem 2rem;gap:.125rem}.model-accordion-trigger .model-title{font-size:1.125rem;line-height:1.2}.model-accordion-trigger .model-subtitle{font-size:.75rem;line-height:1.3}.model-content-inner{padding:.25rem 2rem .75rem}.model-description{font-size:12px;line-height:1.35}.model-meta{flex-direction:row;gap:1.25rem;font-size:12px}.time-value{font-size:1rem}.model-button{padding:.625rem 2rem;font-size:.8rem}}.fullpage-container{width:100%;background:#fff;overflow-x:hidden;overscroll-behavior-x:none}.v-section{width:100%;min-height:100vh;position:relative}.v-section--hero{height:100vh;background:#000}.v-section--about{height:100vh;height:100dvh;background:#000}@supports (-webkit-touch-callout: none){.v-section--about{height:-webkit-fill-available}}.v-section--cta{min-height:100vh;background:#0a0a0a;position:relative;z-index:2}.v-section--services{min-height:100vh;background:#fff;position:relative;z-index:2}.h-section{width:100%;height:100vh;height:100dvh;position:relative;overflow:hidden;background:#000;z-index:1;overscroll-behavior-x:none}@supports (-webkit-touch-callout: none){.h-section{height:-webkit-fill-available}}.h-track{display:flex;flex-direction:row;width:300vw;height:100%}.h-panel{flex:0 0 100vw;width:100vw;height:100vh;height:100dvh;position:relative;overflow:hidden}@supports (-webkit-touch-callout: none){.h-panel{height:-webkit-fill-available}}.h-panel>*{width:100%;height:100%;min-height:100vh;min-height:100dvh}@supports (-webkit-touch-callout: none){.h-panel>*{min-height:-webkit-fill-available}}.h-indicators{display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);gap:.75rem;z-index:100}.h-dot{width:10px;height:10px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0;transition:all .3s ease}.h-dot:hover{background:#ffffff80}.h-dot.active{background:#8388f0;width:28px;border-radius:5px}.v-section--footer{position:relative;min-height:auto;background:#000}.footer-wrapper{display:flex;flex-direction:column;min-height:100vh}.footer-wrapper>*:first-child{flex:1}.site-footer{background:#000;padding:1.5rem 4rem 2rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.footer-logo{width:100%;height:auto;display:block;animation:logoSlideUp 1.2s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.3s;opacity:0;transform:translateY(40px)}@keyframes logoSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.footer-copyright{font-size:.7rem;color:#fff6;margin:0 0 .5rem;text-align:left;animation:fadeInCopyright .8s ease forwards;animation-delay:.1s;opacity:0}@keyframes fadeInCopyright{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.fullpage-container,.v-section{overflow-x:hidden;max-width:100vw}.h-section{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;max-width:100vw;position:relative}@supports (-webkit-touch-callout: none){.h-section{height:-webkit-fill-available;min-height:-webkit-fill-available}}.h-track,.h-indicators{display:none}.h-swiper{width:100%;height:100vh;height:100dvh}@supports (-webkit-touch-callout: none){.h-swiper{height:-webkit-fill-available}}.h-swiper .swiper-slide{width:100%;height:100vh;height:100dvh;overflow-y:auto;overflow-x:hidden}@supports (-webkit-touch-callout: none){.h-swiper .swiper-slide{height:-webkit-fill-available}}.h-swiper .swiper-slide>*{min-height:100vh;min-height:100dvh;height:auto}@supports (-webkit-touch-callout: none){.h-swiper .swiper-slide>*{min-height:-webkit-fill-available}}.h-swiper .swiper-pagination{bottom:2rem!important}.h-swiper .swiper-pagination-bullet{width:8px;height:8px;background:#ffffff4d;opacity:1}.h-swiper .swiper-pagination-bullet-active{background:#8388f0;width:24px;border-radius:5px}.site-footer{padding:1rem 1.5rem;max-width:100%}.footer-logo{max-height:60px}}.header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;padding:1.5rem 0;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-transform:translateZ(0);transform:translateZ(0)}.header.menu-open{pointer-events:none}.header .container{max-width:100%;padding:0}.header-content{display:flex;justify-content:space-between;align-items:center;padding:0 3rem;width:100%}.logo{text-decoration:none;color:inherit;display:flex;outline:none;-webkit-tap-highlight-color:transparent;align-items:center;background:none;border:none;padding:0;cursor:pointer}.header-logo{width:auto;height:35px;display:block;transition:opacity .3s ease}.logo:hover .header-logo{opacity:.8}.header-logo-icon{display:none}@media (max-width: 768px){.header-logo-compact{display:none}.header-logo-icon{display:block;height:32px;width:auto}}.nav{display:flex;gap:3rem;align-items:center}.nav-link{text-decoration:none;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.28px;position:relative;white-space:nowrap;display:flex;align-items:center;gap:.25rem;cursor:pointer;background:none;border:none;padding:0;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#8388f0,#667eea);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active{color:#8388f0!important}.nav-link.active:after{width:100%;background:linear-gradient(135deg,#8388f0,#667eea)}.header--light .nav-link{color:#000}.header--light .nav-link:hover{color:#8388f0}.header--light .hamburger-icon,.header--light .current-page-name{color:#000}.header--dark .nav-link{color:#fff}.header--dark .nav-link:hover{color:#8388f0}.header--dark .hamburger-icon,.header--dark .current-page-name{color:#fff}.nav-dropdown{position:relative}.dropdown-arrow{width:10px;height:5px;transition:transform .3s ease;margin-left:.25rem}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:-1rem;padding-top:.75rem;min-width:200px;animation:dropdownSlideIn .25s cubic-bezier(.16,1,.3,1);z-index:1000;pointer-events:auto}.dropdown-menu-inner{background:#ffffffbf;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);border-radius:12px;padding:.5rem;box-shadow:0 12px 40px #0000001f,0 4px 12px #00000014}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;color:#000c;text-decoration:none;transition:all .2s ease;font-size:.9rem;font-weight:450;border-radius:8px;margin:.125rem 0;background:transparent!important;background-color:transparent!important;border:none;cursor:pointer;text-align:left;font-family:Helvetica Neue,Arial,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dropdown-item:hover{background:#8388f01f;color:#8388f0;transform:translate(2px)}.dropdown-item.active{color:#8388f0;background:#8388f014}.header--dark .dropdown-menu-inner{background:#1e1e1ebf;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);box-shadow:0 8px 32px #0000004d}.header--dark .dropdown-item{color:#fff}.header--dark .dropdown-item:hover{background:#8388f033;color:#8388f0}.mobile-menu-trigger{display:none;align-items:center;gap:.75rem}.mobile-section-label{text-align:center;font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.24px;transition:color .3s ease}.header--light .mobile-section-label{color:#000}.header--dark .mobile-section-label{color:#fff}.current-page-name{display:none;font-size:.95rem;font-weight:500;transition:color .3s ease}@media (max-width: 768px){.current-page-name{display:block}}.mobile-menu-btn{display:flex;justify-content:center;align-items:center;background:transparent;border:none;cursor:pointer;padding:0}.hamburger-icon{width:37px;height:15px;display:block;transition:opacity .3s ease}@media (max-width: 768px){.mobile-menu-trigger{display:flex}}@media (max-width: 1200px){.header-content{padding:0 2rem}}@media (max-width: 768px){.header-content{padding:0 1.5rem}.nav-desktop{display:none}.dropdown-menu{min-width:180px}}@media (max-height: 500px) and (orientation: landscape){.header{padding:.75rem 0}.header-content{padding:0 1.5rem}.header-logo-icon{height:24px}.current-page-name{font-size:.85rem}.hamburger-icon{width:32px;height:13px}}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#0a0a0a;z-index:1001;display:flex;flex-direction:column;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;font-family:Helvetica Neue,Arial,sans-serif;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.mobile-menu-logo{display:block;background:none;border:none;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-logo-icon{height:32px;width:auto}.mobile-close-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;-webkit-tap-highlight-color:transparent;outline:none}.mobile-close-btn:active{opacity:.7}.close-icon{width:37px;height:15px;display:block}.mobile-menu-content{flex:1;display:flex;flex-direction:column;padding-top:3rem}.mobile-nav-cta{color:#fff;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;text-decoration:none;margin-bottom:2rem;transition:opacity .2s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left;display:inline-flex;align-items:center;gap:.35rem}.mobile-nav-cta:active{opacity:.7}.mobile-nav-cta .arrow-icon{width:10px;height:10px}.mobile-nav{display:flex;flex-direction:column;gap:.25rem}.mobile-nav-link{font-family:Helvetica Neue,Arial,sans-serif;font-size:2.5rem;font-weight:400;line-height:1.3;color:#ffffff59;text-decoration:none;padding:.35rem 0;transition:color .2s ease;background:none;border:none;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.mobile-nav-link:active{opacity:.7}.mobile-nav-link.active{color:#fff}.mobile-menu-footer{flex-shrink:0;display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.mobile-footer-link{font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:400;color:#8388f0;text-decoration:none;transition:opacity .2s ease;display:inline-flex;align-items:center;gap:.35rem;-webkit-tap-highlight-color:transparent}.mobile-footer-link:active{opacity:.7}.mobile-footer-link .arrow-icon{width:9px;height:9px}@media (max-height: 600px){.mobile-menu-content{padding-top:2rem}.mobile-nav-link{font-size:2rem;padding:.25rem 0}.mobile-nav-cta{margin-bottom:1.5rem}}@media (min-height: 800px){.mobile-menu-content{padding-top:4rem}.mobile-nav{gap:.5rem}.mobile-nav-link{padding:.5rem 0}}@media (max-height: 500px) and (orientation: landscape){.mobile-menu{padding:1rem 1.5rem}.mobile-logo-icon{height:24px}.close-icon{width:32px;height:13px}.mobile-menu-content{padding-top:1rem;gap:.5rem}.mobile-nav-cta{font-size:13px;margin-bottom:1rem}.mobile-nav{gap:0;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.mobile-nav-link{font-size:1.5rem;padding:.2rem 0;flex:0 0 48%}.mobile-menu-footer{padding-bottom:.5rem;gap:.375rem}.mobile-footer-link{font-size:13px}}.layout{min-height:100vh;min-height:100dvh;width:100%;overflow-x:hidden}.main-content{width:100%;overflow-x:hidden}@media (max-width: 768px){.mobile-layout .main-content{padding-top:70px}.mobile-layout .main-content>*{min-height:calc(100vh - 70px);width:100%;overflow-x:hidden}}.container{max-width:1200px;margin:0 auto;padding:0 4rem}@media (max-width: 1024px){.container{padding:0 2rem}}@media (max-width: 768px){.container{padding:0 1.5rem}}:root{font-family:Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1a1a1a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{color:#ffffffde;background-color:#242424}}*{margin:0;padding:0;box-sizing:border-box}a,button,input,select,textarea,[role=button]{-webkit-tap-highlight-color:transparent}@media (min-width: 769px){*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}}button:focus,a:focus,input:focus,select:focus,textarea:focus,[tabindex]:focus{outline:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid #8388f0;outline-offset:2px}html{margin:0;padding:0;min-width:320px;max-width:100vw;min-height:100vh;min-height:100dvh;background-color:#000;overflow-x:hidden}body{margin:0;padding:0;width:100%;max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;background-color:#000}@media (max-width: 768px){html,body{overscroll-behavior-x:none;overflow-x:hidden!important;position:relative}#root{overflow-x:hidden!important}}@media (hover: hover) and (pointer: fine){body.is-scrolling .main-content{pointer-events:none}}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus{outline:none}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
