@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');.shadow-bottom{box-shadow:0 6px 12px rgba(0,0,0,.25);position:relative;z-index:2}.bg-light-blue{background-color:#eef5ff}.hero-section,.page-hero{position:relative;overflow:hidden;color:#fff}.hero-section{padding:10rem 0}.page-hero{height:350px}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:-1}.cta-box{border-radius:.75rem;border:1px solid #dee2e6}.cta-box h1{font-family:'Poppins',sans-serif;font-weight:700}.cta-box p{font-family:'Poppins',sans-serif;font-weight:400}.icon-lg{font-size:3rem}.phone-app-icon{width:200px;height:auto;border-radius:30px;box-shadow:0 10px 25px rgba(0,0,0,.2);transition:width .2s ease-in-out}.footer-app-icon{width:80px;height:80px;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.25)}@media(min-width:768px){.phone-app-icon{width:250px}}@media(min-width:992px){.phone-app-icon{width:280px}}.footer-link{color:rgba(255,255,255,.75);text-decoration:none;transition:color .2s ease-in-out}.footer-link:hover{color:#fff}.btn-social{height:45px;width:45px;display:inline-flex;align-items:center;justify-content:center}.pulse{animation:pulse-animation 1.5s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(220,53,69,.7)}70%{box-shadow:0 0 0 10px rgba(220,53,69,0)}100%{box-shadow:0 0 0 0 rgba(220,53,69,0)}}.tournament-card.newly-loaded{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}