: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; 
  }
.j4mp4i1f { margin: -14px; }
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 */

.zj3dcy1r { 
    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;
    
}
.bb8e9f2n {
    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%);

}
.wo32feca { 
    display: flex;
    justify-content: flex-start;
    gap:20px;
    align-items:center;
    width: 40%;
    padding: 10px 26px;
}
.dklzns6u {
    cursor: pointer;
 }
.p1u911b2 {
    border-radius: 30px;
    background-color: var(--bg-dark); 
    filter: brightness(140%);
    height: 32px;
    width: 100%;
    max-width: 200px;
    padding: 0 10px;
}
.p1u911b2 ul {
    display: flex;
    align-items:center;
    justify-content: space-around;
    margin: 0;
}
.p1u911b2 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;
}
.p1u911b2 ul li svg {
    margin-right: 5px;
}
.th59u223 {
    margin-left: auto;
    display: flex;
    align-items:center;
    justify-content: space-between;
    gap:10px;
    padding: 10px 16px;
 }
.l13utu0hje { width: 85%; margin: 1px; padding-left: 8px; }
.cfbz3xme {
    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
}
.cfbz3xme a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.xyea41nw {
    background-color: inherit;
    border-radius: 20px;
    border: 2px solid var(--color-light);
    height: 34px;
    padding: 5px 10px;
}
.xyea41nw a {
    color: var(--color-light);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.sw2wp6xk {
    background-color: var(--color-accent);
    border-radius: 20px;
    border:none;
    height: 34px;
    padding: 5px 10px;
}
.sw2wp6xk a {
    color: black;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
}
.dt40i0fw {
    display: none;
}
@media screen and (max-width: 768px){
    .cfbz3xme  {
       
    }
.xyea41nw {
display: none;

}
    .p1u911b2 {
        display: none;
    }
    .dklzns6u {
        display: none;
    }
    .dt40i0fw {
        display: block;
    }
    .th59u223 {
        width: 100%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 423px){

    .sw2wp6xk {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .sw2wp6xk a {
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }
   .cfbz3xme  {
       font-size: 10px;
    }
.xyea41nw {
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);
}
.jujsov33 {
    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; 
 }
@media (max-width: 1280px) {
   .jujsov33 {
    display: none;
   }
   aside {
    width: 0px;
  }
}
.jujsov33.aruxtqlj {
    display: none;
}
.zd64vbut {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px;
    cursor: pointer;
    
 }
.zgnqkb3y {
    border-radius: 20px 20px 0 0;
}
.zd64vbut:hover {
    background-color:var(--bg-dark);
    filter: contrast(80%);
    border-radius: 10px;
}
.k9epkyiw[open] {
    left: 0; 
}
.bt7565h7k9m { display: grid; padding: 36px 28px; color: rgb(154, 60, 22); margin: 17px; }
.bfto9gbn { 
    display: block;
    position: static;
    z-index: 902;
}
.k9epkyiw {
    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);
    
 }
.yqo2svvf {
    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;
 }
.j6ehva22 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap:5px;
    background-color:inherit;
    padding: 5px;
 }
.tiuwsir2 {
    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);
    
 }
.zj66d5cn {
    width: 40px;
 }
.fcejf38j {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap:5px;
}
.xaiq5ls0 {
    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;
}
.xaiq5ls0 p {
    font-size: 14px;
    font-weight: 500;
}
.lki0rxwa {
    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;
}
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;
    }
}
.jk5tk0nq {
    margin: 100px auto 10px;
    padding: 130px 30px; 
    width: 100%;
    max-width: 1368px; 
    height: 500px;
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
}
.fipcb6af { padding-left: 46px; border: 5px solid #557507; }
.yuvo45v2 {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
}
.pv8yjj6p {
    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;
 }
.glnyj31k {
    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;
}
.xa6f8ycj { 
    display: flex;
    justify-content: center;
    align-items:center;
}
.mf89t2ei {
    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;
}
.mf89t2ei:hover {
    transform: scale(1.2);
}
.mf89t2ei span {
    font-weight: 500;
    font-size: 10px;
}
.zgnqkb3y {
    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) {
    .jk5tk0nq {
        padding: 0 30px; 
        background-size:100%;
        background-position: center;
        width: 100%;
        height: 500px;
        background-position: top;
        align-items:center;
        padding: 20px;
    }
    .yuvo45v2 {
        padding: 0;
    }
    .glnyj31k {
        font-size: 50px;
    }
   
}
@media (max-width: 768px) {
    .jk5tk0nq {
        height: 500px;
        justify-content: center;
        align-items:center;
        padding: 20px;
        margin: 70px 0px 5px 0px;
    }
    .zgnqkb3y {
        /* top: 20px; */
        background-repeat:no-repeat;
    }
    .yuvo45v2 {
        padding: 10px;
        
    }
    .pv8yjj6p {
        font-size: 24px;
        font-weight: 900;
     }
    .glnyj31k {
        font-size: 22px;
     }
    strong { 
        font-size: 16px;
    }
}
@media (max-width: 468px) {
    .jk5tk0nq {
        height: 330px;
        margin: 70px 0px 5px 0px;
        align-items:flex-end;
        padding: 30px 30px 50px ;
    }
    .yuvo45v2 {
        padding: 0;

    }
}
main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* atr */
.mgeoyg53 {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    width: 100%;
    max-width: 1368px;
}
.uz7bvsod {
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px;
}
.l1t0mmpdwv { width: 79vw; padding-right: 24px; border: 4px dotted #381c45; }
.amc2q7df 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;
}
.amc2q7df {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-weight: 700;
    color:var(--color-light);
}
@media (max-width: 800px) {
    .mgeoyg53 {
        margin: 10px 0;
    } 
}
/* slot */

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

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

  width: 20px;
  height: 20px;

}

}
.a4m59ypj {
max-width:inherit;
text-align: center;
}
.ymflzxe4c { padding-left: 48px; margin: 17px; padding-right: 2px; }
.kzsty3yl:has(.y5rx5u4w) {
  grid-template-columns: repeat(4, 1fr);
}
.kzsty3yl:has(.an70u9rd) {
  grid-template-columns: repeat(5, 1fr);
}
.kzsty3yl:has(.lph9lozh) {
  grid-template-columns: repeat(6, 1fr);
}
.kzsty3yl:has(.qfbvc3oc) {
  grid-template-columns: repeat(7, 1fr);
}
.kzsty3yl:has(.y6hcbrcp) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .kzsty3yl {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .kzsty3yl {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .kzsty3yl {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .kzsty3yl {
    grid-template-columns: 1fr !important;
  }
}
.a4m59ypj:hover .uu9gbpzx {
  opacity: 1; 
}
.a4m59ypj:hover img {
  opacity: 0.3;
}
/* text */

.krwlm6t1 { 
    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;
}
.di140mtb {
    margin-top: 80px;
}
@media screen and (max-width: 1280px){
    .krwlm6t1.di140mtb {
        margin-top: 70px;
    }
}
.dr8c2v1p {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-bottom: 30px;
}
.lm934s6kwr4 { color: rgb(250, 80, 56); border: 4px solid #0a5a20; display: flex; padding-right: 1px; }
/* 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;
    
  }
@media (max-width: 1280px) {
    .e0eafggm {
      width: 100%;
    }
  }
@media (max-width: 1300px) {
    table {
        max-width: 100%;
        overflow-x: auto;
        display: block;
    }
}
.snrl58ur {
    padding: 20px 90px;
    font-size: 35px;
    margin: 30px;
}
@media screen and (max-width: 1280px) {
    .krwlm6t1 { 
        padding: 10px;
        width: 100%;
    }
}
/* faq  */
.psawmnay {
	margin-bottom: 1.875rem;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
}
.ehxzwf6d {
    width: 100%;
    max-width: 1440px;
    margin: 20px auto;
    padding: 10px;
}
.ehxzwf6d h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.zff7husx {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.we436emk {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
    padding: 0 1rem;
}
/* footer */

.to64oa3t {
    width: 100%;
    max-width: 1440px;
    padding-left: 70px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.bg1v9ghy {
    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;
}
.ts78zsca { display: flex; border: 2px dashed #6750e4; }
.a81kj91h {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: start; 
    margin-left: auto;
}
.a81kj91h a {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-light);
}
.xgnhr7qg p {
    color: var(--color-light);
    font-size: 14px;
    font-weight: 700;
}
.iwzxpbjw button {
    background-color:var(--bg-dark);
    border-radius: 50%;
    border:none;
    width: 30px;
    height: 30px;
}
.zjs3tsh0 {
    overflow: hidden;
    margin: 0px auto 10px;
    width: 100%;
    max-width: 1368px;
}
.codf6wae {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.n5cxof2q  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.n5cxof2q div {
    display: flex;
    align-items: center;
}
.n5cxof2q div p {
    margin: 0;
    font-size: 12px;
    color: var(--bg-dark);
    font-size: 14px;
    font-weight: 700;
}
.tkbvx65z {
    color: var(--color-light);
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 600;
}
.tkbvx65z a {
    color: var(--color-light);
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
.boc70ggwwa { color: rgb(136, 174, 119); margin: -16px; padding: 37px 31px; border: 2px dashed #b0c0ce; width: 87px; display: block; }
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){
    .to64oa3t {
        padding-left: 5px;
        width: 100%;
        margin: 0;
    }
    .bg1v9ghy {
        margin-top: 40px;
        gap: 20px;
    }
    .a81kj91h {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 200px);
        order:3;
       
    }
    .zjs3tsh0 {
        width: 100%;
    }
   
}
@media screen and (max-width: 470px){
    .to64oa3t {
        padding: 0 10px;
        width: 100%;
        margin: 0;
    }
    .bg1v9ghy {
        margin-top: 40px;
        gap: 20px;
    }
    .a81kj91h {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(2, 100px);
        order:3;
        margin-left: 10px;
       
    }
    .zjs3tsh0 {
        width: 100%;
    }
   
}
ol, ul, li {
    line-height: 1.5;
    margin: 20px 20px;
}
.e958u1tn {
  max-width: 1400px;
  margin: 0 auto;
}
.sjiblf4t {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
}
.p59cy25i {
  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;
}
.p59cy25i: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);
}
.p59cy25i:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .sjiblf4t {
    gap: 12px;
  }

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

}
}
@media (max-width: 480px) {
  .p59cy25i {
    flex: 1 1 calc(50% - 6px);
  }
}
.psawmnay {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.ehxzwf6d h2 {
	margin-bottom: 1.875rem;
	font-size: 1.875rem;
	font-weight: 700;
}
summary.zff7husx {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 1px solid var(--color-light);
    padding: 1rem;
}
.we436emk {
	margin-bottom: 1rem;
    font-size: 1.125rem;
	line-height: 2rem;
	border: 0px dotted var(--color-light);
    padding: 0 1rem;
}
img {
max-width: 100%;
}
.szfgboeya { display: flex; border: 4px solid #fb11db; margin: -10px; padding: 44px 23px; width: 73vw; }
.m7ublgmg {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.k0c8236s {
        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;
    }
.k0c8236s:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.k0c8236s:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .k0c8236s {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.dc4mhgoj {
width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.dc4mhgoj .b7ijjqy9 {
max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
}
.dc4mhgoj .gwkwm8h7 {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.dc4mhgoj .gwkwm8h7 .rurhlxmz  {
list-style:none;
margin: 0;
}
.dc4mhgoj .gwkwm8h7 .rurhlxmz 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;
}
.dc4mhgoj + section.jk5tk0nq {
margin-top:0px;
}
/* slotpage */

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


        }
.iqexdiwcis { width: 4vw; border: 1px dashed #29edf0; }
.fluipf2c {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.kktuirr8 {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.lkdzs6bi {
            background-color: #00bcd4;
            color: #fff;
        }
.wlbfnf90 {
            background-color: #ff9800;
            color: #fff;
        }
.kktuirr8:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.l4chcrg5 {
width: 100px;
height: auto;
min-height: 50px;
}
/* slotpage end */




.zjs3tsh0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.jdg9oxg3 a {
    color: var(--color-light);
    text-decoration: none;
    position: relative;
    transition: 0.3s ease;
}
.jdg9oxg3 a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.jdg9oxg3 a:hover {
    color: var(--color-accent);
}
.jdg9oxg3 a:hover::after {
    width: 100%;
}
.hot1dp3bg1 { padding: 35px 31px; border: 1px solid #cf8a9b; display: block; }
/* ===== Disclaimer ===== */

.wbyygife {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.a5il0ox3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.oakob3tt {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
/* Divider */

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

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

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

.n2g4oxvo {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}
.ae1lumx402 { color: rgb(118, 141, 53); margin: -5px; width: 58px; display: flex; padding: 23px 40px; border: 2px solid #5d7594; }
/* Copyright */

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

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

    .zeuomjnr {
        width: 100%;
    }

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

}
.i5ahyw4a {
display: flex;
justify-content: center;
gap:10px;

}