@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700&display=swap);
*,*::before,*::after {
  box-sizing: border-box;
}
a,button {
  cursor: revert;
}
ol,ul,menu {
  list-style: none;
}
img {
  max-block-size: 100%;
max-inline-size: 100%;
}
table {
  border-collapse: collapse;
}
input,textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
a {
text-decoration:none;
color:#fff;
}
::marker {
  content: initial;
}
html,body {
  color: #fff;
  font-family: "Open Sans", sans-serif;
font-weight: 400;
}
body {
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
  display: flex;
  background: linear-gradient(172deg, #09071a 0%, #070832 100%);
}
p {
  line-height: 150%;
}
h1 {
  text-align: center;
font-size: 38px;
  margin: 25px 0;
  font-weight: 600;
}
h2 {
  font-size: 32px;
  margin: 20px 0;
  font-weight: 600;
  text-align: center;
}
h3 {
  margin: 15px 0;
  font-weight: 600;
font-size: 26px;
}
ol {
  padding: 15px 25px;
list-style: decimal;
}
ul {
  list-style: disc;
  padding: 15px 25px;
}
li {
  line-height: 150%;
}
ol li::marker,ul li::marker {
  color: #233d50;
}
table {
  border-collapse: collapse;
  overflow: auto;
  margin: 20px 0;
  overflow-x: auto;
  width: 100%;
}
table tr td,table tr th {
  border: 1px solid #fff;
  padding: 13px;
}
table tr th {
  text-align: center;
background: radial-gradient(75% 100% at 50% 100%, #2e3472 0%, #181e52 100%);
  color: #fff;
  font-size: 18px;
}
table tr td:hover {
  background-color: rgba(95, 175, 255, 0.25);
}
.OaQISEtNKy {
  flex: 1 1 auto;
  padding: 50px 0;
height: 100%;
}
.OaQISEtNKy .JjDGQDLd {
  border-radius: 6px;
  padding: 20px 0;
  margin: 20px 0;
}
.OaQISEtNKy .JjDGQDLd p {
  margin: 15px 0;
}
.OaQISEtNKy .JjDGQDLd img {
  margin: 0 auto;
display: flex;
  max-width: 500px;
}
.OaQISEtNKy .AmSNuqFEh {
  border-radius: 6px;
  align-items: center;
  gap: 20px;
  padding: 50px 16px;
display: flex;
  background-color: #434889;
  flex-wrap: wrap;
  justify-content: space-around;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh {
  cursor: pointer;
  transition: filter 0.4s ease-in-out;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh svg path {
  transition: fill 0.4s ease-in-out;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(1):hover {
  filter: drop-shadow(0px 0px 16px #1f46ff);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(1):hover svg path {
  fill: #1f46ff;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(2):hover {
  filter: drop-shadow(0px 0px 16px #ff8000);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(2):hover svg path {
  fill: #ff8000;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(3):hover {
  filter: drop-shadow(0px 0px 16px #ffc200);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(3):hover svg path {
  fill: #ffc200;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(4):hover {
  filter: drop-shadow(0px 0px 16px #f7931a);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(4):hover svg path {
  fill: #f7931a;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(5):hover {
  filter: drop-shadow(0px 0px 16px #c718e3);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(5):hover svg path {
  fill: #c718e3;
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(6):hover {
  filter: drop-shadow(0px 0px 16px #28d49f);
}
.OaQISEtNKy .AmSNuqFEh .kAbDdXVIh:nth-child(6):hover svg path {
  fill: #28d49f;
}
.main__btn a {
  display: flex;
  border-radius: 6px;
  padding: 15px 25px;
  overflow: hidden;
  background: radial-gradient(75% 100% at 50.34% 100%, #20ff49 0%, #00ca54 100%);
  margin: 25px auto;
  width: 250px;
  color: #fff;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  position: relative;
}
.main__btn a:hover {
  background: radial-gradient(75% 100% at 50.34% 100%, #00ca54 0%, #20ff49 100%);
}
.main__btn a::before {
  width: 3em;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  left: -4.5em;
  transition: none;
  height: 100%;
  position: absolute;
  display: block;
content: "";
}
.oTtgAXwnfS {
  margin: 0 auto;
max-width: 90vw;
  padding: 0 16px;
}
.glnyUNip {
color: #fff;
position: relative;
padding:29px 0px;
}
.glnyUNip a {
color: #fff;
none;
text-decoration;
}
.eFAuROTt {
padding: 20px;
    border-radius: 8px;
position: relative;
	margin-bottom:29px;
	color: #fff;
    background: radial-gradient(110% 135% at 110% 145%, #636bc3 0%, #272b5c 79%, #0e1028 100%);
    width: 100%;
}
.eFAuROTt a {
none;
color: #fafafa;
text-decoration;
}
.oWRZEZdfc {
margin-bottom:20px;
text-align:center;
color:#ffffff;
}
.oWRZEZdfc a {
color:#ffffff;
text-decoration:none;
}
@media (max-width: 768px) {
  h1 {
    margin: 20px 0;
    font-size: 30px;
  }
  h2 {
    margin: 15px 0;
font-size: 24px;
  }
  h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .oTtgAXwnfS {
    max-width: 100%;
  }
    .OaQISEtNKy {
    padding: 30px 0;
  }
     .OaQISEtNKy .cards {
    grid-template-columns: repeat(auto-fit, minmax(150px, 2fr));
  }
  .OaQISEtNKy .JjDGQDLd img {
    max-width: 100%;
  }
}
.XbUqIKLCQq {
text-align:left;
color:#fff;
}
.XSOoORqJh {
margin:20px 0px;
}
.XSOoORqJh .fsExgRQCH {
display:flex;
justify-content:space-between;
gap:10px;
align-items:start;
}
.XSOoORqJh .iAPqmyGj {
position:relative;
}
.XSOoORqJh .DGZiZxPJonX {
padding:10px 5px;
z-index:111;
border-radius:3px;
padding-bottom:5px;
color:#050505;
top:41px;
position:absolute;
left:0px;
white-space:nowrap;
background:#FFFFFF;
max-height:190px;
display:none;
overflow:auto;
min-width:100%;
}
.mLxlrRVHliv {
display:flex;
align-items:center;
gap:5px;
margin-bottom:5px;
font-size:13px;
}
.OGUGWHMg {
align-items: center;
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
    gap: 5px;
border: 0px;
   border-radius: 6px;
    font-weight: 600;
    background-color: #9dc88b;
	font-weight:600;
    color: #fff;
    background: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
    padding: 12px 25px;
display:flex;
    cursor: pointer;
}
.OGUGWHMg:hover {
background: linear-gradient(32.86deg, #ff008a 0%, #ff00e5 100%);
}
.vHvSkmGNgpHe{
position: relative;
 z-index: 10;
font-family:"Montserrat",system-ui,sans-serif;
display:block;
padding:0 0 20px 0;
margin:0 auto;
color:#FFFFFF;
max-width: 1100px;
}
.vHvSkmGNgpHe .KFBqAQFBq{
background:#293654;
border-radius:0 0 5px 5px;
z-index:1;
align-items:center;
display:flex;
padding:0 20px;
justify-content:flex-start;
max-width:1100px;
margin:0 auto;
width:100%;
}
.vHvSkmGNgpHe .KFBqAQFBq .eIBESpLm{
width:67px;
display:inline-block;
position:relative;
}
.vHvSkmGNgpHe .KFBqAQFBq .eIBESpLm img{
display:block;
height:25px;
margin:0 0 8px;
width:100%;
}
.vHvSkmGNgpHe .KFBqAQFBq .iHpiLTRmjPp {
margin:0;
align-items:center;
list-style:none;
flex-wrap:wrap;
display:flex;
width:calc(100% - 67px);
padding:0 10px 0 30px;
justify-content:space-between;
}
.vHvSkmGNgpHe a {
color:#FFFFFF;
text-decoration:none;
}
.vHvSkmGNgpHe .KFBqAQFBq .iHpiLTRmjPp a{
color:#fff;
font-size:14px;
display:block;
padding:12px 5px;
position:relative;
height:100%;
}
.vHvSkmGNgpHe .KFBqAQFBq ul li{
margin:0;
padding:0;
height:100%;
}
.cykOzwAZgf input {
border-radius:5px;
padding:3px 5px;
border:0px;
}
.KcVPtZgKFN {
border-radius:5px;
padding:3px 5px;
border:0px;
}
.ZlHDcJqWkGE {
display:flex;
padding-top:5px;
align-items:center;
gap:10px;
padding-bottom:5px;
}
.nJoylbILJw {
text-transform: uppercase;
    letter-spacing: 1.1px;
    border-radius: 20px;
    z-index: 1;
    line-height: 24px;
    padding: 5px 20px !important;
    box-shadow: 0 4px 4px 0 rgb(233 30 99 / 25%);
    background: #eb3573;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
cursor: pointer;
}
@media (max-width:744px){
.vHvSkmGNgpHe .KFBqAQFBq .iHpiLTRmjPp{
display:none}
}
.wKjyBzPCquXn {
font-size: 21px;
font-weight:600;
margin-top:19px;
}
.FbAFokVwV {
    text-align:center;
	padding:20px;
position: relative;
	color:#666666;
    background: #fff;
}
.XKlGHZxmsJQP {
padding-bottom:15px;
}
.XKlGHZxmsJQP a {
display: inline-block;
text-decoration:none;
margin-right:10px;
color:#000000;
}
.XKlGHZxmsJQP a:last-child {
margin-right:0px;
}
.aIZpPybGq {
text-align:center;
margin-bottom:5px;
}
.gacUQxtF {
  margin-bottom: 18px;
  justify-content: space-between;
  flex-wrap: wrap;
display: flex;
  gap: 12px;
  align-items: center;
}
 .fdnDrSbBcgE {
  font-size: 22px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 800;
}
.xDUsxpGSIsE {
  margin-top:15px;
  gap: 6px;
  justify-content: center;
  padding: 14px 0;
  margin-bottom: 14px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0,0,0,0.08);
display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
 .zEKbrIAwox {
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
display: flex;
}
 .lPeLTYMAA {
  color: #6b7280;
font-size: 11px;
}
 .aVbmzLDV {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
 .TfguKEkKSw {
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
display: inline-flex;
    font-weight: 800;
    padding: 0 10px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    color: #fff;
    font-size: 10px;
  }
  .cWhCBetp {
    background: linear-gradient(135deg, #ef4444, #991b1b);
    width: 32px;
    border-radius: 50%;
 padding: 0;
  }
  .DxMMBSgoHQ    {
 border: 1px solid #6b7280;
background: #1f2937;
 }
  .dBvnDjSiG    {
 background: #15171c;
 color: #c4e4ff;
 border: 1px solid #c4e4ff;
 }
  .yIcYQNGzvT {
    font-size: 9px;
    color: #fff;
background: #f97316;
  }
  .iEdbCQvEh {
    font-size: 11px;
    padding: 0 12px;
background: #16a34a;
  }
      .zhMkDOar {
    border-radius: 4px;
    align-items: center;
    letter-spacing: 0.3px;
    padding: 0 10px;
display: inline-flex;
    color: #fff;
    justify-content: center;
    height: 28px;
    flex-shrink: 0;
    font-weight: 800;
    min-width: 50px;
    font-size: 10px;
  }
  .pay-lg {
    min-width: 80px;
    font-size: 13px;
    border-radius: 6px;
height: 40px;
  }
  .IxkCKnaDe       {
 background: linear-gradient(135deg, #1a1f71, #0f1647);
 }
  .WFnymdwGf         {
 background: linear-gradient(135deg, #eb001b, #f79e1b);
 }
  .BelEpyfjy        {
 background: linear-gradient(135deg, #0f754e, #0a4d33);
 }
  .eRmebTOKJ        {
 background: linear-gradient(135deg, #5b27a8, #2c1252);
 }
  .aglujqVFN       {
 background: linear-gradient(135deg, #26a17b, #14543e);
 }
  .ilshySgfmjUV        {
 color:#fff;
background: linear-gradient(135deg, #f7931a, #b8690a);
 }
  .XBAZeAie        {
 background: linear-gradient(135deg, #345d9d, #1a3052);
 }
  .hPlfpeKzo      {
 background: #000;
 border: 1px solid #444;
 }
  .YMXhtAumIFDe   {
 background: linear-gradient(135deg, #8b3ffc, #5a1a99);
 }
  .BJfhgcIOMi     {
 background: linear-gradient(135deg, #862165, #4a0f37);
 }
  .nFjKBNNXuoXx   {
 background: linear-gradient(135deg, #00ac5b, #006b39);
 }
  .rpknjAiAh    {
 background: linear-gradient(135deg, #00377b, #001a3d);
 }




.sKsiPqDjEAYj *,
.sKsiPqDjEAYj *::before,
.sKsiPqDjEAYj *::after {
  box-sizing: border-box;
}

.sKsiPqDjEAYj {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.55;
  color: #e8e8ea;
}


.sKsiPqDjEAYj .GQvhUbgofMlN {
  display: inline-block;
  padding: 12px 24px;
  background: #22c55e;
  color: #000;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.sKsiPqDjEAYj .GQvhUbgofMlN:hover { opacity: 0.9; }

.sKsiPqDjEAYj .wgOjOMDVY {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.sKsiPqDjEAYj .wgOjOMDVY:hover { background: rgba(255,255,255,0.05); }


@media (max-width: 768px) {
  .sKsiPqDjEAYj .GQvhUbgofMlN,
  .sKsiPqDjEAYj .wgOjOMDVY {
    padding: 10px 18px;
    font-size: 13px;
  }
}




.sKsiPqDjEAYj.hWDEUgQcV {
  background: linear-gradient(135deg, #0d1a1a, #1a0d1f);
  border-radius: 8px;
  padding: 28px;
  margin: 0 auto;
  max-width: 1200px;
}

.rxpWZcjuw {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: center;
  min-height: 240px;
}

.tOCfQVWuIO {
  margin: 0;
  width: 220px;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #06b6d4, #22c55e);
}
.tOCfQVWuIO img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.clDVmbGVCuB {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 14px;
}

.MXcZgzLLf, .EBnKJIqM {
  margin-bottom: 6px;
}
.tyLJWoteOU {
  display: block;
  font-size: 12px;
  color: #fde047;
  line-height: 1.55;
}
.NmKlHsUyt {
  display: block;
  font-size: 12px;
  color: #9ca3af;
  line-height: 1.55;
}

.pHYbXrQa {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

@media (max-width: 768px) {
  .sKsiPqDjEAYj.hWDEUgQcV { padding: 20px 18px; }
  .rxpWZcjuw { grid-template-columns: 1fr; }
  .tOCfQVWuIO { width: 100%; height: 160px; }
  .clDVmbGVCuB { font-size: 18px; }
}




.BsGJtDPR * { box-sizing: border-box; }

.BsGJtDPR {
  margin: 24px 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}






.zGMWTCSSOV .xzJwBtUOc {
  background: linear-gradient(135deg, #1a1d2e, #0d1118);
  border: #2a2e3a;
  border-radius: 8px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.zGMWTCSSOV .KZgoSRBoc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.zGMWTCSSOV .lPkKUcrqk {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.zGMWTCSSOV .CGrLyggbnbS {
  font-size: 11px;
  color: #9ca3af;
  text-transform: uppercase;
}
.zGMWTCSSOV .LgjGtKsDGB {
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,0.08);
}
@media (max-width: 600px) {
  .zGMWTCSSOV .LgjGtKsDGB { display: none; }
}



.qVthIqWf * { box-sizing: border-box; }





.jTzHdIBEBe {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cRrKpYbt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.QkxbXMoABd {
  background: linear-gradient(135deg, #1a1d2e, #0a0c12);
  border-radius: 8px;
  padding: 12px;
  margin: 16px 0;
}
.QkxbXMoABd .jTzHdIBEBe {
  justify-content: center;
  font-size: 11px;
  color: #fbbf24;
  margin-bottom: 10px;
}
.QkxbXMoABd .YOknBmSnkFC {
  gap: 8px;
  animation-duration: 35s;
}
.QkxbXMoABd .UwqYHmora {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 6px 12px 6px 6px;
  font-size: 11px;
  flex-shrink: 0;
  white-space: nowrap;
}
.QkxbXMoABd .UwqYHmora.big {
  background: linear-gradient(90deg, rgba(34,197,94,0.15), rgba(34,197,94,0.04));
  border-color: rgba(34, 197, 94, 0.3);
}
.QkxbXMoABd .NyDVcfVeBwv {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  flex-shrink: 0;
}
.QkxbXMoABd .keNkeBYB {
  color: #c4e4ff;
  font-weight: 600;
}
.QkxbXMoABd .JRrmwqEwU {
  color: #22c55e;
  font-weight: 700;
}
.QkxbXMoABd .mXYJCXze {
  color: #9ca3af;
  font-size: 10px;
}


.QkxbXMoABd .NyDVcfVeBwv.bg-1 { background: linear-gradient(135deg, #ec4899, #be185d); }
.QkxbXMoABd .NyDVcfVeBwv.bg-2 { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.QkxbXMoABd .NyDVcfVeBwv.bg-3 { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.QkxbXMoABd .NyDVcfVeBwv.bg-4 { background: linear-gradient(135deg, #22c55e, #15803d); }
.QkxbXMoABd .NyDVcfVeBwv.bg-5 { background: linear-gradient(135deg, #f59e0b, #b45309); }

.UbVYwBjBCmMh {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.YOknBmSnkFC {
  display: flex;
  gap: 24px;
  animation: lwins-scroll 30s linear infinite;
  width: max-content;
}
@keyframes lwins-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.YOknBmSnkFC:hover {
  animation-play-state: paused;
}





.EiJvNBFGN *,
.EiJvNBFGN *::before,
.EiJvNBFGN *::after {
  box-sizing: border-box;
}

.EiJvNBFGN {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.55;
  color: var(--sc-text);
}

.EiJvNBFGN img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .EiJvNBFGN h2 {
    font-size: 18px !important;
  }
}




.gLQwJyxj {
  background: #0a0c10;
  padding: 32px 30px;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1200px;
}

.gLQwJyxj .iMRaUSuCyY {
  max-width: 100%;
}

.gLQwJyxj .IQHrUwAjS {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.gLQwJyxj .CZqSJyfnTWN {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 22px 0;
}

.gLQwJyxj .UjyTCMtR {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gLQwJyxj .IdneDRcoysc {
  background: #141824;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.15s;
}
.gLQwJyxj .IdneDRcoysc:hover {
  transform: translateY(-2px);
}

.gLQwJyxj .iSxrsunsXemo {
  position: relative;
  aspect-ratio: 400/550;
  overflow: hidden;
  background: #1a1d25;
}

.gLQwJyxj .FYDiPpzs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gLQwJyxj .upHFKfIoiSLS {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.gLQwJyxj .IdneDRcoysc:hover .upHFKfIoiSLS { opacity: 1; }

.gLQwJyxj .WCEKVXiAWuP {
  background: #22c55e;
  color: #000;
  padding: 8px 18px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.gLQwJyxj .WCEKVXiAWuP:hover { opacity: 0.9; }

.gLQwJyxj .epzxAidVo {
  padding: 10px 12px;
}

.gLQwJyxj .fzgKDfWW {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
}

.gLQwJyxj .cErOSlxgDVD {
  font-size: 11px;
  color: #9ca3af;
}

@media (max-width: 800px) {
  .gLQwJyxj .UjyTCMtR { grid-template-columns: repeat(3, 1fr); }
  .gLQwJyxj .CZqSJyfnTWN { font-size: 22px; }
}
@media (max-width: 500px) {
  .gLQwJyxj { padding: 22px 16px; }
  .gLQwJyxj .UjyTCMtR { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gLQwJyxj .CZqSJyfnTWN { font-size: 18px; }
}



.CFxoXBTbFD {
  margin: 28px 0;
  padding: 0;
}

.nzNRxDyhP {
  margin-bottom: 14px;
}

.vEYSdCeyuHR {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 6px 0;
}

.qsNTcJbpP {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.5;
}

.XgBTzNAZ {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.lScHOGxMcF {
  font-size: 13px;
  color: #c4e4ff;
  background: rgba(196, 228, 255, 0.08);
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.lScHOGxMcF:hover {
  background: rgba(196, 228, 255, 0.16);
}


.jpSRFJeL {
  background: #1a1d25;
  border: 1px solid #2a2e3a;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s, border-color 0.15s;
  position: relative;
}

.jpSRFJeL:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 197, 94, 0.4);
}

.WqWMABJK {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.WqWMABJK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wwDbNErBeC {
  padding: 10px 12px;
  flex-grow: 1;
}

.wZKxkbemAMRr {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.YbcNPgxSG {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 3px;
}




.CFxoXBTbFD.qdEznvmxByR .diCdxeVSC {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}


@media (max-width: 900px) {
  .CFxoXBTbFD.qdEznvmxByR .diCdxeVSC {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 560px) {
  .CFxoXBTbFD.qdEznvmxByR .diCdxeVSC {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.XKAjnWQJS .GGndgyiN {
  display: block;
}

.GGndgyiN {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
  margin: 0 12px 12px 12px;
  border-radius: 4px;
  transition: filter 0.15s;
}

.GGndgyiN:hover {
  filter: brightness(1.1);
}


.oLnfAfSr {
  padding: 48px 0;
  background: #0d0d14;
}

.oLnfAfSr .YVvOPfEk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.oLnfAfSr .BUsDVaHxyMmR {
  margin-bottom: 32px;
}

.oLnfAfSr .faq-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ff6b35;
  font-weight: 700;
  margin-bottom: 8px;
}

.oLnfAfSr .XVtmAwqYdNig {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.3px;
  margin: 0;
  line-height: 1.25;
}


@media (max-width: 600px) {
  .oLnfAfSr { padding: 32px 0; }
  .oLnfAfSr .XVtmAwqYdNig { font-size: 22px; }
  .oLnfAfSr .BUsDVaHxyMmR { margin-bottom: 24px; }
}




.hWfEIoTdVOT .bNegNoSEjlx {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
}

.hWfEIoTdVOT .gFBcwgsb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

.hWfEIoTdVOT .HIlOquunWNnv {
  display: grid;
  grid-template-columns: 56px 1fr 22px;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
}

.hWfEIoTdVOT .HIlOquunWNnv::-webkit-details-marker { display: none; }

.hWfEIoTdVOT .HssUWdWZw {
  font-family: ui-monospace, "SF Mono", Monaco, "Cascadia Code", monospace;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 1px;
}

.hWfEIoTdVOT .XahqMafH {
  font-size: 15.5px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}

.hWfEIoTdVOT .nlMJPXpA {
  width: 18px;
  height: 18px;
  position: relative;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.hWfEIoTdVOT .nlMJPXpA::before,
.hWfEIoTdVOT .nlMJPXpA::after {
  content: '';
  position: absolute;
  background: #fff;
  transition: transform 0.2s;
}

.hWfEIoTdVOT .nlMJPXpA::before {
  width: 18px;
  height: 1.5px;
  top: 8px;
  left: 0;
}

.hWfEIoTdVOT .nlMJPXpA::after {
  width: 1.5px;
  height: 18px;
  top: 0;
  left: 8px;
  transform-origin: center;
}

.hWfEIoTdVOT .gFBcwgsb[open] .nlMJPXpA {
  opacity: 1;
}

.hWfEIoTdVOT .gFBcwgsb[open] .nlMJPXpA::after {
  transform: rotate(90deg);
}

.hWfEIoTdVOT .sMBfRZCdfR {
  padding: 14px 0 0 72px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 760px;
}

@media (max-width: 600px) {
  .hWfEIoTdVOT .HIlOquunWNnv {
    grid-template-columns: 40px 1fr 18px;
    gap: 12px;
  }
  .hWfEIoTdVOT .HssUWdWZw {
    font-size: 12px;
  }
  .hWfEIoTdVOT .XahqMafH {
    font-size: 14.5px;
  }
  .hWfEIoTdVOT .sMBfRZCdfR {
    padding-left: 52px;
  }
}



.stk {
  position: fixed;
  z-index: 999;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.stk.stk--visible {
  opacity: 1;
  pointer-events: auto;
}


.stk.stk--closed {
  display: none !important;
}


.stk a, .stk button {
  font-family: inherit;
}


@media (max-width: 480px) {
  .rNFMdebzRcHV, .stk-v3 {
    bottom: 16px !important;
    right: 12px !important;
  }
}




.rNFMdebzRcHV {
  bottom: 24px;
  right: 24px;
  height: 56px;
  border-radius: 32px;
  background: linear-gradient(135deg, #f97316, #c2410c);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(249,115,22,0.5);
  color: #fff;
  text-decoration: none;
  border: 3px solid rgba(255,255,255,0.2);
  padding: 0 26px;
  gap: 10px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.rNFMdebzRcHV.stk--visible {
  animation: stk-v2-pulse 2s ease-in-out infinite;
}
.rNFMdebzRcHV:not(.stk--visible) {
  transform: scale(0.6) translateY(20px);
}

.tlYlvOWN {
  font-size: 18px;
}

@keyframes stk-v2-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(249,115,22,0.5);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 30px rgba(249,115,22,0.8);
  }
}

.rNFMdebzRcHV:hover {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}



.ibRwPpEoOGW * { box-sizing: border-box; }
.ibRwPpEoOGW {
  margin: 24px 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}


.UCbpnCTXT {
  width: 56px; height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: -1px;
  background-size: cover;
  background-position: center;
}
.pl-sm { width: 36px; height: 36px; font-size: 14px; border-radius: 8px; }
.pl-md { width: 44px; height: 44px; font-size: 18px; border-radius: 10px; }
.pl-lg { width: 72px; height: 72px; font-size: 28px; border-radius: 14px; }


.UCbpnCTXT[style*="background-image"] {
  font-size: 0;
  color: transparent;
}

.RLxfHIPB     { background: linear-gradient(135deg, #f97316, #c2410c); }
.wHfKqYXVbgNc    { background: linear-gradient(135deg, #a855f7, #6b21a8); }
.qtQvZoAHntG       { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.caGHDUkuJ       { background: linear-gradient(135deg, #f59e0b, #b45309); }
.uVmBMrBOBHUN       { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.uBQRjXxWV        { background: linear-gradient(135deg, #ec4899, #be185d); }
.WximkEdECjCb         { background: linear-gradient(135deg, #0ea5e9, #075985); }
.jBgaNboEu       { background: linear-gradient(135deg, #f97316, #9a3412); }
.KIpHHIYQe          { background: linear-gradient(135deg, #8b5cf6, #5b21b6); }
.zOtwfUYBGp   { background: linear-gradient(135deg, #facc15, #713f12); color: #000; }
.gFXutOCF        { background: linear-gradient(135deg, #ef4444, #991b1b); }
.tmjAcVhun       { background: linear-gradient(135deg, #1d4ed8, #172554); }
.PeAVofDvWWcb       { background: linear-gradient(135deg, #22c55e, #15803d); }
.StGDoJzop       { background: linear-gradient(135deg, #3b82f6, #1e40af); }
.NqcRzlLMmq     { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.dVMiFtnxn   { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.WgduGJgzR         { background: linear-gradient(135deg, #16a34a, #14532d); }
.gYYQzsAMYg      { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #ef4444; }
.KCesxeZRgRVh        { background: linear-gradient(135deg, #be123c, #4c0519); }
.YvzGVzkD      { background: linear-gradient(135deg, #2563eb, #1e3a8a); }
.mnGjCvYcazu     { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.aRhznymYYLP    { background: linear-gradient(135deg, #15803d, #14532d); }
.bedAeffc      { background: linear-gradient(135deg, #0284c7, #075985); }
.BoOufcDOYAh      { background: linear-gradient(135deg, #dc2626, #7f1d1d); }
.pGfTlXIZbpI     { background: linear-gradient(135deg, #059669, #064e3b); }
.JRqaigjsx     { background: linear-gradient(135deg, #be185d, #500724); }
.ypFjAUUUkI           { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #6366f1; }
.baEyNOhjNvQB    { background: linear-gradient(135deg, #1d4ed8, #172554); }
.QMRcWcqzOWl       { background: linear-gradient(135deg, #15803d, #14532d); }
.VpxhjzleC        { background: linear-gradient(135deg, #1e40af, #1e3a8a); }
.FIjGLCOwcOap           { background: linear-gradient(135deg, #0369a1, #0c4a6e); }
.CorEvCHEN        { background: linear-gradient(135deg, #475569, #1e293b); }
.BbrqJhZTgdFt  { background: linear-gradient(135deg, #b91c1c, #450a0a); }
.rJvcmOJZqq   { background: linear-gradient(135deg, #1f2937, #030712); border: 1px solid #facc15; }
.cTVFvzDGYJ      { background: linear-gradient(135deg, #0d9488, #115e59); }
.qomBxZYsZim      { background: linear-gradient(135deg, #ec4899, #831843); }
.BmiJzQgjlxjI     { background: linear-gradient(135deg, #1e293b, #020617); }
.gruFCRYdnF         { background: linear-gradient(135deg, #7c3aed, #4c1d95); }
.IufiqnvqKns { background: linear-gradient(135deg, #ea580c, #7c2d12); border: 1px solid #f97316; }
.jfVOTqNuqbd     { background: linear-gradient(135deg, #0c0a09, #000000); border: 1px solid #fbbf24; }




.fNEcUqPYxpfg .IxfClBRMWyI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  padding: 18px;
  background: linear-gradient(135deg, #1a1d2e, #0d1118);
  border-radius: 8px;
}

.fNEcUqPYxpfg .UCbpnCTXT {
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.fNEcUqPYxpfg .UCbpnCTXT:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}
