:root {
    --font-family: 'Montserrat',  sans-serif;
    --color-light:black;
    --bg-dark:#ffffff;
    --current-color:black;
    --color-accent: #b41200;
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);

  }
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
body {
    font-family: var(--font-family);
    background-color:var(--bg-dark);
    color: var(--color-light);
}
h1 {
    margin: 0 0 30px;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-light);
}
h2 {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
}
h3 {
    margin: 0 0 16px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: var(--color-light);
    font-weight: 700;
}
h4 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
}
td, th {
  white-space: normal; 
  word-wrap: break-word; 
}
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
p {
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
        margin: 10px 0 10px;
    }
    h3 {
      font-size: 20px;
      text-align: center;
    }
    h4 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
}
/* header */

.un3zjpmx { 
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-dark);
    box-shadow: 0 0 1px rgba(0,0,0,.32), 0 4px 8px rgba(0,0,0,.24);
    position: fixed;
    top:0;
    z-index: 800;
    
}
.ewwjje2v {
    margin-right: 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items:center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    background-color: var(--bg-dark); 
    filter: brightness(140%);

}
.v10q019o { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.qdk772brg { color: rgb(192, 102, 226); display: inline-block; border: 5px dashed #9c7634; width: 18%; padding: 25px 47px; margin: 5px; }
.vcosw79c {
    cursor: pointer;
 }
.vu4l7671 {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.vu4l7671 ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.vu4l7671 ul li {
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 12px;
    color:var(--color-light);
    font-weight: 600;
    height: 32px;
    cursor: pointer;
    margin: 0;
}
.vu4l7671 ul li svg {
    margin-right: 5px;
}
.kmcg5bse {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.gjwn8d85 {
    align-items: center;
    background: #5D7CE8;
    border-radius: 8px;
    border: none;
    box-shadow: 0 0 16px #433ca7,inset 0 1px 0 hsla(0,0%,100%,.4);
    cursor: pointer;
    display: flex;
    gap: 4px;
    height: 28px;
    padding: 2px 8px
}
.gjwn8d85 a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.blw0k91l {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.blw0k91l a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.lne6dgdt {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.lne6dgdt a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.l4sirv4c {
    display: none;
}
@media screen and (max-width: 768px){
    .gjwn8d85  {
       
    }
.blw0k91l {
display: none;

}
    .vu4l7671 {
        display: none;
    }
    .vcosw79c {
        display: none;
    }
    .l4sirv4c {
        display: block;
    }
    .kmcg5bse {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .lne6dgdt {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .lne6dgdt a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .gjwn8d85  {
       font-size: 10px;
    }
.blw0k91l {
display: none;

}
}
/* nav */
aside {
    width: 64px;
    height: auto;
    position: absolute;
    top:64px;
    left:0;
    z-index: 1000;
    background-color: var(--bg-dark);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
}
.qexbjncs {
    position: fixed;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    width: 64px;
    height: 100%;
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    top: 64px;
    left: 0;
    z-index: 1000; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.5s ease; 
 }
.i2883g07hxc { border: 4px dotted #8653a5; width: 69vw; color: rgb(70, 33, 116); }
@media (max-width: 1280px) {
   .qexbjncs {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.qexbjncs.f2rosqty {
    display: none;
}
.z3lp4pep {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.jsz4dtnd {
    border-radius: 20px 20px 0 0;
}
.z3lp4pep:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.s237enzs[open] {
    left: 0; 
}
.dhuzccn2 { 
    display: block;
    position: static;
    z-index: 902;
}
.s237enzs {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%; 
    transition:  0.2s; 
    position: fixed;
    top: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 903;
    background-color: rgba(22, 22, 23, 0.5); 
    backdrop-filter: blur(10px);
    
 }
.tc2mbb78 {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
    gap:10px;
    padding: 10px;
    width: 330px;
    height: 100%;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    box-shadow: 8px 0 5px -5px rgba(0,0,0,.32), 8px 0 10px -5px rgba(0,0,0,.24);
    z-index: 900;
 }
.x7w47c8r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.kaysxnx5 {
    width: 100%;
    max-width: 146px;
    height: 48px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
    border:none;
    border-radius:8px;
    padding: 4px;
    cursor: pointer;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    gap: 8px;
    font-weight: 600;
    font-size: 10px;
    color:var(--color-light);
    
 }
.v8sihqaq {
    width: 40px;
 }
.vp1woftg {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.aouhaif4 {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    gap:8px;
    background-color: var(--bg-dark); 
    filter: brightness(60%);
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
}
.aouhaif4 p {
    font-size: 14px;
    font-weight: 500;
}
.ra5b8mj6 {
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: var(--color-accent);
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600px;
    color:var(--bg-dark);
    gap: 9px;
    border-radius: 20px;
    padding: 11px 17px;
    margin-top: 20px;
font-weight: 700;
}
.r4hzrrls5va { border: 3px solid #4bca0f; margin: 6px; width: 59vw; color: rgb(32, 141, 198); display: block; padding: 12px 45px; }
main {
   width: 100%;
   max-width: 1440px;
   padding-left: 70px;
   margin: 0 auto;
   overflow: hidden;
}
@media screen and (max-width: 1280px){
    main {
        padding: 0;
        margin: 0;
    }
}
.zldnubs0 {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.husvedd1 {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.mabriehp {
    font-size: 30px;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
     max-width: 60%;
line-height: 1.2;
    margin: 20px auto;
 }
.i6zwswwj {
    font-size: 26px;
    color: var(--color-light);
    font-weight: 700;
    text-align: center;
 }
strong { 
    margin-bottom: 24px;
    line-height: 1.4;
    color: var(--color-accent);
    font-weight: 700;
    text-align: center;
}
.s3a55kyh { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.y58mqx8p {
    padding: 10px 40px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    background-color:var(--color-accent);
    border:none;
    border-radius: 40px;
    color: black;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s ease;
}
.y58mqx8p:hover {
    transform: scale(1.2);
}
.y58mqx8p span {
    font-weight: 500;
    font-size: 10px;
}
.jsz4dtnd {
    position: absolute;
    top:-10px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100%;
    max-width: 1360px;
    height: auto;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
@media (max-width: 1280px) {
    .zldnubs0 {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .husvedd1 {
        padding: 0;
    }
    .i6zwswwj {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .zldnubs0 {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .jsz4dtnd {
        /* top: 20px; */
        background-repeat:no-repeat;
    }
    .husvedd1 {
        padding: 10px;
        
    }
    .mabriehp {
        font-size: 24px;
        font-weight: 900;
     }
    .i6zwswwj {
        font-size: 22px;
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .zldnubs0 {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 30px 30px 50px ;
    }
    .husvedd1 {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* atr */
.i9rpzbap {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.zqs72q2v {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.ud47636b span  {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    gap:5px;
    font-size: 10px;
    color: var(--color-light);
    margin-bottom: 8px;
    font-weight: 700;
}
.ceupy0lmj5 { display: flex; color: rgb(160, 87, 141); padding: 22px 5px; }
.ud47636b {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .i9rpzbap {
        margin: 10px 0;
    } 
}
/* slot */

.jzv7k6s6 {
  width: 100%;
  margin-bottom: 40px;
}
.j74d06oy {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.j74d06oy h2 {
  color: var(--color-accent);
}
.rzcse1ia {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .rzcse1ia {
    justify-content: center;
  }
}
.mxahcut5 {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.mxahcut5 img {

  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.mxahcut5 .vfaetxy3 {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 30px;
  height: 30px;
  opacity: 0;
}
@media (max-width: 768px){
.mxahcut5 .vfaetxy3 {

  width: 20px;
  height: 20px;

}

}
.mxahcut5 {
max-width:inherit;
text-align: center;
}
.rzcse1ia:has(.hn3bh9mj) {
  grid-template-columns: repeat(4, 1fr);
}
.rzcse1ia:has(.sadt1xnn) {
  grid-template-columns: repeat(5, 1fr);
}
.rzcse1ia:has(.zp5ittg2) {
  grid-template-columns: repeat(6, 1fr);
}
.qu9pxm03 { display: none; margin: 18px; width: 36px; padding: 42px 28px; }
.rzcse1ia:has(.qyw1ir78) {
  grid-template-columns: repeat(7, 1fr);
}
.rzcse1ia:has(.g7q47z9x) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .rzcse1ia {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .rzcse1ia {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .rzcse1ia {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .rzcse1ia {
    grid-template-columns: 1fr !important;
  }
}
.mxahcut5:hover .vfaetxy3 {
  opacity: 1; 
}
.mxahcut5:hover img {
  opacity: 0.3;
}
/* text */

.cc6nm1mj { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
    padding: 40px 40px 40px 40px;
    background-color:var(--bg-dark);
    filter: contrast(110%);
    border-radius: 20px;
}
.wpllu4e1 {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .cc6nm1mj.wpllu4e1 {
        margin-top: 70px;
    }
}
.icno4z99 {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
}
/* table */

  
  table {
    width: 100%; 
    border-collapse: separate;
    border-spacing: 5px 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-light);
    width: 100%; 
    border-spacing: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
   
  }
td {
    border: 1px double var(--color-light);
    padding: 10px; 
  }
tr {
    background-color: rgba(117, 117, 117, 0.164);
    
  }
th {
    padding: 10px;
 
    font-size: 20px;
    font-weight: 700;
    
  }
.ewhv76tggwvc { width: 76vw; margin: -15px; padding-left: 24px; display: grid; padding-right: 42px; color: rgb(251, 247, 64); }
@media (max-width: 1280px) {
    .leh27hy6 {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.l0fd68jq {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .cc6nm1mj { 
        padding: 10px;
        width: 100%;
    }
}
/* faq  */
.z99ykiml {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.syi4ejx9 {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.syi4ejx9 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.cwbrpun7 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.ft9ho31x {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
/* footer */

.nl5giuah {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.b5r34aui {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:40px;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.u13ztb6d {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.u13ztb6d a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.fflxi38y p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.if1kz1vj button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.ev6g98wp {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.ciym6ask {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.lfusbj09o9b3 { width: 1px; padding-right: 50px; color: rgb(238, 71, 60); padding-left: 20px; margin: 3px; }
.e12nodfh  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.e12nodfh div {
    display: flex;
    align-items: center;
}
.e12nodfh div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.ag8c8g87 {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.ag8c8g87 a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
hr {
    width: 100%;
    border: none; 
    height: 1px; 
    background-color: var(--color-light); 
    margin-top: 20px; 
    margin-bottom: 20px; 
    opacity: 0.1;
}
@media screen and (max-width: 1280px){
    .nl5giuah {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .b5r34aui {
        margin-top: 40px;
        gap: 20px;
    }
    .u13ztb6d {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .ev6g98wp {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .nl5giuah {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .b5r34aui {
        margin-top: 40px;
        gap: 20px;
    }
    .u13ztb6d {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .ev6g98wp {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.o5klmyqs {
  max-width: 1400px;
  margin: 0 auto;
}
.w5fa5a3e {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.ukgxeusx {
  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;
}
.ukgxeusx: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);
}
.ukgxeusx:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .w5fa5a3e {
    gap: 12px;
  }

  .ukgxeusx {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
.l0fd68jq {
padding: 10px;
font-size: 16px;

}
}
@media (max-width: 480px) {
  .ukgxeusx {
    flex: 1 1 calc(50% - 6px);
  }
}
.z99ykiml {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.syi4ejx9 h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
.acvofz4trjj5 { margin: -19px; display: flex; border: 5px dotted #26fc12; width: 17%; padding: 7px 19px; }
summary.cwbrpun7 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.ft9ho31x {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;
}
.wv5pdjo6 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.wz7vly24 {
        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;
    }
.wz7vly24:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.wz7vly24:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .wz7vly24 {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.ykutyljm {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ykutyljm .wb7i9do0 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ykutyljm .s7nrawb0 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ykutyljm .s7nrawb0 .fcp1phvq  {
list-style:none;
margin: 0;
}
.ykutyljm .s7nrawb0 .fcp1phvq a {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    padding: 3px 10px;
    line-height: normal;
    white-space: nowrap;
    border: 1px solid var(--color-accent);
    color: var(--color-light);
    border-radius: 15px;
}
.ykutyljm + section.zldnubs0 {
margin-top:0px;
}
/* slotpage */

        .pphdqrsd {
          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;


        }
.xllavous {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.viidazlfj { padding-right: 22px; padding-left: 8px; }
.cxwti20k {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.wt8870n0 {
            background-color: #00bcd4;
            color: #fff;
        }
.wfm4o3hn {
            background-color: #ff9800;
            color: #fff;
        }
.cxwti20k:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.nvd3r8bp {
width: 100px;
height: auto;
min-height: 50px;
}
/* slotpage end */




.ev6g98wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.sc3nyozn a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.sc3nyozn a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.sc3nyozn a:hover {
    color: var(--color-accent);
}
.sc3nyozn a:hover::after {
    width: 100%;
}
/* ===== Disclaimer ===== */

.eybm0scz {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.azstlayd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.bzzbvap6t4u { width: 28%; color: rgb(107, 116, 159); padding: 5px 30px; border: 3px dashed #fd8ae2; display: none; }
.ayqwpd9f {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

.twjwizn0 {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 28px auto;
    width: 80%;
}
/* Help links */

.xyprvo31 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.apvpzvk3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.xyprvo31 a {
    color: var(--color-light);
    text-decoration: none;
    transition: 0.3s ease;
}
.xyprvo31 a:hover {
    color: var(--color-accent);
}
.t6xuuedq {
    opacity: 0.4;
}
/* Payment / RG icons */

.e51ubpmp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.e51ubpmp img {
    height: 32px;
    opacity: 0.7;
    transition: 0.3s ease;
}
.e51ubpmp img:hover {
    opacity: 1;
    transform: translateY(-3px);
}
/* Affiliate text */

.ewh85bgx {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
/* Copyright */

.ag8c8g87 {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}
/* Mobile */

@media (max-width: 768px) {
    .ev6g98wp {
        flex-direction: column;
        gap: 12px;
    }

    .twjwizn0 {
        width: 100%;
    }

    .e51ubpmp img {
        height: 26px;
    }
}
.dp9f6vnr {
    background: linear-gradient(
        to bottom,
        #111 0%,
        var(--bg-dark) 40%
    );
}
.zcouyhyd {
display: flex;
justify-content: center;

}
.x3oxnbxq { margin: 9px; border: 2px dashed #b8fbd0; display: none; padding-right: 45px; width: 26%; }
.j0wbtfj4 {
display: flex;
justify-content: center;
gap:10px;

}