.marquee-section{background:transparent}.feature-108-section{padding:120px 0;background:#ffffff00;font-family:var(--body-font-family,"Inter",sans-serif)}.feature-108-header{text-align:center;margin-bottom:40px}.feature-108-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#111827;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.feature-108-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.feature-108-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:48px}.feature-108-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:9999px;background:#f3f4f6;border:1px solid transparent;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.feature-108-tab:hover{background:#f3f4f6;color:#111827}.feature-108-tab.active{background:var(--accent-color);color:#ffffff;border-color:#e5e7eb}.tab-icon{opacity:.6}.feature-108-tab.active .tab-icon{opacity:1}.feature-108-card{background:#f9fafb;border:1px solid #c3c3c3;border-radius:24px;padding:40px;overflow:hidden}.feature-108-content{padding-right:20px}.feature-108-tag{display:inline-block;padding:4px 12px;background:#ffffff;border:1px solid #e5e7eb;border-radius:9999px;font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.feature-108-heading{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:#111827;line-height:1.15;letter-spacing:-.02em;margin-bottom:20px}.feature-108-desc{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:32px}.feature-108-cta{display:inline-block;padding:12px 24px;background:var(--accent-color);color:#ffffff;font-weight:500;border-radius:38px;text-decoration:none;transition:background .2s ease,transform .2s ease}.feature-108-cta:hover{background:#e31a00;transform:translateY(-2px);color:#ffffff}.feature-108-media{min-height:400px;background:#e5e7eb;border-radius:16px;overflow:hidden}.feature-108-media,.media-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.media-img{width:100%;height:100%;object-fit:cover;border-radius:16px}@media (max-width:991px){.feature-108-section{padding:80px 0}.feature-108-card{padding:32px 24px}.feature-108-content{padding-right:0;margin-bottom:40px}.feature-108-media{min-height:300px}}.feature-108-cta{border:none;cursor:pointer;font-size:.95rem}.f108-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px;animation:f108-fade-in .2s ease}@keyframes f108-fade-in{0%{opacity:0}to{opacity:1}}.f108-modal{position:relative;background:#ffffff;border-radius:20px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 24px 64px rgba(0,0,0,.2);animation:f108-slide-up .28s cubic-bezier(.22,1,.36,1)}@keyframes f108-slide-up{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.f108-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;border-radius:50%;background:#f3f4f6;color:#374151;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease}.f108-modal-close:hover{background:#e5e7eb}.f108-modal-header{margin-bottom:28px}.f108-modal-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color,#CC0000);margin-bottom:10px}.f108-modal-title{font-size:1.6rem;font-weight:800;color:#111827;line-height:1.15;letter-spacing:-.02em;margin:0 0 8px}.f108-modal-subtitle{font-size:.95rem;color:#6b7280;margin:0}.f108-form{display:flex;flex-direction:column;gap:20px}.f108-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.f108-form-group{display:flex;flex-direction:column;gap:6px}.f108-form-group label{font-size:.82rem;font-weight:600;color:#374151;letter-spacing:.01em}.f108-form-group input,.f108-form-group select,.f108-form-group textarea{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:.925rem;color:#111827;background:#f9fafb;outline:none;transition:border-color .18s ease,box-shadow .18s ease;font-family:inherit;resize:vertical}.f108-form-group input:focus,.f108-form-group select:focus,.f108-form-group textarea:focus{border-color:var(--accent-color,#CC0000);box-shadow:0 0 0 3px rgba(204,0,0,.08);background:#fff}.f108-form-group input::placeholder,.f108-form-group textarea::placeholder{color:#9ca3af}.f108-file-upload{position:relative}.f108-file-upload input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.f108-file-label{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1.5px dashed #d1d5db;border-radius:10px;font-size:.925rem;color:#6b7280;background:#f9fafb;cursor:pointer;transition:border-color .18s ease}.f108-file-label:hover{border-color:var(--accent-color,#CC0000);color:var(--accent-color,#CC0000)}.f108-submit-btn{width:100%;padding:14px;background:var(--accent-color,#CC0000);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.01em;transition:background .2s ease,transform .18s ease;margin-top:4px}.f108-submit-btn:hover{background:#aa0000;transform:translateY(-2px)}@media (max-width:600px){.f108-modal{padding:28px 20px;border-radius:16px}.f108-form-row{grid-template-columns:1fr}.f108-modal-title{font-size:1.3rem}}.BannerThree_fixedHero__wKUAy{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:1;background:#000;overflow:hidden;transition:opacity .4s ease,visibility .4s ease}.BannerThree_hidden__aAhMH{opacity:0;visibility:hidden;pointer-events:none}.BannerThree_canvas__NG5qu{display:block;width:100%;height:100%}.BannerThree_overlay__vuNho{position:absolute;inset:0;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center}.BannerThree_content__iwfAT{position:relative;width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem;text-align:center;color:#fff;text-shadow:0 4px 16px rgba(0,0,0,.6);will-change:transform,opacity}.BannerThree_eyebrow__Acc5c{display:block;font-size:.875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;color:rgba(255,255,255,.9)}.BannerThree_heading__QZHtD{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#fff}.BannerThree_subheading__fWN1J{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6;max-width:600px;margin:0 auto;color:rgba(255,255,255,.85)}.BannerThree_scrollIndicator__RaW5E{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:2.5rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.BannerThree_scrollLabel__fyR8D{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.6)}.BannerThree_scrollChevron__SIvOg{display:flex;flex-direction:column;align-items:center;gap:4px}.BannerThree_scrollChevron__SIvOg span{display:block;width:14px;height:14px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(45deg);animation:BannerThree_scrollBounce__M9KDV 1.4s ease infinite}.BannerThree_scrollChevron__SIvOg span:nth-child(2){animation-delay:.18s;opacity:.6}.BannerThree_scrollChevron__SIvOg span:nth-child(3){animation-delay:.36s;opacity:.35}@keyframes BannerThree_scrollBounce__M9KDV{0%,to{transform:rotate(45deg) translateY(0);opacity:1}50%{transform:rotate(45deg) translateY(5px);opacity:.4}}@media(max-width:768px){.BannerThree_content__iwfAT{opacity:1!important;transform:none!important}}.Ecosystem_section__G_d_H{position:relative;width:100%;background:rgba(0,0,0,0)}.Ecosystem_sectionExpanded__Savw3,.Ecosystem_section__G_d_H{min-height:100vh;min-height:100dvh}.Ecosystem_inner__1nMsh{position:relative;z-index:1;height:100vh;justify-content:center;overflow:hidden;background:rgba(0,0,0,0)}.Ecosystem_inner__1nMsh,.Ecosystem_titleGroup__3Acp9{width:100%;display:flex;flex-direction:column;align-items:center}.Ecosystem_titleGroup__3Acp9{position:absolute;top:50%;left:0;transform:translateY(-50%);gap:.15em;pointer-events:none;z-index:10}.Ecosystem_titleBottom__RxjAa,.Ecosystem_titleTop__OoQSD{width:100%;text-align:center;font-size:clamp(2rem,5vw,4.5rem);font-weight:800;color:#fff;letter-spacing:-.02em;will-change:transform,opacity;white-space:nowrap;text-shadow:0 2px 20px rgba(0,0,0,.5);line-height:1.1}.Ecosystem_videoWrap__AW7g8{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);overflow:hidden;will-change:width,height,border-radius;box-shadow:0 30px 60px rgba(0,0,0,.18);width:28vw;height:65vh;border-radius:40px;z-index:5}.Ecosystem_video__JqAMC{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.Ecosystem_videoOverlay__avtJt{position:absolute;inset:0;background:rgba(0,0,0,.25);pointer-events:none}.Ecosystem_dotGrid__FpgZp{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:18vw;pointer-events:none;z-index:2}.Ecosystem_dotColumn__BXICb{display:flex;flex-direction:column;align-items:center;gap:220px}.Ecosystem_dot__bgt6p{width:4px;height:4px;border-radius:1px;background:#c00;will-change:transform,opacity}.Ecosystem_dotHideOnMobile__JLErR{display:flex}.Ecosystem_sub__4IdwL{position:absolute;bottom:10%;left:0;width:100%;text-align:center;pointer-events:none;z-index:10;display:flex;flex-direction:column;align-items:center;gap:4px}.Ecosystem_subTitle__35hu3{font-size:1.1rem;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .25rem;text-shadow:0 2px 10px rgba(0,0,0,.4)}.Ecosystem_subHint__AtgeM{font-size:.85rem;color:rgba(255,255,255,.7);margin:0;text-shadow:0 2px 10px rgba(0,0,0,.4)}@media(max-width:768px){.Ecosystem_videoWrap__AW7g8{width:75vw;height:55vh;border-radius:20px}.Ecosystem_titleGroup__3Acp9{gap:.1em}.Ecosystem_titleBottom__RxjAa,.Ecosystem_titleTop__OoQSD{font-size:clamp(1.8rem,8vw,3rem)}.Ecosystem_dotHideOnMobile__JLErR{display:none!important}.Ecosystem_dot__bgt6p{width:3px;height:3px}.Ecosystem_dotColumn__BXICb{gap:80px}.Ecosystem_dotGrid__FpgZp{gap:10vw}}.EcosystemSectionOne_wrapper__jhcku{position:relative;width:100%;height:100vh;overflow:hidden;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center}.EcosystemSectionOne_backgroundWrapper__aN18H{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:18vw;pointer-events:none;z-index:1}.EcosystemSectionOne_squareContainer__E2xzK{display:flex;flex-direction:column;align-items:center;gap:220px;flex:0 0 auto;max-width:80px}.EcosystemSectionOne_square__QM_UL{width:4px;height:4px;border-radius:1px;background:#c00;will-change:transform;transition:none}.EcosystemSectionOne_hideOnMobile__xAUTO{display:flex}.EcosystemSectionOne_squareMobile__1Bm7d{display:none}.EcosystemSectionOne_titleHeadingWrapper__f3pSW{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto;padding:0 2rem}.EcosystemSectionOne_titleHeading__tGdD8{font-family:Inter,Outfit,sans-serif;font-size:clamp(1.6rem,3.2vw,2.8rem);font-weight:700;line-height:1.3;color:#080808;letter-spacing:-.02em;margin:0}.EcosystemSectionOne_word__w1SbZ{position:relative;display:inline-block;will-change:opacity;opacity:.15}@media(max-width:768px){.EcosystemSectionOne_wrapper__jhcku{height:auto;padding:14vh 0}.EcosystemSectionOne_hideOnMobile__xAUTO{display:none!important}.EcosystemSectionOne_squareMobile__1Bm7d{display:block}.EcosystemSectionOne_titleHeading__tGdD8{font-size:clamp(1.5rem,8vw,2.2rem);line-height:1.1}.EcosystemSectionOne_titleHeadingWrapper__f3pSW{padding:0 1.25rem}.EcosystemSectionOne_square__QM_UL{width:3px;height:3px}.EcosystemSectionOne_squareContainer__E2xzK{max-width:50px;gap:8px}}@media(max-width:480px){.EcosystemSectionOne_wrapper__jhcku{padding:10vh 0}.EcosystemSectionOne_titleHeading__tGdD8{font-size:clamp(1.3rem,7vw,1.8rem)}}.EcosystemGridBackground_root__hfki3{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:1;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.EcosystemGridBackground_visible__y_mOv{opacity:1;visibility:visible}.EcosystemScroller_section__VHbTv{position:relative;width:100%;height:100vh;overflow:hidden}.EcosystemScroller_track__moLz8{display:flex;flex-direction:row;height:100%;will-change:transform}.EcosystemScroller_card__9G_VF{position:relative;flex:0 0 90vw;width:90vw;height:100%;margin-right:2vw;overflow:hidden;border-radius:12px;cursor:default}.EcosystemScroller_card__9G_VF:first-child{margin-left:5vw}.EcosystemScroller_card__9G_VF:last-child{margin-right:5vw}.EcosystemScroller_cardBg__RTpxa{position:absolute;inset:-5%;background-size:cover;background-position:50%;will-change:transform;transform-origin:center center}.EcosystemScroller_overlay__VOtnx{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.45) 45%,rgba(0,0,0,.08))}.EcosystemScroller_content__N8lVZ{position:absolute;bottom:3.5rem;left:3rem;padding:2.5rem;z-index:2;max-width:540px;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.01) 25%,rgba(255,255,255,.01) 75%,rgba(255,255,255,.08));backdrop-filter:brightness(1.1) contrast(1.1);-webkit-backdrop-filter:brightness(1.1) contrast(1.1);border-radius:20px;border-color:rgba(255,255,255,.25) rgba(255,255,255,.05) rgba(255,255,255,.05) rgba(255,255,255,.25);border-style:solid;border-width:1px;box-shadow:0 15px 35px rgba(0,0,0,.25),inset 0 0 0 1px rgba(255,255,255,.02)}.EcosystemScroller_eyebrow__oh_QB{font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin:0 0 1rem}.EcosystemScroller_heading__HgLZi{font-size:clamp(2rem,4.5vw,4rem);font-weight:800;line-height:1.05;color:#fff;margin:0 0 1.25rem;letter-spacing:-.02em;text-shadow:0 2px 32px rgba(0,0,0,.4)}.EcosystemScroller_description__Ajy6u{font-size:clamp(.875rem,1.2vw,1.1rem);line-height:1.65;color:rgba(255,255,255,.78);margin:0 0 2rem;max-width:520px}.EcosystemScroller_cta__4PI_u{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;background:rgba(0,0,0,0);color:#fff;border:1.5px solid rgba(255,255,255,.5);border-radius:2rem;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-decoration:none;transition:background .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.EcosystemScroller_cta__4PI_u svg{transition:transform .22s ease}.EcosystemScroller_cta__4PI_u:hover{background:#c00;border-color:#c00;color:#fff;box-shadow:0 8px 32px rgba(204,0,0,.4)}.EcosystemScroller_cta__4PI_u:hover svg{transform:translateX(4px)}.EcosystemScroller_index__Meh4Y{position:absolute;bottom:3.5rem;right:3rem;font-size:.7rem;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.35);z-index:2;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.EcosystemScroller_dots__tOsaz{position:absolute;top:1.75rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10;pointer-events:none}.EcosystemScroller_dot__FcpJI{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.35);display:block}@media(max-width:768px){.EcosystemScroller_section__VHbTv{height:auto;overflow:visible}.EcosystemScroller_track__moLz8{flex-direction:column;height:auto;padding-left:12px;padding-right:12px}.EcosystemScroller_card__9G_VF{flex:0 0 100vw;width:100%;height:90vw;min-height:380px;margin-right:0;margin-bottom:1rem;border-radius:6px}.EcosystemScroller_card__9G_VF:first-child{margin-left:0}.EcosystemScroller_card__9G_VF:last-child{margin-right:0;margin-bottom:0}.EcosystemScroller_content__N8lVZ{left:1rem;right:1rem;bottom:1.25rem;padding:1.75rem 1.25rem;border-radius:12px;max-width:none}.EcosystemScroller_index__Meh4Y{right:1.5rem;bottom:2rem}.EcosystemScroller_dots__tOsaz{display:none}}