*,*:before,*:after{box-sizing:border-box}:root{--primary-gradient: linear-gradient(90deg, #FF41FF 0%, #6922FF 100%);--primary-gradient-hover: linear-gradient(90deg, #FF51FF 0%, #7932FF 100%);--primary-color-start: #FF41FF;--primary-color-end: #6922FF;--primary-gradient-20: linear-gradient(90deg, rgba(255, 65, 255, .2) 0%, rgba(105, 34, 255, .2) 100%);--primary-gradient-30: linear-gradient(90deg, rgba(255, 65, 255, .3) 0%, rgba(105, 34, 255, .3) 100%)}html,body{margin:0;padding:0}.app[data-v-e28bbc5f]{width:100vw;height:100vh}.ui-showcase[data-v-a91dcaa0]{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.header[data-v-a91dcaa0]{display:flex;align-items:center;gap:20px;margin-bottom:30px}.header .back-btn[data-v-a91dcaa0]{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background .3s ease}.header .back-btn[data-v-a91dcaa0]:hover{background:#0056b3}.header h1[data-v-a91dcaa0]{color:#333;font-size:2.5rem;margin:0}.showcase-grid[data-v-a91dcaa0]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1200px;margin:0 auto}.showcase-item[data-v-a91dcaa0]{position:relative;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.showcase-item[data-v-a91dcaa0]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.showcase-item:hover .item-overlay[data-v-a91dcaa0]{opacity:1}.showcase-item img[data-v-a91dcaa0]{width:100%;height:200px;object-fit:cover}.showcase-item .item-overlay[data-v-a91dcaa0]{position:absolute;inset:0;background:#000000b3;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.showcase-item .item-overlay h3[data-v-a91dcaa0]{margin:0 0 10px;font-size:1.2rem}.showcase-item .item-overlay p[data-v-a91dcaa0]{margin:0;font-size:.9rem;opacity:.8}.modal[data-v-a91dcaa0]{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal .modal-content[data-v-a91dcaa0]{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden}.modal .modal-content .close-btn[data-v-a91dcaa0]{position:absolute;top:10px;right:15px;background:none;border:none;font-size:2rem;color:#333;cursor:pointer;z-index:1001}.modal .modal-content .close-btn[data-v-a91dcaa0]:hover{color:#666}.modal .modal-content img[data-v-a91dcaa0]{width:100%;height:auto;max-height:80vh;object-fit:contain}.modal .modal-content h3[data-v-a91dcaa0]{padding:15px;margin:0;text-align:center;background:#f8f9fa;color:#333}@media (max-width: 768px){.showcase-grid[data-v-a91dcaa0]{grid-template-columns:1fr;gap:15px}.header[data-v-a91dcaa0]{flex-direction:column;text-align:center}.header h1[data-v-a91dcaa0]{font-size:2rem}.ui-showcase[data-v-a91dcaa0]{padding:15px}}.header[data-v-7594d6de]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:all .3s ease}.header.header-scrolled[data-v-7594d6de]{background:#0d0d0dcc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0}.header.header-scrolled .header-content .logo-image[data-v-7594d6de]{height:25px}.header .header-content[data-v-7594d6de]{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 60px}@media (max-width: 768px){.header .header-content[data-v-7594d6de]{padding:0 20px}}.header .header-content .header-logo .logo-image[data-v-7594d6de]{height:30px;transition:all .3s ease}@media (max-width: 768px){.header .header-content .header-logo .logo-image[data-v-7594d6de]{height:25px}}.header .header-content .header-nav[data-v-7594d6de]{position:relative}.header .header-content .header-nav .desktop-nav[data-v-7594d6de]{display:flex;list-style:none;margin:0;padding:0;gap:40px}@media (max-width: 768px){.header .header-content .header-nav .desktop-nav[data-v-7594d6de]{display:none}}.header .header-content .header-nav .desktop-nav .nav-item .nav-link[data-v-7594d6de]{color:#ffffffe6;text-decoration:none;font-size:16px;font-weight:500;padding:8px 16px;border-radius:8px;transition:all .3s ease;position:relative}.header .header-content .header-nav .desktop-nav .nav-item .nav-link[data-v-7594d6de]:hover{color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-1px)}.header .header-content .header-nav .desktop-nav .nav-item .nav-link[data-v-7594d6de]:active{transform:translateY(0)}.header .header-content .header-nav .desktop-nav .nav-item .nav-link[data-v-7594d6de]:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#ff41ff,#6922ff);transition:all .3s ease;transform:translate(-50%)}.header .header-content .header-nav .desktop-nav .nav-item .nav-link[data-v-7594d6de]:hover:after{width:80%}.header .header-content .header-nav .mobile-menu-btn[data-v-7594d6de]{display:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0}@media (max-width: 768px){.header .header-content .header-nav .mobile-menu-btn[data-v-7594d6de]{display:flex}}.header .header-content .header-nav .mobile-menu-btn .hamburger-line[data-v-7594d6de]{width:20px;height:2px;background:#fff;transition:all .3s ease;margin:2px 0}.header .header-content .header-nav .mobile-menu-btn .hamburger-line[data-v-7594d6de]:nth-child(1){transform-origin:top left}.header .header-content .header-nav .mobile-menu-btn .hamburger-line[data-v-7594d6de]:nth-child(3){transform-origin:bottom left}.header .header-content .header-nav .mobile-menu-btn.active .hamburger-line[data-v-7594d6de]:nth-child(1){transform:rotate(45deg);width:25px}.header .header-content .header-nav .mobile-menu-btn.active .hamburger-line[data-v-7594d6de]:nth-child(2){opacity:0;transform:translate(10px)}.header .header-content .header-nav .mobile-menu-btn.active .hamburger-line[data-v-7594d6de]:nth-child(3){transform:rotate(-45deg);width:25px}.header .header-content .header-nav .mobile-menu[data-v-7594d6de]{display:none;position:fixed;top:70px;left:0;right:0;background:#0d0d0df2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);opacity:0;transform:translateY(-10px);transition:all .3s ease;z-index:999}@media (max-width: 768px){.header .header-content .header-nav .mobile-menu[data-v-7594d6de]{display:block}}.header .header-content .header-nav .mobile-menu.open[data-v-7594d6de]{opacity:1;transform:translateY(0)}.header .header-content .header-nav .mobile-menu .mobile-nav-list[data-v-7594d6de]{list-style:none;margin:0;padding:20px}.header .header-content .header-nav .mobile-menu .mobile-nav-list .mobile-nav-item[data-v-7594d6de]{margin-bottom:15px}.header .header-content .header-nav .mobile-menu .mobile-nav-list .mobile-nav-item[data-v-7594d6de]:last-child{margin-bottom:0}.header .header-content .header-nav .mobile-menu .mobile-nav-list .mobile-nav-item .mobile-nav-link[data-v-7594d6de]{display:block;color:#ffffffe6;text-decoration:none;font-size:18px;font-weight:500;padding:15px;border-radius:12px;transition:all .3s ease;text-align:center}.header .header-content .header-nav .mobile-menu .mobile-nav-list .mobile-nav-item .mobile-nav-link[data-v-7594d6de]:hover{color:#fff;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-2px)}.header .header-content .header-nav .mobile-menu .mobile-nav-list .mobile-nav-item .mobile-nav-link[data-v-7594d6de]:active{transform:translateY(0)}.footer[data-v-3b566c9b]{background-color:#1a1a1a;color:#fff;padding:60px 0 30px}.footer .footer-content[data-v-3b566c9b]{max-width:1200px;margin:0 auto;padding:0 40px}.footer .footer-content .footer-sections[data-v-3b566c9b]{display:grid;grid-template-columns:repeat(4,1fr);gap:80px;margin-bottom:50px}.footer .footer-content .footer-sections .footer-section .section-title[data-v-3b566c9b]{font-size:18px;font-weight:600;margin-bottom:20px;color:#fff}.footer .footer-content .footer-sections .footer-section .section-links[data-v-3b566c9b]{list-style:none;padding:0;margin:0}.footer .footer-content .footer-sections .footer-section .section-links li[data-v-3b566c9b]{margin-bottom:12px}.footer .footer-content .footer-sections .footer-section .section-links li[data-v-3b566c9b]:last-child{margin-bottom:0}.footer .footer-content .footer-sections .footer-section .section-links li a[data-v-3b566c9b]{color:#b3b3b3;text-decoration:none;font-size:14px;line-height:1.5;transition:color .3s ease}.footer .footer-content .footer-sections .footer-section .section-links li a[data-v-3b566c9b]:hover{color:#fff}@media (max-width: 768px){.footer .footer-content .footer-sections[data-v-3b566c9b]{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 480px){.footer .footer-content .footer-sections[data-v-3b566c9b]{grid-template-columns:1fr;gap:30px}}.footer .footer-content .footer-bottom[data-v-3b566c9b]{padding-top:30px;border-top:1px solid #333333;text-align:center}.footer .footer-content .footer-bottom .copyright[data-v-3b566c9b]{color:#888;font-size:12px;margin:0}@media (max-width: 768px){.footer[data-v-3b566c9b]{padding:40px 0 20px}.footer .footer-content[data-v-3b566c9b]{padding:0 20px}}.home[data-v-35f3faab]{width:100vw;min-height:100vh;background-color:#0d0d0d}.animate-on-scroll[data-v-35f3faab]{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.animate-on-scroll.animate-in[data-v-35f3faab]{opacity:1;transform:translateY(0)}.animate-on-scroll[data-v-35f3faab]:nth-child(1){transition-delay:.1s}.animate-on-scroll[data-v-35f3faab]:nth-child(2){transition-delay:.2s}.animate-on-scroll[data-v-35f3faab]:nth-child(3){transition-delay:.3s}.animate-on-scroll[data-v-35f3faab]:nth-child(4){transition-delay:.4s}.animate-on-scroll[data-v-35f3faab]:nth-child(5){transition-delay:.5s}.sec1[data-v-35f3faab]{height:812px;background-image:url(/assets/sec-1-bg-DJKz3u8N.webp);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;color:#fff;padding:40px 60px}@media (max-width: 768px){.sec1[data-v-35f3faab]{height:100vh;min-height:600px;padding:30px 20px}}.sec1 .hero-content[data-v-35f3faab]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:900px;width:100%}.sec1 .hero-content .hero-title[data-v-35f3faab]{font-size:64px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:1px}@media (max-width: 768px){.sec1 .hero-content .hero-title[data-v-35f3faab]{font-size:36px;margin-bottom:20px}}@media (max-width: 480px){.sec1 .hero-content .hero-title[data-v-35f3faab]{font-size:28px;line-height:1.2}}.sec1 .hero-content .hero-description[data-v-35f3faab]{font-size:18px;line-height:1.6;margin-bottom:40px;opacity:.9;max-width:720px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.sec1 .hero-content .hero-description[data-v-35f3faab]{font-size:16px;margin-bottom:30px;max-width:100%;padding:0 10px}}@media (max-width: 480px){.sec1 .hero-content .hero-description[data-v-35f3faab]{font-size:14px;line-height:1.5}}.sec1 .hero-content .cta-button[data-v-35f3faab]{background:var(--primary-gradient);border:none;padding:16px 32px;border-radius:50px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}@media (max-width: 768px){.sec1 .hero-content .cta-button[data-v-35f3faab]{padding:14px 28px;font-size:16px}}@media (max-width: 480px){.sec1 .hero-content .cta-button[data-v-35f3faab]{padding:12px 24px;font-size:14px}}.sec1 .hero-content .cta-button[data-v-35f3faab]:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);box-shadow:0 10px 30px var(--primary-gradient-30)}.sec1 .hero-content .cta-button .arrow[data-v-35f3faab]{font-size:20px;transition:transform .3s ease}@media (max-width: 768px){.sec1 .hero-content .cta-button .arrow[data-v-35f3faab]{font-size:18px}}@media (max-width: 480px){.sec1 .hero-content .cta-button .arrow[data-v-35f3faab]{font-size:16px}}.sec1 .hero-content .cta-button:hover .arrow[data-v-35f3faab]{transform:translate(4px)}.sec2[data-v-35f3faab]{height:1000px;background:linear-gradient(to bottom,#0d0d0d 0% 70%,#0d0d0df2 80%,#0d0d0dcc 90%,#0d0d0d99,#0d0d0d4d);display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:2}@media (max-width: 768px){.sec2[data-v-35f3faab]{height:auto;min-height:80vh;padding:60px 0}}.sec2 .sec2-content[data-v-35f3faab]{width:100%;max-width:1440px;text-align:center;padding:0 60px}@media (max-width: 768px){.sec2 .sec2-content[data-v-35f3faab]{padding:0 20px}}.sec2 .sec2-content .section-header[data-v-35f3faab]{margin-bottom:80px}@media (max-width: 768px){.sec2 .sec2-content .section-header[data-v-35f3faab]{margin-bottom:50px}}.sec2 .sec2-content .section-header .section-title[data-v-35f3faab]{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:1px}@media (max-width: 768px){.sec2 .sec2-content .section-header .section-title[data-v-35f3faab]{font-size:32px;margin-bottom:20px}}@media (max-width: 480px){.sec2 .sec2-content .section-header .section-title[data-v-35f3faab]{font-size:24px;line-height:1.2}}.sec2 .sec2-content .section-header .section-subtitle[data-v-35f3faab]{font-size:18px;opacity:.8;font-weight:400}@media (max-width: 768px){.sec2 .sec2-content .section-header .section-subtitle[data-v-35f3faab]{font-size:16px}}@media (max-width: 480px){.sec2 .sec2-content .section-header .section-subtitle[data-v-35f3faab]{font-size:14px}}.sec2 .sec2-content .movie-carousel[data-v-35f3faab]{margin-bottom:60px}@media (max-width: 768px){.sec2 .sec2-content .movie-carousel[data-v-35f3faab]{margin-bottom:40px}}.sec2 .sec2-content .movie-carousel .carousel-container[data-v-35f3faab]{position:relative;margin-bottom:40px;overflow:hidden;max-width:1200px;margin-left:auto;margin-right:auto;height:400px;display:flex;align-items:center}@media (max-width: 768px){.sec2 .sec2-content .movie-carousel .carousel-container[data-v-35f3faab]{height:280px;margin-bottom:30px;max-width:100%}}@media (max-width: 480px){.sec2 .sec2-content .movie-carousel .carousel-container[data-v-35f3faab]{height:220px}}.sec2 .sec2-content .movie-carousel .carousel-container .carousel-track[data-v-35f3faab]{display:flex;justify-content:center;align-items:center;gap:0px;transition:transform .5s ease;width:100%}.sec2 .sec2-content .movie-carousel .carousel-container .carousel-fade-left[data-v-35f3faab],.sec2 .sec2-content .movie-carousel .carousel-container .carousel-fade-right[data-v-35f3faab]{position:absolute;top:0;bottom:0;width:120px;z-index:10;pointer-events:none}.sec2 .sec2-content .movie-carousel .carousel-container .carousel-fade-left[data-v-35f3faab]{left:0;background:linear-gradient(to right,#0d0d0d 0%,rgba(13,13,13,.8) 30%,rgba(13,13,13,.4) 60%,transparent 100%)}.sec2 .sec2-content .movie-carousel .carousel-container .carousel-fade-right[data-v-35f3faab]{right:0;background:linear-gradient(to left,#0d0d0d 0%,rgba(13,13,13,.8) 30%,rgba(13,13,13,.4) 60%,transparent 100%)}.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide[data-v-35f3faab]{transition:all .5s ease;opacity:.4;transform:scale(.8);filter:blur(0px);cursor:pointer;flex-shrink:0}.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide[data-v-35f3faab]:hover{transform:scale(.85)}.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide.active[data-v-35f3faab]{opacity:1;transform:scale(1);filter:blur(0)}.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide.active[data-v-35f3faab]:hover{transform:scale(1.02)}.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide .movie-poster[data-v-35f3faab]{width:240px;height:360px;object-fit:cover;border-radius:12px;box-shadow:0 20px 40px #0000004d;transition:all .3s ease}@media (max-width: 768px){.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide .movie-poster[data-v-35f3faab]{width:160px;height:240px;border-radius:8px}}@media (max-width: 480px){.sec2 .sec2-content .movie-carousel .carousel-container .movie-slide .movie-poster[data-v-35f3faab]{width:120px;height:180px;border-radius:6px}}.sec2 .sec2-content .movie-carousel .carousel-indicators[data-v-35f3faab]{display:flex;justify-content:center;gap:12px}.sec2 .sec2-content .movie-carousel .carousel-indicators .indicator[data-v-35f3faab]{width:12px;height:12px;border-radius:50%;border:none;background-color:#ffffff4d;cursor:pointer;transition:all .3s ease}.sec2 .sec2-content .movie-carousel .carousel-indicators .indicator.active[data-v-35f3faab]{background-color:#fff;transform:scale(1.2)}.sec2 .sec2-content .movie-carousel .carousel-indicators .indicator[data-v-35f3faab]:hover{background-color:#fff9}.sec2 .sec2-content .sec2-cta-button[data-v-35f3faab]{background:var(--primary-gradient);border:none;padding:16px 32px;border-radius:50px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}@media (max-width: 768px){.sec2 .sec2-content .sec2-cta-button[data-v-35f3faab]{padding:14px 28px;font-size:16px}}@media (max-width: 480px){.sec2 .sec2-content .sec2-cta-button[data-v-35f3faab]{padding:12px 24px;font-size:14px}}.sec2 .sec2-content .sec2-cta-button[data-v-35f3faab]:hover{background:var(--primary-gradient-hover);transform:translateY(-2px);box-shadow:0 10px 30px var(--primary-gradient-30)}.sec2 .sec2-content .sec2-cta-button .arrow[data-v-35f3faab]{font-size:20px;transition:transform .3s ease}@media (max-width: 768px){.sec2 .sec2-content .sec2-cta-button .arrow[data-v-35f3faab]{font-size:18px}}@media (max-width: 480px){.sec2 .sec2-content .sec2-cta-button .arrow[data-v-35f3faab]{font-size:16px}}.sec2 .sec2-content .sec2-cta-button:hover .arrow[data-v-35f3faab]{transform:translate(4px)}.sec3[data-v-35f3faab]{height:800px;background-image:url(/assets/sec-3-bg-DGjcepau.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;margin-top:-150px;padding-top:200px}@media (max-width: 768px){.sec3[data-v-35f3faab]{height:auto;min-height:100vh;margin-top:-100px;padding:150px 0 80px;background-position:center right}}@media (max-width: 480px){.sec3[data-v-35f3faab]{margin-top:-60px;padding:120px 0 60px;min-height:80vh}}.sec3[data-v-35f3faab]:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0000001a,#0003,#00000059 40%,#0006 60% 100%);z-index:1}.sec3 .sec3-content[data-v-35f3faab]{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 40px}@media (max-width: 768px){.sec3 .sec3-content[data-v-35f3faab]{padding:0 20px;max-width:100%}}.sec3 .sec3-content .download-section .download-title[data-v-35f3faab]{font-size:48px;font-weight:700;line-height:1.1;margin-bottom:24px;letter-spacing:1px}@media (max-width: 768px){.sec3 .sec3-content .download-section .download-title[data-v-35f3faab]{font-size:36px;margin-bottom:20px}}@media (max-width: 480px){.sec3 .sec3-content .download-section .download-title[data-v-35f3faab]{font-size:28px;line-height:1.2}}.sec3 .sec3-content .download-section .download-subtitle[data-v-35f3faab]{font-size:18px;line-height:1.6;margin-bottom:48px;opacity:.9}@media (max-width: 768px){.sec3 .sec3-content .download-section .download-subtitle[data-v-35f3faab]{font-size:16px;margin-bottom:40px}}@media (max-width: 480px){.sec3 .sec3-content .download-section .download-subtitle[data-v-35f3faab]{font-size:14px;line-height:1.5;margin-bottom:32px}}.sec3 .sec3-content .download-section .download-buttons[data-v-35f3faab]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.sec3 .sec3-content .download-section .download-buttons .download-btn[data-v-35f3faab]{display:flex;align-items:center;gap:12px;background:#000c;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px 24px;text-decoration:none;color:#fff;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sec3 .sec3-content .download-section .download-buttons .download-btn[data-v-35f3faab]:hover{background:#000000e6;border-color:#fff6;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-icon[data-v-35f3faab]{width:32px;height:32px;object-fit:contain}@media (max-width: 480px){.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-icon[data-v-35f3faab]{width:28px;height:28px}}.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text[data-v-35f3faab]{display:flex;flex-direction:column;align-items:flex-start}.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text .btn-subtitle[data-v-35f3faab]{font-size:12px;opacity:.8;line-height:1}@media (max-width: 480px){.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text .btn-subtitle[data-v-35f3faab]{font-size:10px}}.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text .btn-title[data-v-35f3faab]{font-size:18px;font-weight:600;line-height:1.2;margin-top:2px}@media (max-width: 768px){.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text .btn-title[data-v-35f3faab]{font-size:16px}}@media (max-width: 480px){.sec3 .sec3-content .download-section .download-buttons .download-btn .btn-text .btn-title[data-v-35f3faab]{font-size:14px}}.sec3 .sec3-content .download-section .download-buttons .download-btn.app-store .btn-text .btn-subtitle[data-v-35f3faab],.sec3 .sec3-content .download-section .download-buttons .download-btn.google-play .btn-text .btn-subtitle[data-v-35f3faab]{color:#fff}@media (max-width: 640px){.sec3 .sec3-content .download-section .download-buttons[data-v-35f3faab]{flex-direction:column;align-items:center}.sec3 .sec3-content .download-section .download-buttons .download-btn[data-v-35f3faab]{width:200px;justify-content:center}}
