

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

}
.tbtcexeo {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 900;
}
.p6y1cykpinl { margin: -16px; padding-left: 23px; color: rgb(65, 136, 31); }
.bugcqbkq {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem auto;
  color: var(--color-text);
  opacity: 0.7;
}

.kgbzsxcg {
  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;
}
.kgbzsxcg:hover {
  transform: translateY(-3px) scale(1.2);
}
.snc5dipa {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.25), rgba(255,255,255,0) 40%),
        linear-gradient(135deg, var(--color-accent), var(--color-accent));
    position: relative;
    overflow: hidden;

    background: var(--color-accent);
    color: #fff;
    font-size: 1.1rem;
    padding: 1rem 2rem;
    border: none;

    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.snc5dipa::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255,255,255,0.6) 50%,
        transparent 100%
    );

    transform: skewX(-20deg);
    transition: left 0.6s ease;
}
.snc5dipa:hover::before {
    left: 120%;
}
.snc5dipa:hover {
    transform: translateY(-3px);
}
.dzk4buly {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.wegxzkcq {
  padding: 1rem 0;
  position: sticky;
  top: 0;

  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.u7x6pncv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m0jhvwey {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--color-text);
  max-width: 200px;
  min-width: 140px;
}
.t1ao7dwfzgfb { color: rgb(169, 240, 193); padding: 15px 19px; border: 2px dashed #724871; width: 45vw; }
.m0jhvwey img {
    max-height: 80px !important;
    width: 100%;
}
.kkj28i6g {
  display: none;
  
  list-style: none;
  padding: 0;
  margin-right: auto;
}
.x59z0leu {
  color: var(--color-accent);
}
.xoqtuqh2 {
  font-size: 0.9rem;
}

.j1xznqbf {
  padding: 4rem 0;
  text-align: center;
}
.oixp1k1w {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.v91whjls {
  margin-bottom: 1rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  font-size: 3rem;
  font-weight: 600;
}
.hijb5hp1 {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: var(--color-text);
  opacity: 0.8;
}
.e8y5pjsr {
  width: 100%;
}
.rxius2as {
min-height:240px;
}

.e9bxgz06 {
  background-color: var(--bg-dark);
}
.xl4w5jqf {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.uosdqcn8f0dk { padding-left: 32px; width: 87vw; padding-right: 13px; border: 5px solid #65a045; }
.oyptuu5o {
  background-color: var(--bg-dark);
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--color-accent);
}

.k1bu43rh {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.s7oijwtq {
  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);
}
.uoeoey96 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.pvcemqq8 {
  margin-bottom: 0.5rem;
}
.b0l4lred {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}

.fme3it5m {
  background-color: var(--bg-dark);
}
.ypa80ath {
  list-style: none;
  padding: 0;
  counter-reset: steps-counter;
}
.ysdjjujv {
  background-color: var(--bg-dark);
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  position: relative;
}
.ysdjjujv 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;
}

.zjkfskqk,
.jz0rfn3n {
  overflow-x: auto;
}
.ikczpcuzyypz { margin: 14px; padding-left: 31px; padding-right: 18px; border: 2px solid #42458b; }
.rpfjlc8w {
  position: relative;
}
.nmgojqf9,
.idtfta07 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg-dark);
}
.nmgojqf9 th,
.nmgojqf9 td,
.idtfta07 th,
.idtfta07 td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nmgojqf9 th,
.idtfta07 th {
  background-color: var(--bg-dark);
  font-weight: 700;
}

.nhlfqkxw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.c7n10ga2 {
  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;
}
.c7n10ga2:hover {
  transform: translateY(-5px);
}
.rdwglax7 {
  padding: 1rem;
}
.lny7qagi {
  margin-bottom: 0.25rem;
}
.i6tyiazx {
  color: var(--color-text);
  opacity: 0.7;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.cg9t4eub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vpp403wkp2 { margin: -8px; display: inline-block; padding: 46px 39px; border: 1px solid #43497f; color: rgb(239, 90, 162); }
.ih1bi637 {
  background-color: var(--color-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}
.kc7asdsy {
  font-weight: 700;
  color: var(--color-accent);
}

.dmihde0w {
  background-color: var(--bg-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
}
.xv9j3tb9 {
  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;
}
.xv9j3tb9::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}
.lxnpfnsk::after {
  transform: rotate(45deg);
}
.vkvw7zuq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}
.vkvw7zuq p {
  margin: 0 0 1rem 0;
}

.v3xozhct {
  background-color: var(--bg-dark);
}
.k73nz4at {
  text-align: center;
  margin-bottom: 1.5rem;
}
.p1mxrhmx {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.p1mxrhmx li {
  background-color: var(--bg-dark);
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

.yy9e7ee8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.h415ea1cwcv { color: rgb(169, 197, 103); margin: -20px; }
.tufucm9c {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s, opacity 0.3s;
}
.tufucm9c:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.k7oqb1n4 {
  background-color: var(--bg-dark);
}
.jaem9co9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.t0rjrg8r {
  background-color: var(--bg-dark);
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  text-align: center;
}
.ve2cpn6d {
  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);
}
.e50inzp2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.hek4r84z {
  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;
}
.hek4r84z p {
  margin: 0;
}

.udw00g70 {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: 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);
}
.xfopa3ov {
  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;
}
.icdj5o3t {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}
.io23i5tp {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.azx80x83m0 { padding: 29px 8px; color: rgb(253, 6, 183); }
.gyjhtz2s {
  background-color: var(--color-text);
  color: var(--color-accent);
}

.p6ynm7yo {
  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;
}
.h60nj5f7 {
  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] .h60nj5f7 {
  transform: scale(1);
}
.hbl8bjq4 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--color-text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.dieqvtsy {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.v66v8x4r {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

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

  .x59z0leu {
    font-weight: 700;
  }

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

  .kw450j8z {
    flex: 1;
color: var(--color-text);
  }

  .e8y5pjsr {
    flex: 1;
  }

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

  .k1bu43rh {
    flex-direction: row;
  }

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

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

@media (min-width: 1024px) {
  .xl4w5jqf {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

  .t0rjrg8r {
    padding: 2rem 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
}
thead {
  background-color: rgba(255, 255, 255, 0.1);
}
.g9sh9vh8m { padding: 1px 2px; }
th, td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.im1d4s8q {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.k60756ai{
  position: absolute;
    right: 0;
    top:-126px;
    max-width: 60%;
    object-fit: cover;
}
.cas2if7x {
  position: relative;
}
@media (max-width: 1087px) {
  .k60756ai {
    display: none
  }
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
thead {
  background: var(--color-text);
  color: var(--bg-dark);
}
th, td {
  padding: 12px 16px;
  text-align: left;
}
tbody tr:nth-child(odd) {
  background: var(--bg-dark);
  color: var(--color-text);
}
tbody tr:nth-child(even) {
  background: var(--color-text);
  color: var(--bg-dark);
}
@media(max-width:768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  
  .ir8nnh60 {
    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; }
.ujukh9voq { margin: -6px; display: flex; padding-right: 36px; }
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;
}
.y7e8qtpj {
  font-family: Arial, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.y7e8qtpj h2 {
  font-size: 24px;
  color: var(--color-accent);
  margin-bottom: 20px;
}
.gdfbx6bt {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gdfbx6bt li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 5px solid;
}
.spc5h60a {
  font-weight: bold;
  color: var(--color-accent);
}
.aw7v9gmb {
  max-width: 1400px;
  margin: 0 auto;
}
.izc925wt {
  display: flex;
 
  gap: 5px;
  margin-bottom: 40px;
overflow-x: auto;
    scrollbar-width: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jwbhv24hyhmm { margin: 11px; border: 4px solid #1fc9d0; padding-left: 42px; color: rgb(206, 162, 108); }
@media (min-width: 1024px) {
.izc925wt {
 justify-content: center;
margin-top: 20px;
}
}
.hqpztn73 {
  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;
}
.hqpztn73: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);
}
.hqpztn73:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
section.j1xznqbf {
background:none !important;
}
  .izc925wt {
    gap: 12px;
  }

  .hqpztn73 {
    flex: 1 1 150px;
    padding: 20px 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hqpztn73 {
    flex: 1 1 calc(50% - 6px);
  }
}
.e3x7nyz7 {
  width: 100%;
  margin-bottom: 40px;
}
.wtrofv7t {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.wtrofv7t h2 {
  color: var(--color-accent);
}
.o0pu14d7 {
  display: grid;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 800px) {
  .o0pu14d7 {
    justify-content: center;
  }
}
.karxn9ba {
  width: 100%;
  height: auto;
  max-width: 220px;
  height: auto;
  position: relative;
 
  border-radius: 10px;
}
.karxn9ba img {

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

  width: 20px;
  height: 20px;

}

}
.karxn9ba {
max-width:inherit;
text-align: center;
}
.o0pu14d7:has(.i7kzg7v1) {
  grid-template-columns: repeat(4, 1fr);
}
.o0pu14d7:has(.rs52c724) {
  grid-template-columns: repeat(5, 1fr);
}
.o0pu14d7:has(.a33igaz5) {
  grid-template-columns: repeat(6, 1fr);
}
.xy2unxyi163 { border: 5px dotted #52fda4; color: rgb(230, 72, 240); }
.o0pu14d7:has(.nv5xahrq) {
  grid-template-columns: repeat(7, 1fr);
}
.o0pu14d7:has(.v07klpca) {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .o0pu14d7 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .o0pu14d7 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .o0pu14d7 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }
}
@media (max-width: 380px) {
  .o0pu14d7 {
    grid-template-columns: 1fr !important;
  }
}
.karxn9ba:hover .r90wdjee {
  opacity: 1; 
}
.karxn9ba:hover img {
  opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
* {
  scroll-margin-top: 80px; 
}
.fdmqt120 p {
  color: var(--color-accent);
  font-weight: 600;
}
.fx8pzbfu {
  border-bottom: 2px solid #e8eaf6;
}
.fx8pzbfu:last-child {
  border-bottom: none;
}
.l1000a1v {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.abliek215kq { display: grid; width: 7px; color: rgb(151, 219, 208); border: 3px dashed #9700f7; padding: 10px 1px; margin: 20px; }
.l1000a1v::-webkit-details-marker {
  display: none;
  
}
.l1000a1v::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.fx8pzbfu[open] .l1000a1v::after {
  transform: translateY(-50%) rotate(45deg);
}
.woij3pm9 {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
.t9eq1f97 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding: 20px 20px 60px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.c9b05j4r {
        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;
    }
.c9b05j4r:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
    }
.c9b05j4r:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .c9b05j4r {
            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;
}
.zei8r3od {
  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] .zei8r3od {
  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);
}
.b88qgaqikvo { padding-left: 15px; width: 87%; }
.pq4v1yn7 {
    display: flex;
    align-content: center;
    align-items: center;
}
.kkj28i6g li {
margin-bottom:0px;
}
.n1u89wqd {
    display: flex;
    justify-content: center;
    column-gap: 21px;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 5px 0px;
}
@media (min-width: 768px) {
.n1u89wqd {
display:none;
}
}
.gm5r1l2m {
display: flex;
    justify-content: center;
    gap: 20px;
}

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

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

.pn24pyf4 ul {
    list-style: none;
    display: flex;
    column-gap: 5px;
margin: 10px 0px;
    padding: 0;
}
.s0uawe7ocq5 { display: none; border: 3px solid #e3a799; padding: 38px 44px; color: rgb(217, 128, 68); width: 63vw; margin: 16px; }
.pn24pyf4 ul li {
    list-style: none;
    margin-left: 0;
}
:root {
    --color-text: #FFFFFF;
    --bg-dark: #232341;
    --color-accent: #ff2579;
}
.x8s4zpk9 {
    background: var(--bg-dark);
    color: var(--color-text);
    font-family: 'Montserrat', sans-serif;
    padding: 60px 20px;
    text-align: center;
}
.fdmqt120 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.morwqr1h {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.morwqr1h a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.3s ease;
}
.morwqr1h a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-accent);
    transition: 0.3s ease;
}
.morwqr1h a:hover::after {
    width: 100%;
}

.e1d3c3c2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.fvuzfqcp {
    background: var(--color-accent);
    color: var(--bg-dark);
    padding: 5px 14px;
    border-radius: 50%;
    font-weight: 600;
}

.t5jja7c2 {
    display: flex;
    justify-content: center;
align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.t5jja7c2 img {
    height:auto;
    max-width: 110px;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.8;
}
.t5jja7c2 img:hover {
    transform: translateY(-3px);
    opacity: 1;
}
.j7wt6mphbwtj { display: flex; margin: -8px; border: 3px dotted #8f4cf9; color: rgb(153, 16, 33); width: 48vw; padding: 31px 19px; }

.fnp6h8vg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.fnp6h8vg a {
    color: var(--color-text);
    text-decoration: none;
    transition: 0.3s ease;
}
.fnp6h8vg a:hover {
    color: var(--color-accent);
}
.lmxnk69p {
    opacity: 0.5;
}

.cpmuqc91 {
    opacity: 0.7;
    font-size: 13px;
}
.ngfuxhei {
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.6;
}

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

    .t5jja7c2 img {
        max-height: 28px;
        width: auto;
    }
    .xoqtuqh2 {
      font-size: 0.7rem;
    }
}

footer-affiliate {
    opacity: 0.7;
    font-size: 13px;
    line-height: 1.6;
}

.u2ndfy4d {
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.5;
}

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

    .a7ljx03o {
        width: 100%;
    }

    .dmjopis9 img {
        height: 26px;
    }
}
.ygkndpfu {
    border-top: 2px solid var(--color-accent);
}
.qo68ztvc27 { padding: 49px 31px; width: 99px; color: rgb(51, 50, 177); border: 2px solid #5505fb; display: flex; }
.e1d3c3c2 {
      width: 100%;
      background: var(--bg);
      border-top: 1px solid rgba(255,255,255,0.06);
      padding: 32px 20px 24px;
      color: var(--color-text);
    }
.z3cnab8j {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .a7ljx03o {
      width: 100%;
      height: 1px;
      background: rgba(255,255,255,0.05);
    }

    .furwffch {
      font-size: 12px;
      line-height: 1.7;
      color: var(--color-text);
      text-align: center;
    }

    .fvuzfqcp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 2px solid #ef4444;

      font-size: 10px;
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-right: 4px;
      vertical-align: middle;
      flex-shrink: 0;
    }

    .i8s0isuh {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 6px 12px;
      font-size: 12px;
      color: var(--color-text);
      text-align: center;
    }
.i8s0isuh div {
display: flex;
gap: 10px;
}
.i8s0isuh span {
      color:var( --color-light);
      font-weight: 600;
      display: block;
      width: 100%;
      margin-bottom: 5px;
font-size: 14px;
    }
.i8s0isuh a {
     color:var( --color-light);
      text-decoration: none;
      transition: color 0.2s;
      white-space: nowrap;
font-size: 14px;

    }
.i8s0isuh a:hover { color: #c5cad6; }
.lmxnk69p {
      color: rgba(255,255,255,0.18);
      font-size: 14px;
      line-height: 1;
    }

    .a8ze51th {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
.ssprqb9q {
      display: flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 8px;
      padding: 7px 12px;
      text-decoration: none;
      color: #8a94a6;
      font-size: 11px;
      font-weight: 500;
      transition: background 0.2s, border-color 0.2s, color 0.2s;
      white-space: nowrap;
width: 130px;
min-height: 65px;
display: flex;
justify-content: center;
    }
.s09kq68hm8 { padding: 46px 7px; width: 1%; display: flex; margin: 15px; border: 3px dashed #78d1ca; }
.ssprqb9q:hover {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.14);
      color: #c5cad6;
    }

    .ssprqb9q svg {
      flex-shrink: 0;
    }

    .mh8mkiae {
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }
.ocq9qd9f {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: linear-gradient(135deg, #1a6faf 0%, #0d4f82 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.5px;
      flex-shrink: 0;
    }

    .ih0wv58v {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.oiu0e776 {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #f4a10d;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .pdihp7la {
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
.vremaoun {
      width: 28px;
      height: 28px;
      border-radius: 4px;
      background: #27a844;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .g6epzdiq {
      font-size: 11px;
      color: var(--color-text);
      text-align: center;
    }
.g6epzdiq a {
      color: var(--color-text);
      text-decoration: underline;
      text-underline-offset: 2px;
    }
.g6epzdiq a:hover { color: #9aa0b0; }

    .dtuy962h {
      font-size: 11px;
   color: var(--color-text);
      text-align: center;
    }

    @media (max-width: 480px) {
      .a8ze51th { gap: 8px; }
      .ssprqb9q { font-size: 10px; padding: 6px 10px; }
    }
.l9wj9fnh {
max-width: 100%;
    height: auto;
}
.jjwgc5nx { margin: -2px; border: 3px dotted #7471c7; width: 75px; color: rgb(140, 160, 185); padding: 34px 19px; }
.taqra50l {
   max-width: 1100px;
width: 100%;
    margin: 10px auto;
padding: 10px;
}
.hbg52pag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.t5vrlqnd {
    padding: 24px;
    border-radius: 16px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.t5vrlqnd:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.f9c9q84u {
    background: rgba(40, 167, 69, 0.12); 
    border: 1px solid rgba(40, 167, 69, 0.25);
}
.ihp3bpfw {
    background: rgba(220, 53, 69, 0.12); 
    border: 1px solid rgba(220, 53, 69, 0.25);
}

.q2mxak2z {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.dgweichu {
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.dgweichu li {
 list-style: none !important;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.5;
}

.f9c9q84u li::before,
.ihp3bpfw li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: bold;
}
.f9c9q84u li::before {
    content: "✔";
    color: #28a745;
}
.ihp3bpfw li::before {
    content: "✖";
    color: #dc3545;
}
.m96pru6kfz { display: flex; padding-left: 11px; }

@media (max-width: 768px) {
    .hbg52pag {
        grid-template-columns: 1fr;
    }
}