/* General styling for the page */.page-live-net-747{font-family:Arial,sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8}.page-live-net-747__section-title{font-size:2.5em;color:#1a1a1a;text-align:center;margin-bottom:40px;padding:0 15px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__hero-section{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:10px;box-sizing:border-box}.page-live-net-747__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.page-live-net-747__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:2}.page-live-net-747__hero-content{position:relative;z-index:3;color:#fff;max-width:900px;padding:0 20px}.page-live-net-747__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__hero-description{font-size:1.3em;margin-bottom:30px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__hero-cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.page-live-net-747__hero-button{display:inline-block;padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__hero-button--primary{background-color:#ff4500;color:#fff;border:2px solid #ff4500}.page-live-net-747__hero-button--primary:hover{background-color:#e03a00;transform:translateY(-2px)}.page-live-net-747__hero-button--secondary{background-color:transparent;color:#fff;border:2px solid #fff}.page-live-net-747__hero-button--secondary:hover{background-color:rgba(255,255,255,.2);transform:translateY(-2px)}.page-live-net-747__hero-button--download{background-color:#007bff;color:#fff;border:2px solid #007bff}.page-live-net-747__hero-button--download:hover{background-color:#0056b3;transform:translateY(-2px)}.page-live-net-747__payment-providers{padding:50px 20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;background-color:#f0f0f0}.page-live-net-747__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-live-net-747__payment-logo img{display:block;width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;object-fit:contain}.page-live-net-747__introduction-section{padding:80px 20px;background-color:#fff;max-width:1200px;margin:0 auto}.page-live-net-747__intro-content{display:flex;flex-direction:column;gap:20px;text-align:center}.page-live-net-747__intro-text{font-size:1.1em;color:#555;max-width:800px;margin:0 auto;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__quick-access-section{padding:80px 20px;background-color:#e6e6e6;text-align:center}.page-live-net-747__access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.page-live-net-747__access-button{display:inline-block;padding:15px 25px;background-color:#ff6347;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;font-size:1em;transition:background-color .3s ease,transform .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__access-button:hover{background-color:#e0553c;transform:translateY(-2px)}.page-live-net-747__games-section{padding:80px 20px;background-color:#f8f8f8}.page-live-net-747__game-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-live-net-747__game-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-live-net-747__game-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.page-live-net-747__game-image{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;height:auto;box-sizing:border-box}.page-live-net-747__game-title{font-size:1.8em;color:#1a1a1a;margin:20px 15px 10px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__game-description{font-size:1em;color:#666;padding:0 20px 25px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__promotions-section{padding:80px 20px;background-color:#fff}.page-live-net-747__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-live-net-747__promo-card{background-color:#fefefe;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-live-net-747__promo-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.page-live-net-747__promo-image{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;height:auto;box-sizing:border-box}.page-live-net-747__promo-title{font-size:1.8em;color:#1a1a1a;margin:20px 15px 10px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__promo-description{font-size:1em;color:#666;padding:0 20px 20px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__promo-button{display:inline-block;padding:12px 25px;background-color:#28a745;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;margin-bottom:25px;transition:background-color .3s ease,transform .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__promo-button:hover{background-color:#218838;transform:translateY(-2px)}.page-live-net-747__security-section{padding:80px 20px;background-color:#e6e6e6;text-align:center}.page-live-net-747__security-content{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;max-width:1200px;margin:0 auto}.page-live-net-747__security-item{flex:1 1 300px;max-width:350px;background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);box-sizing:border-box}.page-live-net-747__security-icon{width:200px;height:200px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto;box-sizing:border-box}.page-live-net-747__security-heading{font-size:1.8em;color:#1a1a1a;margin-bottom:15px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__security-text{font-size:1em;color:#666;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__faq-section{padding:80px 20px;background-color:#f8f8f8}.page-live-net-747__faq-container{max-width:900px;margin:0 auto}.page-live-net-747__faq-item{background-color:#fff;margin-bottom:15px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;box-sizing:border-box}.page-live-net-747__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#fefefe;border-bottom:1px solid #eee;user-select:none;transition:background-color .3s ease;box-sizing:border-box}.page-live-net-747__faq-question:hover{background-color:#f0f0f0}.page-live-net-747__faq-heading{font-size:1.2em;color:#333;margin:0;pointer-events:none;word-wrap:break-word;overflow-wrap:break-word;flex-grow:1}.page-live-net-747__faq-toggle{font-size:1.8em;color:#ff4500;margin-left:15px;pointer-events:none;transition:transform .3s ease}.page-live-net-747__faq-item.active .page-live-net-747__faq-toggle{transform:rotate(45deg);color:#555}.page-live-net-747__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#fff;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;box-sizing:border-box}.page-live-net-747__faq-item.active .page-live-net-747__faq-answer{max-height:2000px!important;padding:20px 25px!important;opacity:1}.page-live-net-747__faq-answer p{margin:0;color:#555;font-size:1em;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__blog-section{padding:80px 20px;background-color:#e6e6e6}.page-live-net-747__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-live-net-747__blog-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-live-net-747__blog-card:hover{transform:translateY(-10px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.page-live-net-747__blog-image{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;height:auto;box-sizing:border-box}.page-live-net-747__blog-heading{font-size:1.5em;color:#1a1a1a;margin:20px 20px 10px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__blog-heading a{text-decoration:none;color:#1a1a1a;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__blog-heading a:hover{color:#ff4500}.page-live-net-747__blog-excerpt{font-size:.95em;color:#666;padding:0 20px 15px;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__blog-read-more{display:inline-block;padding:10px 20px;background-color:#ff4500;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;margin:0 20px 20px;transition:background-color .3s ease,transform .3s ease;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.page-live-net-747__blog-read-more:hover{background-color:#e03a00;transform:translateY(-2px)}@media (max-width:1024px){.page-live-net-747__hero-title{font-size:3em}.page-live-net-747__hero-description{font-size:1.1em}.page-live-net-747__section-title{font-size:2em}}@media (max-width:768px){.page-live-net-747__hero-section{height:500px}.page-live-net-747__hero-title{font-size:2.5em}.page-live-net-747__hero-description{font-size:1em}.page-live-net-747__hero-cta-buttons{flex-direction:column;gap:15px}.page-live-net-747__hero-button{width:100%;max-width:250px;margin:0 auto}.page-live-net-747__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:30px 15px}.page-live-net-747__payment-logo,.page-live-net-747__payment-logo img{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important}.page-live-net-747__section-title{font-size:1.8em;margin-bottom:30px}.page-live-net-747__introduction-section,.page-live-net-747__quick-access-section,.page-live-net-747__games-section,.page-live-net-747__promotions-section,.page-live-net-747__security-section,.page-live-net-747__faq-section,.page-live-net-747__blog-section{padding:50px 15px}.page-live-net-747__intro-text{font-size:.95em}.page-live-net-747__access-links{flex-direction:column}.page-live-net-747__access-button{width:100%!important;max-width:300px!important;margin:0 auto;box-sizing:border-box!important;padding:12px 20px!important;margin-left:0!important;margin-right:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.page-live-net-747__game-grid,.page-live-net-747__promo-grid,.page-live-net-747__blog-grid{grid-template-columns:1fr}.page-live-net-747__game-card,.page-live-net-747__promo-card,.page-live-net-747__blog-card{margin:0 auto;max-width:400px;width:100%!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}.page-live-net-747__game-image,.page-live-net-747__promo-image,.page-live-net-747__security-icon,.page-live-net-747__blog-image{max-width:100%!important;height:auto!important;box-sizing:border-box!important}.page-live-net-747__security-content{flex-direction:column;align-items:center}.page-live-net-747__security-item{width:100%!important;max-width:350px!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.page-live-net-747__faq-question,.page-live-net-747__faq-answer{padding:15px 20px!important}.page-live-net-747__faq-heading{font-size:1.1em}.page-live-net-747__faq-toggle{font-size:1.5em}.page-live-net-747__blog-heading{font-size:1.3em}.page-live-net-747__blog-excerpt{font-size:.9em}.page-live-net-747__blog-read-more{padding:8px 15px;font-size:.9em}}.page-live-net-747__game-description,.page-live-net-747__promo-description,.page-live-net-747__security-text,.page-live-net-747__faq-answer p,.page-live-net-747__blog-excerpt{word-wrap:break-word!important;overflow-wrap:break-word!important}