@import"https://fonts.googleapis.com/css2?family=PingFang+SC:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap";:root{--primary-color: #478ef6;--primary-light: #e0ecfe;--text-color: #262525;--text-gray: #86909c;--text-dark: #1d2129;--background-light: #f1f2f4;--white: #ffffff;--black: #000000;--radius-small: 10px;--radius-medium: 20px;--radius-large: 50px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:PingFang SC,sans-serif;color:var(--text-color);line-height:1.6;font-size:16px}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:40px;padding:12px 46px;font-size:16px;letter-spacing:9%;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-outline{border:2px solid var(--primary-color);color:var(--text-color)}.section{padding:80px 0}.section-title{font-size:50px;font-weight:600;line-height:1.4;margin-bottom:30px}.section-subtitle{font-size:24px;letter-spacing:9%;margin-bottom:20px}.text-center{text-align:center}.header[data-v-ed95d03f]{position:fixed;top:0;left:0;width:100%;background-color:transparent;z-index:100;box-shadow:none;height:80px;display:flex;align-items:center;transition:background-color .3s ease,box-shadow .3s ease}.header.scrolled[data-v-ed95d03f]{background-color:var(--white, #fff);box-shadow:0 2px 10px #0000000d}.header-container[data-v-ed95d03f]{display:flex;justify-content:space-between;align-items:center;width:1200px;margin:0 auto;padding:0 20px}.logo-link[data-v-ed95d03f]{text-decoration:none;color:inherit;display:inline-block}.logo-container[data-v-ed95d03f]{display:flex;align-items:center;gap:10px;white-space:nowrap}.logo-circle[data-v-ed95d03f]{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.logo-icon[data-v-ed95d03f]{width:50px;height:50px;display:block}.company-names[data-v-ed95d03f]{display:flex;flex-direction:column;justify-content:center}.company-name-zh[data-v-ed95d03f]{font-family:PingFang SC,sans-serif;font-weight:600;letter-spacing:.55em;font-size:16px;color:#333;line-height:1.2;margin-bottom:2px}.company-name[data-v-ed95d03f]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:12px;color:#676e76;letter-spacing:.01em;line-height:1.14}.nav-and-controls[data-v-ed95d03f]{display:flex;align-items:center;gap:40px}.nav-menu ul[data-v-ed95d03f]{display:flex;gap:40px;list-style:none;padding:0;margin:0;white-space:nowrap}.nav-menu li[data-v-ed95d03f]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:16px;line-height:1;position:relative;padding-bottom:5px}.nav-menu li a[data-v-ed95d03f]{text-decoration:none;color:#262525;transition:color .3s ease}.nav-menu li a[data-v-ed95d03f]:hover{color:var(--primary-color, #478ef6)}.nav-menu li.active[data-v-ed95d03f]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#478ef6;border-radius:10px}.nav-menu li.active a[data-v-ed95d03f]{color:#478ef6}.language-selector[data-v-ed95d03f]{display:flex;align-items:center;cursor:pointer;position:relative}.language-box[data-v-ed95d03f]{border:1px solid #dcdcdc;border-radius:10px;padding:8px 12px;font-family:PingFang SC,sans-serif;font-size:14px;color:#262525;background-color:#fff;display:flex;align-items:center;gap:8px;line-height:1.14}.language-icon[data-v-ed95d03f]{width:16px;height:16px}.language-arrow[data-v-ed95d03f]{width:12px;height:12px;margin-left:4px}.language-dropdown[data-v-ed95d03f]{position:absolute;top:calc(100% + 5px);right:0;background-color:var(--white, #fff);border:1px solid #dcdcdc;border-radius:8px;padding:5px 0;margin:0;min-width:100px;box-shadow:0 4px 10px #0000001a;z-index:110;list-style:none}.language-dropdown ul[data-v-ed95d03f]{list-style:none;padding:0;margin:0}.language-dropdown li[data-v-ed95d03f]{padding:8px 15px;cursor:pointer;font-size:14px;color:#262525;white-space:nowrap;transition:background-color .2s ease}.language-dropdown li[data-v-ed95d03f]:hover{background-color:#f0f0f0}.language-dropdown li.active[data-v-ed95d03f]{background-color:color-mix(in srgb,var(--primary-color, #478ef6) 15%,transparent);color:var(--primary-color, #478ef6);font-weight:500}.hamburger-menu[data-v-ed95d03f]{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:105;position:relative}.hamburger-menu span[data-v-ed95d03f]{display:block;width:25px;height:3px;background-color:#333;margin:5px 0;transition:all .3s ease-in-out}.hamburger-menu.is-active span[data-v-ed95d03f]:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger-menu.is-active span[data-v-ed95d03f]:nth-child(2){opacity:0}.hamburger-menu.is-active span[data-v-ed95d03f]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav-menu[data-v-ed95d03f]{position:fixed;top:0;right:0;width:280px;height:100vh;background-color:#fff;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .4s ease-in-out;z-index:110;padding:60px 20px 20px;visibility:hidden;display:flex;flex-direction:column}.mobile-nav-menu.is-open[data-v-ed95d03f]{transform:translate(0);visibility:visible}.mobile-menu-header[data-v-ed95d03f]{position:absolute;top:15px;right:15px}.close-menu-btn[data-v-ed95d03f]{background:none;border:none;font-size:2rem;color:#333;cursor:pointer}.mobile-nav-menu ul[data-v-ed95d03f]{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:15px}.mobile-nav-menu li a[data-v-ed95d03f]{display:block;padding:10px 15px;text-decoration:none;font-size:18px;color:#333;border-radius:5px;transition:background-color .2s}.mobile-nav-menu li a[data-v-ed95d03f]:hover,.mobile-nav-menu li .router-link-active[data-v-ed95d03f]{background-color:#f0f0f0;color:var(--primary-color, #478ef6)}.overlay[data-v-ed95d03f]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;opacity:0;visibility:hidden;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;z-index:109}.overlay.is-active[data-v-ed95d03f]{opacity:1;visibility:visible}@media (max-width: 992px){.nav-menu[data-v-ed95d03f]{display:none}.language-box[data-v-ed95d03f]{padding:6px 10px;font-size:13px}.language-icon[data-v-ed95d03f],.language-arrow[data-v-ed95d03f]{width:14px;height:14px}.company-names[data-v-ed95d03f]{display:none}.header-container[data-v-ed95d03f]{width:100%;padding:0 15px;justify-content:space-between}.header-controls-right[data-v-ed95d03f]{display:flex;align-items:center;gap:15px}.language-selector[data-v-ed95d03f]{display:flex}.hamburger-menu[data-v-ed95d03f]{display:block}.header-container[data-v-ed95d03f]{width:100%;padding:0 15px;justify-content:space-between;display:flex;align-items:center}}.icp-box a[data-v-3c17b77c]{display:flex;justify-content:center;align-items:center}.icp-box>a img[data-v-3c17b77c]{width:25px;height:25px;margin-right:10px}.footer[data-v-3c17b77c]{background-color:var(--primary-color);color:var(--white);padding:80px 0 40px}.footer-content[data-v-3c17b77c]{display:flex;flex-direction:column;gap:80px}.footer-columns[data-v-3c17b77c]{display:flex;justify-content:space-between;gap:30px}.footer-column[data-v-3c17b77c]{flex:1}.column-title[data-v-3c17b77c]{font-size:36px;margin-bottom:45px}.footer-links[data-v-3c17b77c]{display:flex;flex-direction:column;gap:45px}.footer-links li a[data-v-3c17b77c],.footer-links li router-link[data-v-3c17b77c]{color:var(--white);text-decoration:none;font-size:19px;transition:opacity .3s ease}.footer-links li a[data-v-3c17b77c]:hover,.footer-links li router-link[data-v-3c17b77c]:hover{opacity:.8}.footer-bottom[data-v-3c17b77c]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid rgba(255,255,255,.33)}.footer-logo[data-v-3c17b77c]{display:flex;align-items:center;gap:15px}.logo-circle[data-v-3c17b77c]{width:40px;height:40px;background-color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center}.logo-icon[data-v-3c17b77c]{width:38px;height:38px;display:block}.company-names[data-v-3c17b77c]{display:flex;flex-direction:column}.company-name-cn[data-v-3c17b77c]{font-size:14px;letter-spacing:.41em;text-align:center;margin-bottom:4px}.company-name-en[data-v-3c17b77c]{font-size:12px;letter-spacing:1%;text-align:center;opacity:.8}.copyright[data-v-3c17b77c]{font-size:19px;opacity:.8}@media (max-width: 768px){.footer[data-v-3c17b77c]{padding:40px 20px 20px}.footer-content[data-v-3c17b77c]{gap:40px}.footer-columns[data-v-3c17b77c]{flex-direction:column;gap:40px}.footer-column[data-v-3c17b77c]{flex:none}.column-title[data-v-3c17b77c]{font-size:24px;margin-bottom:20px}.footer-links[data-v-3c17b77c]{gap:15px}.footer-links li a[data-v-3c17b77c],.footer-links li router-link[data-v-3c17b77c]{font-size:16px}.footer-bottom[data-v-3c17b77c]{flex-direction:column;align-items:center;gap:20px;padding-top:20px;text-align:center}.company-name-cn[data-v-3c17b77c],.company-name-en[data-v-3c17b77c]{font-size:12px;text-align:left}.copyright[data-v-3c17b77c]{font-size:12px}}.app-container{width:100%;min-height:100vh;overflow-x:hidden;display:flex;flex-direction:column}.app-container>:nth-child(2){flex:1}.home-container[data-v-bcd1c52d]{width:100%;overflow-x:hidden}.home-container>section[data-v-bcd1c52d]{box-sizing:border-box}.hero-banner-section[data-v-bcd1c52d]{height:80vh;min-height:600px;overflow:hidden;position:relative}.banner-slide[data-v-bcd1c52d]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-color:#f1f2f4;box-sizing:border-box}.banner-slide.active[data-v-bcd1c52d]{opacity:1;z-index:1}.banner-inner-container[data-v-bcd1c52d]{max-width:1180px;padding:5% 20px;width:100%;margin:0 auto;height:100%;position:relative}.banner-image[data-v-bcd1c52d]{position:absolute;right:-80px;left:auto;top:50%;transform:translateY(-50%);max-width:60%;height:auto;z-index:1}.banner-content[data-v-bcd1c52d]{position:absolute;top:50%;transform:translateY(-50%);width:90%;max-width:600px;z-index:2}.banner-title[data-v-bcd1c52d]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:50px;line-height:1.2;letter-spacing:10%;margin-bottom:1rem;color:#262525}.banner-desc[data-v-bcd1c52d]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:14px;line-height:1.857;margin-bottom:1.5rem;white-space:pre-line;color:#262525}.banner-btn[data-v-bcd1c52d]{display:inline-flex;align-items:center;justify-content:center;padding:12px 46px;border:1px solid #478ef6;border-radius:40px;font-size:14px;letter-spacing:10%;color:#478ef6;background-color:transparent;cursor:pointer;transition:background-color .3s,color .3s}.banner-btn[data-v-bcd1c52d]:hover{background-color:#478ef6;color:#fff}.intro-text-section[data-v-bcd1c52d]{display:flex;align-items:center;justify-content:center;padding:6rem 3rem 12rem;max-width:none;width:100%;background-color:#fff}.service-heading-row[data-v-bcd1c52d]{display:inline-flex;align-items:center;margin-bottom:2rem}.service-icon[data-v-bcd1c52d]{width:60px;height:60px;display:flex;align-items:center;justify-content:center}.service-titles[data-v-bcd1c52d]{display:flex;flex-direction:column;align-items:flex-start}.service-title[data-v-bcd1c52d]{font-size:1.125rem;font-weight:400;letter-spacing:9%;line-height:1.2;margin:0}.service-subtitle[data-v-bcd1c52d]{font-size:1.5rem;letter-spacing:9%;line-height:1.2;margin:0;order:-1}.intro-main-title[data-v-bcd1c52d]{font-family:PingFang SC,sans-serif;font-weight:400;font-size:24px;letter-spacing:.09em;line-height:1.08;color:#262525;margin-top:1.5rem;margin-bottom:1.5rem}.intro-subtitle[data-v-bcd1c52d]{font-family:PingFang SC,sans-serif;font-size:50px;font-weight:600;line-height:1.4;color:#262525;margin:0}.about-section[data-v-bcd1c52d]{display:flex;max-width:1200px;margin:5rem auto;padding:0 20px;gap:2rem}.about-content[data-v-bcd1c52d]{flex:1}.section-subtitle[data-v-bcd1c52d]{font-size:1.5rem;letter-spacing:9%;margin-bottom:1rem;font-weight:400}.section-title[data-v-bcd1c52d]{font-size:3rem;font-weight:600;margin-bottom:1.5rem}.section-desc[data-v-bcd1c52d]{font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.more-btn[data-v-bcd1c52d]{display:inline-flex;align-items:center;padding:.75rem 2.5rem;border:2px solid #478ef6;border-radius:102.5px;font-size:1rem;cursor:pointer;transition:all .3s}.more-btn[data-v-bcd1c52d]:hover{background-color:#478ef6;color:#fff}.about-image[data-v-bcd1c52d]{flex:1;border-radius:20px;overflow:hidden}.about-image img[data-v-bcd1c52d]{width:100%;height:100%;object-fit:cover}.service-idea-section[data-v-bcd1c52d]{position:relative;width:100%;margin:0 auto;min-height:110vh;overflow:hidden}.service-idea-content-wrapper[data-v-bcd1c52d]{position:relative;z-index:2;background-color:transparent;width:100%;padding:0 6rem;text-align:center}.service-slogan[data-v-bcd1c52d]{font-size:2.625rem;font-weight:600;margin-bottom:2rem}.service-desc[data-v-bcd1c52d]{font-size:1.125rem;line-height:1.9;color:#86909c;max-width:800px;margin:0 auto 4rem;white-space:normal;min-height:100px}.product-series-section[data-v-bcd1c52d]{padding:6rem 0 10rem;margin:0 auto 10rem;background-color:#f1f2f4}.product-series-content-wrapper[data-v-bcd1c52d]{max-width:1200px;margin:0 auto;padding:0 20px}.product-series-header[data-v-bcd1c52d]{text-align:center;margin-bottom:4rem}.product-series-title[data-v-bcd1c52d]{font-size:1.5rem;letter-spacing:9%;line-height:1.6;margin-bottom:1rem;color:#262525}.product-series-subtitle[data-v-bcd1c52d]{font-size:3rem;font-weight:600;margin:0;margin-bottom:1rem;color:#262525;position:relative;display:inline-block;padding:1rem 2rem;z-index:1}.product-series-subtitle[data-v-bcd1c52d]:before{content:"";position:absolute;top:-25px;left:40%;transform:translate(-50%);width:200px;height:100px;background-image:url(/assets/product-series-bg-BqEu7bGU.png);background-size:contain;background-repeat:no-repeat;background-position:center;z-index:-1}.product-grid[data-v-bcd1c52d]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-card[data-v-bcd1c52d]{display:flex;flex-direction:column;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.product-card.is-visible[data-v-bcd1c52d]{opacity:1;transform:translateY(0)}.product-image[data-v-bcd1c52d]{height:200px;border-radius:20px;margin-bottom:1rem;background-color:#fff;background-size:contain;background-position:center;background-repeat:no-repeat}.hifi-image[data-v-bcd1c52d]{background-image:url(/assets/hifi-player-CJlGPvXj.png)}.phone-tablet-image[data-v-bcd1c52d]{background-image:url(/assets/phone-tablet-BPNlsfAF.png)}.headphone-image[data-v-bcd1c52d]{background-image:url(/assets/headphone-ZqgiOI8U.png)}.recorder-image[data-v-bcd1c52d]{background-image:url(/assets/recorder-DnxskI5r.png)}.camera-image[data-v-bcd1c52d]{background-image:url(/assets/camera-Db1E4xji.png)}.speaker-image[data-v-bcd1c52d]{background-image:url(/assets/speaker-CnV9qdqI.png)}.product-info[data-v-bcd1c52d]{display:flex;flex-direction:column;align-items:flex-start;padding-top:.5rem}.product-name[data-v-bcd1c52d]{font-size:1.125rem;font-weight:400;letter-spacing:9%;margin-bottom:.5rem}.product-more[data-v-bcd1c52d]{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem;letter-spacing:9%;cursor:pointer;color:#000;margin-top:.5rem}.product-more[data-v-bcd1c52d]:hover{color:#478ef6}.arrow-icon[data-v-bcd1c52d]{width:24px;height:24px;margin-left:5px;position:relative;border:1.5px solid #478ef6;border-radius:50%;display:flex;align-items:center;justify-content:center}.arrow-icon[data-v-bcd1c52d]:after{content:"";position:absolute;width:8px;height:8px;border-top:1.5px solid #478ef6;border-right:1.5px solid #478ef6;box-sizing:border-box;top:50%;left:50%;transform:translate(calc(-50% - 1px),-50%) rotate(45deg)}.featured-product-section[data-v-bcd1c52d]{padding:6rem 0;background-color:#f1f2f4}.featured-product-content-wrapper[data-v-bcd1c52d]{max-width:1200px;margin:0 auto;padding:0 20px}.divider-section[data-v-bcd1c52d]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(to bottom,#fff,#f1f2f4);line-height:0}.section-divider-image[data-v-bcd1c52d]{display:block;width:100%;height:100%;object-fit:cover}.featured-product-card[data-v-bcd1c52d]{display:flex;background-color:#f9f9f9;border-radius:10px;overflow:hidden}.featured-product-image[data-v-bcd1c52d]{flex:1;min-height:300px;background-image:url(/assets/featured-hifi-BN9ub_Pv.png);background-size:cover;background-position:center}.featured-product-info[data-v-bcd1c52d]{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:center}.featured-product-title[data-v-bcd1c52d]{font-size:2.25rem;font-weight:400;letter-spacing:9%;margin-bottom:1.5rem}.featured-product-desc[data-v-bcd1c52d]{font-size:1rem;line-height:1.6;margin-bottom:2rem}.featured-product-btn[data-v-bcd1c52d]{display:inline-flex;align-items:center;padding:.75rem 2rem;border:1px solid #478ef6;border-radius:20px;font-size:1rem;cursor:pointer;width:fit-content}.arrow-right[data-v-bcd1c52d]{width:20px;height:20px;margin-left:10px;position:relative}.arrow-right[data-v-bcd1c52d]:after{content:"";position:absolute;width:8px;height:8px;border-top:1.5px solid #478ef6;border-right:1.5px solid #478ef6;transform:rotate(45deg);top:5px;left:5px}.product-tags-section[data-v-bcd1c52d]{display:flex;justify-content:center;gap:2rem;max-width:100%;margin:6rem auto;padding:0 20px;flex-wrap:wrap}.tag[data-v-bcd1c52d]{display:flex;align-items:center;justify-content:center;min-width:260px;padding:1.8rem 2rem;border:2px solid transparent;border-radius:50px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#1aeefd,#478ef6) border-box;font-size:1.5rem;font-weight:600;letter-spacing:9%;cursor:pointer}.tag-icon[data-v-bcd1c52d]{width:30px;height:30px;margin-left:1rem;position:relative;transform:translateY(3px);transition:transform .2s ease-out}.tag:hover .tag-icon[data-v-bcd1c52d]{transform:translateY(-5px)}.tag-icon img[data-v-bcd1c52d]{max-width:100%;height:auto;display:block}.development-process-grid[data-v-bcd1c52d]{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;max-width:80%;margin:40px auto 0}.process-item[data-v-bcd1c52d]{display:flex;flex-direction:column;align-items:center;text-align:center}.process-icon[data-v-bcd1c52d]{width:80px;height:80px;margin-bottom:15px;position:relative;display:flex;justify-content:center;align-items:center}.process-name[data-v-bcd1c52d]{font-size:18px;font-weight:500;color:#1d2129}.process-icon img[data-v-bcd1c52d]{position:relative;z-index:2;width:45px;height:45px}.statistics-section[data-v-bcd1c52d]{display:flex;justify-content:space-around;max-width:1200px;margin:9rem auto 14rem;padding:0 20px;text-align:center}.statistic-item[data-v-bcd1c52d]{display:flex;flex-direction:column;align-items:center}.statistic-number[data-v-bcd1c52d]{font-size:4.375rem;font-weight:700;color:#478ef6;margin-bottom:.75rem;line-height:1}.name-icon-wrapper[data-v-bcd1c52d]{display:flex;align-items:center;gap:8px}.statistic-name[data-v-bcd1c52d]{font-size:.875rem;color:#262525;line-height:1}.statistic-icon[data-v-bcd1c52d]{width:20px;height:20px;position:relative;background-size:contain;background-repeat:no-repeat;background-position:center}.team-icon[data-v-bcd1c52d]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2010C14.2091%2010%2016%208.20914%2016%206C16%203.79086%2014.2091%202%2012%202C9.79086%202%208%203.79086%208%206C8%208.20914%209.79086%2010%2012%2010Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2022C21%2017.0294%2016.9706%2013%2012%2013C7.02945%2013%203%2017.0294%203%2022'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3ccircle%20cx='12.0001'%20cy='15.6681'%20r='1.06064'%20fill='%23478EF6'/%3e%3cpath%20d='M12.3571%2015.3511H11.6746L10.4311%2019.7271C10.3816%2019.9015%2010.4303%2020.0891%2010.5585%2020.2173L11.6502%2021.309C11.8459%2021.5046%2012.1633%2021.5042%2012.3584%2021.3079L13.4441%2020.2157C13.5708%2020.0883%2013.6194%2019.9027%2013.5714%2019.7296L12.3571%2015.3511Z'%20fill='%23478EF6'/%3e%3c/svg%3e")}.client-icon[data-v-bcd1c52d]{background-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.2917%2010.8333C12.3857%2010.8333%2014.0833%209.13575%2014.0833%207.04167C14.0833%204.94759%2012.3857%203.25%2010.2917%203.25C8.19758%203.25%206.5%204.94759%206.5%207.04167C6.5%209.13575%208.19758%2010.8333%2010.2917%2010.8333Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.6625%203.7915C18.7636%204.45499%2019.5%205.66226%2019.5%207.0415C19.5%208.42075%2018.7636%209.62802%2017.6625%2010.2915'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.16663%2022.7498V22.0998C2.16663%2019.673%202.16663%2018.4595%202.63893%2017.5326C3.05438%2016.7172%203.7173%2016.0542%204.53267%2015.6388C5.45963%2015.1665%206.67308%2015.1665%209.09996%2015.1665H11.4833C13.9102%2015.1665%2015.1236%2015.1665%2016.0506%2015.6388C16.8659%2016.0542%2017.5289%2016.7172%2017.9443%2017.5326C18.4166%2018.4595%2018.4166%2019.673%2018.4166%2022.0998V22.7498'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M23.8333%2022.7502V22.1002C23.8333%2019.6733%2023.8333%2018.4598%2023.3611%2017.5329C22.9456%2016.7175%2022.2827%2016.0546%2021.4673%2015.6392'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.project-icon[data-v-bcd1c52d]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2022L18.2692%2020.2153L15.5%2022L13.5%2016.8499C15.7307%2016.3971%2017.6019%2014.9543%2018.635%2013L22%2022Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2022L5.80163%2020.1622L2%2022L5.36505%2013C6.3981%2014.9543%208.2693%2016.3971%2010.5%2016.8499L8.5%2022Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.5%209.5C19.5%205.35785%2016.1421%202%2012%202C7.85785%202%204.5%205.35785%204.5%209.5C4.5%2010.7641%204.81273%2011.9552%205.36505%2013C6.3981%2014.9543%208.2693%2016.3971%2010.5%2016.8499C10.9846%2016.9483%2011.4863%2017%2012%2017C12.5137%2017%2013.0154%2016.9483%2013.5%2016.8499C15.7307%2016.3971%2017.6019%2014.9543%2018.635%2013C19.1873%2011.9552%2019.5%2010.7641%2019.5%209.5Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2013.1714V6.67139L10.5%207.17139M12%2013.1714H14M12%2013.1714H10'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.patent-icon[data-v-bcd1c52d]{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='23'%20viewBox='0%200%2025%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.1848%2019.0359V19.0359C21.9744%2019.0359%2024.2359%2016.7745%2024.2359%2013.9849V5.85859C24.2359%203.04502%2021.955%200.764164%2019.1414%200.764164H8.5997C6.0769%200.764164%204.03176%202.8093%204.03176%205.33211V5.33211'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3crect%20x='0.75'%20y='5.2121'%20width='18.7041'%20height='16.7718'%20rx='4.25'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3cpath%20d='M0.813665%2010.7446H19.3902'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3cpath%20d='M5.16482%208.12223H12.575'%20stroke='%23478EF6'%20stroke-linecap='round'/%3e%3ccircle%20cx='14.4294'%20cy='8.12254'%20r='0.658511'%20fill='%23478EF6'/%3e%3c/svg%3e")}.team-section[data-v-bcd1c52d]{max-width:1200px;margin:14rem auto 6rem;padding:0 20px;text-align:center}.team-images[data-v-bcd1c52d]{max-width:900px;margin:0 auto}.team-title[data-v-bcd1c52d]{font-family:PingFang SC,sans-serif;font-size:50px;font-weight:600;line-height:1.4;color:#262525;margin-bottom:2rem;text-align:center;white-space:pre-line}.team-gallery[data-v-bcd1c52d]{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.team-image[data-v-bcd1c52d]{width:280px;height:200px;border-radius:20px;background-color:#d9d9d9;background-size:cover;background-position:center}.team-image-1[data-v-bcd1c52d]{background-image:url(/assets/team1-Vnd44c4Y.jpg)}.team-image-2[data-v-bcd1c52d]{background-image:url(/assets/team2-D5Hf2sgK.jpg)}.team-image-3[data-v-bcd1c52d]{background-image:url(/assets/team3-DFSuN88q.jpg)}@media (max-width: 992px){.product-grid[data-v-bcd1c52d]{grid-template-columns:repeat(2,1fr)}.product-series-section[data-v-bcd1c52d]{padding:2rem 0 10rem;margin:0 auto 10rem;background-color:#f1f2f4}.about-section[data-v-bcd1c52d],.featured-product-card[data-v-bcd1c52d]{flex-direction:column}.featured-product-image[data-v-bcd1c52d]{height:300px}.team-gallery[data-v-bcd1c52d]{flex-direction:column;align-items:center}.team-title[data-v-bcd1c52d],.banner-title[data-v-bcd1c52d],.intro-subtitle[data-v-bcd1c52d]{font-size:2.5rem}.statistics-section[data-v-bcd1c52d]{flex-wrap:wrap;gap:2rem}.statistic-item[data-v-bcd1c52d]{width:45%}}@media (max-width: 768px){.banner-slide[data-v-bcd1c52d]{text-align:center}.banner-inner-container[data-v-bcd1c52d]{width:100%;height:100%;margin:0;padding:5% 20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner-image[data-v-bcd1c52d]{position:static;transform:none;top:auto;right:auto;left:auto;width:auto;max-width:80%;max-height:40vh;height:auto;display:block;margin:0 auto}.banner-content[data-v-bcd1c52d]{position:static;transform:none;top:auto;width:100%;max-width:600px;margin-bottom:2rem;text-align:center;order:1}.banner-image[data-v-bcd1c52d]{order:2}.banner-title[data-v-bcd1c52d]{font-size:2rem;color:#262525;text-shadow:none}.banner-desc[data-v-bcd1c52d]{font-size:14px;color:#262525;text-shadow:none}.banner-btn[data-v-bcd1c52d]{padding:10px 30px;font-size:12px;color:#478ef6;border-color:#478ef6;background-color:transparent}.banner-btn[data-v-bcd1c52d]:hover{background-color:#478ef6;color:#fff}.carousel-indicators[data-v-bcd1c52d]{bottom:20px}.intro-text-section[data-v-bcd1c52d]{padding:6rem 3rem 0}.service-idea-section[data-v-bcd1c52d]{padding:3rem 3rem 0}.intro-content-wrapper[data-v-bcd1c52d]{padding:0;max-width:100%}.intro-content-wrapper[data-v-bcd1c52d]{text-align:left}.service-idea-content-wrapper[data-v-bcd1c52d]{text-align:left;padding:0;max-width:100%}.intro-main-title[data-v-bcd1c52d]{font-size:1.5rem}.intro-subtitle[data-v-bcd1c52d],.service-slogan[data-v-bcd1c52d]{font-size:2rem}.development-process-grid[data-v-bcd1c52d]{grid-template-columns:repeat(2,1fr);max-width:100%;margin-top:2rem}.divider-section[data-v-bcd1c52d]{top:100px}}.intro-content-wrapper[data-v-bcd1c52d],.service-idea-content-wrapper[data-v-bcd1c52d],.featured-product-content-wrapper[data-v-bcd1c52d],.about-content[data-v-bcd1c52d],.about-image[data-v-bcd1c52d],.statistics-section[data-v-bcd1c52d],.team-images[data-v-bcd1c52d]{opacity:0;transform:translateY(50px);transition:opacity .6s ease-out,transform .6s ease-out}.intro-content-wrapper.is-visible[data-v-bcd1c52d],.service-idea-content-wrapper.is-visible[data-v-bcd1c52d],.featured-product-content-wrapper.is-visible[data-v-bcd1c52d],.about-content.is-visible[data-v-bcd1c52d],.about-image.is-visible[data-v-bcd1c52d],.statistics-section.is-visible[data-v-bcd1c52d],.team-images.is-visible[data-v-bcd1c52d]{opacity:1;transform:translateY(0)}.carousel-indicators[data-v-bcd1c52d]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.indicator[data-v-bcd1c52d]{width:12px;height:12px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:background-color .3s ease}.indicator.active[data-v-bcd1c52d]{background-color:#478ef6}@media (max-width: 768px){.carousel-indicators[data-v-bcd1c52d]{bottom:20px}.indicator[data-v-bcd1c52d]{width:10px;height:10px;gap:8px}}.about-page[data-v-e10ccb76]{width:100%;background-color:#fff;color:#262525;font-family:PingFang SC,sans-serif}.tech-statement-section[data-v-e10ccb76]{height:80vh;min-height:600px;background-color:#f1f2f4}.tech-statement-wrapper[data-v-e10ccb76]{position:relative;max-width:1200px;padding:5% 20px;width:100%;margin:0 auto;height:100%}.tech-statement-content[data-v-e10ccb76]{position:absolute;top:50%;transform:translateY(-50%);width:90%;z-index:2}.tech-statement-bg-image[data-v-e10ccb76]{position:absolute;right:-50px;left:auto;top:50%;transform:translateY(-50%);max-width:50%;height:auto;z-index:1}.statement-title[data-v-e10ccb76]{font-size:50px;line-height:1.4em;letter-spacing:.1em;font-weight:400;margin-bottom:30px}.statement-description[data-v-e10ccb76]{font-size:14px;line-height:1.85em;max-width:700px}.company-intro[data-v-e10ccb76]{max-width:1200px;margin:0 auto;padding:160px 20px 80px}.company-name[data-v-e10ccb76]{font-size:50px;font-weight:600;line-height:1.4em;margin-bottom:40px;text-align:center}.company-description[data-v-e10ccb76]{font-size:18px;line-height:1.44em;letter-spacing:.09em;max-width:960px;margin:0 auto}.company-qualification[data-v-e10ccb76]{max-width:1200px;margin:0 auto;padding:60px 20px 100px}.section-title[data-v-e10ccb76]{font-size:42px;font-weight:600;line-height:1.19em;letter-spacing:.024em;text-align:center;margin-bottom:50px}.qualification-images[data-v-e10ccb76]{display:flex;justify-content:center;gap:30px;align-items:stretch}.qualification-image-wrapper[data-v-e10ccb76]{max-width:400px;width:100%;border-radius:23px;padding:0;line-height:0;display:flex;flex-direction:column;justify-content:center}.qualification-image[data-v-e10ccb76]{width:100%;height:100%;border-radius:23px;overflow:hidden;display:flex;align-items:center;justify-content:center}.qualification-image img[data-v-e10ccb76]{display:block;max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.qualification-image-wrapper:hover img[data-v-e10ccb76]{transform:scale(1.05)}.company-history[data-v-e10ccb76]{background-color:#f1f2f4;min-height:100vh;display:flex;align-items:center;justify-content:center}.company-history-content[data-v-e10ccb76]{max-width:1200px;width:100%;padding:100px 20px 40px;display:flex;flex-direction:column}.history-header[data-v-e10ccb76]{margin-bottom:40px;text-align:center}.history-interactive-area[data-v-e10ccb76]{flex-grow:1;display:flex;flex-direction:column;justify-content:center;width:100%}.history-description[data-v-e10ccb76]{max-width:800px;margin:0 auto;line-height:1.88em;color:#86909c}.timeline[data-v-e10ccb76]{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;position:relative;padding-left:calc(5% + 20px);padding-right:calc(5% + 12px);box-sizing:border-box}.timeline[data-v-e10ccb76]:before{content:"";position:absolute;top:calc(50% + 30px);left:5%;right:5%;height:2px;background-color:#bcd7ff;z-index:0}.timeline[data-v-e10ccb76]:after{content:"";position:absolute;top:calc(50% + 27px);left:5%;width:8px;height:8px;background-color:#478ef6;border-radius:50%;z-index:1}.year-marker[data-v-e10ccb76]{display:flex;flex-direction:column;align-items:center;margin:0;position:relative;z-index:1;cursor:pointer;transition:all .3s ease}.year-marker:hover .year[data-v-e10ccb76]{transform:scale(1.1);box-shadow:0 0 10px #478ef64d}.year[data-v-e10ccb76]{width:50px;height:50px;border-radius:50%;background-color:transparent;border:1px solid #BCD7FF;display:flex;align-items:center;justify-content:center;font-size:18px;color:#000;margin-bottom:15px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.year-marker.active .year[data-v-e10ccb76]{background-color:#bcd7ff;border-color:#bcd7ff;color:#000}.history-content-area[data-v-e10ccb76]{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;padding:0 5% 0 80px;text-align:left;width:100%}.history-details[data-v-e10ccb76]{flex:1}.history-details ul[data-v-e10ccb76]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;min-height:80px}.history-details ul.single-event-list[data-v-e10ccb76]{justify-content:center}.history-details li[data-v-e10ccb76]{font-size:18px;line-height:1.8;color:#262525;margin-bottom:15px;position:relative;padding-left:20px}.history-details li[data-v-e10ccb76]:last-child{margin-bottom:0}.history-details li[data-v-e10ccb76]:before{content:"";position:absolute;left:0;top:.8em;transform:translateY(-50%);width:6px;height:6px;background-color:#262525;border-radius:50%}.history-image[data-v-e10ccb76]{flex:1;max-width:50%;overflow:hidden;border-radius:15px}.history-image img[data-v-e10ccb76]{width:100%;height:auto;object-fit:cover;display:block}.stats-section[data-v-e10ccb76]{display:flex;justify-content:space-around;padding:0 20px;max-width:1200px;margin:6rem auto}.statistic-item[data-v-e10ccb76]{display:flex;flex-direction:column;align-items:center}.statistic-number[data-v-e10ccb76]{font-size:70px;font-weight:700;color:#478ef6;line-height:1;margin-bottom:.75rem}.name-icon-wrapper[data-v-e10ccb76]{display:flex;align-items:center;gap:8px}.stat-title[data-v-e10ccb76]{font-size:.875rem;line-height:1;color:#262525}.stat-icon[data-v-e10ccb76]{width:20px;height:20px;position:relative;background-size:contain;background-repeat:no-repeat;background-position:center}.team-icon[data-v-e10ccb76]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%2010C14.2091%2010%2016%208.20914%2016%206C16%203.79086%2014.2091%202%2012%202C9.79086%202%208%203.79086%208%206C8%208.20914%209.79086%2010%2012%2010Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2022C21%2017.0294%2016.9706%2013%2012%2013C7.02945%2013%203%2017.0294%203%2022'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3ccircle%20cx='12.0001'%20cy='15.6681'%20r='1.06064'%20fill='%23478EF6'/%3e%3cpath%20d='M12.3571%2015.3511H11.6746L10.4311%2019.7271C10.3816%2019.9015%2010.4303%2020.0891%2010.5585%2020.2173L11.6502%2021.309C11.8459%2021.5046%2012.1633%2021.5042%2012.3584%2021.3079L13.4441%2020.2157C13.5708%2020.0883%2013.6194%2019.9027%2013.5714%2019.7296L12.3571%2015.3511Z'%20fill='%23478EF6'/%3e%3c/svg%3e")}.client-icon[data-v-e10ccb76]{background-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.2917%2010.8333C12.3857%2010.8333%2014.0833%209.13575%2014.0833%207.04167C14.0833%204.94759%2012.3857%203.25%2010.2917%203.25C8.19758%203.25%206.5%204.94759%206.5%207.04167C6.5%209.13575%208.19758%2010.8333%2010.2917%2010.8333Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M17.6625%203.7915C18.7636%204.45499%2019.5%205.66226%2019.5%207.0415C19.5%208.42075%2018.7636%209.62802%2017.6625%2010.2915'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2.16663%2022.7498V22.0998C2.16663%2019.673%202.16663%2018.4595%202.63893%2017.5326C3.05438%2016.7172%203.7173%2016.0542%204.53267%2015.6388C5.45963%2015.1665%206.67308%2015.1665%209.09996%2015.1665H11.4833C13.9102%2015.1665%2015.1236%2015.1665%2016.0506%2015.6388C16.8659%2016.0542%2017.5289%2016.7172%2017.9443%2017.5326C18.4166%2018.4595%2018.4166%2019.673%2018.4166%2022.0998V22.7498'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M23.8333%2022.7502V22.1002C23.8333%2019.6733%2023.8333%2018.4598%2023.3611%2017.5329C22.9456%2016.7175%2022.2827%2016.0546%2021.4673%2015.6392'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.project-icon[data-v-e10ccb76]{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22%2022L18.2692%2020.2153L15.5%2022L13.5%2016.8499C15.7307%2016.3971%2017.6019%2014.9543%2018.635%2013L22%2022Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2022L5.80163%2020.1622L2%2022L5.36505%2013C6.3981%2014.9543%208.2693%2016.3971%2010.5%2016.8499L8.5%2022Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M19.5%209.5C19.5%205.35785%2016.1421%202%2012%202C7.85785%202%204.5%205.35785%204.5%209.5C4.5%2010.7641%204.81273%2011.9552%205.36505%2013C6.3981%2014.9543%208.2693%2016.3971%2010.5%2016.8499C10.9846%2016.9483%2011.4863%2017%2012%2017C12.5137%2017%2013.0154%2016.9483%2013.5%2016.8499C15.7307%2016.3971%2017.6019%2014.9543%2018.635%2013C19.1873%2011.9552%2019.5%2010.7641%2019.5%209.5Z'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2013.1714V6.67139L10.5%207.17139M12%2013.1714H14M12%2013.1714H10'%20stroke='%23478EF6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.patent-icon[data-v-e10ccb76]{background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='23'%20viewBox='0%200%2025%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.1848%2019.0359V19.0359C21.9744%2019.0359%2024.2359%2016.7745%2024.2359%2013.9849V5.85859C24.2359%203.04502%2021.955%200.764164%2019.1414%200.764164H8.5997C6.0769%200.764164%204.03176%202.8093%204.03176%205.33211V5.33211'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3crect%20x='0.75'%20y='5.2121'%20width='18.7041'%20height='16.7718'%20rx='4.25'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3cpath%20d='M0.813665%2010.7446H19.3902'%20stroke='%23478EF6'%20stroke-width='1.5'/%3e%3cpath%20d='M5.16482%208.12223H12.575'%20stroke='%23478EF6'%20stroke-linecap='round'/%3e%3ccircle%20cx='14.4294'%20cy='8.12254'%20r='0.658511'%20fill='%23478EF6'/%3e%3c/svg%3e")}.contact-section[data-v-e10ccb76]{display:flex;padding:80px 20px;max-width:1200px;margin:0 auto}.contact-map[data-v-e10ccb76]{flex:1;height:400px;overflow:hidden;margin-right:40px}.contact-map img[data-v-e10ccb76]{width:100%;height:100%;object-fit:cover}.contact-info[data-v-e10ccb76]{flex:1}.contact-title[data-v-e10ccb76]{font-size:30px;line-height:.86em;letter-spacing:.09em;margin-bottom:40px}.contact-items[data-v-e10ccb76]{display:flex;flex-direction:column;gap:30px}.contact-item[data-v-e10ccb76]{margin-bottom:20px}.item-title[data-v-e10ccb76]{font-size:16px;line-height:1.15em;opacity:.6;margin-bottom:10px}.item-content[data-v-e10ccb76]{font-size:19.6875px;line-height:1.42em}@media (max-width: 768px){.tech-statement-section[data-v-e10ccb76]{height:auto;min-height:auto;padding:40px 0}.tech-statement-wrapper[data-v-e10ccb76]{position:static;padding:0 15px;display:flex;flex-direction:column;align-items:center;height:auto}.tech-statement-content[data-v-e10ccb76]{position:static;transform:none;width:100%;order:1;text-align:center;margin-top:30px;margin-bottom:30px}.statement-title[data-v-e10ccb76]{font-size:2.5rem;margin-bottom:20px}.tech-statement-bg-image[data-v-e10ccb76]{position:static;transform:none;max-width:60%;height:auto;order:2;margin:0 auto}.company-intro[data-v-e10ccb76]{margin:0 auto;padding:60px 20px 80px}.company-name[data-v-e10ccb76]{font-size:2.5rem}.qualification-images[data-v-e10ccb76]{flex-direction:column;align-items:center}.stats-section[data-v-e10ccb76]{margin:0 auto 0 1rem;flex-wrap:wrap;gap:2rem}.statistic-item[data-v-e10ccb76]{width:45%}.company-history-content[data-v-e10ccb76]{padding:40px 15px}.history-content-area[data-v-e10ccb76]{flex-direction:column;gap:30px;padding:0;align-items:center}.history-details[data-v-e10ccb76]{padding-right:0;width:100%}.history-image[data-v-e10ccb76]{max-width:90%;width:100%}.history-interactive-area[data-v-e10ccb76]{display:flex;flex-direction:row;gap:20px;align-items:flex-start}.history-content-area[data-v-e10ccb76]{order:1;flex:1;flex-direction:column;gap:20px;padding:0;align-items:center;width:auto}.history-image[data-v-e10ccb76]{order:1;max-width:100%;width:100%}.history-details[data-v-e10ccb76]{order:2;padding-right:0;width:100%;text-align:left}.timeline[data-v-e10ccb76]{order:-1;flex:0 0 60px;flex-direction:column;gap:25px;margin-bottom:0;align-items:center;position:relative;padding:10px 0}.timeline[data-v-e10ccb76]:after{display:none}.timeline[data-v-e10ccb76]:before{display:block;content:"";position:absolute;top:25px;bottom:25px;left:50%;transform:translate(-50%);width:2px;background-color:#bcd7ff;z-index:0}.year-marker[data-v-e10ccb76]{margin:0;z-index:1}.contact-section[data-v-e10ccb76]{flex-direction:column}.contact-map[data-v-e10ccb76]{margin-right:0;margin-bottom:40px}}.news-page[data-v-eacc7a15]{width:100%;background-color:#fff}.news-header[data-v-eacc7a15]{width:100%;padding:80px 20px;min-height:80vh;background-color:#f1f2f4;color:#262525;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.news-header-content[data-v-eacc7a15]{display:flex;align-items:center;max-width:1200px;width:100%;gap:40px}.news-text-content[data-v-eacc7a15]{flex:1}.news-image-content[data-v-eacc7a15]{flex:1;max-width:50%}.news-image-content img[data-v-eacc7a15]{width:100%;height:auto;display:block;border-radius:10px}.page-title[data-v-eacc7a15]{font-size:50px;font-weight:400;line-height:1.4;letter-spacing:.1em;margin-bottom:30px;text-align:left}.page-description[data-v-eacc7a15]{font-size:14px;line-height:1.86;max-width:700px;text-align:left}.news-content[data-v-eacc7a15]{padding:80px 0}.container[data-v-eacc7a15]{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.news-section[data-v-eacc7a15]{margin-bottom:80px}.section-header[data-v-eacc7a15]{margin-bottom:40px}.title-wrapper[data-v-eacc7a15]{display:flex;align-items:center;gap:15px}.title-text-wrapper[data-v-eacc7a15]{display:flex;flex-direction:column}.title-icon[data-v-eacc7a15]{width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.inner-circle[data-v-eacc7a15]{width:20px;height:20px;border-radius:50%;background-color:#fff}.section-title[data-v-eacc7a15]{font-size:18px;letter-spacing:9%;font-weight:400;margin:0}.section-subtitle[data-v-eacc7a15]{font-size:24px;letter-spacing:9%;font-weight:400;color:var(--text-color);margin:0}.news-list[data-v-eacc7a15]{position:relative;padding:30px 0}.news-list[data-v-eacc7a15]:before{content:"";position:absolute;top:0;left:100px;width:1px;height:100%;background-color:#d7d7d7}.news-item[data-v-eacc7a15]{display:flex;margin-bottom:60px;position:relative}.news-date[data-v-eacc7a15]{min-width:100px;display:flex;flex-direction:column;align-items:flex-start;position:relative}.news-date[data-v-eacc7a15]:before{content:"";position:absolute;top:20px;right:-15px;width:30px;height:1px;background-color:#d7d7d7}.date[data-v-eacc7a15]{font-size:24px;line-height:1.42;font-weight:400}.year[data-v-eacc7a15]{font-size:18px;line-height:1.89;color:var(--text-color)}.news-content[data-v-eacc7a15]{flex:1;padding-left:50px}.news-title[data-v-eacc7a15]{font-size:24px;line-height:2.08;letter-spacing:4.17%;font-weight:400;margin-bottom:10px}.news-text[data-v-eacc7a15]{font-size:16px;line-height:2.13;color:var(--text-gray)}.service-section[data-v-eacc7a15]{background-color:#f1f2f4;padding:60px;border-radius:10px}.service-header[data-v-eacc7a15]{text-align:center;margin-bottom:40px}.service-title[data-v-eacc7a15]{font-size:42px;font-weight:600;line-height:1.19;letter-spacing:2.38%;margin-bottom:20px}.service-description[data-v-eacc7a15]{font-size:18px;line-height:2.78;letter-spacing:5.56%;color:var(--text-gray)}.contact-form[data-v-eacc7a15]{max-width:800px;margin:0 auto}.form-group[data-v-eacc7a15]{margin-bottom:20px}.form-group label[data-v-eacc7a15]{display:block;font-size:18px;letter-spacing:5.56%;margin-bottom:10px}.form-group input[data-v-eacc7a15],.form-group textarea[data-v-eacc7a15]{width:100%;padding:15px;border:1px solid #dadada;border-radius:10px;background-color:#fcfcfc;font-size:16px;font-family:inherit}.form-group textarea[data-v-eacc7a15]{resize:vertical}.submit-btn[data-v-eacc7a15]{display:block;width:200px;height:50px;background-color:var(--primary-color);color:#fff;border:2px solid var(--primary-color);border-radius:10px;font-size:18px;letter-spacing:5.56%;margin:40px auto 0;cursor:pointer;transition:all .3s ease}.submit-btn[data-v-eacc7a15]:hover{background-color:transparent;color:var(--primary-color)}@media (max-width: 768px){.news-header-content[data-v-eacc7a15]{flex-direction:column-reverse;text-align:center}.news-text-content[data-v-eacc7a15]{text-align:center}.news-image-content[data-v-eacc7a15]{max-width:80%;margin-top:30px;flex:none}.news-header[data-v-eacc7a15]{min-height:50vh;padding:40px 15px}.page-title[data-v-eacc7a15]{font-size:40px}.news-item[data-v-eacc7a15]{flex-direction:column}.news-date[data-v-eacc7a15]{margin-bottom:20px}.news-date[data-v-eacc7a15]:before{display:none}.news-list[data-v-eacc7a15]:before{left:20px}.news-content[data-v-eacc7a15]{padding-left:0}.service-section[data-v-eacc7a15]{padding:30px 20px}}.service-page[data-v-71fb817e]{width:100%;background-color:#fff}.service-header[data-v-71fb817e]{height:80vh;min-height:600px;background-color:#f1f2f4}.service-header-wrapper[data-v-71fb817e]{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:80px 20px;height:100%}.service-image-content[data-v-71fb817e]{position:absolute;right:-20px;top:50%;transform:translateY(-50%);max-width:50%;height:auto;z-index:1}.service-text-content[data-v-71fb817e]{position:absolute;top:50%;transform:translateY(-50%);width:90%;z-index:2}.container[data-v-71fb817e]{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.page-title[data-v-71fb817e]{font-size:50px;font-weight:400;line-height:1.4;letter-spacing:.1em;margin-bottom:30px}.page-description[data-v-71fb817e]{font-size:14px;line-height:1.86;max-width:700px}.design-concept[data-v-71fb817e]{padding:80px 0;min-height:80vh;display:flex}.section-header[data-v-71fb817e]{margin-bottom:40px}.title-wrapper[data-v-71fb817e]{display:flex;align-items:center;gap:15px}.title-icon[data-v-71fb817e]{width:40px;height:40px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center}.inner-circle[data-v-71fb817e]{width:20px;height:20px;border-radius:50%;background-color:#fff}.title-text-wrapper[data-v-71fb817e]{display:flex;flex-direction:column}.section-title[data-v-71fb817e]{font-size:18px;letter-spacing:9%;font-weight:400;margin:0}.section-subtitle[data-v-71fb817e]{font-size:24px;letter-spacing:9%;font-weight:400;color:var(--text-color);margin:0}.concept-content[data-v-71fb817e]{margin-top:60px}.concept-name[data-v-71fb817e]{font-size:24px;line-height:1.08;letter-spacing:9%;font-weight:400;margin-bottom:20px}.concept-description[data-v-71fb817e]{font-size:50px;font-weight:600;line-height:1.4;max-width:960px}.product-innovation[data-v-71fb817e]{padding:40px 0;background-color:var(--background-light);min-height:100vh;display:flex;align-items:center}.section-header.center[data-v-71fb817e]{text-align:center}.innovation-title[data-v-71fb817e]{font-size:42px;font-weight:600;line-height:1.19;letter-spacing:2.38%;display:inline-block;position:relative}.innovation-title[data-v-71fb817e]:before,.innovation-title[data-v-71fb817e]:after{content:"";position:absolute;top:50%;width:30px;height:30px;border-radius:50%;background-color:var(--primary-color);transform:translateY(-50%);background-image:radial-gradient(circle at center,white 7.5px,transparent 8px);background-repeat:no-repeat;background-position:center}.innovation-title[data-v-71fb817e]:before{left:-50px}.innovation-title[data-v-71fb817e]:after{right:-50px}.innovation-showcase[data-v-71fb817e]{margin-top:60px}.product-card[data-v-71fb817e]{display:flex;gap:40px;background-color:#fff;border-radius:20px;overflow:hidden}.product-image[data-v-71fb817e]{flex:1;position:relative;height:400px;overflow:hidden}.product-image img[data-v-71fb817e]{width:100%;height:100%;object-fit:cover}.product-info[data-v-71fb817e]{flex:1;padding:40px 40px 40px 0;display:flex;flex-direction:column}.product-title[data-v-71fb817e]{font-size:42px;font-weight:600;line-height:1.19;letter-spacing:2.38%;margin-bottom:30px}.product-description[data-v-71fb817e]{font-size:18px;line-height:1.89;margin-bottom:40px}.learn-more[data-v-71fb817e]{margin-top:auto}.learn-more-btn[data-v-71fb817e]{display:flex;align-items:center;gap:10px;padding:12px 30px;border-radius:20px;border:1px solid;border-image:linear-gradient(to right,#1aeefd,#478ef6) 1;background-color:transparent;cursor:pointer;transition:all .3s ease}.learn-more-btn span[data-v-71fb817e]{font-size:16px;line-height:1.4}.arrow-icon[data-v-71fb817e]{color:var(--primary-color);font-size:18px;transition:transform .3s ease}.learn-more-btn:hover .arrow-icon[data-v-71fb817e]{transform:translate(5px)}@media (max-width: 768px){.service-header[data-v-71fb817e]{height:auto;min-height:auto;padding:40px 0}.service-text-content[data-v-71fb817e]{position:static;transform:none;order:1;max-width:100%;text-align:center;margin-top:30px;margin-bottom:30px;padding:0;z-index:auto}.service-image-content[data-v-71fb817e]{position:static;transform:none;order:2;max-width:60%;margin:0 auto;z-index:auto}.service-header-wrapper[data-v-71fb817e]{position:static;display:flex;flex-direction:column;align-items:center;padding:0 15px;margin:0 auto}.page-title[data-v-71fb817e]{font-size:2.5rem}.product-card[data-v-71fb817e]{flex-direction:column}.product-info[data-v-71fb817e]{padding:30px}.product-title[data-v-71fb817e],.concept-description[data-v-71fb817e]{font-size:32px}}.banner[data-v-2d39475c]{height:80vh;min-height:600px;background-color:#f1f2f4}.banner-container[data-v-2d39475c]{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:80px 20px;height:100%}.banner-content[data-v-2d39475c]{position:absolute;top:50%;transform:translateY(-50%);width:90%;z-index:2}.banner-image[data-v-2d39475c]{position:absolute;right:-20px;top:50%;transform:translateY(-50%);max-width:50%;height:auto;z-index:1}.banner-title[data-v-2d39475c]{font-size:50px;font-weight:400;line-height:1.4;letter-spacing:.1em;color:var(--text-dark);margin-bottom:20px}.banner-desc[data-v-2d39475c]{font-size:14px;line-height:1.85;color:var(--text-dark);max-width:800px}.product-filter[data-v-2d39475c]{background-color:#fff;padding:30px 0;margin-top:50px;margin-bottom:50px}.filter-tabs[data-v-2d39475c]{display:flex;justify-content:center;gap:40px}.filter-tab[data-v-2d39475c]{color:#86909c;font-size:18px;letter-spacing:.05em;padding:10px 0;cursor:pointer;position:relative;border-bottom:2px solid transparent;transition:color .3s ease,border-color .3s ease}.filter-tab[data-v-2d39475c]:hover{color:var(--text-dark)}.filter-tab.active[data-v-2d39475c]{color:var(--primary-color);font-weight:600;border-bottom-color:var(--primary-color)}.grid-container[data-v-2d39475c]{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card[data-v-2d39475c]{display:flex;flex-direction:column;align-items:center}.product-image-container[data-v-2d39475c]{width:100%;aspect-ratio:1 / 1;margin-bottom:15px}.product-image[data-v-2d39475c]{width:100%;height:100%;border-radius:var(--radius-small);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-actual-image[data-v-2d39475c]{max-width:100%;max-height:100%;object-fit:cover}.product-name[data-v-2d39475c]{font-size:24px;color:var(--text-dark);text-align:center}.product-list[data-v-2d39475c]{margin-bottom:120px;min-height:500px}.loading-indicator[data-v-2d39475c]{text-align:center;padding:40px;min-height:400px;display:flex;align-items:center;justify-content:center}.loading-text[data-v-2d39475c]{font-size:16px;color:var(--text-secondary, #666)}.error-message[data-v-2d39475c]{text-align:center;padding:40px;color:var(--color-danger, #ff4d4f);min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}.retry-button[data-v-2d39475c]{margin-top:16px;padding:8px 16px;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer}.retry-button[data-v-2d39475c]:hover{opacity:.9}.no-data[data-v-2d39475c]{text-align:center;padding:40px;color:var(--text-secondary, #666);font-size:16px;min-height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.banner[data-v-2d39475c]{height:auto;min-height:auto;padding:40px 0}.banner-container[data-v-2d39475c]{position:static;flex-direction:column;align-items:center;text-align:center;padding:0 15px;height:auto}.banner-content[data-v-2d39475c]{position:static;transform:none;order:1;width:100%;margin-top:30px;margin-bottom:30px;z-index:auto}.banner-image[data-v-2d39475c]{position:static;transform:none;order:2;max-width:60%;margin:0 auto;z-index:auto}.banner-title[data-v-2d39475c]{font-size:2.5rem}.filter-tabs[data-v-2d39475c]{flex-wrap:wrap;gap:20px;justify-content:flex-start;padding:0 15px}.grid-container[data-v-2d39475c]{grid-template-columns:repeat(2,1fr);gap:15px}.product-card[data-v-2d39475c]{display:flex;flex-direction:column-reverse;align-items:center;text-align:center}.product-image-container[data-v-2d39475c]{width:100%;margin-bottom:10px}.product-name[data-v-2d39475c]{width:100%}}.product-detail-page[data-v-561ffd40]{padding:60px 0 120px;color:var(--text-dark)}.container[data-v-561ffd40]{max-width:1200px;margin:0 auto;padding:0 20px}.loading-state[data-v-561ffd40],.error-state[data-v-561ffd40],.not-found-state[data-v-561ffd40]{text-align:center;padding:80px 0;font-size:18px;color:var(--text-secondary)}.error-message[data-v-561ffd40]{color:var(--color-danger, red);margin-bottom:20px}.retry-button[data-v-561ffd40]{padding:10px 20px;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.retry-button[data-v-561ffd40]:hover{background-color:color-mix(in srgb,var(--primary-color) 90%,black)}.product-content h1[data-v-561ffd40]{font-size:42px;font-weight:600;margin-bottom:30px;text-align:left;color:var(--text-dark)}.product-layout[data-v-561ffd40]{display:flex;gap:60px;align-items:center;margin-bottom:60px;margin-top:60px}.product-image-section[data-v-561ffd40]{flex:0 0 55%;max-width:55%;min-height:500px;position:relative;overflow:hidden}.image-slides-container[data-v-561ffd40]{position:relative;width:100%;height:100%;min-height:300px}.image-slide[data-v-561ffd40]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out}.image-slide.active[data-v-561ffd40]{opacity:1;z-index:1;position:relative}.carousel-image[data-v-561ffd40]{width:100%;height:auto;max-height:400px;object-fit:contain;display:block;margin:0 auto}.placeholder-image[data-v-561ffd40]{width:100%;height:100%;min-height:500px}.image-carousel-indicators[data-v-561ffd40]{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:2;padding:5px;background-color:#0000001a;border-radius:10px}.indicator[data-v-561ffd40]{width:10px;height:10px;border-radius:50%;background-color:#fff9;cursor:pointer;transition:background-color .3s ease}.indicator.active[data-v-561ffd40]{background-color:var(--primary-color, #478ef6)}.product-info-section[data-v-561ffd40]{flex:1}.product-info-section h2[data-v-561ffd40]{font-size:24px;font-weight:500;color:var(--text-dark);margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--border-color-light, #eee)}.product-description[data-v-561ffd40]{font-size:16px;line-height:1.9;margin-bottom:30px;color:var(--text-secondary-darker, #555)}.features-section[data-v-561ffd40]{margin-top:60px;margin-bottom:60px}.features-section h2[data-v-561ffd40]{font-size:28px;font-weight:500;text-align:center;margin-bottom:40px;color:var(--text-dark)}.features-list[data-v-561ffd40]{display:block;padding-left:20px}.feature-item[data-v-561ffd40]{padding-bottom:30px;border-bottom:1px solid var(--border-color-light, #eee);margin-bottom:30px}.feature-item[data-v-561ffd40]:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.feature-item h3[data-v-561ffd40]{font-size:20px;font-weight:600;color:var(--primary-color);margin-bottom:10px}.feature-item p[data-v-561ffd40]{font-size:15px;line-height:1.7;color:var(--text-secondary-darker, #555)}@media (max-width: 768px){.product-layout[data-v-561ffd40]{flex-direction:column;gap:40px;align-items:center}.product-image-section[data-v-561ffd40],.product-info-section[data-v-561ffd40]{flex:1 1 100%;max-width:100%}.product-image-section[data-v-561ffd40]{height:auto;min-height:300px;margin-bottom:20px;position:relative}.image-slides-container[data-v-561ffd40]{min-height:250px}.carousel-image[data-v-561ffd40]{max-height:300px}.image-carousel-indicators[data-v-561ffd40]{bottom:10px}.product-info-section[data-v-561ffd40]{text-align:center}.product-content h1[data-v-561ffd40]{font-size:32px;text-align:center}.features-section[data-v-561ffd40]{margin-top:60px}}.not-found-container[data-v-c6068024]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 160px);text-align:center;padding:40px}h1[data-v-c6068024]{font-size:6rem;font-weight:700;color:#478ef6;margin-bottom:1rem}p[data-v-c6068024]{font-size:1.2rem;color:#555;margin-bottom:2rem}router-link[data-v-c6068024]{padding:.8rem 1.5rem;background-color:#478ef6;color:#fff;border-radius:5px;text-decoration:none;transition:background-color .3s}router-link[data-v-c6068024]:hover{background-color:#3a75d6}.service-case-detail-page[data-v-77c6dba5]{padding-top:0}.container[data-v-77c6dba5]{max-width:1200px;margin:0 auto;padding:0 20px}.case-header-image[data-v-77c6dba5]{width:100%;height:40vh;background-color:#f1f2f4;position:relative;overflow:hidden;background-image:url(/assets/service-case-h43-header-DQ3mPy1A.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.case-intro[data-v-77c6dba5]{padding-top:60px;padding-bottom:60px;text-align:center}.case-title[data-v-77c6dba5]{font-size:42px;font-weight:500;letter-spacing:9%;line-height:1.2;color:#262525;margin-bottom:20px}.case-description[data-v-77c6dba5]{font-size:18px;line-height:1.67;letter-spacing:9%;color:#262525;max-width:800px;margin:0 auto}.section-title[data-v-77c6dba5]{font-size:42px;font-weight:500;line-height:1.19;letter-spacing:2.38%;color:#262525;text-align:center;margin-bottom:60px}.design-process[data-v-77c6dba5]{padding-top:60px;padding-bottom:80px;background-color:#fff}.process-stages[data-v-77c6dba5]{display:flex;flex-direction:column;gap:50px}.process-stage[data-v-77c6dba5]{background-color:#f4f4f4;border-radius:20px;padding:30px 20px;display:flex;flex-direction:row;gap:25px;align-items:stretch}.stage-header[data-v-77c6dba5]{writing-mode:vertical-rl;text-orientation:mixed;font-size:24px;letter-spacing:9%;color:#000;padding-right:15px;padding-bottom:0;border-right:1px solid #d9d9d9;height:auto;text-align:center;flex:0 0 40px;display:flex;align-items:center;justify-content:center}.stage-steps[data-v-77c6dba5]{flex:1;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;gap:30px 20px}.step[data-v-77c6dba5]{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:100px}.step-icon[data-v-77c6dba5]{width:50px;height:50px;border-radius:50%;margin-bottom:15px;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box}.step-icon img[data-v-77c6dba5]{max-width:100%;max-height:100%;display:block}.step-name[data-v-77c6dba5]{font-size:18px;font-weight:500;line-height:1.44;color:#1d2129}.product-innovation-points[data-v-77c6dba5]{padding-top:50px;padding-bottom:80px}.innovation-content-wrapper[data-v-77c6dba5]{display:flex;align-items:center;gap:60px}.innovation-main-image[data-v-77c6dba5]{flex:0 0 50%;text-align:center;margin-top:0}.innovation-main-image img[data-v-77c6dba5]{max-width:100%;height:auto;border-radius:20px;display:block}.innovation-grid[data-v-77c6dba5]{flex:1;margin-bottom:0;display:flex;flex-direction:column;gap:15px}.point-title[data-v-77c6dba5]{font-size:24px;font-weight:500;line-height:2.08;letter-spacing:4.17%;color:#000}.point-description[data-v-77c6dba5]{font-size:18px;line-height:1.89;color:#86909c}@media (max-width: 992px){.process-stage[data-v-77c6dba5]{align-items:flex-start}.stage-steps[data-v-77c6dba5]{justify-content:center}.innovation-content-wrapper[data-v-77c6dba5]{flex-direction:column;gap:40px;align-items:center}.innovation-main-image[data-v-77c6dba5]{flex-basis:auto;width:70%;max-width:400px}.innovation-grid[data-v-77c6dba5]{width:100%;gap:30px}}@media (max-width: 768px){.process-stage[data-v-77c6dba5]{flex-direction:column;gap:20px;align-items:stretch}.stage-header[data-v-77c6dba5]{writing-mode:horizontal-tb;text-orientation:initial;border-right:none;border-bottom:1px solid #d9d9d9;padding-right:0;padding-bottom:15px;height:auto;width:100%;text-align:center;flex:none}.stage-steps[data-v-77c6dba5]{justify-content:center}.case-header-image[data-v-77c6dba5]{height:30vh;background-color:#000}.case-title[data-v-77c6dba5]{font-size:32px}.case-description[data-v-77c6dba5]{font-size:16px}.section-title[data-v-77c6dba5]{font-size:32px}.point-title[data-v-77c6dba5]{font-size:20px}.point-description[data-v-77c6dba5]{font-size:16px}}
