.sponsor-section{padding:60px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);margin:40px 0;opacity:0;animation:fadeIn 1.5s ease-out forwards;min-height:auto;width:100%;box-sizing:border-box}.sponsor-main{text-align:center;margin-bottom:60px;animation:fadeInUp 1s ease-out}.sponsor-main .company-name{font-size:24px;font-weight:700;color:#2c3e50;margin-bottom:20px;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.sponsor-main a{display:inline-block;text-decoration:none;transition:all .3s ease}.sponsor-main img{max-width:350px;width:100%;height:auto;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.15);transition:all .3s ease}.sponsor-main a:hover{transform:translateY(-5px)}.sponsor-main a:hover img{transform:scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,.2)}.sponsor-tier-1{margin-bottom:80px !important}.sponsor-tier-1 .sponsor-row{display:flex !important;justify-content:center !important;align-items:center !important;gap:40px !important;flex-wrap:wrap !important;width:100% !important;max-width:1000px !important;margin:0 auto !important}.sponsor-tier-1 .sponsor-item{text-align:center !important;flex:0 0 300px !important;max-width:300px !important;min-width:300px !important;animation:fadeInUp 1s ease-out;animation-delay:.2s;animation-fill-mode:both;position:relative;overflow:visible;margin:0 !important}.sponsor-tier-1 .company-name{font-size:18px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:25px !important;min-height:50px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 10px !important}.sponsor-tier-1 a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:140px !important;text-decoration:none !important;transition:all .3s ease !important}.sponsor-tier-1 .sponsor-logo{width:100% !important;max-width:280px !important;height:100% !important;max-height:140px !important;object-fit:contain !important;border-radius:8px !important;box-shadow:0 6px 20px rgba(0,0,0,.12) !important;transition:all .3s ease !important}.sponsor-tier-1 a:hover{transform:translateY(-5px)}.sponsor-tier-1 a:hover .sponsor-logo{transform:scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,.2)}.sponsor-tier-2{margin-bottom:80px !important}.sponsor-tier-2 .sponsor-row{display:flex !important;justify-content:center !important;align-items:center !important;gap:80px !important;flex-wrap:wrap !important;width:100% !important;max-width:700px !important;margin:0 auto !important}.sponsor-tier-2 .sponsor-item{text-align:center !important;flex:0 0 300px !important;max-width:300px !important;min-width:300px !important;animation:fadeInUp 1s ease-out;animation-delay:.4s;animation-fill-mode:both;position:relative;overflow:visible;margin:0 !important}.sponsor-tier-2 .company-name{font-size:18px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:25px !important;min-height:50px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 10px !important}.sponsor-tier-2 a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:140px !important;text-decoration:none !important;transition:all .3s ease !important}.sponsor-tier-2 .sponsor-logo{width:100% !important;max-width:280px !important;height:100% !important;max-height:140px !important;object-fit:contain !important;border-radius:8px !important;box-shadow:0 6px 20px rgba(0,0,0,.12) !important;transition:all .3s ease !important}.sponsor-tier-2 a:hover{transform:translateY(-5px)}.sponsor-tier-2 a:hover .sponsor-logo{transform:scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,.2)}.sponsor-tier-3{margin-top:0}.sponsor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;max-width:1200px;margin:0 auto;padding:0 20px}.sponsor-tier-3 .sponsor-item{text-align:center;animation:fadeInUp 1s ease-out;animation-fill-mode:both;position:relative;overflow:hidden}.sponsor-tier-3 .sponsor-item:nth-child(1){animation-delay:.6s}.sponsor-tier-3 .sponsor-item:nth-child(2){animation-delay:.7s}.sponsor-tier-3 .sponsor-item:nth-child(3){animation-delay:.8s}.sponsor-tier-3 .sponsor-item:nth-child(4){animation-delay:.9s}.sponsor-tier-3 .sponsor-item:nth-child(5){animation-delay:1s}.sponsor-tier-3 .sponsor-item:nth-child(6){animation-delay:1.1s}.sponsor-tier-3 .sponsor-item:nth-child(7){animation-delay:1.2s}.sponsor-tier-3 .sponsor-item:nth-child(8){animation-delay:1.3s}.sponsor-tier-3 .sponsor-item:nth-child(9){animation-delay:1.4s}.sponsor-tier-3 .sponsor-item:nth-child(10){animation-delay:1.5s}.sponsor-tier-3 .sponsor-item:nth-child(11){animation-delay:1.6s}.sponsor-tier-3 .sponsor-item:nth-child(12){animation-delay:1.7s}.sponsor-tier-3 .company-name{font-size:14px;font-weight:600;color:#34495e;margin-bottom:12px;min-height:40px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}.sponsor-tier-3 a{display:flex;justify-content:center;align-items:center;width:100%;height:100px;text-decoration:none;transition:all .3s ease}.sponsor-tier-3 .sponsor-logo{width:100%;max-width:100%;height:100%;max-height:100px;object-fit:contain;border-radius:6px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.sponsor-tier-3 a:hover{transform:translateY(-3px)}.sponsor-tier-3 a:hover .sponsor-logo{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.18)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes pulse{0%,100%{transform:scale(1.05)}50%{transform:scale(1.08)}}@media (max-width:768px){@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sponsor-section *{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.sponsor-main a:hover{transform:none}.sponsor-main a:hover img{transform:none;box-shadow:0 8px 25px rgba(0,0,0,.15)}}.sponsor-item:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s;z-index:1;pointer-events:none;border-radius:8px}.sponsor-item:hover:before{left:100%}.sponsor-section a:focus{outline:3px solid #007bff;outline-offset:3px;border-radius:8px}@media (max-width:768px){.sponsor-section{-webkit-overflow-scrolling:touch;contain:layout style paint}.sponsor-main,.sponsor-tier-1,.sponsor-tier-2,.sponsor-tier-3{will-change:auto;contain:layout}.sponsor-tier-1 a:hover,.sponsor-tier-2 a:hover,.sponsor-tier-3 a:hover{transform:none}.sponsor-tier-1 a:hover .sponsor-logo,.sponsor-tier-2 a:hover .sponsor-logo,.sponsor-tier-3 a:hover .sponsor-logo{transform:none}.sponsor-tier-1 a:active .sponsor-logo,.sponsor-tier-2 a:active .sponsor-logo,.sponsor-tier-3 a:active .sponsor-logo{transform:scale(.98);transition:transform .1s ease}}@media (max-width:360px){.sponsor-section{padding:25px 5px}.sponsor-tier-1 .sponsor-item,.sponsor-tier-2 .sponsor-item{max-width:95vw !important}.sponsor-grid{padding:0;gap:10px}}@media (max-width:1024px){.sponsor-grid{grid-template-columns:repeat(3,1fr);gap:30px}.sponsor-tier-1{margin-bottom:60px !important}.sponsor-tier-2{margin-bottom:60px !important}.sponsor-tier-1 .sponsor-row{gap:30px !important;max-width:900px !important}.sponsor-tier-2 .sponsor-row{gap:40px !important;max-width:600px !important}.sponsor-tier-1 .sponsor-item{flex:0 0 260px !important;max-width:260px !important;min-width:260px !important}.sponsor-tier-2 .sponsor-item{flex:0 0 260px !important;max-width:260px !important;min-width:260px !important}.sponsor-main{margin-bottom:50px}.sponsor-main img{max-width:300px}.sponsor-tier-1 a{height:120px !important}.sponsor-tier-1 .sponsor-logo{max-height:120px !important;max-width:240px !important}.sponsor-tier-2 a{height:120px !important}.sponsor-tier-2 .sponsor-logo{max-height:120px !important;max-width:240px !important}.sponsor-tier-3 a{height:80px !important}.sponsor-tier-3 .sponsor-logo{max-height:80px !important}}@media (max-width:768px){.sponsor-section{padding:40px 15px;margin:20px 0;width:100%;min-width:320px;box-sizing:border-box}.sponsor-main{margin-bottom:25px}.sponsor-tier-1{margin-bottom:20px !important}.sponsor-tier-2{margin-bottom:20px !important}.sponsor-main .company-name{font-size:clamp(18px,4vw,20px)}.sponsor-main img{max-width:min(300px,90vw);width:100%;height:auto}.sponsor-section .sponsor-tier-1 .sponsor-row,.sponsor-section .sponsor-tier-2 .sponsor-row{flex-direction:column !important;align-items:center !important;gap:15px !important;width:100% !important}.sponsor-tier-1 .sponsor-item{width:280px !important;max-width:280px !important;min-width:280px !important;margin:0 !important}.sponsor-tier-1 a{display:flex !important;justify-content:center !important;align-items:center !important;width:280px !important;height:120px !important;min-height:120px !important;max-height:120px !important;background:rgba(255,255,255,.8);border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.sponsor-tier-1 .sponsor-logo{max-width:260px !important;max-height:100px !important;width:auto !important;height:auto !important;object-fit:contain !important}.sponsor-tier-2 .sponsor-item{width:280px !important;max-width:280px !important;min-width:280px !important;margin:0 !important}.sponsor-tier-2 a{display:flex !important;justify-content:center !important;align-items:center !important;width:280px !important;height:120px !important;min-height:120px !important;max-height:120px !important;background:rgba(255,255,255,.8);border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.sponsor-tier-2 .sponsor-logo{max-width:260px !important;max-height:100px !important;width:auto !important;height:auto !important;object-fit:contain !important}.sponsor-grid{grid-template-columns:1fr 1fr;gap:20px;padding:0 10px;width:100%;max-width:100%;box-sizing:border-box}.sponsor-tier-3 .sponsor-item{width:100% !important}.sponsor-tier-3 a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:80px !important;min-height:80px !important;max-height:80px !important;background:rgba(255,255,255,.8);border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.sponsor-tier-3 .sponsor-logo{max-width:90% !important;max-height:60px !important;width:auto !important;height:auto !important;object-fit:contain !important}}@media (max-width:480px){.sponsor-section{padding:30px 10px;margin:15px 0;width:100%;min-width:280px;box-sizing:border-box}.sponsor-main{margin-bottom:35px}.sponsor-tier-1{margin-bottom:35px}.sponsor-tier-2{margin-bottom:35px}.sponsor-main img{max-width:min(280px,85vw);width:100%}.sponsor-tier-1 .sponsor-row,.sponsor-tier-2 .sponsor-row{gap:10px}.sponsor-tier-1 .sponsor-item{width:260px !important;max-width:260px !important;min-width:260px !important;margin:0 !important}.sponsor-tier-1 a{width:260px !important;height:110px !important;min-height:110px !important;max-height:110px !important}.sponsor-tier-1 .sponsor-logo{max-width:240px !important;max-height:90px !important}.sponsor-tier-2 .sponsor-item{width:260px !important;max-width:260px !important;min-width:260px !important;margin:0 !important}.sponsor-tier-2 a{width:260px !important;height:110px !important;min-height:110px !important;max-height:110px !important}.sponsor-tier-2 .sponsor-logo{max-width:240px !important;max-height:90px !important}.sponsor-grid{grid-template-columns:1fr;gap:18px;padding:0 5px;width:100%;max-width:100%}.sponsor-tier-3 a{height:70px !important;min-height:70px !important;max-height:70px !important}.sponsor-tier-3 .sponsor-logo{max-width:85% !important;max-height:50px !important}}@media (max-width:360px){.sponsor-section{padding:25px 5px}.sponsor-main{margin-bottom:30px}.sponsor-tier-1{margin-bottom:30px}.sponsor-tier-2{margin-bottom:30px}.sponsor-tier-1 .sponsor-row,.sponsor-tier-2 .sponsor-row{gap:20px}.sponsor-tier-1 .sponsor-item,.sponsor-tier-2 .sponsor-item{width:240px !important;max-width:240px !important;min-width:240px !important;margin:0 !important}.sponsor-tier-1 a{width:240px !important;height:100px !important;min-height:100px !important;max-height:100px !important}.sponsor-tier-2 a{width:240px !important;height:100px !important;min-height:100px !important;max-height:100px !important}.sponsor-grid{padding:0;gap:15px}.sponsor-tier-3 a{height:60px !important;min-height:60px !important;max-height:60px !important}.sponsor-tier-3 .sponsor-logo{max-height:40px !important}}.sponsor-bottom-logo{margin-top:80px;text-align:center;animation:fadeInUp 1s ease-out;animation-delay:1.8s;animation-fill-mode:both}.sponsor-bottom-logo .company-name{font-size:14px;font-weight:600;color:#34495e;margin-bottom:12px;min-height:40px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.3}.sponsor-bottom-logo a{display:inline-flex;justify-content:center;align-items:center;width:auto;height:100px;text-decoration:none;transition:all .3s ease}.sponsor-bottom-logo .sponsor-logo{width:auto;max-width:100%;height:100%;max-height:100px;object-fit:contain;border-radius:6px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.sponsor-bottom-logo a:hover{transform:translateY(-3px)}.sponsor-bottom-logo a:hover .sponsor-logo{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.18)}@media (max-width:1024px){.sponsor-bottom-logo{margin-top:60px}.sponsor-bottom-logo a{height:80px}.sponsor-bottom-logo .sponsor-logo{max-height:80px}}@media (max-width:768px){.sponsor-bottom-logo{margin-top:40px}.sponsor-bottom-logo a{display:flex;justify-content:center;align-items:center;width:100%;height:80px;min-height:80px;max-height:80px;background:rgba(255,255,255,.8);border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.1)}.sponsor-bottom-logo .sponsor-logo{max-width:90%;max-height:60px;width:auto;height:auto;object-fit:contain}.sponsor-bottom-logo a:hover{transform:none}.sponsor-bottom-logo a:hover .sponsor-logo{transform:none}.sponsor-bottom-logo a:active .sponsor-logo{transform:scale(.98);transition:transform .1s ease}}@media (max-width:480px){.sponsor-bottom-logo{margin-top:35px}.sponsor-bottom-logo a{height:70px;min-height:70px;max-height:70px}.sponsor-bottom-logo .sponsor-logo{max-width:85%;max-height:50px}}@media (max-width:360px){.sponsor-bottom-logo{margin-top:30px}.sponsor-bottom-logo a{height:60px;min-height:60px;max-height:60px}.sponsor-bottom-logo .sponsor-logo{max-height:40px}}@media (min-width:769px){.sponsor-tier-3 .sponsor-item:nth-child(9){grid-column:1;grid-row:3}.sponsor-bottom-logo{grid-column:1;grid-row:4;margin-top:0;text-align:center;animation:fadeInUp 1s ease-out;animation-delay:1.8s;animation-fill-mode:both}.sponsor-bottom-logo .company-name{font-size:12px;font-weight:600;color:#34495e;margin-bottom:8px;min-height:30px;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}.sponsor-bottom-logo a{display:flex;justify-content:center;align-items:center;width:100%;height:80px;text-decoration:none;transition:all .3s ease}.sponsor-bottom-logo .sponsor-logo{width:100%;max-width:100%;height:100%;max-height:80px;object-fit:contain;border-radius:6px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease}.sponsor-bottom-logo a:hover{transform:translateY(-3px)}.sponsor-bottom-logo a:hover .sponsor-logo{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.18)}}@media (max-width:1024px) and (min-width:769px){.sponsor-grid{grid-template-columns:repeat(3,1fr);gap:30px}.sponsor-tier-3 .sponsor-item:nth-child(9){grid-column:1;grid-row:3}.sponsor-bottom-logo{grid-column:1;grid-row:4;margin-top:0}.sponsor-bottom-logo a{height:70px}.sponsor-bottom-logo .sponsor-logo{max-height:70px}}@media (max-width:768px){.sponsor-bottom-logo{margin-top:20px !important;padding:15px;background:rgba(255,255,255,.9);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center}.sponsor-bottom-logo .company-name{font-size:16px;font-weight:600;color:#34495e;margin-bottom:12px}.sponsor-bottom-logo a{display:flex;justify-content:center;align-items:center;width:100%;height:80px;min-height:80px;max-height:80px;background:rgba(255,255,255,.8);border-radius:6px;box-shadow:0 3px 10px rgba(0,0,0,.1);text-decoration:none}.sponsor-bottom-logo .sponsor-logo{max-width:90%;max-height:60px;width:auto;height:auto;object-fit:contain}.sponsor-bottom-logo a:hover{transform:none}.sponsor-bottom-logo a:hover .sponsor-logo{transform:none}.sponsor-bottom-logo a:active .sponsor-logo{transform:scale(.98);transition:transform .1s ease}}@media (max-width:480px){.sponsor-bottom-logo{margin-top:18px !important;padding:12px}.sponsor-bottom-logo a{height:70px;min-height:70px;max-height:70px}.sponsor-bottom-logo .sponsor-logo{max-width:85%;max-height:50px}}@media (max-width:360px){.sponsor-bottom-logo{margin-top:15px !important;padding:10px}.sponsor-bottom-logo a{height:60px;min-height:60px;max-height:60px}.sponsor-bottom-logo .sponsor-logo{max-height:40px}}@media (max-width:768px){.mobile-bottom-logo{margin-top:20px !important;padding:15px;background:rgba(255,255,255,.9);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center}}@media (max-width:480px){.mobile-bottom-logo{margin-top:18px !important;padding:12px}}@media (max-width:360px){.mobile-bottom-logo{margin-top:15px !important;padding:10px}}@media (max-width:768px){.sponsor-bottom-logo{margin-top:20px !important;padding:15px !important;background:rgba(255,255,255,.9) !important;border-radius:8px !important;box-shadow:0 2px 10px rgba(0,0,0,.08) !important;text-align:center;width:100%;box-sizing:border-box}.sponsor-bottom-logo .company-name{font-size:16px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:15px !important;line-height:1.3;min-height:20px}.sponsor-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:100px !important;min-height:100px !important;max-height:100px !important;background:#fff !important;border-radius:6px !important;box-shadow:0 2px 8px rgba(0,0,0,.05) !important;text-decoration:none}.sponsor-bottom-logo .sponsor-logo{max-width:90% !important;max-height:80px !important;width:auto !important;height:auto !important;object-fit:contain !important}.sponsor-bottom-logo a:hover{transform:none !important}.sponsor-bottom-logo a:hover .sponsor-logo{transform:none !important}.sponsor-bottom-logo a:active{transform:scale(.98) !important;box-shadow:0 1px 4px rgba(0,0,0,.1) !important}}@media (max-width:480px){.sponsor-bottom-logo{margin-top:18px !important;padding:12px !important}.sponsor-bottom-logo a{height:80px !important;min-height:80px !important;max-height:80px !important}.sponsor-bottom-logo .sponsor-logo{max-width:85% !important;max-height:60px !important}}@media (max-width:360px){.sponsor-bottom-logo{margin-top:15px !important;padding:10px !important}.sponsor-bottom-logo a{height:70px !important;min-height:70px !important;max-height:70px !important}.sponsor-bottom-logo .sponsor-logo{max-height:50px !important}}@media (max-width:768px){.mobile-bottom-logo{margin-top:20px !important;padding:15px !important;background:rgba(255,255,255,.9) !important;border-radius:8px !important;box-shadow:0 2px 10px rgba(0,0,0,.08) !important;text-align:center;width:100%;box-sizing:border-box}.mobile-bottom-logo .company-name{font-size:16px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:15px !important;line-height:1.3;min-height:20px}.mobile-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;height:100px !important;background:#fff !important;border-radius:6px !important;box-shadow:0 2px 8px rgba(0,0,0,.05) !important;text-decoration:none}.mobile-bottom-logo .sponsor-logo{max-width:90% !important;max-height:80px !important;width:auto !important;height:auto !important;object-fit:contain !important}}@media (max-width:480px){.mobile-bottom-logo{margin-top:18px !important;padding:12px !important}.mobile-bottom-logo a{height:80px !important}.mobile-bottom-logo .sponsor-logo{max-height:60px !important}}@media (max-width:360px){.mobile-bottom-logo{margin-top:15px !important;padding:10px !important}.mobile-bottom-logo a{height:70px !important}.mobile-bottom-logo .sponsor-logo{max-height:50px !important}}@media screen and (max-width:768px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:20px !important;padding:0 !important;background:0 0 !important;border-radius:0 !important;box-shadow:none !important;text-align:center !important;width:100% !important;box-sizing:border-box !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .company-name{font-size:14px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:12px !important;min-height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.3 !important;padding:0 !important;background:0 0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:80px !important;min-height:80px !important;max-height:80px !important;background:rgba(255,255,255,.8) !important;border-radius:6px !important;box-shadow:0 3px 10px rgba(0,0,0,.1) !important;text-decoration:none !important;transition:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:90% !important;max-height:60px !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important;transition:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover{transform:none !important;background:rgba(255,255,255,.8) !important;box-shadow:0 3px 10px rgba(0,0,0,.1) !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover .sponsor-logo{transform:none !important;box-shadow:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:active{transform:scale(.98) !important;transition:transform .1s ease !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:active .sponsor-logo{transform:scale(.98) !important;transition:transform .1s ease !important}}@media screen and (max-width:480px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:18px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:70px !important;min-height:70px !important;max-height:70px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:85% !important;max-height:50px !important}}@media screen and (max-width:360px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:15px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:60px !important;min-height:60px !important;max-height:60px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-height:40px !important}}@media screen and (min-width:769px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{grid-column:1 !important;grid-row:4 !important;margin-top:0 !important;padding:0 !important;background:0 0 !important;border-radius:0 !important;box-shadow:none !important;text-align:center !important;animation:fadeInUp 1s ease-out !important;animation-delay:1.8s !important;animation-fill-mode:both !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .company-name{font-size:12px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:8px !important;min-height:30px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.2 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:80px !important;text-decoration:none !important;transition:all .3s ease !important;background:0 0 !important;border-radius:0 !important;box-shadow:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{width:100% !important;max-width:100% !important;height:100% !important;max-height:80px !important;object-fit:contain !important;border-radius:6px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;transition:all .3s ease !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover{transform:translateY(-3px) !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover .sponsor-logo{transform:scale(1.05) !important;box-shadow:0 8px 25px rgba(0,0,0,.18) !important}}@media screen and (max-width:768px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:0 !important;padding:0 !important;background:0 0 !important;border-radius:0 !important;box-shadow:none !important;text-align:center !important;width:100% !important;box-sizing:border-box !important}.sponsor-section .sponsor-tier-3 .sponsor-grid{grid-template-columns:1fr 1fr !important;gap:20px !important;padding:0 10px !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-item{margin:0 !important;width:100% !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-item:nth-child(12){margin:0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .company-name{font-size:14px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:12px !important;min-height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.3 !important;padding:0 !important;background:0 0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:80px !important;min-height:80px !important;max-height:80px !important;background:rgba(255,255,255,.8) !important;border-radius:6px !important;box-shadow:0 3px 10px rgba(0,0,0,.1) !important;text-decoration:none !important;transition:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:90% !important;max-height:60px !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important;transition:none !important}}@media screen and (max-width:480px){.sponsor-section .sponsor-tier-3 .sponsor-grid{grid-template-columns:1fr !important;gap:18px !important;padding:0 5px !important;width:100% !important;max-width:100% !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:70px !important;min-height:70px !important;max-height:70px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:85% !important;max-height:50px !important}}@media screen and (max-width:360px){.sponsor-section .sponsor-tier-3 .sponsor-grid{gap:15px !important;padding:0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:60px !important;min-height:60px !important;max-height:60px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-height:40px !important}}@media screen and (min-width:769px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{grid-column:1 !important;grid-row:4 !important;margin-top:0 !important}}@media screen and (max-width:768px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:-8px !important;padding:0 !important;background:0 0 !important;border-radius:0 !important;box-shadow:none !important;text-align:center !important;width:100% !important;box-sizing:border-box !important}.sponsor-section .sponsor-tier-3 .sponsor-grid{grid-template-columns:1fr 1fr !important;gap:15px !important;padding:0 10px !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .company-name{font-size:14px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:12px !important;min-height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.3 !important;padding:0 !important;background:0 0 !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:80px !important;min-height:80px !important;max-height:80px !important;background:rgba(255,255,255,.8) !important;border-radius:6px !important;box-shadow:0 3px 10px rgba(0,0,0,.1) !important;text-decoration:none !important;transition:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:90% !important;max-height:60px !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important;transition:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover{transform:none !important;background:rgba(255,255,255,.8) !important;box-shadow:0 3px 10px rgba(0,0,0,.1) !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:hover .sponsor-logo{transform:none !important;box-shadow:none !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a:active{transform:scale(.98) !important;transition:transform .1s ease !important}}@media screen and (max-width:480px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:-6px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid{gap:12px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:70px !important;min-height:70px !important;max-height:70px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-width:85% !important;max-height:50px !important}}@media screen and (max-width:360px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{margin-top:-5px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid{gap:10px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo a{height:60px !important;min-height:60px !important;max-height:60px !important}.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo .sponsor-logo{max-height:40px !important}}@media screen and (min-width:769px){.sponsor-section .sponsor-tier-3 .sponsor-grid .sponsor-bottom-logo{grid-column:1 !important;grid-row:4 !important;margin-top:0 !important}}@media screen and (min-width:769px){.sponsor-main{text-align:center;margin-bottom:80px;animation:fadeInUp 1s ease-out;max-width:800px;margin-left:auto;margin-right:auto}.sponsor-main .company-name{font-size:32px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:30px !important;text-shadow:none !important;min-height:70px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 20px !important}.sponsor-main a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:320px !important;text-decoration:none !important;background:rgba(255,255,255,.9) !important;border-radius:16px !important;box-shadow:0 12px 40px rgba(0,0,0,.15) !important;transition:all .3s ease !important;padding:40px !important;box-sizing:border-box !important}.sponsor-main img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:12px !important;box-shadow:none !important;transition:all .3s ease !important}.sponsor-main a:hover{transform:translateY(-8px) !important;box-shadow:0 16px 50px rgba(0,0,0,.2) !important}.sponsor-main a:hover img{transform:scale(1.03) !important}}@media screen and (max-width:1024px) and (min-width:769px){.sponsor-main{max-width:700px;margin-bottom:70px}.sponsor-main a{height:280px !important;padding:30px !important}.sponsor-main .company-name{font-size:28px !important;margin-bottom:25px !important}}@media screen and (max-width:768px){.sponsor-main{text-align:center;margin-bottom:40px;padding:0 10px;animation:fadeInUp 1s ease-out}.sponsor-main .company-name{font-size:clamp(20px,5vw,24px) !important;font-weight:600 !important;color:#34495e !important;margin-bottom:20px !important;text-shadow:none !important;line-height:1.3 !important;min-height:50px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 15px !important}.sponsor-main a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:400px !important;margin:0 auto !important;height:160px !important;background:rgba(255,255,255,.8) !important;border-radius:10px !important;box-shadow:0 6px 20px rgba(0,0,0,.12) !important;text-decoration:none !important;transition:none !important;padding:20px !important;box-sizing:border-box !important}.sponsor-main img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:8px !important;box-shadow:none !important;transition:none !important}.sponsor-main a:hover{transform:none !important;background:rgba(255,255,255,.8) !important;box-shadow:0 6px 20px rgba(0,0,0,.12) !important}.sponsor-main a:hover img{transform:none !important}.sponsor-main a:active{transform:scale(.98) !important;transition:transform .1s ease !important}}@media screen and (max-width:480px){.sponsor-main{margin-bottom:35px;padding:0 5px}.sponsor-main a{max-width:360px !important;height:140px !important;padding:18px !important}.sponsor-main .company-name{font-size:clamp(18px,5vw,22px) !important;margin-bottom:18px !important}}@media screen and (max-width:360px){.sponsor-main{margin-bottom:30px;padding:0}.sponsor-main a{max-width:320px !important;height:120px !important;padding:15px !important}.sponsor-main .company-name{font-size:clamp(16px,5vw,20px) !important;margin-bottom:15px !important}}@media screen and (min-width:769px){.sponsor-main a{background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;padding:40px !important}.sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}.sponsor-main a:hover{background:rgba(255,255,255,.8) !important;transform:translateY(-8px) !important;box-shadow:0 8px 25px rgba(0,0,0,.18) !important}.sponsor-main a:hover img{transform:scale(1.03) !important}}@media screen and (max-width:1024px) and (min-width:769px){.sponsor-main a{background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;padding:30px !important}.sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important}}@media screen and (max-width:768px){.sponsor-main a{background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;padding:20px !important}.sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}.sponsor-main a:hover{transform:none !important;background:rgba(255,255,255,.8) !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important}.sponsor-main a:hover img{transform:none !important}.sponsor-main a:active{transform:scale(.98) !important;background:rgba(255,255,255,.8) !important;transition:transform .1s ease !important}}@media screen and (max-width:480px){.sponsor-main a{background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;padding:18px !important}.sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important}}@media screen and (max-width:360px){.sponsor-main a{background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;padding:15px !important}.sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important}}@media screen and (min-width:769px){.sponsor-section .sponsor-main{text-align:center !important;margin-bottom:80px !important;animation:fadeInUp 1s ease-out !important;max-width:800px !important;margin-left:auto !important;margin-right:auto !important}.sponsor-section .sponsor-main .company-name{font-size:32px !important;font-weight:600 !important;color:#34495e !important;margin-bottom:30px !important;text-shadow:none !important;min-height:70px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 20px !important;background:0 0 !important;border:none !important}.sponsor-section .sponsor-main a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;height:320px !important;text-decoration:none !important;background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;transition:all .3s ease !important;padding:40px !important;box-sizing:border-box !important}.sponsor-section .sponsor-main img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important;background:0 0 !important;padding:0 !important;margin:0 !important;transition:all .3s ease !important}.sponsor-section .sponsor-main a:hover{transform:translateY(-8px) !important;background:rgba(255,255,255,.8) !important;box-shadow:0 8px 25px rgba(0,0,0,.18) !important;border:none !important}.sponsor-section .sponsor-main a:hover img{transform:scale(1.03) !important;background:0 0 !important;box-shadow:none !important}}@media screen and (max-width:1024px) and (min-width:769px){.sponsor-section .sponsor-main{max-width:700px !important;margin-bottom:70px !important}.sponsor-section .sponsor-main a{height:280px !important;padding:30px !important;background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important}.sponsor-section .sponsor-main .company-name{font-size:28px !important;margin-bottom:25px !important}.sponsor-section .sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}}@media screen and (max-width:768px){.sponsor-section .sponsor-main{text-align:center !important;margin-bottom:40px !important;padding:0 10px !important;animation:fadeInUp 1s ease-out !important}.sponsor-section .sponsor-main .company-name{font-size:clamp(20px,5vw,24px) !important;font-weight:600 !important;color:#34495e !important;margin-bottom:20px !important;text-shadow:none !important;line-height:1.3 !important;min-height:50px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:0 15px !important;background:0 0 !important;border:none !important}.sponsor-section .sponsor-main a{display:flex !important;justify-content:center !important;align-items:center !important;width:100% !important;max-width:400px !important;margin:0 auto !important;height:160px !important;background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;text-decoration:none !important;transition:none !important;padding:20px !important;box-sizing:border-box !important}.sponsor-section .sponsor-main img{max-width:100% !important;max-height:100% !important;width:auto !important;height:auto !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important;background:0 0 !important;padding:0 !important;margin:0 !important;transition:none !important}.sponsor-section .sponsor-main a:hover{transform:none !important;background:rgba(255,255,255,.8) !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important;border:none !important}.sponsor-section .sponsor-main a:hover img{transform:none !important;background:0 0 !important;box-shadow:none !important}.sponsor-section .sponsor-main a:active{transform:scale(.98) !important;background:rgba(255,255,255,.8) !important;transition:transform .1s ease !important}}@media screen and (max-width:480px){.sponsor-section .sponsor-main{margin-bottom:35px !important;padding:0 5px !important}.sponsor-section .sponsor-main a{max-width:360px !important;height:140px !important;padding:18px !important;background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important}.sponsor-section .sponsor-main .company-name{font-size:clamp(18px,5vw,22px) !important;margin-bottom:18px !important}.sponsor-section .sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}}@media screen and (max-width:360px){.sponsor-section .sponsor-main{margin-bottom:30px !important;padding:0 !important}.sponsor-section .sponsor-main a{max-width:320px !important;height:120px !important;padding:15px !important;background:rgba(255,255,255,.8) !important;border:none !important;border-radius:8px !important;box-shadow:0 4px 15px rgba(0,0,0,.1) !important}.sponsor-section .sponsor-main .company-name{font-size:clamp(16px,5vw,20px) !important;margin-bottom:15px !important}.sponsor-section .sponsor-main img{background:0 0 !important;padding:0 !important;border-radius:0 !important;box-shadow:none !important}}