/* --- General Styles & Variables --- */

:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
--color-cta-box-shadow: rgba(37, 117, 252, 0.3);
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
  background-color: var(--bg-dark);
  color: var(--color-text) !important;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover:not(.qbf5t4ff) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fmokk5vh {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.w7ruta9t {

}
.b1o4bcsfpl5 { border: 3px dashed #3e4a0b; display: inline-block; width: 89vw; margin: -4px; padding: 17px 14px; }
.f7aw2ohy {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.xytox4ms {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.e2007jpm {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  background-color: var(--color-accent);
  color: var(--color-text);
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
.e2007jpm:hover {
  transform: translateY(-3px) scale(1.2);
}
.b3kkbtva {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.ixo3vhth {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.spodrf4g {
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.yno9vrqu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qbf5t4ff {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.d00mwg6q {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.fvn3qpiu {
  color: var(--color-accent);
}
.ckmwicwz { color: rgb(255, 157, 241); margin: -20px; padding-left: 50px; display: flex; }
.lwvlnmhw {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.etv9o5dg {
  padding: 4rem 0;
  text-align: center;
}
.pqh75ccp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.x9rdphkm {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.pntkry4w {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.yrhe091w {
  width: 100%;
}
/* .uhc3wwsb {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.lie968zq {
  background-color: var(--bg-dark);
}
.tbnldnbp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.hfxlqqn4 {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.wil6psda {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wol54exs {
  background: linear-gradient(135deg, var(--bg-dark), rgba(8, 33, 84, 0.5));
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.d09fvnuz {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.dpa84cwg {
  margin-bottom: 0.5rem;
}
.osd2ijta {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
.kwwx292lwhw { width: 76px; color: rgb(224, 87, 15); border: 4px solid #406678; display: none; padding: 25px 45px; }
/* --- How-to Section --- */
.or5g5a39 {
  background-color: var(--bg-dark);
}
.w1b7ezrs {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.wegaelfy {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.wegaelfy span {
  counter-increment: steps-counter;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-accent);
  color: var(--color-text);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
/* --- Tables (Offers, Tournaments) --- */
.nc1wze7r,
.d3nhs54k {
  overflow-x: auto;
}
.jkbgx3ni {
  position: relative;
}
.onqb0ora,
.mcm5lbm4 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.onqb0ora th,
.onqb0ora td,
.mcm5lbm4 th,
.mcm5lbm4 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.onqb0ora th,
.mcm5lbm4 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.hg6e0v2o {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.gsz6r9kq {
  background-color: var(--bg-dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.gsz6r9kq:hover {
  transform: translateY(-5px);
}
.zwkzuari {
  padding: 1rem;
}
.hh2t7x47 {
  margin-bottom: 0.25rem;
}
.pzpz2wma {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.nrnt05kn6nck { margin: -11px; display: grid; width: 15vw; padding: 10px 38px; }
.tyk0ot80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p4rq1l70 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.t8lmep3s {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.t8oacn8j {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.moeo5m95 {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  text-align: left;
  cursor: pointer;
  position: relative;
}
.moeo5m95::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.gcxeqjsi::after {
  transform: rotate(45deg);
}
.z2lj33ya {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.z2lj33ya p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.k1hm842a {
  background-color: var(--bg-dark);
}
.izvz1a23 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.jn3e133b {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.jn3e133b li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.tat6hlyg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.yvutr1l9 {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.v0xku4gfcxkr { color: rgb(235, 53, 22); border: 5px dotted #2e6175; display: grid; width: 14px; padding-left: 37px; margin: -12px; }
.yvutr1l9:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.jstcvwej {
  background-color: var(--bg-dark);
}
.gzghxa5p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.qqfgg90m {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.od8z9k8u {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  border: 3px solid var(--bg-dark);
}
.bpkn9hxu {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.uxro9cl5 {
  background-color: var(--bg-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--color-text);
  opacity: 0.7;
}
.uxro9cl5 p {
  margin: 0;
}
/* --- Promo Block --- */
.lgybuiiz {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  color: var(--color-text);
  padding: 1.5rem;
  border-radius: 10px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
  width: 280px;
}
[promo-block--visible] {
  transform: translateX(0);
}
.kgooy63r { display: grid; padding-left: 17px; color: rgb(10, 68, 80); }
.ns9nah31 {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.qihgpjkz {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.g6of6b0e {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.jfat6z8f {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.u9muhcsc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
[popup-overlay--visible] {
  opacity: 1;
  visibility: visible;
}
.plz1r2k1 {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  text-align: center;
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
[popup-overlay--visible] .plz1r2k1 {
  transform: scale(1);
}
.osi316jk {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.tfjxoffs {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.x31rj940 {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
/* --- Desktop Styles (min-width: 768px) --- */
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .d00mwg6q {
    display: flex;
    gap: 1.5rem;
margin-right: 1.5rem;
  }

  .fvn3qpiu {
    font-weight: 700;
  }

  .pqh75ccp {
    flex-direction: row;
    text-align: left;
    gap: 3rem;
  }

  .ioifvr15 {
    flex: 1;
  }

  .yrhe091w {
    flex: 1;
  }

  .tbnldnbp {
    grid-template-columns: repeat(2, 1fr);
  }

  .wil6psda {
    flex-direction: row;
  }

  .hg6e0v2o {
    grid-template-columns: repeat(2, 1fr);
  }

  .gzghxa5p {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- Larger Desktop Styles (min-width: 1024px) --- */
@media (min-width: 1024px) {
  .tbnldnbp {
    grid-template-columns: repeat(3, 1fr);
  }

  .hg6e0v2o {
    grid-template-columns: repeat(4, 1fr);
  }

  .gzghxa5p {
    grid-template-columns: repeat(5, 1fr);
  }

  .qqfgg90m {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
.koave6m78pik { padding: 42px 19px; border: 1px solid #853d71; color: rgb(128, 151, 167); }
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.wpt428tb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.hlaw8l0x{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.e7tqh5ef {
  position: relative;
}
@media (max-width: 1087px) {
  .hlaw8l0x {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
.obrowcj7mkz8 { margin: 1px; }
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .v4y1w0zf {
    float: inherit;
    display: block;
  }
}
h2, h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  color: var(--color-text);
  margin: 16px 0 8px 0;
  line-height: 1.3;
  font-weight: 600;
}
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul, ol {
  padding-left: 20px;
  margin: 12px 0;
}
li {
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text);
  margin-bottom: 6px;
  position: relative;
}
li::marker {
  color: var(--color-accent);
  font-weight: bold;
}
.l0mqz0q6 {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.l0mqz0q6 h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.jchkcfy9 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jchkcfy9 li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.i1h29xrlalm { padding-right: 4px; border: 1px dashed #4426f2; width: 23vw; display: none; color: rgb(191, 165, 77); padding-left: 23px; }
.fwrucw7f {
  font-weight: bold;
  color: var(--color-accent);
}
.wbf6qtiu {
  max-width: 1400px;
  margin: 0 auto;
}
.wwzgrg80 {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.wwzgrg80 {
 justify-content: center;
}
}
.km230n7s {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px);
  margin: 0 !important;
    line-height: normal;
    white-space: nowrap;
}
.km230n7s:hover {
  background: rgba(0, 0, 0, 0.7);
  border-color: var(--color-accent);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--color-accent);
  color: var(--color-accent);
}
.km230n7s:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .wwzgrg80 {
    gap: 12px;
  }

  .km230n7s {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .km230n7s {
    flex: 1 1 calc(50% - 6px);
  }
}
.n078dmn1 {
  width: 100%;
  margin-bottom: 40px;
}
.jrm734zv {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.jrm734zv h2 {
  color: var(--color-accent);
}
.wmiqxpb9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .wmiqxpb9 {
    justify-content: center;
  }
}
.sa4selmn {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.sa4selmn img {

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.co64v6qxb { border: 2px dashed #76f448; width: 18%; padding: 23px 42px; display: flex; color: rgb(160, 72, 220); margin: 10px; }
.sa4selmn .j4ch13yq {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.sa4selmn:hover .j4ch13yq {
  opacity: 1; 
}
.sa4selmn:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.dpiu400u p {
  color: var(--color-accent);
  font-weight: 600;
}
.h0nfric1 {
  border-bottom: 2px solid #e8eaf6;
}
.h0nfric1:last-child {
  border-bottom: none;
}
.kjx7vbr1 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.kjx7vbr1::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.kjx7vbr1::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.h0nfric1[open] .kjx7vbr1::after {
  transform: translateY(-50%) rotate(45deg);
}
.w2e4xjih {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.zj03x2di {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.n8lwfepfcb6 { color: rgb(114, 6, 66); border: 4px solid #69a8c2; display: inline-block; width: 26%; padding: 21px 28px; }
.owo57jgd {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        box-shadow: 0 4px 15px var(--color-cta-box-shadow);
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.owo57jgd:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.owo57jgd:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .owo57jgd {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
#lang-dropdown {
  position: relative;
}
#lang-current {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 6px;
}
.tekvaj8z {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
#lang-dropdown[open] .tekvaj8z {
  transform: rotate(-135deg);
}
#lang-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var( --color-accent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 10px;
  margin: 0;
  list-style: none;
  display: none;
  backdrop-filter: blur(4px);
  width: 100px;
}
#lang-menu li a {
  display: block;
  padding: 8px 14px;
  white-space: nowrap;
  color: var(--color-text);
  text-decoration: none;
  font-size: 15px;
}
#lang-menu li a:hover {
  background: rgba(255, 255, 255, 0.12);
}
.sa4selmn {
max-width:inherit;
text-align: center;
}
.xdamhk6k {
 flex-basis: 49%; 
}
.ayv0w3h6 {
 flex-basis: 32.3333%; 
}
.ievbwjgo { border: 1px dotted #55e239; padding: 9px 48px; margin: -5px; }
.t9ooqki0 {
 flex-basis: 24%; 
}
.qlvgnnxn {
 flex-basis: 19%; 
}
.g492y4nc {
 flex-basis: 15.6666%; 
}
.j5x5rmw4 {
 flex-basis: 13.2857%; 
}
.zwz915h5 {
    display: flex;
    align-content: center;
    align-items: center;
}
.d00mwg6q li {
margin-bottom:0px;
}
.nmdmqewk {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.nmdmqewk {
display:none;
}
}
.oqryn4re {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

        .oa84p7bp {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.xq9qrpuw {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.wexhutjg {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.ea3w4dmm {
            background-color: #00bcd4;
            color: #fff;
        }
.y0rnzz7d {
            background-color: #ff9800;
            color: #fff;
        }
.wexhutjg:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.vkdsn9fu { width: 80%; color: rgb(150, 145, 64); padding-right: 39px; padding-left: 6px; margin: 3px; }
/* slotpage end */

.mz7x2qxq ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.mz7x2qxq ul li {
    list-style: none;
    margin-left: 0;
}