:root {
    --color-text: #d7e4f5; 
    --bg: #081424;
    --color-accent: #31a2be;	
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);
  }
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background-color: var(--color-text);
  color: var(--color-text);
  line-height: 1.6;
  font-size: 18px;
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 900;
  line-height: 1.2;
  color: white;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ich6e4j2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.e3qcynum {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.gupxrhcp {
  display: inline-flex;
  gap: 4px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 46px;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  text-decoration: none !important;
}
.ui4562u5 { border: 1px dotted #f764f5; padding-right: 29px; }
.x1zs2fsj {
  padding: 0 20px 0 18px;
}
.gupxrhcp:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.n9bbrsd7 {
  background-color: var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.nj2eg54p {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.n9bbrsd7:hover,
.nj2eg54p:hover {
  background-color: inherit;
  border: 3px solid var(--color-accent);
  transform: scale(1.05);
  color: var(--color-accent);
}
.w9w0v374 {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.supqk7ou {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.me0qubwn {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.zelf7hbl {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.kwxy70qp {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.tuvtzjh3 {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.ujhaos9e { border: 3px dotted #ec2c46; margin: 15px; display: inline-block; padding: 3px 12px; }
.ry922q70 .gq30jbur:last-child .tuvtzjh3 {
  border-bottom: none;
}
.ry922q70 .gq30jbur:nth-child(even) {
  background-color: #f7f8fc;
}
.tuvtzjh3:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.uz10p2xi {
  padding-left: 20px;
  margin-bottom: 1em;
}
.bh3c2err {
  margin-bottom: 1em;
}
.a7kje3y9 {
  padding-left: 20px;
}
.j7ew7vue {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.j7ew7vue li {
  margin-bottom: 0.5em;
}
.k3hywdog {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.miy7mjab {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.miy7mjab::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.bggqxe68pavh { color: rgb(151, 245, 92); width: 33px; }
.veyzyf4m .miy7mjab {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.x52k4goj {
  border-radius: 24px;
}
.ptyrfouy {
  color: var(--color-accent);
}
.jxnzn00c {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.my3no36o {
  border-bottom: 2px solid #e8eaf6;
}
.my3no36o:last-child {
  border-bottom: none;
}
.pbbmyf0n {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.pbbmyf0n::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.pbbmyf0n::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.my3no36o[open] .pbbmyf0n::after {
  transform: translateY(-50%) rotate(45deg);
}
.fjo7wxqq {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.vckb9a3m {
  padding: 7px 0;
  background-color: var(--bg);
  box-shadow: 0 2px 10px rgba(7, 11, 31, 0.374);
  position: relative;
  top: 0;
  z-index: 100;
}
.lrjna9wkza { color: rgb(210, 141, 234); }
.albqrhva,
.al8k5bqs {
  height: 60px;
  width: 60px;
}
.luqznnum {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.u8uyuo1u {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.txautmyg {
  margin-top: 16px;
}
.bqedbxtc {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.tu9tp5qd {
  color: #9fa5d5;
}
.tlwiv0pd {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.pd470gvj {
  padding: 30px 0 0;
  background: url(/img/bg.rmf5nzol) no-repeat;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center;
  background-size: cover;
}
.pd470gvj::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.mtzn2rto {
  position: relative;
  z-index: 1;
}
.hi8sr7xs {
  position: relative;
}
.i4xwf5qr5 { display: none; padding-right: 43px; }
.qnsxr6iu {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.kyjxm081 {
  width: 80%;
  height: 80%;
  background: linear-gradient(135deg, var(--color-accent), #00a2ff71);
  left: -40px;
  top: -60px;
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  z-index: -1;
  animation: phone__shadow 6s infinite linear;
}
@keyframes phone__shadow {
  0% {
    transform: scale(1) translate(0);
  }

  30% {
    transform: scale(1.1) translate(-50px, -60px);
  }

  70% {
    transform: scale(1.3) translate(250px, -20px);
  }

  100% {
    transform: scale(1) translate(0);
  }
}
.ltlwbr5m {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.emcr0ps2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.nuimcuse {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.z348bo1v {
  color: #151825;
}
.mx38vzgv .c554lo6u {
  color: var(--color-text);
}
.uyg85h5h {
  position: relative;
  margin-bottom: 24px;
}
.mfmxry9t {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.d8iw8nvr {
  background: linear-gradient(180deg, #3a3e52 56px, var(--color-accent) 57px, #151825);
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 10px;
  margin: auto;
  border-radius: 56px;
  border: 10px solid #466680;
}
.a84xe1ke {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  max-width: 55%;
}
.vcmwyp3a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.bqahbzig {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 44px;
  border-radius: 8px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px 10px;
  z-index: 1001;
  background-color: var(--color-accent);
}
.xfopkiz6 { margin: -20px; color: rgb(64, 97, 66); padding: 20px 9px; width: 92%; display: grid; }
.itf69h0y {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.bqahbzig[is-active] .itf69h0y:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.bqahbzig[is-active] .itf69h0y:nth-child(2) {
  opacity: 0;
}
.bqahbzig[is-active] .itf69h0y:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.sebeqiv7 {
  display: flex;
  justify-content: space-between;
}
.w9vy0s5k {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background-color: #25283b;
  z-index: 1000;
  transition: right 0.2s linear;
  padding-top: 80px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
/* Состояние открытого меню */
.w9vy0s5k[is-open] {
  right: 0;
}
.j40210fv {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qi2wlglm {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.qi2wlglm:hover {
  background-color: #00112277;
}
[body-no-scroll] {
  overflow: hidden;
}
.ip7xwv7i7 { padding: 37px 28px; border: 4px dotted #9a5a0e; margin: -12px; color: rgb(8, 58, 19); display: grid; width: 44px; }
.myhz4vm0 {
  font-weight: 900;
  color: var(--color-accent);
}
.yv2li0z7 {
  color: #fff;
}
/* --- Section --- */
.z1lwbs19 {
  padding: 60px 0;
}
.c554lo6u {
  text-align: center;
  margin-bottom: 1em;
}
.mdc1iql6 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ma9y9fqm {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.mx38vzgv {
  background-color: var(--bg);
  color: var(--color-text);;
}
.v22xuxgx {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.aw63ic2r {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.iliacwlj {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.k9k6nkut {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.sr4r5o9n {
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  background: var(--color-text);
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(62, 68, 100, 0.2);
  counter-increment: steps-counter;
}
.sr4r5o9n::before {
  content: counter(steps-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #fbe927;
  color: #651224;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.sr4r5o9n strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.d4awmb01 {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.vfb31blyv { display: none; margin: -18px; width: 43px; padding: 27px 17px; }
.zgmovf84 {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.mcxrjxn4 {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

  50% {
    filter: blur(5px);
    transform: scale(1.01);
  }

  100% {
    filter: blur(0)
  }
}
.as178yvr {
  position: absolute;
  bottom: 28px;
  left: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.e5jfc8f5 {
  position: absolute;
  bottom: 28px;
  left: 280px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.j9bzw004 {
  position: absolute;
  bottom: 28px;
  right: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
@keyframes jump {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(0, -7px);
    transform: scale(1.03);
  }

  100% {
    transform: translate(0);
  }
}
.g80n89pk {
  text-align: center;
  margin-top: 3em;
  padding: 2em;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(234, 56, 106, 0.1);
}
.rfsiaxry {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.ocy86p24 {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.lga41ph9 {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.lga41ph9 p {
  margin: 0;
}
.btmbtb4c {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.gpi341ps {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.bqhaufdkv5v { width: 13%; }
.jwthiwc9 {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.btmbtb4c .c554lo6u,
.jwthiwc9,
.btmbtb4c .gupxrhcp {
  position: relative;
  z-index: 1;
}
.yv2li0z7 {
  color: #fff;
}
.rm7pqexv {
  color: #00e171;
  font-weight: 900;
}
.i2txzdow {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.ma0i5gd1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-text);
  box-shadow: 0 -4px 15px rgba(62, 68, 100, 0.1);
  padding: 10px 0;
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 200;
}
[sticky-cta--visible] {
  transform: translateY(0);
}
.t3l7wprj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.cp1peanz {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.fxptakgq {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.ss2mqv4c {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.xdvynwuc {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.daf1kob1 {
  margin-top: 24px;
}
.sr7ut6a9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.m49hxfbygdu { padding: 49px 16px; width: 22vw; border: 3px dashed #791a9a; }
.xpz317bu {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.vr8rxneh {
  display: flex;
  gap: 16px;
  list-style: none;
}
/* --- New Additions for Page 2 --- */

/* Wrapper to center the icon list when it's standalone */
.nsizvtgu {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.nsizvtgu .k3hywdog {
  text-align: left;
}
/* Modifier to align section titles to the left */
.mkug1o4i {
  text-align: left;
}
/* New Component: Media Block (for text + image) */
.sd2v465p {
  display: flex;
  align-items: center;
  gap: 40px;
}
.jetl4vce {
  flex: 1;
}
.pl6p88zh {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.pl6p88zh img {
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
}
.lus029vk {
  list-style: none;
  padding: 0;
}
/* --- Additions to Responsiveness section --- */

/* Inside @media (max-width: 768px) */
.sd2v465p {
  flex-direction: column;
}
.jetl4vce {
  order: 2;
  /* Text comes after image on mobile */
}
.mkug1o4i {
  text-align: center;
}
@media (max-width: 992px) {
  .mtzn2rto {
    flex-direction: column;
    text-align: center;
  }

  .v22xuxgx {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .iliacwlj {
    padding: 20px;
  }

  .aw63ic2r {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .w45j33iz {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .sr7ut6a9 {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .qnsxr6iu {
    height: 80px;
    margin: -10px auto 20px;
  }

  .gupxrhcp {
    /* width: 100%; */
    padding: 0 20px;
  }

  .x1zs2fsj {
    padding: 0 10px 0 16px;
    line-height: 14px;
  }

  .e3qcynum {
    flex-direction: column;
  }

  .emcr0ps2 {
    font-size: 15px;
  }

  .nuimcuse {
    font-size: 14px;
  }

  .u8uyuo1u {
    font-size: 16px;
  }

  .vcmwyp3a {
    font-size: 12px;
  }

  .pd470gvj {
    /* background: url(/bg6-mobile.rmf5nzol) no-repeat; */
    background-size: cover;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .pl6p88zh {
    gap: 8px;
  }

  .pl6p88zh img {
    border-radius: 12px;
  }

  .jwthiwc9 {
    max-width: 100%;
  }

  .i2txzdow {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .tlwiv0pd .xdvynwuc {
    display: none;
  }

  .albqrhva,
  .al8k5bqs {
    height: 50px;
    width: 50px;
  }

  .d8iw8nvr {
    border-radius: 20px;
    padding: 4px;
    border: 4px solid #466680;
    box-shadow: 0 10px 50px -10px #000414;
  }

  .mfmxry9t {
    border-radius: 12px;
  }

  .bqedbxtc {
    gap: 4px;
  }

  .z1lwbs19,
  .pd470gvj {
    padding: 40px 0;
  }

  .zgmovf84 {
    border-radius: 16px;
  }

  .as178yvr {
    bottom: 6px;
    left: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .e5jfc8f5 {
    bottom: 6px;
    left: 20%;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .j9bzw004 {
    bottom: 6px;
    right: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom right;
    animation: none;
  }

  .sr4r5o9n::before {
    position: relative;
    left: 0;
    top: 15px;
  }

  .sr4r5o9n {
    padding: 20px;
  }

  .sw1g7jwk {
    display: none;
  }

  .gq30jbur {
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(62, 68, 100, 0.1);
    overflow: hidden;
  }

  .tuvtzjh3 {
    display: block;
    border-bottom: 1px solid #e8eaf6;
    position: relative;
    padding: 10px;
  }

  .tuvtzjh3:last-child {
    border-bottom: 0;
  }

  .tuvtzjh3::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    margin-right: 4px;
    font-weight: bold;
    text-align: left;
    color: var(--color-accent);
  }
}
@media (max-width: 790px) {
.i2txzdow {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .t3l7wprj {
    justify-content: center;
    gap: 0px;
  }
}
.wtazrrcm {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.duxbfhqa {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.nwah5px5 { padding-right: 41px; width: 48vw; color: rgb(49, 23, 66); border: 1px dashed #ce5566; margin: -8px; padding-left: 17px; }
.co9q7i8q {
  max-width: 800px;
  margin: 0 auto;
}
.ons7qmqe {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.l465jy9g {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.zxu9gdv0 {
  background: #fff;
  border-left: 5px solid var(--color-accent);
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.zxu9gdv0:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.tr77vjrr {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.u7dx9gk0 {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.mhq1tndt {
  font-weight: 700;
}
.g040nlt1 {
  font-size: 0.9rem;
  color: #777;
}
.w4snkr7k {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.tpcdzn17yx2 { display: flex; border: 3px dotted #ebc5a9; padding-right: 23px; padding-left: 38px; color: rgb(5, 77, 65); }
.ogcnuwt6 {
    width: 100%;
    margin-bottom: 40px;
}
.avfzttk0 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
    margin-bottom: 40px;
}
.avfzttk0 h2 {
    color: var(--color-accent);
}
.t6bcj4uu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    align-items: center;
    padding-top: 20px;
}
@media (max-width: 800px) {
	.t6bcj4uu {
		justify-content: center;
	}
	
}
.qo77iyup {
    width: 100%;
    height: auto;
    max-width: 220px;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.qo77iyup img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 !important;
    border-radius: 10px;
}
.qo77iyup .o5xbfzwv {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.qo77iyup:hover .o5xbfzwv {
    opacity: 1; 
}
.qo77iyup:hover img {
    opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
.a0cgug3m8kbb { border: 3px solid #3d3bcb; display: flex; padding: 15px 43px; width: 5vw; margin: 9px; }
* {
  scroll-margin-top: 80px; 
}
.w8a5hiuw {
            max-width: 1400px;
            margin: 0 auto;
        }
.ds6qhwao {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.etmppbbn {
            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;
        }
.etmppbbn:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.etmppbbn:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .ds6qhwao {
                gap: 12px;
            }

            .etmppbbn {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .etmppbbn {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .c554lo6u {
    color: var(--color-text);
}
table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      font-size: 15px;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin: 30px 0;
    }
thead {
      background-color: var(--bg);
      color: #fff;
      text-align: left;
    }
thead th {
      padding: 14px 18px;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
tbody tr:nth-child(odd) {
      background-color: rgba(59, 60, 80, 0.05);
    }
tbody tr:nth-child(even) {
      background-color: rgba(59, 60, 80, 0.1);
    }
.y2vmxx102cqu { padding-left: 36px; }
tbody td {
      padding: 12px 18px;
      color: #444;
      border-bottom: 1px solid #eee;
    }
tfoot {
      background: #f5f5f5;
      font-weight: 600;
    }
tfoot td {
      padding: 14px 18px;
    }
@media(max-width:768px) {
      table {
        display: block;
        overflow-x: auto;
      }

      .kdkddsqg {
        float: inherit;
        display: block;
      }
    }
h2,
    h3 {
      color: white;
      text-align: center;
    }
@media (max-width: 800px) {
  .sebeqiv7 {
   
    align-items: center;
    gap: 16px;
  }
  .a84xe1ke {
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .sebeqiv7 a {
    width: 100%
  }

  .dfbm4zto {
  font-size: 26px;
} 

.a84xe1ke div {
  display: none;
}
.luqznnum div {
  display: none;
}

}
.z7mdrpg6 {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding:10px 0px 30px 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.smah83jt {
        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);
        text-decoration: none;
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.smah83jt:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
text-decoration: none;
    }
.smah83jt:active {
        transform: translateY(-1px);
    }
@media (max-width: 480px) {
        .smah83jt {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.qo77iyup {
max-width:inherit;
text-align: center;
}
.ieij8l25 {
 flex-basis: 49%; 
}
.butq7ym5 {
 flex-basis: 32.3333%; 
}
.w9ytg0t1 {
 flex-basis: 24%; 
}
.jabpl90ap { padding: 45px 31px; border: 5px dashed #25174b; margin: 8px; display: none; width: 99%; color: rgb(199, 69, 221); }
.i1rrydp8 {
 flex-basis: 19%; 
}
.yk2uimdy {
 flex-basis: 15.6666%; 
}
.vvcoy586 {
 flex-basis: 13.2857%; 
}