@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#fff;color:#090909;overflow-x:hidden;scroll-behavior:smooth}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit;font-size:inherit;outline:none;border:none;background:none}*:focus-visible{outline:2px solid #17458f;outline-offset:3px;border-radius:4px}ul{list-style:none;padding:0;margin:0}.container{max-width:1200px;margin:auto;padding:0 1rem}.section{padding:60px 0}.text-center{text-align:center}:root{--navbar-height: 67px}.navbar{background-color:#fff;border-bottom:1px solid #ddd;position:fixed;top:0;width:100%;z-index:100;font-family:Poppins,sans-serif}.navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;padding:.75rem 1.5rem;margin:auto}.navbar-logo img{height:50px;width:auto}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-links a,.dropbtn{text-decoration:none;color:#17458f;font-weight:600;padding:.5rem .75rem;transition:color .3s ease;font-size:1rem;background:none;border:none;cursor:pointer;text-transform:uppercase}.navbar-links a:hover,.dropbtn:hover{color:#ffd100}.dropdown{position:relative}.dropdown-content{display:none;position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 8px 16px #00000026;z-index:200;min-width:180px;border-radius:4px;overflow:hidden}.dropdown-content a{display:block;padding:.6rem 1rem;color:#17458f;background-color:#fff;transition:all .2s ease}.dropdown-content a:hover{background-color:#f5f5f5;color:#ffd100}.dropdown:hover .dropdown-content{display:block}.menu-toggle{display:none;cursor:pointer;padding:5px}.hamburger{width:25px;height:3px;background-color:#17458f;position:relative;transition:.3s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:25px;height:3px;background-color:#17458f;transition:.3s}.hamburger:before{top:-8px}.hamburger:after{top:8px}.menu-toggle.active .hamburger{background-color:transparent}.menu-toggle.active .hamburger:before{top:0;transform:rotate(45deg)}.menu-toggle.active .hamburger:after{top:0;transform:rotate(-45deg)}.dropdown-toggle{display:none}.hero-overlap{position:relative;background:#fff;height:100vh;color:#fff;padding:4rem 1rem 0;text-align:center;justify-items:center;overflow:hidden}.hero-text-content{position:relative;z-index:2;transform:translateY(-15px);justify-items:center}.hero-subtitle{font-size:1rem;font-weight:500;line-height:1.7rem}.hero-title{font-size:2.2rem;font-weight:800;line-height:2.7rem;text-transform:uppercase;margin-bottom:.5rem}.Landinglogo{height:auto;width:min(500px,80vw);max-width:100%;margin-bottom:1rem}.hero-overlap-img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%}.upcoming-events{background:#fff;position:relative;min-height:70vh;width:100%}.scroll-wrapper{top:0}.scroll-strip{width:100%;height:60px;overflow:hidden;border-bottom:.5px solid #919191;background-color:transparent;position:relative;display:flex;align-items:center}.event-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px 20px;background:#fff;gap:0}.event-image{width:80%;max-width:480px;height:auto;border-radius:16px;margin-bottom:36px;box-shadow:0 16px 48px #17458f26}.event-content{max-width:640px;text-align:left}.event-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#17458f;margin-bottom:16px;letter-spacing:-.01em}.event-title h3:after{content:"";display:block;width:36px;height:3px;background:#ffd100;border-radius:2px;margin-top:10px}.event-description{font-size:16px;color:#4b5563;line-height:1.8;text-align:left}.about-section{width:100%;min-height:80vh;background-color:#f8faff;padding:60px 20px}.about-content{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px;max-width:1200px;margin:0 auto}.about-text{flex:1 1 400px;min-width:300px}.about-section .section-title{font-size:36px;font-weight:700;color:#17458f;margin-bottom:10px;position:relative}.about-section .section-title:after{content:"";display:block;width:36px;height:4px;background:#ffd100;border-radius:2px;margin-top:10px;margin-bottom:25px}.about-description{font-size:18px;line-height:1.7;color:#333;text-align:justify}.about-image{flex:1 1 400px;min-width:300px;display:flex;justify-content:center}.members-section{background:#17458f;text-align:center;padding:90px 20px;position:relative;overflow:hidden}.members-title{color:#fff;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin-bottom:60px;letter-spacing:.06em;text-transform:uppercase;position:relative}.members-title:after{content:"";display:block;width:48px;height:4px;background:#ffd100;border-radius:2px;margin:10px auto 0}.members-grid{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:40px;margin-bottom:40px;position:relative}.member-card{background:#fff;position:relative;display:flex;flex-wrap:wrap;align-items:end;justify-content:end;border-radius:20px;box-shadow:0 8px 32px #00000038;width:300px;height:350px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.member-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #00000052}.member-img{width:100%;height:350px;object-fit:cover;border-radius:20px}.member-info{width:280px;text-align:left;position:absolute;background:#0d3270;border-radius:30px 0 20px;padding:15px}.member-role{color:#ffd100;font-size:12px;font-weight:500;margin-bottom:5px}.member-name{color:#fff;font-size:16px}.view-all-btn-wrapper{margin-top:20px}.view-all-btn{background:#ffd100;color:#17458f;font-weight:700;border:none;padding:14px 36px;border-radius:50px;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;font-size:.95rem;box-shadow:0 4px 16px #ffd10059}.view-all-btn:hover{background:#17458f;color:#ffd100;transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.members-section .view-all-btn{background:#ffd100;color:#17458f;font-weight:700;border:none;padding:14px 36px;border-radius:50px;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;font-size:.95rem;box-shadow:0 4px 16px #ffd10059}.members-section .view-all-btn:hover{background:#fff;color:#17458f;transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.stats-section{border-top:1.5px solid #0f172a;background-color:#17458f;padding:60px 20px;text-align:center;position:relative}.stats-header .stats-subtitle{font-size:14px;color:#fff;font-weight:600;margin-bottom:8px}.stats-header .stats-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:12px}.stats-header .stats-title:after{content:"";display:block;width:48px;height:4px;background:#ffd100;border-radius:2px;margin:10px auto 0}.stats-header{margin-bottom:60px}.stats-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));background:#fff;padding:25px 20px;max-width:900px;margin:0 auto;border-radius:10px;box-shadow:0 4px 15px #00000014;gap:20px}.stat-item h3{font-size:30px;font-weight:700;color:#0f172a;margin-bottom:4px}.stat-item p{color:#000;font-size:14px;font-weight:500}.sections-wrapper{display:flex;flex-direction:column;gap:80px;padding:100px 8%;justify-content:center;align-items:center;background:#fff}.content-section{display:flex;width:60rem;align-items:center;justify-content:space-around}.content-section.reverse{direction:rtl}.content-section.reverse .text-block{direction:ltr}.text-block{max-width:500px}.text-block h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#0a3d91;margin-bottom:16px;letter-spacing:-.01em}.text-block h2:after{content:"";display:block;width:36px;height:3px;background:#ffd100;border-radius:2px;margin-top:10px}.text-block p{font-size:16px;line-height:1.9;color:#374151}.image-block{display:flex;justify-content:center;align-items:center}.image-block img{width:280px;height:auto}.scrollstack-section{width:100%;min-height:100vh;position:sticky;max-height:fit-content;padding:60px 40px 80px;background:#f8faff}.scrollstack-section .section-title{color:#17458f;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin-bottom:60px;letter-spacing:.06em;text-transform:uppercase;position:relative}.scrollstack-section .section-title:after{content:"";display:block;width:48px;height:4px;background:#ffd100;border-radius:2px;margin:10px 0 0}.stack-allbox{gap:50px}.stack-box{position:sticky;top:90px;width:100%;height:70vh;border-radius:24px;border:1px solid #e5e9f0;background-color:#fff;padding:40px;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:4rem;box-shadow:0 12px 48px #17458f14,0 2px 8px #0000000a;transition:box-shadow .3s ease}.stack-box:hover{box-shadow:0 20px 60px #17458f21}.stack-desc{width:40%}.stack-desc h2{color:#17458f}.stack-desc p{width:100%;color:#000;text-align:left}.stackimg{width:100%;max-width:600px;height:auto;border-radius:20px}.testimonial-box-section{min-height:70vh;width:100%;background-color:#17458f;padding:60px 20px;position:relative}.testimonial-box-section .center{display:flex;justify-content:center;align-items:center;width:100%}.testimonial-title{text-align:center;color:#fff;font-size:1.8rem;font-weight:700;letter-spacing:2px;margin-bottom:40px}.testimonial-title span{color:#ffd100;font-size:1rem;letter-spacing:2px}.testimonial-swiper{width:90%;max-width:1000px;padding:40px 48px;border-radius:12px}.testimonial-box{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:32px 36px;background:#f4f6fb;border-radius:14px;border:none;gap:28px;box-shadow:0 4px 20px #00000014}.testimonial-text{flex:1;text-align:left}.testimonial-text h4{font-size:1.1rem;font-weight:700;color:#0a2a5e;margin-bottom:4px}.testimonial-text .role{font-size:.78rem;font-weight:600;color:#17458f;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.testimonial-text .message{font-size:15px;line-height:1.7;color:#444;font-style:italic;font-weight:400}.testimonial-photo img{width:200px;height:240px;object-fit:cover;border-radius:10px;border:1px solid #cecece}.testimonial-prev,.testimonial-next{position:absolute;top:50%;transform:translateY(-50%);font-size:1.4rem;font-weight:700;color:#17458f;cursor:pointer;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;background:#ffffff26}.testimonial-prev:hover,.testimonial-next:hover{color:#ffd100;background:#ffffff40}.testimonial-prev{left:4px}.testimonial-next{right:4px}.socials-section{padding:80px 20px;background-color:#f4f4f4;text-align:center}.socials-title{font-size:2.5rem;font-weight:700;color:#17458f;margin-bottom:50px}.socials-title:after{content:"";display:block;width:48px;height:4px;background:#ffd100;border-radius:2px;margin:10px auto 2rem}.socials-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin:0 auto}.social-card{width:150px;height:150px;border-radius:18px;overflow:hidden;box-shadow:0 4px 16px #0000001f;transition:transform .3s ease,box-shadow .3s ease;display:flex;align-items:center;justify-content:center}.social-card:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 10px 28px #0000002e}.social-image{width:100%;height:100%;object-fit:cover;display:block}.call-section{padding:100px 20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f9f9f9,#f4f4f4)}.call-section:before,.call-section:after{content:"";position:absolute;border-radius:50%;opacity:.15;animation:float 12s infinite ease-in-out}.call-section:before{width:400px;height:400px;background:#17458f;top:50px;left:-150px}.call-section:after{width:300px;height:300px;background:#fff;bottom:-120px;right:-120px;animation-delay:6s}.call-card{max-width:850px;margin:0 auto 100px;padding:60px 50px;border-radius:25px;background:linear-gradient(145deg,#8f1717,#b31d1d);color:#fff;box-shadow:0 15px 40px #00000040;position:relative;overflow:hidden;animation:fadeUp 1s ease .2s forwards;opacity:0;transform:translateY(60px);transition:transform .3s ease,box-shadow .3s ease}.call-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #00000059}.call-card h2{font-size:2.5rem;margin-bottom:20px;font-weight:800}.call-card p{font-size:1.2rem;margin-bottom:35px;line-height:1.7}.call-card button{background-color:#fff;color:#8f1717;font-weight:700;padding:16px 45px;border-radius:12px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:transform .3s ease}.call-card button:after{content:"";position:absolute;top:0;left:-105%;width:100%;height:100%;background:#ff838380;transform:skew(-20deg);transition:left .5s ease}.call-card button:hover:after{left:120%}.call-card button:hover{transform:scale(1.07)}.join-us{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:50px;align-items:center;text-align:center;animation:fadeUp 1.2s ease .3s forwards;opacity:0;transform:translateY(60px)}.join-us img{width:320px;max-width:100%;animation:slideInLeft 1s ease .4s forwards;opacity:0}.join-us-content{max-width:600px;animation:slideInRight 1s ease .5s forwards;opacity:0}.join-us-content h2{font-size:2.4rem;margin-bottom:20px;color:#17458f;font-weight:800}.join-us-content p{font-size:1.2rem;color:#444;margin-bottom:35px;line-height:1.7}.join-us-content button{background:linear-gradient(135deg,#17458f,#2b66d1);color:#fff;padding:16px 45px;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease}.join-us-content button:hover{transform:translateY(-5px) scale(1.05);background:linear-gradient(135deg,#2b66d1,#17458f)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{transform:translate(-60px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(60px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;max-width:1200px;margin:0 auto;padding:0 25px;width:100%;box-sizing:border-box}.footer-socials{min-width:160px}.footer-socials h4{font-size:1.25rem;color:#ffd100;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.04em;opacity:.9}.footer-social-icons{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.footer-social-icons a{color:#fff;transition:color .2s ease,transform .2s ease;display:flex;align-items:center}.footer-social-icons a:hover{color:#ffd100;transform:translateY(-3px)}.footer-contact{margin-top:1.6rem}.footer-contact-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin-bottom:6px}.footer-contact-detail{display:block;font-size:.9rem;color:#ffffffd9;text-decoration:none;margin-bottom:4px;transition:color .2s ease}.footer-clubid{font-size:.82rem;color:#ffffff8c;margin-top:.6rem;margin-bottom:0!important}.footer{background-color:#17458f;color:#fff;padding:3rem 5% 0;font-size:.85rem;border-top:4px solid #003488}.footer-inner{display:grid;grid-template-columns:2fr 1.5fr 1.5fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 25px 3rem;width:100%;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.1)}.company-info{width:100%;text-align:left}.footer .company-info h4{font-size:1.25rem;margin-bottom:1rem;font-weight:700;color:#ffd100;letter-spacing:0;text-transform:uppercase;opacity:1}.footer .company-info p{font-size:.9rem;line-height:1.7;color:#fff;text-align:left;margin-bottom:1rem}.footer-club-id{font-size:.8rem;color:#fff6;margin-top:.5rem}.footer-links{text-align:left}.footer h4{font-size:1.25rem;color:#ffd100;margin-bottom:1.2rem;letter-spacing:.1em;text-transform:uppercase;text-align:left}.footer-item{font-size:.95rem;font-weight:400;margin-bottom:8px;color:#fff}.footer-item a{color:#fff;text-decoration:none;transition:color .2s;display:flex;align-items:center;justify-content:space-between}.footer-item a:hover{color:#ffd100}.footer-item button{background:none;border:none;color:#fff;font-size:.95rem;font-weight:400;cursor:pointer;padding:0;margin-bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between;transition:color .2s}.footer-item button:hover{color:#ffd100}.footer-arrow{font-size:.6rem;opacity:.6}.footer-sub-links{display:flex;flex-direction:column;margin-left:12px;margin-top:6px;margin-bottom:4px;gap:4px}.footer-sub-links a{font-size:.88rem;font-weight:400;color:#fff;background:none;border-radius:0;padding:2px 0;text-decoration:none;transition:color .2s}.footer-sub-links a:hover{color:#ffd100}.footer-socials{min-width:160px;text-align:left}.footer-socials h4{font-size:1.25rem;color:#ffd100;margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:.1em}.footer-social-icons{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:1.8rem}.footer-social-icons a{color:#fff;width:40px;height:40px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,transform .2s}.footer-social-icons a:hover{background:#fff3;color:#ffd100;transform:translateY(-3px)}.footer-contact-label{font-size:.75rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.footer-contact-detail{font-size:.9rem;color:#ffffffbf;margin-bottom:5px;display:block;transition:color .2s;text-decoration:none}.footer-contact-detail:hover{color:#ffd100}.footer-bottom{display:flex;justify-content:center;align-items:center;padding:1.25rem 0 1.5rem;max-width:1200px;margin:0 auto}.footer-bottom .copyright-center{text-align:center}.footer-bottom .copyright-center p{font-size:.8rem;color:#fff;line-height:1.7}.footer-bottom .copyright-center strong{color:#fff}@media (max-width: 900px){.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.company-info{grid-column:1 / -1}}@media (max-width: 580px){.footer-inner{grid-template-columns:1fr;gap:1.75rem}.company-info{grid-column:auto}.footer{padding:2.5rem 5% 0}}.back-to-top-right{background-color:#00000080;color:var(--white);border:none;border-radius:5px;padding:8px 12px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease-in-out,transform .2s ease-in-out}.back-to-top-right svg{font-size:1rem}.back-to-top{display:none!important}.scroll-reveal{margin:20px 0}.scroll-reveal-text{font-size:clamp(2rem,5vw,4rem);line-height:1.5;font-weight:600}.word{display:inline-block}@media (min-width: 768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.hero-info{font-size:1.05rem}.event-container{flex-direction:row;gap:40px;justify-content:center;align-items:center;text-align:left}.event-image{width:50%;height:auto;margin-bottom:0}.testimonial-box{flex-direction:row;align-items:center;justify-content:space-between;text-align:left;padding:40px}.testimonial-text{flex:1;padding-right:14px}.testimonial-photo img{width:250px;height:300px}.join-us{flex-direction:row;text-align:left;justify-content:space-between}}@media (max-width: 1024px){.navbar-container{padding:.75rem 1rem}.navbar-links{gap:1rem}.navbar-links a,.dropbtn{font-size:.95rem;padding:.4rem .6rem}.hero-title{font-size:2.5rem;line-height:3rem}.event-container{padding:40px 20px;gap:30px}.event-image{max-width:500px}.event-description{font-size:16px;color:#333;text-align:justify}.members-grid{gap:30px}.stats-box{grid-template-columns:repeat(3,1fr);gap:15px}.sections-wrapper{gap:60px;padding:60px 20px}.content-section{gap:30px;flex-wrap:wrap;width:100%;max-width:900px}.text-block h2{font-size:28px}.text-block p{font-size:16px}.scrollstack-section{padding:40px 20px}.stack-box{position:sticky;top:100px;flex-direction:column;height:auto;padding:30px 20px}.stack-desc{width:90%;text-align:center}.stackimg{height:auto}.testimonial-swiper{width:85%;padding:30px 15px}.testimonial-box{padding:30px 20px}.social-card{width:calc(50% - 10px);min-width:200px}}@media (max-width: 768px){:root{--navbar-height: 67px}.navbar-container{padding:.75rem 1rem}.navbar-links{position:fixed;top:var(--navbar-height);left:0;width:100%;height:calc(100vh - var(--navbar-height));flex-direction:column;background:#fff;padding:1rem 0;gap:0;display:none;overflow-y:auto;box-shadow:0 4px 6px #0000001a;z-index:99}.navbar-links.active{display:flex}.navbar-links>a,.dropdown{width:100%;border-bottom:1px solid #f0f0f0}.navbar-links>a{padding:1rem 1.5rem;font-size:1rem;display:block}.dropdown{position:relative}.dropdown .dropbtn{width:100%;text-align:left;padding:1rem 1.5rem;font-size:1rem;display:flex;justify-content:space-between;align-items:center;color:#17458f}.dropdown-toggle{display:inline-block;margin-left:auto;transition:transform .3s ease;font-size:.7rem;color:#17458f}.dropdown-toggle.active{transform:rotate(180deg)}.dropdown-content{display:block!important;position:static;box-shadow:none;background:#f9f9f9;margin:0;border-radius:0;max-height:0;overflow:hidden;transition:max-height .3s ease;min-width:unset;width:100%}.dropdown-content.active{max-height:600px}.dropdown-content a{display:block;padding:.75rem 2rem;font-size:.95rem;border-bottom:1px solid #ececec;color:#17458f;background-color:#f9f9f9}.dropdown-content a:hover{background-color:#f0f0f0;color:#ffd100}.dropdown-content a:last-child{border-bottom:none}.menu-toggle{display:block}.dropdown:hover .dropdown-content{max-height:0}.dropdown:hover .dropdown-content.active{max-height:600px}.hero-overlap{height:70vh;padding:2rem 1rem 0}.hero-title{font-size:1.8rem;line-height:2.2rem}.hero-subtitle{font-size:.9rem}.event-description{font-size:16px;color:#333;text-align:justify}.about-section{padding:40px 20px;min-height:auto}.about-content{flex-direction:column;gap:30px}.about-text{order:2;text-align:left}.about-image{order:1;max-width:100%;overflow:hidden;width:100%}.about-image>div,.about-image figure{max-width:100%!important;width:100%!important;height:350px!important;perspective:800px}.about-image img,.about-image .tilted-card-img{max-width:100%!important;height:100%!important;width:100%!important;object-fit:cover}.section-title{font-size:28px}.about-description{font-size:16px}.members-title{font-size:24px;margin-bottom:30px}.members-grid{flex-direction:column;align-items:center;gap:30px}.member-card{width:100%;max-width:300px}.stats-section{padding:40px 15px}.stats-header .stats-title{font-size:24px}.stats-header{margin-bottom:40px}.stats-box{grid-template-columns:repeat(2,1fr);padding:20px 15px;gap:15px}.stat-item h3{font-size:24px}.stat-item p{font-size:12px}.sections-wrapper{gap:50px;padding:50px 15px}.content-section{flex-direction:column;gap:25px;width:100%}.content-section.reverse{flex-direction:column}.text-block{text-align:center}.text-block h2{font-size:24px}.text-block p{font-size:15px}.image-block img{width:220px}.scrollstack-section{position:relative;padding:30px 15px}.stack-box{position:sticky;top:100px;min-height:auto;height:auto;padding:25px 15px;gap:1.5rem;flex-direction:column}.stack-desc{width:fit-content}.stackimg{max-width:100%;width:100%;height:auto}.socials-section{padding:60px 15px}.socials-title{font-size:2rem;margin-bottom:30px}.socials-grid{flex-direction:column;align-items:center}.social-card{width:100%;max-width:400px}.call-section{padding:60px 15px}.call-card{padding:40px 25px;margin-bottom:60px}.call-card h2{font-size:1.8rem}.call-card p{font-size:1rem}.call-card button{padding:12px 30px;width:100%}.join-us{flex-direction:column;align-items:center;text-align:center;gap:30px}.join-us img{width:220px}.join-us-content h2{font-size:1.6rem}.join-us-content p{font-size:1rem}.join-us-content button{padding:12px 30px;width:100%}.stack-box{flex-direction:column;align-items:center;height:auto}.stackimg{width:100%;max-width:100%}.footer .container{flex-direction:column;gap:1.5rem;padding:0 15px}.company-info{max-width:100%;width:100%}.footer-bottom{flex-direction:column;gap:1rem;text-align:center;align-items:center}.footer-inner{flex-direction:column;gap:1.5rem;padding:0 15px}.footer-socials{width:100%}.footer-social-icons{gap:1.2rem}}@media (max-width: 480px){:root{--navbar-height: 60px}.navbar-container{padding:.5rem 1rem}.navbar-logo img{height:40px}.navbar-links{padding:1rem 0;top:var(--navbar-height);height:calc(100vh - var(--navbar-height))}.navbar-links>a,.dropdown .dropbtn{font-size:.95rem;padding:.9rem 1.2rem}.dropdown-content a{padding:.7rem 1.8rem;font-size:.9rem}.hero-title{font-size:1.5rem;line-height:1.9rem}.hero-subtitle{font-size:.8rem}.hero-info{font-size:.75rem}.section-title{font-size:24px}.event-description{font-size:14px;color:#333;text-align:justify}.about-description{font-size:14px}.members-title,.stats-header .stats-title,.stat-item h3,.text-block h2{font-size:20px}.text-block p{font-size:14px}.image-block img{width:180px}.socials-title{font-size:1.6rem}.stack-desc{width:90%;font-size:12px}}@media screen and (max-width: 768px){.footer-bottom{flex-direction:column;align-items:center;text-align:center;padding:1rem 5%}.footer-bottom .copyright-center{text-align:center;margin-bottom:.5rem}.footer{padding:2.5rem 5%;text-align:center}.footer .container{flex-direction:column;align-items:center;gap:1.5rem}.company-info,.footer-links,.footer .social-links{width:fit-content;text-align:left;margin-bottom:1.5rem}.footer .company-info p{width:100%;margin:0 auto 1.4rem}.footer .social-links .flex{justify-content:left}.footer .copyright{padding-top:2rem;margin-top:2rem}}@media screen and (max-width: 480px){.footer{padding:1.5rem 2%}.footer h4{font-size:.95rem;margin-bottom:1rem}.footer ul li{margin-bottom:.5rem}.footer ul li a{font-size:.85rem}.footer .social-links .flex{gap:.6rem}.footer .social-links a{font-size:1rem}.footer-bottom{padding-top:1.5rem}.back-to-top-right{padding:6px 10px;font-size:.8rem}}@media (max-width: 360px){:root{--navbar-height: 55px}.navbar-container{padding:.4rem .75rem}.navbar-logo img{height:35px}.navbar-links>a,.dropdown .dropbtn{font-size:.9rem;padding:.8rem 1rem}.dropdown-content a{padding:.65rem 1.5rem;font-size:.85rem}.hero-overlap{height:60vh;padding:1.5rem .75rem 0}.Landinglogo{width:280px;margin-bottom:.75rem}.hero-title{font-size:1.3rem;line-height:1.7rem;margin-bottom:.4rem}.hero-subtitle{font-size:.75rem;line-height:1.5rem}.scroll-strip{height:50px}.event-container{padding:40px 15px}.event-image{width:90%;max-width:100%}.event-title{font-size:26px;margin-bottom:10px}.event-description{font-size:13px}.about-section{padding:35px 15px}.section-title{font-size:22px;margin-bottom:8px}.about-description{font-size:13px;line-height:1.6}.members-section{padding:40px 15px}.members-title{font-size:18px;margin-bottom:25px}.members-grid{gap:25px}.member-card{width:100%;max-width:280px;height:320px}.member-img{height:320px}.member-info{width:260px;padding:12px}.member-role{font-size:11px;margin-bottom:4px}.member-name{font-size:14px}.view-all-btn{padding:10px 24px;font-size:.9rem}.stats-section{padding:35px 12px}.stats-header .stats-subtitle{font-size:12px}.stats-header .stats-title{font-size:18px}.stats-header{margin-bottom:35px}.stats-box{grid-template-columns:repeat(2,1fr);padding:18px 12px;gap:12px}.stat-item h3{font-size:18px}.stat-item p{font-size:11px}.sections-wrapper{gap:40px;padding:40px 12px}.content-section{width:100%}.text-block h2{font-size:18px;margin-bottom:10px}.text-block p{font-size:13px;line-height:1.6}.image-block img{width:160px}.scrollstack-section{padding:25px 12px}.scrollstack-section .section-title{margin-bottom:30px}.stack-allbox{gap:50px}.stack-box{padding:20px 12px;gap:1.25rem;border-radius:12px}.stack-desc{width:100%}.stack-desc h4{font-size:10px}.stack-desc h1{font-size:20px;margin-bottom:8px}.stack-desc p{font-size:11px;line-height:1.5}.testimonial-box-section{padding:35px 10px}.testimonial-title{font-size:1.3rem;margin-bottom:25px}.testimonial-swiper{width:90%;padding:25px 12px}.testimonial-box{flex-direction:column;padding:25px 15px;gap:20px}.testimonial-text h4{font-size:16px}.testimonial-text .role{font-size:11px}.testimonial-text .message{font-size:12px;line-height:1.6}.testimonial-photo{width:120px;height:120px}.testimonial-prev,.testimonial-next{width:30px;height:30px;font-size:14px}.socials-section{padding:40px 12px}.socials-title{font-size:1.4rem;margin-bottom:25px}.socials-grid{gap:15px}.social-card{width:100%;max-width:100%}.call-section{padding:30px 12px;gap:25px}.call-card{padding:25px 15px}.call-card h2{font-size:18px;margin-bottom:10px}.call-card p{font-size:12px;line-height:1.6;margin-bottom:15px}.call-card button{padding:10px 20px;font-size:13px}.join-us{flex-direction:column;padding:25px 15px;gap:15px}.join-us img{width:100%;max-width:200px}.join-us-content h2{font-size:18px;margin-bottom:10px}.join-us-content p{font-size:12px;line-height:1.6;margin-bottom:15px}.join-us-content button{padding:10px 20px;font-size:13px}}@media (max-width: 320px){:root{--navbar-height: 50px}.navbar-container{padding:.35rem .5rem}.navbar-logo img{height:32px}.navbar-links>a,.dropdown .dropbtn{font-size:.85rem;padding:.75rem .9rem}.dropdown-content a{padding:.6rem 1.3rem;font-size:.8rem}.hero-overlap{height:55vh;padding:1.25rem .5rem 0}.Landinglogo{width:240px;margin-bottom:.5rem}.hero-title{font-size:1.15rem;line-height:1.5rem;margin-bottom:.3rem}.hero-subtitle{font-size:.7rem;line-height:1.4rem}.scroll-strip{height:45px}.event-container{padding:30px 10px}.event-image{width:95%}.event-title{font-size:24px;margin-bottom:8px}.event-description{font-size:12px}.about-section{padding:30px 10px}.section-title{font-size:20px;margin-bottom:6px}.about-description{font-size:12px;line-height:1.55}.members-section{padding:35px 10px}.members-title{font-size:16px;margin-bottom:20px}.members-grid{gap:20px}.member-card{width:100%;max-width:260px;height:300px}.member-img{height:300px}.member-info{width:240px;padding:10px}.member-role{font-size:10px;margin-bottom:3px}.member-name{font-size:13px}.view-all-btn{padding:9px 20px;font-size:.85rem}.stats-section{padding:30px 10px}.stats-header .stats-subtitle{font-size:11px}.stats-header .stats-title{font-size:16px}.stats-header{margin-bottom:30px}.stats-box{grid-template-columns:repeat(2,1fr);padding:15px 10px;gap:10px}.stat-item h3{font-size:16px}.stat-item p{font-size:10px}.sections-wrapper{gap:35px;padding:35px 10px}.text-block h2{font-size:16px;margin-bottom:8px}.text-block p{font-size:12px;line-height:1.55}.image-block img{width:140px}.scrollstack-section{padding:20px 10px}.scrollstack-section .section-title{margin-bottom:25px}.stack-allbox{gap:45px}.stack-box{padding:18px 10px;gap:1rem;border-radius:10px}.stack-desc h4{font-size:9px}.stack-desc h1{font-size:18px;margin-bottom:6px}.stack-desc p{font-size:10px;line-height:1.45}.testimonial-box-section{padding:30px 8px}.testimonial-title{font-size:1.2rem;margin-bottom:20px}.testimonial-swiper{width:92%;padding:20px 10px}.testimonial-box{padding:20px 12px;gap:18px}.testimonial-text h4{font-size:14px}.testimonial-text .role{font-size:10px}.testimonial-text .message{font-size:11px;line-height:1.55}.testimonial-photo{width:100px;height:100px}.testimonial-prev,.testimonial-next{width:28px;height:28px;font-size:12px}.socials-section{padding:35px 10px}.socials-title{font-size:1.3rem;margin-bottom:20px}.socials-grid{gap:12px}.call-section{padding:25px 10px;gap:20px}.call-card{padding:20px 12px}.call-card h2{font-size:16px;margin-bottom:8px}.call-card p{font-size:11px;line-height:1.55;margin-bottom:12px}.call-card button{padding:9px 18px;font-size:12px}.join-us{padding:20px 12px;gap:12px}.join-us img{max-width:180px}.join-us-content h2{font-size:16px;margin-bottom:8px}.join-us-content p{font-size:11px;line-height:1.55;margin-bottom:12px}.join-us-content button{padding:9px 18px;font-size:12px}.footer{padding:1.25rem 1.5%}.footer h4{font-size:.9rem;margin-bottom:.9rem}.footer ul li a{font-size:.8rem}.footer .social-links .flex{gap:.5rem}.footer .social-links a{font-size:.95rem}.back-to-top-right{padding:5px 8px;font-size:.75rem}}.not-found-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9f9f9,#eef2ff);padding:40px 20px;text-align:center}.not-found-inner{max-width:600px;width:100%}.not-found-code{font-size:clamp(5rem,20vw,10rem);font-weight:900;color:#17458f;line-height:1;opacity:.15;letter-spacing:-.05em;margin-bottom:-1rem}.not-found-title{font-size:clamp(1.4rem,4vw,2rem);font-weight:700;color:#0f172a;margin-bottom:1rem}.not-found-desc{font-size:clamp(.9rem,2vw,1.1rem);color:#475569;line-height:1.7;margin-bottom:2rem}.not-found-links{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.not-found-btn{padding:14px 36px;border-radius:10px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .25s ease;display:inline-block}.not-found-btn.primary{background:linear-gradient(135deg,#17458f,#2b66d1);color:#fff;box-shadow:0 6px 20px #17458f4d}.not-found-btn.primary:hover{transform:translateY(-3px);box-shadow:0 10px 28px #17458f66}.not-found-btn.secondary{background:#fff;color:#17458f;border:2px solid #17458f}.not-found-btn.secondary:hover{background:#17458f;color:#fff;transform:translateY(-3px)}.not-found-quick{border-top:1px solid #e2e8f0;padding-top:1.5rem}.not-found-quick p{font-size:.9rem;color:#94a3b8;margin-bottom:.75rem}.not-found-quick-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.not-found-quick-links a{font-size:.9rem;color:#17458f;font-weight:600;text-decoration:none;padding:6px 14px;border-radius:20px;background:#17458f14;transition:all .2s ease}.not-found-quick-links a:hover{background:#17458f;color:#fff}@media (max-width: 480px){.not-found-links{flex-direction:column;align-items:center}.not-found-btn{width:100%;max-width:280px;text-align:center}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.project-number{font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#17458f;margin-bottom:.4rem;opacity:.7}h2.project-name{font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.1;margin-bottom:1rem}.back-to-top-fab{position:fixed;bottom:2rem;right:2rem;z-index:999;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#17458f,#2b66d1);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #17458f59;opacity:0;transform:translateY(20px) scale(.85);pointer-events:none;transition:opacity .3s ease,transform .3s ease,box-shadow .2s ease}.back-to-top-fab.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.back-to-top-fab:hover{box-shadow:0 6px 22px #17458f80;transform:translateY(-3px) scale(1.05)}.back-to-top-fab:active{transform:scale(.95)}@media (max-width: 480px){.back-to-top-fab{bottom:1.2rem;right:1.2rem;width:40px;height:40px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.parallax{position:relative;overflow:hidden}.scroller{display:flex;white-space:nowrap;text-align:center;font-family:sans-serif;font-weight:700;color:#090909;letter-spacing:-.02em}.scroller span{flex-shrink:0}@media (min-width: 768px){.scroller{font-size:2.5rem;line-height:5rem}}.tilted-card-figure{position:relative;width:100%;height:100%;perspective:800px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 640px){.tilted-card-mobile-alert{display:block}.tilted-card-caption{display:none}}.tilted-card-inner{position:relative;transform-style:preserve-3d}.tilted-card-img{position:absolute;top:0;left:0;border-radius:15px;will-change:transform;transform:translateZ(0)}.tilted-card-overlay{position:absolute;top:0;left:0;z-index:2;will-change:transform;transform:translateZ(30px)}.galaxy-container{width:100%;height:100%;position:relative;background-color:#000;border-radius:5px;filter:saturate(0)}@media (max-width: 360px){.scroller{font-size:2.2rem;line-height:4.5rem}.tilted-card-figure{perspective:700px}.tilted-card-img{border-radius:13px}.galaxy-container{border-radius:4px}}@media (max-width: 320px){.scroller{font-size:2rem;line-height:4rem}.tilted-card-figure{perspective:650px}.tilted-card-img{border-radius:12px}.tilted-card-overlay{transform:translateZ(25px)}.galaxy-container{border-radius:3px}}
