/* --- 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(.x0ys3ofl) {
  transform: scale(1.1);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.w7okipb2 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.v3ep9adz {

}
.wamrxbvj {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.jyfpfgfgkk { color: rgb(228, 108, 213); width: 20px; margin: -15px; padding: 26px 50px; }
.q70v4y6w {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}
/* --- Buttons --- */
.onh6eup2 {
  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;
}
.onh6eup2:hover {
  transform: translateY(-3px) scale(1.2);
}
.bv90sxav {
  background: var(--color-accent);
  box-shadow: 0 4px 15px var(--color-accent);
  font-size: 1.1rem;
  padding: 1rem 2rem;
}
.sxq9qa4o {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
/* --- Header --- */
.sxjgrl5r {
  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);
}
.pfpac2ue {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x0ys3ofl {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
}
.nxvkyek2 {
  display: none;
  /* Hidden on mobile */
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.e2vv9a1q {
  color: var(--color-accent);
}
.k6qyv290sps6 { border: 1px dashed #73f868; display: flex; color: rgb(66, 73, 108); margin: -13px; padding: 38px 41px; width: 16px; }
.tevxw20v {
  font-size: 0.9rem;
}
/* --- Hero Section --- */
.tjn2jn6l {
  padding: 4rem 0;
  text-align: center;
}
.rvrg08ys {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.nr3cjw32 {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.b72y2lkl {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.jlp56uha {
  width: 100%;
}
/* .qwi7nxkb {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
*/

/* --- About Section --- */
.gpk8zmiw {
  background-color: var(--bg-dark);
}
.k6mm6vel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.v6rr12mc {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}
/* --- Bonus Section --- */
.fa8ry6x1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.yda5ekch6cnn { width: 100vw; }
.uq5ficmt {
  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);
}
.y7vt070i {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.ydmbgcfr {
  margin-bottom: 0.5rem;
}
.ij7x158u {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}
/* --- How-to Section --- */
.zzmx63bh {
  background-color: var(--bg-dark);
}
.cblmdl9t {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.xhasdgdy {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.xhasdgdy 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) --- */
.wxr4yxje,
.kghssetf {
  overflow-x: auto;
}
.aepnvn2q {
  position: relative;
}
.bhaaf2uj,
.rxf883rf {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.bhaaf2uj th,
.bhaaf2uj td,
.rxf883rf th,
.rxf883rf td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bhaaf2uj th,
.rxf883rf th {
  background-color: var(--bg-dark);
  font-weight: 700;
}
/* --- Games Section --- */
.kxx0102m {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.xq4k3tu4evs { margin: -7px; padding: 38px 10px; }
.wmf0cne9 {
  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;
}
.wmf0cne9:hover {
  transform: translateY(-5px);
}
.uj1d5rwk {
  padding: 1rem;
}
.mjp9s2gr {
  margin-bottom: 0.25rem;
}
.nsjz7uwk {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.r1hts6v3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jhz536t3 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.aqmba42r {
  font-weight: 700;
  color: var(--color-accent);
}
/* --- Live Casino (Accordion) --- */
.b9l2cemo {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.l91z6q0c {
  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;
}
.l91z6q0c::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.onq33pcz::after {
  transform: rotate(45deg);
}
.b82l2ohp {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.b82l2ohp p {
  margin: 0 0 1rem 0;
}
/* --- Sports Section --- */
.jywcq31p {
  background-color: var(--bg-dark);
}
.h2h367q0 { margin: -9px; }
.bke7z8rb {
  text-align: center;
  margin-bottom: 1.5rem;
}
.tt88aaug {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.tt88aaug li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}
/* --- Payments Section --- */
.bmmgj4v5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.vu485bzk {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.vu485bzk:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* --- Reasons Section --- */
.dxoqr86r {
  background-color: var(--bg-dark);
}
.l5k37jvb {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.ky17sxgz {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.laa9d8r5 {
  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);
}
.u6c7uojr {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
/* --- Footer --- */
.m0ux80xq {
  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;
}
.m0ux80xq p {
  margin: 0;
}
.jtt69y8cq6n { padding-right: 19px; padding-left: 18px; }
/* --- Promo Block --- */
.ras7ejto {
  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);
}
.qa3zjkd2 {
  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;
}
.hifxjt10 {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.qklaue41 {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.zbfuvohq {
  background-color: var(--color-text);
  color: var(--color-accent);
}
/* --- Exit Intent Popup --- */
.bp2p5yq8 {
  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;
}
.lnn68c8o {
  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] .lnn68c8o {
  transform: scale(1);
}
.nx6cbuvr4a { color: rgb(32, 246, 69); width: 73px; display: block; }
.cy4rrpy5 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.yo3irugw {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.zq6nlprs {
  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;
  }

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

  .e2vv9a1q {
    font-weight: 700;
  }

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

  .x1smru4a {
    flex: 1;
  }

  .jlp56uha {
    flex: 1;
  }

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

  .fa8ry6x1 {
    flex-direction: row;
  }

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

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

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

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

  .ky17sxgz {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
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);
}
.s1cg1t0f {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.goxzpyeg{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.s9n91mkj {
  position: relative;
}
@media (max-width: 1087px) {
  .goxzpyeg {
    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;
}
.rsrfl1ygo5 { color: rgb(141, 220, 69); margin: -2px; border: 3px solid #f1a78c; padding: 42px 26px; }
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);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .jiz9seic {
    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;
}
.kgq9if9x {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.kgq9if9x h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.x5jz888r {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qlh2tuyxp { padding: 26px 46px; color: rgb(210, 118, 194); border: 2px dotted #c7b960; }
.x5jz888r li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.kjumopm9 {
  font-weight: bold;
  color: var(--color-accent);
}
.tkep5fgn {
  max-width: 1400px;
  margin: 0 auto;
}
.cmrxfynd {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 1024px) {
.cmrxfynd {
 justify-content: center;
}
}
.kxixkn07 {
  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;
}
.kxixkn07: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);
}
.kxixkn07:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .cmrxfynd {
    gap: 12px;
  }

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

  max-width: 220px;
  height: auto;
  margin: 0 auto !important;
  border-radius: 10px;
}
.rf7nt1ao .h2j7h77t {
  position: absolute;
  top: 35%;
  left: 40%;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.rf7nt1ao:hover .h2j7h77t {
  opacity: 1; 
}
.rf7nt1ao:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.u43sgt8a p {
  color: var(--color-accent);
  font-weight: 600;
}
.sedtr384 {
  border-bottom: 2px solid #e8eaf6;
}
.sedtr384:last-child {
  border-bottom: none;
}
.nqbi7zu73qb { border: 1px dotted #4a02c4; width: 15vw; display: inline-block; padding: 24px 14px; margin: 10px; }
.cb9q5hmg {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.cb9q5hmg::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.cb9q5hmg::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.sedtr384[open] .cb9q5hmg::after {
  transform: translateY(-50%) rotate(45deg);
}
.v7ymfpwt {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.ag9qbre8 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.dzkldgb6 {
        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;
    }
.dzkldgb6:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.dzkldgb6:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .dzkldgb6 {
            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;
}
.itp5gt5ii { border: 3px dotted #097fcf; }
.hh6v0oii {
  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] .hh6v0oii {
  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);
}
.rf7nt1ao {
max-width:inherit;
text-align: center;
}
.f0au870q {
 flex-basis: 49%; 
}
.yergaezt {
 flex-basis: 32.3333%; 
}
.cmcf29w7 {
 flex-basis: 24%; 
}
.nm9k81pe {
 flex-basis: 19%; 
}
.olg3b0cx {
 flex-basis: 15.6666%; 
}
.dw85esss {
 flex-basis: 13.2857%; 
}
.hvc5x7yo {
    display: flex;
    align-content: center;
    align-items: center;
}
.nxvkyek2 li {
margin-bottom:0px;
}
.ffq6w5x6o682 { border: 2px dashed #c969d8; width: 65vw; margin: -3px; padding: 34px 14px; }
.wid9r6dt {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.wid9r6dt {
display:none;
}
}
.vje1v3uq {
display: flex;
    justify-content: center;
    gap: 20px;
}
/* slotpage */

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


        }
.naqtwfwq {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.ra0bqz8u {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.df6em1wk {
            background-color: #00bcd4;
            color: #fff;
        }
.lru03das {
            background-color: #ff9800;
            color: #fff;
        }
.ra0bqz8u:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }