
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/montserrat-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/montserrat-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/assets/fonts/montserrat-900.woff2') format('woff2');
}

:root {
  --bg-color-1: #111111;
  --action-color: #f97316;
  --action-color-2: #ffffff;
  --text-color: #ffffff;
  --text-color-2: #9ca3af;
  --main-color: #fb923c;
  --button-bg: #f95d0a;
  --button-text: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--bg-color-1);
  color: var(--text-color);
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-top: 82px;
  position: relative;
  overflow-x: hidden;
}

._aonv {
  position: fixed;
  width: 2375px;
  height: 2155px;
  left: -278px;
  top: 219px;
  background: radial-gradient(50% 50% at 50% 50%, #f97316 0%, rgba(17, 17, 17, 0) 100%);
  opacity: 0.2;
  pointer-events: none;
}

._asb5 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
}
._asb5::after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  ._asb5 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  ._asb5 {
    padding: 0 16px;
  }
}

._kpl3 {
  display: flex;
  justify-content: center;
}

._3vcp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--button-bg);
  color: var(--button-text);
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 60px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  ._3vcp {
    padding: 12px 24px;
  }
}
._3vcp:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._ch1k a,
._lvum a,
._7dp5 a,
._2wa8 a {
  color: var(--button-bg, var(--action-color));
  text-decoration: underline;
  transition: opacity 0.3s;
}
._ch1k a:hover,
._lvum a:hover,
._7dp5 a:hover,
._2wa8 a:hover {
  opacity: 0.8;
}

._m7y5 {
  cursor: pointer;
}

._kmiy {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  gap: 9px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 36px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  ._kmiy {
    padding: 9px 16px;
  }
}
._kmiy:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}
._aufp {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1024px) {
  ._aufp {
    width: 20px;
    height: 20px;
  }
}

._fy83 {
  background-color: var(--bg-color-1);
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
._m55k {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1480px) {
  ._m55k {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._m55k {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
._31rr {
  width: 204px;
  margin-top: 10px;
}
@media screen and (max-width: 1480px) {
  ._31rr {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  ._31rr {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  ._31rr {
    width: 100px;
  }
}
._glmt {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  ._glmt {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._glmt ._3vcp {
    padding: 10px 20px;
    font-size: 13px;
  }
  ._glmt ._kmiy {
    padding: 8px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  ._glmt {
    gap: 8px;
  }
  ._glmt ._3vcp {
    padding: 10px 18px;
    font-size: 12px;
  }
  ._glmt ._kmiy {
    padding: 8px 14px;
    font-size: 12px;
  }
}

._drfp {
  display: none; 
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 12; 
  margin-left: 10px;
  position: relative; 
}
@media screen and (max-width: 768px) {
  ._drfp {
    display: flex; 
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  ._drfp {
    margin-left: 0px;
  }
}
._drfp span {
  width: 30px;
  height: 0.25rem;
  background: var(--text-color);
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}
._drfp span:first-child {
  transform: rotate(0);
}
._drfp span:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}
._drfp span:nth-child(3) {
  transform: rotate(0);
}
._drfp.open span:first-child {
  transform: rotate(45deg);
}
._drfp.open span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
._drfp.open span:nth-child(3) {
  transform: rotate(-45deg);
}

._h0fy {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  position: static;
  background: transparent;
  padding: 0;
  width: auto;
  height: auto;
  transform: none;
  transition: none;
}
._666i {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--text-color);
  transition: all 0.3s;
  margin: 0;
  white-space: nowrap;
}
._666i:hover {
  opacity: 0.8;
}


@media screen and (max-width: 768px) {
  ._h0fy {
    position: fixed;
    flex-direction: column;
    padding-top: 120px;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bg-color-1);
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
    order: 4;
  }
  ._h0fy.open {
    transform: translateY(0);
  }
  ._666i {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}

._7ftl {
  position: relative;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  ._7ftl {
    padding-top: 16px;
  }
}
._jjld {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 36px 48px 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
._jjld::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.72) 100%);
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  ._jjld {
    flex-direction: column;
    align-items: center;
    padding: 28px 24px;
  }
}
@media screen and (max-width: 768px) {
  ._jjld {
    padding: 24px 20px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._jjld {
    padding: 20px 16px;
    border-radius: 10px;
  }
}
._jolw {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  ._jolw {
    align-items: center;
  }
}
._1bss {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  ._1bss {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 576px) {
  ._1bss {
    font-size: 24px;
    line-height: 30px;
  }
}
._bmr1 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: flex;
}
._gl2u {
  position: absolute;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.7);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  ._gl2u {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  ._gl2u {
    font-size: 20px;
    line-height: 26px;
  }
}
._3abf {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  background: linear-gradient(90deg, #fed7aa 0%, #c2410c 50%, #fed7aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  ._3abf {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  ._3abf {
    font-size: 20px;
    line-height: 26px;
  }
}
._313b {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
  opacity: 0.9;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._313b {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  ._313b {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  ._313b {
    font-size: 16px;
    line-height: 22px;
  }
}
._c6it {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._c6it img {
  width: 100%;
  height: auto;
  display: block;
}

._lid4 {
  position: relative;
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  ._lid4 {
    padding-top: 28px;
  }
}
._68y3 {
  display: none;
}
@media screen and (max-width: 1024px) {
  ._68y3 {
    display: block;
    width: 100%;
    max-width: 74px;
    margin-bottom: 16px;
  }
}
._856i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 68px 86px 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  ._856i {
    flex-direction: column;
    align-items: center;
    padding: 48px 63px 40px;
  }
}
@media screen and (max-width: 768px) {
  ._856i {
    padding: 14px 24px 16px;
  }
}
._dvc4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  ._dvc4 {
    align-items: center;
  }
}
._8dpe {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  ._8dpe {
    font-size: 42px;
    line-height: 54px;
  }
}
@media screen and (max-width: 1024px) {
  ._8dpe {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  ._8dpe {
    font-size: 22px;
    line-height: 28px;
  }
}
._htns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  ._htns {
    gap: 10px;
    padding: 24px 0;
  }
}
@media screen and (max-width: 576px) {
  ._htns {
    gap: 10px;
    padding: 16px 0;
  }
}
._e8t3 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(2.7px);
          backdrop-filter: blur(2.7px);
  border-radius: 25px;
  box-shadow: 1.35px 2.7px 5.4px rgba(0, 0, 0, 0.76);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  ._e8t3 {
    gap: 6px;
  }
}
._8ved, ._jdnh {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  ._8ved, ._jdnh {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  ._8ved, ._jdnh {
    font-size: 20px;
  }
}
._8ved._lihp, ._jdnh._lihp {
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  ._8ved._lihp, ._jdnh._lihp {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  ._8ved._lihp, ._jdnh._lihp {
    font-size: 24px;
  }
}
._8ved {
  position: absolute;
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.77);
  z-index: 1;
  margin-top: -42px;
}
@media screen and (max-width: 1024px) {
  ._8ved {
    margin-top: -32px;
  }
}
@media screen and (max-width: 768px) {
  ._8ved {
    margin-top: -22px;
  }
}
._jdnh {
  background: linear-gradient(90deg, #fed7aa 0%, #c2410c 50%, #fed7aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}
._3tys {
  line-height: 120%;
  font-weight: bold;
  white-space: nowrap;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  ._3tys {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._3tys {
    font-size: 12px;
  }
}
._3tys._lihp {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  ._3tys._lihp {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._3tys._lihp {
    font-size: 16px;
  }
}
._e8t3:nth-child(1), ._e8t3:nth-child(3) {
  width: 100%;
  max-width: 195px;
  height: 178px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  ._e8t3:nth-child(1), ._e8t3:nth-child(3) {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._e8t3:nth-child(1), ._e8t3:nth-child(3) {
    padding: 10px;
  }
}
._e8t3:nth-child(2) {
  width: 100%;
  max-width: 275px;
  height: 252px;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  ._e8t3:nth-child(2) {
    padding: 20px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  ._e8t3:nth-child(2) {
    padding: 10px;
  }
}
._jt9e {
  display: flex;
  width: 100%;
  max-width: 709px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  border-radius: 30px;
}
._jt9e img {
  width: 100%;
  height: auto;
  display: block;
}

._a9g5 {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 24px 32px;
  border-radius: 16px;
  margin: 48px 0 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
  background: rgba(251, 146, 60, 0.1);
}
@media screen and (max-width: 768px) {
  ._a9g5 {
    margin: 20px 0 20px;
  }
}
@media screen and (max-width: 576px) {
  ._a9g5 {
    padding: 6px 18px;
  }
}
._as01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
._jbhz {
  font-weight: 700;
  font-size: 42px;
  line-height: 54px;
  text-align: center;
  color: var(--main-color);
}
._50qj {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  ._50qj {
    font-size: 12px;
    line-height: 16px;
  }
}

._9b0u {
  width: 100%;
  margin-bottom: 40px;
}
._2s2q {
  width: 100%;
  height: auto;
}

._e2pg {
  margin: 16px 0 24px;
}
._5tfb {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._5tfb {
    gap: 8px;
  }
}
._dsbt {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin: 44px 0;
}
@media screen and (max-width: 1024px) {
  ._dsbt {
    font-size: 22px;
    line-height: 32px;
    margin: 24px 0;
  }
}
._56nn, ._8c27 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  ._56nn, ._8c27 {
    gap: 8px;
  }
}
._4ly, ._ci64 {
  width: calc(12.5% - 12.25px);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  ._4ly, ._ci64 {
    width: calc(25% - 6px);
  }
}
._4ly::after, ._ci64::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: rgba(40, 40, 40, 0.67);
  background-image: url("../icons/play-button.svg");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
._4ly:hover::after, ._ci64:hover::after {
  opacity: 1;
  background-size: 60px;
}
._4ly img, ._ci64 img {
  width: 100%;
  height: auto;
  display: block;
}

._ahon {
  position: relative;
}
._ahon:not(._c55),
._ahon p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
._ahon ._c55,
._ahon ._i34o,
._ahon ._361t,
._ahon ._a5mt,
._ahon h1,
._ahon h2,
._ahon h3,
._ahon h4,
._ahon h5,
._ahon h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
._ahon ._cxhr {
  text-align: center;
}
._ahon ._i34o,
._ahon h2 {
  font-size: 24px;
}
._ahon ._361t,
._ahon h3 {
  font-size: 20px;
}
._ahon ._a5mt,
._ahon h4 {
  font-size: 18px;
}
._ahon ul,
._ahon ol {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}
._ahon ul li,
._ahon ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
._ahon ._jei2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
._ahon table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}
._ahon table td,
._ahon table th {
  padding: 13px 20px;
  border: 1px solid #b9b9b9;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  ._ahon table td,
  ._ahon table th {
    padding: 2px 4px;
    font-size: 12px;
  }
}
._ahon table th {
  text-align: left;
  background-color: #04aa6d;
  color: white;
  background: rgba(242, 242, 245, 0.19);
}
._ahon table tr:nth-child(even) {
  background-color: rgba(242, 242, 245, 0.19);
}
._iqfc {
  max-width: 1042px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin: 74px 0 0px;
}
@media screen and (max-width: 1024px) {
  ._iqfc {
    margin: 26px 0 18px;
  }
}
._kvk8 {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #fb923c;
  border-radius: 15px 15px 0px 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  ._kvk8 {
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  ._kvk8 {
    font-size: 14px;
  }
}
._ezb4 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  border: 1px solid #fb923c;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ._ezb4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  ._ezb4 {
    min-height: 64px;
    font-size: 12px;
  }
}
._ezb4:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
._ezb4:last-child {
  border-radius: 0px 0px 27px 27px;
}
@media screen and (max-width: 1024px) {
  ._ezb4:last-child {
    border-radius: 0px 0px 10px 10px;
  }
}
._7guf, ._fu7e {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 50%;
  padding: 10px;
  flex: 1;
}
._fu7e {
  border-left: 1px solid #fb923c;
}

._i5h4 {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._mebp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._mebp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._977w {
  display: flex;
  flex-direction: column;
}
._mecy {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._e06v {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._e06v a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s, opacity 0.3s;
}
._e06v a:hover {
  color: var(--main-color);
  opacity: 1;
}
._8ifj {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._jrg4 {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._4p4i {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--text-color-2);
  transition: background 0.2s, color 0.2s;
}
._4p4i:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-color);
}
._f1ss {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  pointer-events: none;
}
._54m2 {
  display: inline-flex;
  align-items: center;
  width: 20px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
._54m2 svg {
  width: 100%;
  height: 100%;
  display: block;
}
._fbzp {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
._hcph {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._hcph p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}




._dpmg {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._dpmg {
    padding: 32px 0;
  }
}

._3iso {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._3iso {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._e1lj {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  ._e1lj {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._e1lj {
    grid-template-columns: 1fr;
  }
}

._1tl6 {
  background: rgba(251, 146, 60, 0.05);
  border: 1px solid rgba(251, 146, 60, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._1tl6 {
    padding: 24px 16px;
  }
}

._1tl6:hover {
  background: rgba(251, 146, 60, 0.1);
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._ko52 {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  ._ko52 {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 16px;
  }
}

._kzh1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 12px;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._kzh1 {
    font-size: 18px;
    line-height: 24px;
  }
}

._d87 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
}


@keyframes bonus-promo-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(249, 115, 22, 0.3), 0 0 60px rgba(249, 115, 22, 0.1); }
  50% { box-shadow: 0 0 30px rgba(249, 115, 22, 0.5), 0 0 80px rgba(249, 115, 22, 0.2); }
}
@keyframes bonus-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes bonus-badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

._3nnq {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._3nnq {
    padding: 32px 0;
  }
}

._gn1v {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2) 0%, rgba(26, 26, 26, 0.95) 40%, rgba(26, 26, 26, 0.95) 60%, rgba(251, 146, 60, 0.2) 100%);
  border: 2px solid var(--action-color);
  border-radius: 28px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  animation: bonus-promo-glow 3s ease-in-out infinite;
}
._gn1v::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 20%, rgba(249, 115, 22, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 70% 80%, rgba(251, 146, 60, 0.08) 0%, transparent 50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  ._gn1v {
    padding: 40px 20px;
    border-radius: 20px;
  }
}

._azzm {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--action-color);
  color: var(--text-color);
  padding: 10px 24px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: bonus-badge-pulse 2s ease-in-out infinite;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.4);
}
@media screen and (max-width: 768px) {
  ._azzm {
    top: 16px;
    right: 16px;
    padding: 8px 16px;
    font-size: 12px;
  }
}

._8zlx {
  font-size: 64px;
  font-weight: 900;
  line-height: 76px;
  text-align: center;
  margin-bottom: 12px;
  background: linear-gradient(90deg, var(--action-color), #fdba74, var(--main-color));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._8zlx {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (max-width: 576px) {
  ._8zlx {
    font-size: 34px;
    line-height: 42px;
  }
}

._hl49 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  ._hl49 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}

._ji1z {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ._ji1z {
    gap: 12px;
    margin-bottom: 36px;
  }
}

._b29y {
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 28px 36px;
  min-width: 160px;
  transition: transform 0.3s, border-color 0.3s, background 0.3s;
}
._b29y:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.08);
}
@media screen and (max-width: 768px) {
  ._b29y {
    padding: 20px 24px;
    min-width: 130px;
    border-radius: 14px;
  }
}

._edr0 {
  font-size: 42px;
  font-weight: 900;
  color: var(--main-color);
  margin-bottom: 8px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  ._edr0 {
    font-size: 30px;
  }
}

._4gm1 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color-2);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

._bf3i {
  text-align: center;
}
._bf3i ._3vcp {
  display: inline-flex;
  font-size: 22px;
  padding: 22px 88px;
  border-radius: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  animation: bonus-pulse 2.5s ease-in-out infinite;
  box-shadow: 0 8px 32px rgba(249, 115, 22, 0.4);
}
._bf3i ._3vcp:hover {
  animation: none;
  transform: scale(1.05);
  box-shadow: 0 12px 48px rgba(249, 115, 22, 0.6);
}
@media screen and (max-width: 768px) {
  ._bf3i ._3vcp {
    font-size: 18px;
    padding: 18px 56px;
    border-radius: 14px;
  }
}


._74iv {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._74iv {
    padding: 32px 0;
  }
}

._7lna {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._7lna {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._gp2r {
  max-width: 900px;
  margin: 0 auto;
}

._m9lw {
  background: rgba(251, 146, 60, 0.05);
  border: 1px solid rgba(251, 146, 60, 0.2);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s;
}

._m9lw:hover {
  border-color: var(--main-color);
}

._e6si {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--text-color);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._e6si {
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

._e6si:hover {
  color: var(--main-color);
}

._axxr {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}

._axxr::before,
._axxr::after {
  content: '';
  position: absolute;
  background: var(--main-color);
  transition: all 0.3s;
}

._axxr::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

._axxr::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

._m9lw.active ._axxr::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

._b9wm {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

._m9lw.active ._b9wm {
  max-height: 500px;
}

._aob7 {
  padding: 0 32px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._aob7 {
    padding: 0 20px 18px;
    font-size: 14px;
    line-height: 20px;
  }
}


._mazt {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._mazt {
    padding: 32px 0;
  }
}

._ihu {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._ihu {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._3jus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  ._3jus {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  ._3jus {
    grid-template-columns: 1fr;
  }
}

._fqu0 {
  background: rgba(251, 146, 60, 0.05);
  border: 1px solid rgba(251, 146, 60, 0.2);
  border-radius: 16px;
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._fqu0 {
    padding: 24px 20px;
  }
}

._fqu0:hover {
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
}

._953g {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

._6u30 {
  color: #f97316;
  font-size: 18px;
}

._6ply {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  margin-bottom: 20px;
}

._66b4 {
  display: flex;
  align-items: center;
  gap: 12px;
}

._gzgw {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
}

._clsz {
  flex: 1;
}

._63z8 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 4px;
}

._3vei {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color-2);
}


._jgjr {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._jgjr {
    padding: 32px 0;
  }
}

._iapv {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._iapv {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._a8d5 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  ._a8d5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  ._a8d5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

._guts {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  ._guts {
    padding: 16px;
  }
}

._guts:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--main-color);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

._4up6 {
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}

._guts:hover ._4up6 {
  transform: scale(1.05);
}


._7p6 {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._7p6 {
    padding: 32px 0;
  }
}

._l0d3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._l0d3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._5gsc {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  ._5gsc {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._5gsc {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

._g6g9 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  ._g6g9 {
    padding: 12px;
  }
}

._g6g9:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--action-color-2);
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

._eysy {
  max-width: 100%;
  height: auto;
}


._8qgd {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._8qgd {
    padding: 32px 0;
  }
}

._gayn {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._gayn {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}

._ha23 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  ._ha23 {
    gap: 20px;
  }
}

._gqz9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}

._gqz9:hover {
  transform: scale(1.05);
}

._sfw {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  background: rgba(251, 146, 60, 0.1);
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  ._sfw {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }
}

._9u21 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
  max-width: 120px;
}


._is7w {
  padding: 32px 0;
  position: relative;
  overflow: hidden;
}

._1ujd {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.2), rgba(251, 146, 60, 0.2));
  border: 2px solid var(--action-color);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._1ujd {
    padding: 24px 16px;
  }
}

._ch40 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color-2);
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  ._ch40 {
    font-size: 14px;
  }
}

._6m8f {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  background: linear-gradient(90deg, #fed7aa 0%, #c2410c 50%, #fed7aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: pulse 2s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  ._6m8f {
    font-size: 42px;
    line-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  ._6m8f {
    font-size: 32px;
    line-height: 40px;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

._3cdo {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color-2);
  margin-top: 12px;
}


._m96v {
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._m96v {
    padding: 24px 0;
  }
}

._alhl {
  background: linear-gradient(135deg, var(--action-color), var(--main-color));
  border-radius: 24px;
  padding: 40px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  ._alhl {
    padding: 28px 20px;
    border-radius: 16px;
  }
}

._alhl::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._aj8u {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: var(--text-color);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._aj8u {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 576px) {
  ._aj8u {
    font-size: 24px;
    line-height: 32px;
  }
}

._qgb {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ._qgb {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

._lvbx {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--text-color);
  color: var(--bg-color-1);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 48px;
  border-radius: 12px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  ._lvbx {
    padding: 12px 32px;
    font-size: 16px;
  }
}

._lvbx:hover {
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 30px;
}




._71xi {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, transparent 0%, rgba(249, 115, 22, 0.02) 100%);
}

@media screen and (max-width: 768px) {
  ._71xi {
    padding: 32px 0 48px;
  }
}

._icki {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._icki {
    font-size: 16px;
  }
}

._icki p {
  margin-bottom: 20px;
}

._icki strong {
  color: #f97316;
  font-weight: 600;
}


._icki ._2io0 {
  background: rgba(249, 115, 22, 0.1);
  border: 2px solid rgba(249, 115, 22, 0.3);
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ._icki ._2io0 {
    padding: 20px;
    margin-top: 24px;
  }
}

._icki ._2io0 p {
  font-size: 20px;
  color: #f97316;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  ._icki ._2io0 p {
    font-size: 18px;
  }
}



._2wa8 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  ._2wa8 {
    padding: 40px 0;
  }
}

._2wa8 > ._asb5 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._2wa8 > ._asb5 {
    font-size: 16px;
  }
}

._2wa8 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}

@media screen and (max-width: 1024px) {
  ._2wa8 h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  ._2wa8 h2 {
    font-size: 26px;
    margin: 36px 0 20px;
  }
}

._2wa8 h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}

@media screen and (max-width: 1024px) {
  ._2wa8 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  ._2wa8 h3 {
    font-size: 20px;
    margin: 28px 0 16px;
  }
}

._2wa8 p {
  margin-bottom: 24px;
}

._2wa8 ul,
._2wa8 ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._2wa8 li {
  margin-bottom: 12px;
}

._2wa8 a {
  color: var(--button-bg, var(--action-color));
  text-decoration: underline;
  transition: opacity 0.3s;
}

._2wa8 a:hover {
  opacity: 0.8;
}

._2wa8 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}


._794l {
  margin: 32px 0;
  text-align: center;
}

._c8mx ._5i13 {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

._c8mx ._5i13 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

._4bwo {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  pointer-events: none;
}

._geis {
  pointer-events: auto;
  font-size: 18px;
  padding: 14px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: var(--button-text, #fff);
}

@media screen and (max-width: 768px) {
  ._geis {
    font-size: 14px;
    padding: 10px 32px;
  }
  ._4bwo {
    padding-bottom: 16px;
  }
}


._2wa8 ._geis {
  color: var(--button-text, #fff);
  text-decoration: none;
}

._2wa8 blockquote {
  border-left: 4px solid #f97316;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(249, 115, 22, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

._2wa8 table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}

._2wa8 table td,
._2wa8 table th {
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  ._2wa8 table td,
  ._2wa8 table th {
    padding: 8px 12px;
    font-size: 13px;
  }
}

._2wa8 table th {
  text-align: left;
  background: rgba(249, 115, 22, 0.1);
  color: var(--text-color);
  font-weight: 600;
}

._2wa8 table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._2wa8 table caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}



._gkyv {
  padding: 80px 0 0;
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.03) 0%, transparent 100%);
}

@media screen and (max-width: 768px) {
  ._gkyv {
    padding: 40px 0 0;
  }
}

._6z6t {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  ._6z6t {
    margin-bottom: 32px;
  }
}

._fx82 {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._fx82 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  ._fx82 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

._2912 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  ._2912 {
    font-size: 16px;
  }
}


._lfvd {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._lfvd img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  ._lfvd {
    margin-bottom: 32px;
    border-radius: 12px;
  }
}


._f4ke {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}

._9ihv {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin-right: 4px;
}

._4yev {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

._4yev:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

._4yev svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

._9zgx svg { color: #10a37f; }
._i8ai svg { color: #20b8cd; }
._fx0i svg { color: #d97706; }

@media screen and (max-width: 480px) {
  ._f4ke {
    gap: 6px;
    margin-top: 16px;
  }
  ._9ihv {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  ._4yev {
    font-size: 12px;
    padding: 6px 10px;
  }
}



._cgf9 {
  padding: 40px 0;
  background: rgba(249, 115, 22, 0.02);
}

@media screen and (max-width: 768px) {
  ._cgf9 {
    padding: 32px 0;
  }
}

._3oul {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._3oul {
    font-size: 16px;
  }
}

._3oul p {
  margin-bottom: 20px;
}

._3oul strong {
  color: #f97316;
  font-weight: 600;
}



._hk5v {
  padding: 60px 0;
  background: var(--bg-color, #0d0d0d);
}

._6z6t {
  text-align: center;
  margin-bottom: 48px;
}

._9p6t {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

._bmsj {
  color: var(--button-bg, var(--action-color));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._kt5z {
  color: rgba(255, 255, 255, 0.6);
}

._fx82 {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._fx82 {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._fx82 {
    font-size: 32px;
  }
}

._2912 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  ._2912 {
    font-size: 16px;
  }
}

._679r {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

._lfvd {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._lfvd img {
  width: 100%;
  height: auto;
  display: block;
}

._2wa8 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  ._2wa8 {
    font-size: 16px;
  }
}

._2wa8 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  ._2wa8 h2 {
    font-size: 28px;
  }
}

._2wa8 h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}
@media screen and (max-width: 768px) {
  ._2wa8 h3 {
    font-size: 22px;
  }
}

._2wa8 p {
  margin-bottom: 24px;
}

._2wa8 ul,
._2wa8 ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._2wa8 li {
  margin-bottom: 12px;
}

._2wa8 a {
  color: var(--button-bg, var(--action-color));
  text-decoration: underline;
  transition: opacity 0.3s;
}

._2wa8 a:hover {
  opacity: 0.8;
}

._2wa8 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}

._794l {
  margin: 32px 0;
  text-align: center;
}


._c8mx ._5i13 {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
._c8mx ._5i13 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
._4bwo {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  pointer-events: none;
}
._geis {
  pointer-events: auto;
  font-size: 18px;
  padding: 14px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ._geis {
    font-size: 14px;
    padding: 10px 32px;
  }
  ._4bwo {
    padding-bottom: 16px;
  }
}


._2wa8 ._geis {
  color: var(--button-text, #fff);
  text-decoration: none;
}

._2wa8 blockquote {
  border-left: 4px solid #f97316;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(249, 115, 22, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}



._aufm {
  padding: 80px 0;
  background: var(--bg-color, #0d0d0d);
}

@media screen and (max-width: 768px) {
  ._aufm {
    padding: 60px 0;
  }
}

._i8nk {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--text-color);
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._i8nk {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  ._i8nk {
    font-size: 28px;
  }
}

._bwu {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  ._bwu {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

._9nnh {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  ._9nnh {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  ._9nnh {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._fwqe {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._fwqe:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.15);
}

._42pd {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._42pd {
    padding: 20px;
  }
}

._j4hx {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._j4hx {
    font-size: 18px;
  }
}

._k43s {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._l24s {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._l24s:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.15);
}
._78k3 {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._6xuy {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._6xuy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._l4cv {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._l4cv::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(249, 115, 22, 0.03) 20px,
    rgba(249, 115, 22, 0.03) 40px
  );
}
._775l {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(249, 115, 22, 0.9);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
._hni0 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._m5yk {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
._db4j {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._h3h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._9cfr {
  position: relative;
  padding: 4rem 0 3rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

._9cfr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 0;
}

._9cfr ._asb5 {
  position: relative;
  z-index: 1;
}

._kbtm {
  max-width: 700px;
  margin: 0 auto;
}

._f95o {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}

._gcqk {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

._68hs {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

._fyuq {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

._1dz4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--border-radius, 8px);
  backdrop-filter: blur(4px);
}

._fvsc {
  font-size: 1.25rem;
}

._euy4 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

._d7gp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

._mbyo {
  display: flex;
  gap: 2px;
}

._1eka {
  color: #f97316;
  font-size: 1.25rem;
}

._i7b6 {
  opacity: 0.5;
}

._azvd {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

._2uzz {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: var(--action-color);
  color: #fff;
  border-radius: var(--border-radius, 8px);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

._2uzz:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  ._9cfr {
    padding: 2.5rem 0 2rem;
  }

  ._gcqk {
    font-size: 1.5rem;
  }

  ._fyuq {
    flex-direction: column;
    align-items: center;
  }
}

._6qro {
  padding: 3rem 0;
}

._18uv {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

._js5n {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
}

._fx6v {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._apfl {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1.2fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 10px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._apfl:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._k3n8 {
  border-color: var(--action-color);
  background: linear-gradient(135deg, rgba(var(--action-color-rgb, 255,107,0), 0.08) 0%, var(--bg-color-2, rgba(255,255,255,0.05)) 100%);
  position: relative;
}

._cpl1 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._c4se {
  gap: 0.35rem;
}

._8ps9 {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

._i14k {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
}

._bhlr {
  color: #f97316;
  font-size: 0.85rem;
}

._i7u1 {
  gap: 0.3rem;
}

._1fwg {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
}

._bbt3 {
  font-size: 0.8rem;
  color: var(--text-color-2);
}

._bbt3 strong {
  font-family: monospace;
  background: rgba(255,255,255,0.08);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  color: var(--action-color);
}

._5gjt {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
}

._m0ez {
  display: flex;
  justify-content: flex-end;
}

._e1cz {
  padding: 0.6rem 1.5rem;
  border-radius: var(--border-radius, 8px);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

._cg7f {
  background: var(--action-color);
  color: #fff;
}

._cg7f:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  ._apfl {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
  }

  ._c4se {
    align-items: center;
  }

  ._5gjt {
    text-align: center;
  }

  ._m0ez {
    justify-content: center;
  }

  ._e1cz {
    width: 100%;
    padding: 0.75rem;
  }
}

._lvum {
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._lvum {
    padding: 16px 0;
  }
}

._8wy0 {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._8wy0 {
    margin-bottom: 24px;
  }
}

._8wy0 h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._8wy0 h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}

._8wy0 p,
._8wy0 ._lk0k {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-2);
  margin-bottom: 14px;
}
._8wy0 p:last-child,
._8wy0 ._lk0k:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ._8wy0 p,
  ._8wy0 ._lk0k {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

._lvum table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._lvum table td,
._lvum table th {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._lvum table td,
  ._lvum table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._lvum table th {
  text-align: left;
  background: rgba(249, 115, 22, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._lvum table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._lvum ._h41i {
  background: rgba(251, 146, 60, 0.08);
  border-left: 4px solid var(--main-color);
  border-radius: 0 12px 12px 0;
  padding: 24px 32px;
  margin: 32px 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._lvum ._h41i {
    padding: 18px 20px;
    font-size: 15px;
    line-height: 24px;
  }
}

._7dp5 {
  padding: 24px 0 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._7dp5 {
    padding: 16px 0 32px;
  }
}

._7dp5 h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._7dp5 h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

._7dp5 p,
._7dp5 ._lk0k {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color-2);
  margin-bottom: 14px;
}
._7dp5 p:last-child,
._7dp5 ._lk0k:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  ._7dp5 p,
  ._7dp5 ._lk0k {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}

._7dp5 table {
  border-collapse: collapse;
  width: 100%;
  margin: 24px 0;
}
._7dp5 table td,
._7dp5 table th {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-color-2);
}
@media screen and (max-width: 768px) {
  ._7dp5 table td,
  ._7dp5 table th {
    padding: 8px 10px;
    font-size: 13px;
  }
}
._7dp5 table th {
  text-align: left;
  background: rgba(249, 115, 22, 0.1);
  color: var(--text-color);
  font-weight: 600;
}
._7dp5 table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._ch1k {
  padding: 48px 0 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._ch1k {
    padding: 32px 0 16px;
  }
}

._ch1k h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 24px;
  color: var(--text-color);
}
@media screen and (max-width: 1024px) {
  ._ch1k h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

._ch1k ._7u8v {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text-color-2);
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  ._ch1k ._7u8v {
    font-size: 16px;
    line-height: 26px;
  }
}


._hu4g {
  margin: 28px 0;
  overflow: hidden; 
}
._hu4g figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
._hu4g figure img {
  display: block;
  height: auto;
  border-radius: 12px;
}
._hu4g figure a {
  display: block;
}
._hu4g figure a img {
  transition: opacity 0.2s;
}
._hu4g figure a:hover img {
  opacity: 0.85;
}


._hu4g figure._8xsi {
  text-align: center;
  margin: 0 auto;
}
._hu4g figure._8xsi img {
  max-width: 100%;
  margin: 0 auto;
}


._hu4g figure._62wo {
  width: 100%;
}
._hu4g figure._62wo img {
  width: 100%;
}


._hu4g:has(._660f) {
  float: left;
  margin: 4px 28px 16px 0;
  max-width: 45%;
}
._hu4g figure._660f img {
  width: 100%;
}


._hu4g:has(._3c5g) {
  float: right;
  margin: 4px 0 16px 28px;
  max-width: 45%;
}
._hu4g figure._3c5g img {
  width: 100%;
}


._hu4g + ._7u8v,
._hu4g + ._gie4 {
  overflow: hidden; 
}


._hu4g figcaption {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  ._hu4g {
    margin: 20px 0;
  }
  
  ._hu4g:has(._660f),
  ._hu4g:has(._3c5g) {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}

._i5h4 {
  padding-top: 48px;
  padding-bottom: 24px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
._mebp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  ._mebp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
._977w {
  display: flex;
  flex-direction: column;
}
._mecy {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
._e06v {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._e06v a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--text-color-2);
  text-decoration: none;
  text-transform: none;
  transition: color 0.3s, opacity 0.3s;
}
._e06v a:hover {
  color: var(--main-color);
  opacity: 1;
}
._e06v a._clvp {
  font-weight: 600;
  color: var(--main-color);
  margin-top: 4px;
}
._e06v a._clvp:hover {
  opacity: 0.8;
}
._8ifj {
  width: 100%;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._h4ff {
  width: 100%;
  height: auto;
  display: block;
  max-height: 80px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}
._h4ff:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  ._h4ff {
    max-height: 60px;
  }
}
._hcph {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
._hcph p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-color-2);
  opacity: 0.7;
}



._lnky {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._lnky {
    padding: 24px 0;
  }
}

._c60k {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  ._c60k {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  ._c60k {
    display: block;
  }
  ._8ecr {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  ._8ecr {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  ._8ecr {
    margin-bottom: 20px;
  }
}


._8ecr {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  ._8ecr {
    position: static;
  }
}

._kae6 {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ._kae6 {
    border-radius: 12px;
    margin-bottom: 16px;
  }
}

._kae6 img {
  width: 100%;
  height: auto;
  display: block;
}

._kae6 img[src=""],
._kae6 img:not([src]) {
  display: none;
}

.game-image--fallback,
._kae6:has(img[src=""]),
._kae6:has(img:not([src])) {
  background: linear-gradient(135deg, #1a1210, #120d0a);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-image--fallback::after,
._kae6:has(img[src=""])::after,
._kae6:has(img:not([src]))::after {
  content: '\1F3B0';
  font-size: 80px;
  opacity: 0.3;
}

._co8h {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(251, 146, 60, 0.1);
  border: 1px solid rgba(251, 146, 60, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  ._co8h {
    padding: 10px 14px;
    gap: 10px;
  }
}

._co8h img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  ._co8h img {
    width: 32px;
    height: 32px;
  }
}

._co8h span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._co8h span {
    font-size: 14px;
  }
}


._lf7a {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  ._lf7a {
    gap: 24px;
  }
}

._dg7v {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: var(--text-color);
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._dg7v {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._dg7v {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 576px) {
  ._dg7v {
    font-size: 22px;
    line-height: 30px;
  }
}


._4c58 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  ._4c58 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._4c58 {
    grid-template-columns: 1fr;
  }
}

._fdcy {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

._fdcy:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(249, 115, 22, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.1);
}

._j05b {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

._9jjo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._8rrf {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

._cm1o {
  font-size: 18px;
  font-weight: 700;
  color: #f97316;
}


._kbnt {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  ._kbnt {
    flex-direction: column;
    gap: 12px;
  }
}

._euvw,
._6tfr {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._euvw,
  ._6tfr {
    padding: 14px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._euvw,
  ._6tfr {
    width: 100%;
  }
}

._euvw {
  background: var(--action-color);
  color: var(--text-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

._euvw:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

._euvw svg {
  margin-left: 4px;
}

._6tfr {
  background: transparent;
  color: var(--text-color);
  border: 2px solid var(--action-color-2);
}

._6tfr:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}


._hlfz {
  margin-top: 24px;
  background: var(--action-color-2);
  border-radius: 16px;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._hlfz::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

._hlfz:hover::before {
  left: 100%;
}

._hlfz:hover {
  opacity: 0.8;
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._54f1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

._dayr {
  font-size: 36px;
  line-height: 1;
  animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

._i2mp {
  font-size: 22px;
  font-weight: 800;
  color: #120d0a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._122m {
  color: #120d0a;
  transition: transform 0.3s ease;
}

._hlfz:hover ._122m {
  transform: translateX(4px);
}


._3kfg {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid #f97316;
  border-radius: 8px;
}

._3kfg h3 {
  font-size: 16px;
  font-weight: 700;
  color: #f97316;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._3kfg p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}


._78r0 {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._7xi6 {
  display: flex;
  gap: 12px;
  font-size: 14px;
}

._7xi6 strong {
  color: #f97316;
  font-weight: 700;
  min-width: 90px;
}

._7xi6 span {
  color: rgba(255, 255, 255, 0.7);
}




._e2pg {
  margin: 0;
  padding: 80px 0;
  background: linear-gradient(180deg, #131313 0%, #1a1a1a 100%);
  position: relative;
}

._e2pg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.3), transparent);
}

._dsbt {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 48px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._5tfb {
  max-width: 1400px;
  margin: 0 auto;
}


._ioh8,
._e2pg ._kcsb {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}

@media (max-width: 1400px) {
  ._ioh8,
  ._e2pg ._kcsb {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
}

@media (max-width: 1200px) {
  ._ioh8,
  ._e2pg ._kcsb {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  ._e2pg {
    padding: 60px 0;
  }

  ._dsbt {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  ._ioh8,
  ._e2pg ._kcsb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  ._e2pg {
    padding: 48px 0;
  }

  ._dsbt {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }

  ._ioh8,
  ._e2pg ._kcsb {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}

@media (max-width: 480px) {
  ._e2pg {
    padding: 40px 0;
  }

  ._dsbt {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  ._ioh8,
  ._e2pg ._kcsb {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}



._7p6 {
  padding: 60px 0;
  background: linear-gradient(180deg, #1a1a1a 0%, #131313 100%);
}

._l0d3 {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 40px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._4520 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

._4520 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}


@media (max-width: 1024px) {
  ._7p6 {
    padding: 50px 0;
  }

  ._l0d3 {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  ._7p6 {
    padding: 40px 0;
  }

  ._l0d3 {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }

  ._4520 {
    border-radius: 12px;
  }
}

@media (max-width: 480px) {
  ._7p6 {
    padding: 32px 0;
  }

  ._l0d3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  ._4520 {
    border-radius: 8px;
  }
}



._3zjh {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.02) 0%, transparent 100%);
  border-top: 1px solid rgba(249, 115, 22, 0.15);
}

@media screen and (max-width: 768px) {
  ._3zjh {
    padding: 40px 0;
  }
}

._dr8r {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._dr8r {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

._bd9c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  ._bd9c {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._bd9c {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._bh81 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._bh81:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.15);
}

._lojh {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._lojh {
    padding: 20px;
  }
}

._dpsm {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._dpsm {
    font-size: 16px;
  }
}

._iy59 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._k45z {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._k45z:hover {
  transform: translateY(-4px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.15);
}
._6d5b {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._ala {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._ala img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._2tmp {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  padding: 16px 16px 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._h60n {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 16px 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



._2bcn {
  padding: 80px 0;
  background: #0d0d0d;
  position: relative;
}

._2bcn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.3), transparent);
}

._k91c {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: center;
  background: linear-gradient(135deg, #ffffff 0%, #f97316 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

._2hnf {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 48px 0;
  text-align: center;
  font-weight: 400;
}

._kcsb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}


._7lr3 {
  background: linear-gradient(135deg, #1a1a1a 0%, #131313 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(249, 115, 22, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

._7lr3::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.3), rgba(249, 115, 22, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  ._7lr3::before {
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

._7lr3:hover {
  transform: translateY(-8px);
  border-color: rgba(249, 115, 22, 0.4);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(249, 115, 22, 0.1);
}

._7lr3:hover::before {
  opacity: 1;
}

._lb4y {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

._lb4y::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

._7lr3:hover ._lb4y::after {
  opacity: 1;
}

._lb4y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

._7lr3:hover ._lb4y img {
  transform: scale(1.1);
}


._df35 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

._3nes {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 900;
  color: #0d0d0d;
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.3);
}

._fvxd {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 16px;
  max-width: 200px;
  line-height: 1.4;
}

._9wy0 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

._8ilq {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: 48px;
}

._1zym {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

._ag7 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

._ag7 strong {
  color: #f97316;
  font-weight: 700;
  font-size: 14px;
}

._5xt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 20px;
  background: var(--action-color);
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._5xt1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

._5xt1:hover::before {
  width: 300px;
  height: 300px;
}

._5xt1:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

._5xt1 span {
  position: relative;
  z-index: 1;
}


@media (max-width: 1400px) {
  ._kcsb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  ._2bcn {
    padding: 60px 0;
  }

  ._k91c {
    font-size: 2rem;
  }

  ._2hnf {
    font-size: 1rem;
  }

  ._kcsb {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  ._2bcn {
    padding: 48px 0;
  }

  ._k91c {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }

  ._2hnf {
    font-size: 0.9375rem;
    margin-bottom: 32px;
  }

  ._kcsb {
    gap: 16px;
  }

  ._9wy0 {
    padding: 16px;
  }

  ._8ilq {
    font-size: 15px;
    min-height: 42px;
  }

  ._5xt1 {
    padding: 12px 16px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  ._kcsb {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  ._k91c {
    font-size: 1.5rem;
  }

  ._lb4y {
    aspect-ratio: 16/9;
  }
}


@media (prefers-reduced-motion: reduce) {
  ._7lr3,
  ._7lr3::before,
  ._lb4y::after,
  ._lb4y img,
  ._5xt1,
  ._5xt1::before {
    transition: none;
  }

  ._7lr3:hover {
    transform: none;
  }

  ._7lr3:hover ._lb4y img {
    transform: none;
  }

  ._5xt1:hover {
    transform: none;
  }

  ._5xt1:hover::before {
    width: 0;
    height: 0;
  }
}

._8w7d {
  padding: 3rem 0;
}

._i2rg {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}

._l17w {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
  max-width: 700px;
  line-height: 1.6;
}

._3fqq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._etre {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 12px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._etre:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._lusb {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color-3, rgba(255,255,255,0.08));
  border-radius: 12px;
}

._5fkd {
  flex: 1;
  min-width: 0;
}

._ai5y {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 0.5rem 0;
}

._eeiv {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-color-2);
}

._eeiv p {
  margin: 0 0 0.75rem 0;
}

._eeiv p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  ._8w7d {
    padding: 2rem 0;
  }

  ._i2rg {
    font-size: 1.4rem;
  }

  ._etre {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  ._lusb {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

._2x59 {
  padding: 3rem 0;
}

._6hy5 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--text-color);
}

._3nw3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

._jxe0 {
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border-radius: var(--border-radius, 12px);
  overflow: hidden;
}

._me41 {
  border: 1px solid rgba(34,197,94,0.2);
}

._6ab6 {
  border: 1px solid rgba(239,68,68,0.2);
}

._fent {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

._6fm7 {
  background: rgba(34,197,94,0.1);
  color: #22c55e;
}

._fefp {
  background: rgba(239,68,68,0.1);
  color: #ef4444;
}

._fyl8 {
  font-size: 1.1rem;
}

._knaj {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._24eo {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
}

._kt2b {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
}

._ciav {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

._ma3i ._ciav {
  background: rgba(34,197,94,0.15);
  color: #22c55e;
}

._9906 ._ciav {
  background: rgba(239,68,68,0.15);
  color: #ef4444;
}

._2r11 {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-color-2);
}

@media (max-width: 768px) {
  ._2x59 {
    padding: 2rem 0;
  }

  ._6hy5 {
    font-size: 1.4rem;
  }

  ._3nw3 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}



.winner-popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  .winner-popup-container {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }
}


.winner-popup {
  background: linear-gradient(135deg, rgba(13, 13, 13, 0.98) 0%, rgba(19, 19, 19, 0.98) 100%);
  border: 3px solid rgba(249, 115, 22, 0.6);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(249, 115, 22, 0.3),
              0 0 80px rgba(249, 115, 22, 0.2);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: slideUpPopup 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.winner-popup::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.25), transparent);
  animation: shimmer 3s infinite;
}

@keyframes slideUpPopup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideOutPopup {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}

@keyframes shimmer {
  to {
    left: 100%;
  }
}

.winner-popup.removing {
  animation: slideOutPopup 0.4s ease forwards;
}

.winner-popup:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(249, 115, 22, 0.9);
  box-shadow: 0 16px 56px rgba(249, 115, 22, 0.4),
              0 0 100px rgba(249, 115, 22, 0.3);
}


.winner-popup__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.winner-popup__icon {
  width: 56px;
  height: 56px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.4), transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(249, 115, 22, 0.7);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(249, 115, 22, 0);
  }
}

.winner-popup__player-info {
  flex: 1;
  min-width: 0;
}

.winner-popup__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(249, 115, 22, 0.8);
  font-weight: 700;
  margin-bottom: 4px;
}

.winner-popup__player-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.winner-popup__body {
  display: flex;
  gap: 14px;
  align-items: center;
}

.winner-popup__game-image {
  width: 100px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid rgba(249, 115, 22, 0.4);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .winner-popup__game-image {
    width: 85px;
    height: 64px;
  }
}

.winner-popup__game-info {
  flex: 1;
  min-width: 0;
}

.winner-popup__game-name {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .winner-popup__game-name {
    font-size: 13px;
  }
}

.winner-popup__amount {
  font-size: 24px;
  font-weight: 900;
  color: #f97316;
  text-shadow: 0 0 15px rgba(249, 115, 22, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: baseline;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  .winner-popup__amount {
    font-size: 21px;
  }
}

.winner-popup__currency {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  .winner-popup__currency {
    font-size: 14px;
  }
}


.winner-popup__time {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(249, 115, 22, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f97316;
  letter-spacing: 0.6px;
  border: 1px solid rgba(249, 115, 22, 0.3);
}


.winner-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.winner-popup:hover .winner-popup__close {
  opacity: 1;
  pointer-events: auto;
}

.winner-popup__close:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}


@media screen and (max-width: 768px) {
  .winner-popup {
    padding: 16px;
    border-width: 2px;
  }

  .winner-popup__header {
    gap: 10px;
    margin-bottom: 10px;
  }

  .winner-popup__icon {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  .winner-popup__body {
    gap: 10px;
  }

  .winner-popup__player-name {
    font-size: 14px;
  }
}
