/* deploy-css-d94e33a7ddc1 */

:root{
  --st-primary:#0073e6;
  --st-primary-dark:#004a94;
  --st-secondary:#f2f2f2;
  --st-accent:#ffcc00;
  --st-ink:#0b1b2b;
  --st-muted:#5c6b7a;
  --st-surface:#ffffff;
  --st-glass-bg:rgba(255,255,255,0.14);
  --st-glass-border:rgba(255,255,255,0.35);
  --st-header-h:74px;
  --st-mobile-cta-h:70px;
  --st-font-head:'Plus Jakarta Sans',sans-serif;
  --st-font-body:'Inter',sans-serif;
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--st-font-body);
  color:var(--st-ink);
  background:var(--st-secondary);
  line-height:1.6;
  padding-top:var(--st-header-h);
  padding-bottom:calc(var(--st-mobile-cta-h) + env(safe-area-inset-bottom));
  overflow-x:hidden;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3{font-family:var(--st-font-head);margin:0 0 .5em;line-height:1.2}
p{margin:0 0 .75em}
.st-section-inner{
  max-width:var(--st-ds-measure);
  margin:0 auto;
  padding:var(--st-ds-sec-y) var(--st-ds-pad);
}
.st-section-heading{
  font-size:clamp(1.5rem,4vw,2.1rem);
  color:var(--st-primary-dark);
  margin-bottom:.5em;
}
.st-section-text{
  max-width:70ch;
  color:var(--st-muted);
}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms !important;transition-duration:.001ms !important}
}

.st-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.65rem 1.5rem;
  border-radius:var(--st-ds-radius-btn);
  font-family:var(--st-font-head);
  font-weight:700;
  font-size:.95rem;
  border:var(--st-ds-border);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  white-space:nowrap;
}
.st-btn-primary{
  background:linear-gradient(135deg,var(--st-accent),#ffd94d);
  color:var(--st-ink);
  box-shadow:var(--st-ds-shadow);
}
.st-btn-primary:hover{transform:translateY(-2px)}
.st-btn-ghost{
  background:rgba(255,255,255,0.08);
  color:var(--st-surface);
  border:1px solid rgba(255,255,255,.55);
}
.st-btn-ghost:hover{background:rgba(255,255,255,0.2)}
.st-btn-lg{padding:.85rem 2rem;font-size:1.05rem}

.st-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:900;
  height:var(--st-header-h);
  background:linear-gradient(120deg,var(--st-primary-dark),var(--st-primary) 60%,#0090ff);
  box-shadow:0 4px 20px rgba(0,40,90,.25);
  transition:background .25s ease, box-shadow .25s ease;
}
.st-header.is-scrolled{
  box-shadow:0 8px 28px rgba(0,20,50,.35);
  background:linear-gradient(120deg,#012a52,var(--st-primary-dark) 70%);
}
.st-header-inner{
  max-width:var(--st-ds-measure);
  margin:0 auto;
  height:var(--st-header-h);
  padding:0 var(--st-ds-pad);
  display:flex;
  align-items:center;
  gap:1rem;
}
.st-brand{flex:0 0 auto;display:flex;align-items:center}
.st-logo{height:40px;width:auto}
.st-nav{flex:1 1 auto;display:flex;justify-content:center}
.st-nav-list{display:flex;gap:1.5rem;align-items:center}
.st-nav-list a{
  color:#eaf4ff;
  font-family:var(--st-font-head);
  font-weight:600;
  font-size:.95rem;
  padding:.4rem .2rem;
  position:relative;
}
.st-nav-list a::after{
  content:"";
  position:absolute;
  left:0;bottom:-4px;
  height:2px;width:0;
  background:var(--st-accent);
  transition:width .2s ease;
}
.st-nav-list a:hover::after,.st-nav-link.is-current::after{width:100%}
.st-nav-link.is-current{color:var(--st-accent)}
.st-auth-cluster{flex:0 0 auto;display:flex;gap:.75rem;align-items:center}
.st-hamburger{display:none}

.st-mobile-menu{
  display:none;
  background:linear-gradient(160deg,var(--st-primary-dark),var(--st-primary));
  padding:1rem var(--st-ds-pad) 1.5rem;
}
.st-mobile-menu.is-open{
  display:grid;
  gap:.5rem;
  position:fixed;
  top:var(--st-header-h);
  left:0;right:0;
  z-index:899;
  max-height:calc(100vh - var(--st-header-h));
  overflow-y:auto;
  box-shadow:0 12px 30px rgba(0,0,0,.3);
}
.st-mobile-menu li a{
  display:flex;
  align-items:center;
  min-height:44px;
  color:#eaf4ff;
  font-weight:600;
  padding:.4rem .3rem;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.st-mobile-menu li a.st-btn{
  border-bottom:none;
  margin-top:.4rem;
  justify-content:center;
}

.st-hamburger{
  flex:0 0 auto;
  width:44px;height:44px;
  background:transparent;
  border:none;
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  cursor:pointer;
}
.st-hamburger-bar{
  width:24px;height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .25s ease,opacity .25s ease;
}
.st-menu-toggle.is-active .st-hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.st-menu-toggle.is-active .st-hamburger-bar:nth-child(2){opacity:0}
.st-menu-toggle.is-active .st-hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.st-hero{
  position:relative;
  background:radial-gradient(circle at 20% 20%,rgba(0,150,255,.5),transparent 60%),
             linear-gradient(160deg,var(--st-primary-dark) 0%,var(--st-primary) 55%,#012a52 100%);
  overflow:hidden;
  padding:var(--st-ds-sec-y) 0;
}
.st-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 70%,rgba(255,204,0,.25),transparent 55%);
  pointer-events:none;
}
.st-hero-inner{
  position:relative;
  max-width:var(--st-ds-measure);
  margin:0 auto;
  padding:0 var(--st-ds-pad);
  display:grid;
  gap:2rem;
}
.st-hero-content{color:#fff}
.st-hero-title{
  font-size:clamp(2rem,6vw,3.2rem);
  color:#fff;
  margin-bottom:.4em;
}
.st-hero-subtitle{
  color:rgba(255,255,255,.88);
  max-width:60ch;
  font-size:clamp(1rem,2.2vw,1.15rem);
}
.st-hero-media{
  background:var(--st-glass-bg);
  border:1px solid var(--st-glass-border);
  border-radius:var(--st-ds-radius-lg);
  backdrop-filter:blur(14px);
  box-shadow:var(--st-ds-shadow);
  padding:.75rem;
  min-height:200px;
  display:flex;
}
.st-hero-slider{
  display:flex;
  gap:.75rem;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  width:100%;
  border-radius:var(--st-ds-radius);
}
.st-hero-slide{
  flex:0 0 100%;
  scroll-snap-align:start;
  border-radius:var(--st-ds-radius);
  overflow:hidden;
}
.st-hero-slide img{
  width:100%;height:100%;
  object-fit:cover;
  border-radius:var(--st-ds-radius);
  aspect-ratio:16/10;
}

.st-facts{background:var(--st-secondary)}
.st-facts-table-wrap{
  background:var(--st-surface);
  border-left:6px solid var(--st-accent);
  border-radius:var(--st-ds-radius);
  box-shadow:var(--st-ds-shadow);
  padding:1rem var(--st-ds-pad);
  overflow:hidden;
}
.st-facts-table{width:100%;border-collapse:collapse;display:block}
.st-facts-table tbody{display:block}
.st-facts-table tr{
  display:grid;
  grid-template-columns:1fr;
  gap:.15rem;
  padding:.9rem 0;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.st-facts-table tr:last-child{border-bottom:none}
.st-facts-table th,.st-facts-table td{
  display:block;
  text-align:left;
  padding:0;
  border:none;
  font-weight:400;
}
.st-facts-table th{
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--st-muted);
  font-family:var(--st-font-head);
}
.st-facts-table td{
  font-size:1.05rem;
  font-weight:700;
  color:var(--st-ink);
}

.st-responsible{background:var(--st-surface)}
.st-responsible-points{
  display:grid;
  gap:.75rem;
  margin-top:1rem;
}
.st-responsible-points li{
  background:var(--st-secondary);
  border-radius:var(--st-ds-radius-sm);
  padding:.9rem 1.1rem;
  border-left:4px solid var(--st-primary);
  color:var(--st-ink);
}

.st-games{background:var(--st-secondary)}
.st-games-points{
  display:grid;
  gap:.6rem;
  margin:1rem 0 1.5rem;
}
.st-games-points li{
  background:var(--st-surface);
  border-radius:var(--st-ds-radius-sm);
  padding:.7rem 1rem;
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}
.st-games-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1rem;
}
.st-game-card{
  position:relative;
  display:block;
  border-radius:var(--st-ds-radius);
  overflow:hidden;
  box-shadow:var(--st-ds-shadow);
  background:var(--st-surface);
  transition:transform .2s ease;
}
.st-game-card:hover{transform:translateY(-4px)}
.st-game-img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  display:block;
}
.st-game-card::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:55%;
  background:linear-gradient(to top,rgba(0,10,30,.85),transparent);
  pointer-events:none;
}
.st-game-name{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:.6rem .7rem;
  color:#fff;
  font-family:var(--st-font-head);
  font-weight:700;
  font-size:.85rem;
  line-height:1.25;
  z-index:1;
  display:block;
}

.st-registration{background:var(--st-surface)}
.st-reg-steps{
  display:grid;
  gap:1rem;
  margin:1rem 0 1.5rem;
  counter-reset:step;
}
.st-reg-steps li{
  counter-increment:step;
  position:relative;
  padding:1rem 1.2rem 1rem 3.2rem;
  background:var(--st-secondary);
  border-radius:var(--st-ds-radius-sm);
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}
.st-reg-steps li::before{
  content:counter(step);
  position:absolute;
  left:.8rem;top:50%;
  transform:translateY(-50%);
  width:28px;height:28px;
  border-radius:50%;
  background:var(--st-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:.85rem;
}

.st-bonus{background:var(--st-secondary)}
.st-bonus-list{
  display:grid;
  gap:.75rem;
  margin:1rem 0 1.5rem;
}
.st-bonus-list li{
  background:var(--st-surface);
  border-radius:var(--st-ds-radius-sm);
  padding:.9rem 1.1rem;
  border-left:4px solid var(--st-accent);
  box-shadow:0 4px 14px rgba(0,0,0,.06);
}

.st-about{background:var(--st-surface)}

.st-payments{background:var(--st-secondary)}
.st-payments-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.75rem;
  margin-top:1rem;
}
.st-payment-logo{
  max-height:30px;
  width:auto;
  object-fit:contain;
  background:var(--st-surface);
  padding:.5rem .9rem;
  border-radius:var(--st-ds-radius-sm);
  box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.st-faq{background:var(--st-surface)}
.st-faq-list{display:grid;gap:.75rem;margin-top:1rem}
.st-faq-item{
  background:var(--st-secondary);
  border-radius:var(--st-ds-radius-sm);
  padding:.2rem 1.1rem;
  box-shadow:0 4px 14px rgba(0,0,0,.05);
}
.st-faq-q{
  cursor:pointer;
  list-style:none;
  padding:.9rem 1.6rem .9rem 0;
  font-family:var(--st-font-head);
  font-weight:700;
  color:var(--st-ink);
  position:relative;
  min-height:44px;
  display:flex;
  align-items:center;
}
.st-faq-q::-webkit-details-marker{display:none}
.st-faq-q::after{
  content:"+";
  position:absolute;
  right:0;top:50%;
  transform:translateY(-50%);
  font-size:1.3rem;
  color:var(--st-primary);
  transition:transform .2s ease;
}
details[open] .st-faq-q::after{transform:translateY(-50%) rotate(45deg)}
.st-faq-a{
  padding:0 0 1rem;
  color:var(--st-muted);
  max-width:70ch;
}

.st-footer{
  background:linear-gradient(160deg,var(--st-primary-dark),#012a52);
  color:#eaf4ff;
  margin-top:2rem;
}
.st-footer-inner{
  max-width:var(--st-ds-measure);
  margin:0 auto;
  padding:2rem var(--st-ds-pad) 1rem;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.st-footer-brand{display:flex;flex-direction:column;gap:.5rem}
.st-footer-logo{height:36px;width:auto;filter:brightness(0) invert(1)}
.st-footer-text{color:rgba(255,255,255,.75);font-size:.9rem;max-width:60ch}
.st-footer-nav ul,.st-footer-responsible{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}
.st-footer-nav ul li a{
  color:#eaf4ff;
  font-weight:600;
  font-size:.9rem;
  min-height:44px;
  display:flex;
  align-items:center;
}
.st-footer-heading{
  font-size:.85rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--st-accent);
  margin-bottom:.4em;
}
.st-footer-disclaimer{color:rgba(255,255,255,.7);font-size:.85rem;max-width:60ch}
.st-footer-payments{
  max-width:var(--st-ds-measure);
  margin:0 auto;
  padding:1.25rem var(--st-ds-pad);
  text-align:center;
}
.st-payments-footer-heading{
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:rgba(255,255,255,.6);
  margin-bottom:.75rem;
}
.st-footer-payments .st-payments-row .st-payment-logo{
  background:rgba(255,255,255,.08);
  box-shadow:none;
}
.st-footer-bottom{
  text-align:center;
  padding:1rem var(--st-ds-pad) calc(1rem + env(safe-area-inset-bottom));
  font-size:.8rem;
  color:rgba(255,255,255,.55);
}

.st-mobile-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:950;
  display:flex;
  gap:.6rem;
  padding:.6rem var(--st-ds-pad);
  padding-bottom:calc(.6rem + env(safe-area-inset-bottom));
  background:linear-gradient(120deg,var(--st-primary-dark),var(--st-primary));
  box-shadow:0 -6px 20px rgba(0,0,0,.25);
}
.st-mobile-cta .st-btn{flex:1 1 50%}

.st-back-to-top{
  position:fixed;
  right:1rem;
  bottom:calc(var(--st-mobile-cta-h) + 1rem + env(safe-area-inset-bottom));
  z-index:960;
  width:46px;height:46px;
  border-radius:50%;
  border:none;
  background:var(--st-accent);
  color:var(--st-ink);
  font-size:1.2rem;
  box-shadow:var(--st-ds-shadow);
  cursor:pointer;
}
.st-back-to-top.is-hidden{display:none}

.st-cookie-banner{
  position:fixed;
  left:.75rem;right:.75rem;
  bottom:calc(var(--st-mobile-cta-h) + .75rem + env(safe-area-inset-bottom));
  z-index:940;
  background:var(--st-surface);
  border-radius:var(--st-ds-radius-sm);
  box-shadow:var(--st-ds-shadow);
  padding:1rem 1.2rem;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
  justify-content:space-between;
}
.st-cookie-banner.is-hidden{display:none}

@media (min-width:600px){
  .st-games-grid{grid-template-columns:repeat(3,1fr)}
}

@media (min-width:768px){
  :root{--st-header-h:84px}
  .st-hero-inner{grid-template-columns:1.1fr 1fr;align-items:center}
  .st-facts-table tr{grid-template-columns:33% 1fr;align-items:center;padding:1.1rem 0}
  .st-facts-table th{font-size:.8rem}
  .st-facts-table td{font-size:1.15rem}
  .st-footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}
  .st-footer-nav ul{gap:1.5rem}
}

@media (min-width:900px){
  .st-games-grid{grid-template-columns:repeat(4,1fr)}
}

@media (min-width:1100px){
  .st-games-grid--cols-6{grid-template-columns:repeat(6,1fr)}
}

@media (min-width:900px){
  body{padding-bottom:0}
  .st-mobile-cta{display:none}
  .st-hamburger{display:none}
  .st-mobile-menu{display:none !important}
  .st-nav-list a{color:#eaf4ff}
}

@media (max-width:899px){
  .st-nav,.st-auth-cluster{display:none}
  .st-hamburger{display:flex}
  .st-header-inner{justify-content:space-between}
}

@media (min-width:900px){
  .st-back-to-top{bottom:1.5rem}
  .st-cookie-banner{bottom:1.5rem;left:auto;right:1.5rem;max-width:420px}
}
[class*="-mobile-menu"].is-open,[class*="-mobile-nav"].is-open,[class*="-mobile-menu"].is-open.is-hidden{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-menu"],[class*="-mobile-menu"].is-open [class*="-mobile-nav-list"]{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-nav-list"],[class*="-mobile-menu"].is-open [class*="-nav-list"]{display:flex !important}

@media(max-width:900px){[class*="-header-inner"],[class*="-header"] > [class*="-inner"]{position:relative}[data-burger-open="true"]{display:flex !important;flex-direction:column;align-items:stretch;gap:.15rem;position:absolute;left:0;right:0;top:100%;z-index:70;margin:0;padding:.5rem;list-style:none;max-height:75vh;overflow-y:auto;background:#f2f2f2;border-top:1px solid rgba(255,255,255,.14);box-shadow:0 14px 28px rgba(0,0,0,.38)}[data-burger-open="true"] > li{width:100%}[data-burger-open="true"] a{display:block;width:100%;padding:.7rem .9rem;min-height:44px}}

html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
[id]{scroll-margin-top:calc(var(--st-hdr,64px) + 12px)}

.st-hero-slider{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.st-hero-slider::-webkit-scrollbar{display:none}
.st-hero-slide{flex:0 0 100%;scroll-snap-align:center;width:100%;height:auto;object-fit:cover;border-radius:var(--st-ds-radius,14px)}
.st-hero-img{max-width:100%;height:auto;border-radius:var(--st-ds-radius,14px)}
:where(.st-games-grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
@media(min-width:640px){:where(.st-games-grid){grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:900px){:where(.st-games-grid){grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(min-width:1400px){:where(.st-games-grid){grid-template-columns:repeat(7,minmax(0,1fr))}}
.st-game-img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:var(--st-ds-radius-sm,10px)}
.st-payments-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.st-payment-logo{max-height:32px;width:auto;object-fit:contain}
[class*="-hero-media"]{position:absolute;inset:0;z-index:1;overflow:hidden}
[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"],[class*="-hero-media"] [class*="-hero-slide"]{width:100%;height:100%;object-fit:cover;border-radius:0}
[class*="-hero-media"]::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.72))}
[class*="-hero-content"]{position:relative;z-index:2}
@media(max-width:767px){[class*="-hero-media"]{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important}}
@supports selector(:has(*)){@media(max-width:767px){*:has(> [class*="-hero-media"]){flex-direction:column !important;align-items:stretch !important;flex-wrap:wrap !important}[class*="-hero-media"]{position:relative !important;inset:auto !important;order:2 !important;flex:0 0 auto !important;width:100% !important;height:auto !important;margin:1rem 0 0 !important;border-radius:14px;overflow:hidden}[class*="-hero-media"]::after{display:none !important}[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"]{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain;border-radius:14px}[class*="-hero-media"] [class*="-hero-slide"]{width:100% !important;height:auto !important;aspect-ratio:16/9;object-fit:cover;border-radius:14px}[class*="-hero-slider"]{height:auto !important;aspect-ratio:auto !important}}}

.st-lead-grid{max-width:var(--st-ds-measure,1200px);margin:0 auto;display:grid;gap:clamp(.75rem,2vw,1.5rem);padding:0 var(--st-ds-pad,1.25rem)}
.st-lead-grid > section,.st-lead-col > section{max-width:none;padding-left:0;padding-right:0;margin:0}
.st-lead-col{display:flex;flex-direction:column;justify-content:center;gap:.75rem}
@media(min-width:900px){.st-lead-grid{grid-template-columns:2fr 1fr;align-items:center}.st-lead-grid--beside{grid-template-columns:1.7fr 1fr}.st-lead-grid--beside .st-promo-slide{min-height:clamp(200px,24vw,340px)}}

:root{--st-ds-radius:24px;--st-ds-radius-sm:16px;--st-ds-radius-lg:30px;--st-ds-radius-btn:999px;--st-ds-measure:1200px;--st-ds-pad:1.25rem;--st-ds-sec-y:2.25rem;--st-ds-border:0;--st-ds-shadow:0 10px 30px rgba(0,0,0,.12);--st-radius:24px}

:root{--st-ds-surface:transparent}

:where(.st-promo-section){max-width:var(--st-ds-measure,1200px);margin:0 auto}
.st-promo-section{padding:0 var(--st-ds-pad,1.25rem)}

:where(.st-headline-section){max-width:var(--st-ds-measure,1200px);margin:0 auto}
.st-headline-section{padding:var(--st-ds-sec-y,2rem) var(--st-ds-pad,1.25rem) 1rem}
.st-headline-section > :is(h1,[class*="-title"]){color:inherit !important;margin:0}

.st-lead-cta{max-width:var(--st-ds-measure,1200px);margin:0 auto;padding:1rem var(--st-ds-pad,1.25rem) 1.25rem;text-align:center}
.st-lead-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 2.25rem;font-size:1.05rem;line-height:1.2;max-width:100%}
.st-lead-intro{max-width:860px;margin:0 auto;padding:0 var(--st-ds-pad,1.25rem) var(--st-ds-sec-y,2rem)}
.st-lead-intro p{color:inherit;margin:0;line-height:1.75;font-size:1.05rem}
@media(max-width:640px){.st-lead-cta-btn{width:100%}.st-headline-section{padding:1.5rem 1.25rem .6rem}.st-lead-cta{padding:.6rem 1.25rem 1rem}.st-lead-intro{padding-bottom:1.5rem}}

section[class*="-hero"]{max-width:var(--st-ds-measure,1200px) !important;margin-left:auto !important;margin-right:auto !important;border-radius:var(--st-ds-radius,16px);overflow:hidden}

[class*="-footer"] [class*="-logo"]:not([class*="-payment"]){filter:none !important}

.st-promo{position:relative;overflow:hidden;border-radius:var(--st-ds-radius,16px);border:var(--st-ds-border,0);box-shadow:var(--st-ds-shadow,none);margin:0 0 1rem}
.st-promo-track{display:flex;transition:transform .5s ease;will-change:transform}
.st-promo-slide{position:relative;flex:0 0 100%;min-width:100%;display:flex;align-items:center;min-height:clamp(230px,44vw,420px);overflow:hidden}
.st-promo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.st-promo-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.80) 0%,rgba(0,0,0,.55) 45%,rgba(0,0,0,.05) 100%)}
.st-promo-body{position:relative;z-index:2;max-width:min(560px,58%);padding:clamp(1rem,3vw,2.5rem)}
.st-promo-title{margin:0 0 .45rem;color:#fff;font-weight:800;line-height:1.15;font-size:clamp(1.25rem, 1rem + 2vw, 2.35rem)}
.st-promo-text{margin:0 0 1rem;color:rgba(255,255,255,.9);line-height:1.45;font-size:clamp(.9rem, .85rem + .35vw, 1.05rem)}
.st-promo-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1.5rem;border-radius:var(--st-ds-radius-btn,999px);background:#ffcc00;color:#111111;font-weight:700;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.28)}
.st-promo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;cursor:pointer;display:none;line-height:1;font-size:22px}
.st-promo-prev{left:10px}.st-promo-prev::before{content:"\2039"}
.st-promo-next{right:10px}.st-promo-next::before{content:"\203A"}
@media(min-width:768px){.st-promo-arrow{display:block}}
.st-promo-dots{position:absolute;left:0;right:0;bottom:10px;z-index:3;display:flex;justify-content:center;gap:8px}
.st-promo-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.45);transition:width .25s ease}
.st-promo-dot[aria-current="true"]{background:#fff;width:22px;border-radius:999px}
@media(max-width:640px){.st-promo-slide{min-height:190px}.st-promo-body{padding:.85rem 1rem}.st-promo-title{font-size:1.15rem;margin-bottom:.3rem}.st-promo-text{font-size:.88rem;margin-bottom:.65rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-promo-dots{bottom:6px}}
@media(max-width:520px){.st-promo-body{max-width:100%}.st-promo-slide::after{background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.82) 100%)}}
@media(prefers-reduced-motion:reduce){.st-promo-track{transition:none}}
[class*="-hero-media"]:empty{display:none !important}

.is-hidden{display:none !important}
