* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #0e0e0e;
  color: #e5e7eb;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

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

.p7w4n {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.q2w8r {
  background-color: #1b1c1d;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.t5y9u {
  animation: fadeIn 0.6s ease-in;
}

.m3n7k {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.x5c9v {
  display: flex;
  align-items: center;
}

.b8n4m {
  width: 180px;
  height: auto;
}

.k7m2p {
  display: flex;
  gap: 30px;
  align-items: center;
}

.t4y8k {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #e5e7eb;
}

.t4y8k:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
}

.w3h6j {
  width: 20px;
  height: 20px;
}

.r9t5m {
  display: flex;
  align-items: center;
  gap: 20px;
}

.j4k8p {
  position: relative;
}

.v6n3m {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #e5e7eb;
}

.v6n3m:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.f2h7k {
  width: 20px;
  height: 15px;
}

.l8m3q {
  font-size: 14px;
  font-weight: 500;
}

.c5v9n {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

.p3t7x {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background-color: #1b1c1d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.p3t7x.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.y5k2m {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  transition: all 0.3s ease;
}

.y5k2m:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.y5k2m.active {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
}

.z8x4n {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background-color: rgba(40, 169, 9, 0.1);
  border-radius: 6px;
}

.m5p9t {
  font-size: 14px;
  font-weight: 600;
  color: #28a909;
}

.h6j3k {
  display: flex;
  gap: 12px;
}

.n7q2w {
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.x9k5m {
  background-color: rgba(229, 5, 57, 0.1);
  color: #e50539;
  border: 2px solid #e50539;
}

.x9k5m:hover {
  background-color: #e50539;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(229, 5, 57, 0.4);
}

.b4t8p {
  background: linear-gradient(135deg, #28a909 0%, #1e8007 100%);
  color: #ffffff;
  border: 2px solid #28a909;
}

.b4t8p:hover {
  background: linear-gradient(135deg, #1e8007 0%, #28a909 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 169, 9, 0.4);
}

.q8w3v {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.q8w3v span {
  width: 25px;
  height: 3px;
  background-color: #e5e7eb;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.q8w3v.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.q8w3v.active span:nth-child(2) {
  opacity: 0;
}

.q8w3v.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.v5n8m {
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.1) 0%, rgba(14, 14, 14, 0) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.v5n8m::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/banner.jpg") center / cover no-repeat;
  opacity: 0.15;
  z-index: -1;
}

.k4m7p {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.r3t9x {
  flex: 1;
  min-width: 300px;
}

.y7k2m {
  animation: slideInLeft 0.8s ease-out;
}

.w8p5n {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #e50539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.c6v4k {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #d1d5db;
}

.m2n6t {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.t9k3m {
  padding: 14px 32px;
  font-size: 16px;
}

.h5j8p {
  background-color: rgba(255, 255, 255, 0.05);
  color: #e5e7eb;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.h5j8p:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

.x4c8n {
  flex: 0 0 400px;
  animation: slideInRight 0.8s ease-out;
}

.p9m5k {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2d 100%);
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(40, 169, 9, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.w3r7t {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.y8k4n {
  font-size: 20px;
  font-weight: 600;
  color: #28a909;
}

.q5t3m {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.z7x2p {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px dashed #28a909;
}

.k9m4t {
  font-size: 24px;
  font-weight: 700;
  color: #28a909;
  letter-spacing: 2px;
}

.r6n8v {
  padding: 12px 20px;
  background-color: rgba(229, 5, 57, 0.1);
  border: 2px solid #e50539;
  border-radius: 8px;
  color: #e50539;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.r6n8v:hover {
  background-color: #e50539;
  color: #ffffff;
}

.m8k5p {
  width: 100%;
  margin-bottom: 16px;
}

.c4v7n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.p3t9m {
  padding: 4px 12px;
  background-color: rgba(40, 169, 9, 0.2);
  color: #28a909;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.x5k2p {
  font-size: 12px;
  color: #9ca3af;
}

.xt9k2m {
  padding: 60px 0;
}

.q8v5r {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.t3y7k {
  padding: 60px 0;
}

.w9p4m {
  text-align: center;
  margin-bottom: 50px;
}

.v5n2k {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.x8c4p {
  font-size: 18px;
  color: #9ca3af;
}

.k6m9r {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.p2t8n {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2d 100%);
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.p2t8n:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.j-mega {
  border-color: rgba(229, 5, 57, 0.3);
}

.j-mega:hover {
  border-color: #e50539;
  box-shadow: 0 12px 32px rgba(229, 5, 57, 0.3);
}

.j-major {
  border-color: rgba(40, 169, 9, 0.3);
}

.j-major:hover {
  border-color: #28a909;
  box-shadow: 0 12px 32px rgba(40, 169, 9, 0.3);
}

.j-mini {
  border-color: rgba(251, 191, 36, 0.3);
}

.j-mini:hover {
  border-color: #fbbf24;
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.3);
}

.y4k7m {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.r9v3p {
  font-size: 40px;
}

.w6n4k {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.c8t5m {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #28a909;
}

.x3p7k {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m5k2n {
  font-size: 14px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.v7t4p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.z2k6m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
}

.q4n8p {
  font-weight: 700;
  color: #e50539;
}

.w9m3t {
  flex: 1;
  margin-left: 12px;
  color: #d1d5db;
}

.r5k7n {
  font-weight: 600;
  color: #28a909;
}

.k3m9p {
  background: linear-gradient(135deg, rgba(27, 28, 29, 0.95) 0%, rgba(14, 14, 14, 0.95) 100%);
  padding: 40px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 40px;
}

.z7q4w {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
}

.n8b5v {
  line-height: 1.8;
  color: #d1d5db;
}

.n8b5v h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}

.n8b5v h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 16px;
  color: #ffffff;
}

.n8b5v p {
  margin-bottom: 16px;
}

.n8b5v ul,
.n8b5v ol {
  margin-bottom: 16px;
  padding-left: 24px;
}

.n8b5v li {
  margin-bottom: 8px;
}

.n8b5v table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  overflow: hidden;
}

.n8b5v th,
.n8b5v td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.n8b5v th {
  background-color: rgba(229, 5, 57, 0.1);
  font-weight: 600;
  color: #ffffff;
}

.n8b5v strong {
  font-weight: 600;
  color: #ffffff;
}

.n8b5v a {
  color: #e50539;
  text-decoration: underline;
}

.n8b5v a:hover {
  color: #28a909;
}

.m7k3p {
  padding: 60px 0;
}

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

.p8m4r {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.p8m4r:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(229, 5, 57, 0.3);
}

.k3n7v {
  width: 100%;
  height: auto;
}

.x6k9m {
  display: none;
  position: relative;
}

.r4t8p {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.w7m3k {
  display: none;
}

.w7m3k.active {
  display: block;
}

.y5n2m {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.p9k4t {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p9k4t:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.p9k4t.active {
  background-color: #e50539;
  width: 32px;
  border-radius: 6px;
}

.z9v5k {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(40, 169, 9, 0.05) 0%, rgba(14, 14, 14, 0) 100%);
}

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

.r6t9m {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2d 100%);
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.r6t9m:hover {
  transform: translateY(-8px);
  border-color: #28a909;
  box-shadow: 0 12px 32px rgba(40, 169, 9, 0.3);
}

.y4k7x {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
}

.c5v8n {
  max-height: 40px;
  width: auto;
}

.w2p6k {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #28a909;
}

.m7k3r {
  list-style: none;
  margin-bottom: 24px;
  flex: 1;
}

.m7k3r li {
  padding: 10px 0;
  padding-left: 24px;
  position: relative;
}

.m7k3r li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a909;
  font-weight: 700;
}

.v9n4k {
  width: 100%;
}

.t4y7m {
  display: none;
  position: relative;
}

.x3p8k {
  position: relative;
  overflow: hidden;
}

.q7m2n {
  display: none;
}

.q7m2n.active {
  display: block;
}

.p5k8m {
  padding: 60px 0;
}

.t7x3k {
  max-width: 1000px;
  margin: 0 auto;
}

.m4n9p {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.r8v6m {
  width: 100%;
  min-height: 600px;
  border: none;
}

.c2y7k {
  text-align: center;
}

.w5n3p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.k9m6p {
  padding: 60px 0;
}

.r3t8m {
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2d 100%);
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.r3t8m:hover {
  border-color: rgba(229, 5, 57, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.y6k2p {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.c8v5n {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.w4m7k {
  flex: 1;
}

.p9n3t {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.x5k8r {
  display: flex;
  gap: 4px;
}

.z7m4k {
  line-height: 1.8;
  color: #d1d5db;
}

.v7n4k {
  max-width: 600px;
  margin: 40px auto 0;
  background: linear-gradient(135deg, #1b1c1d 0%, #2a2b2d 100%);
  padding: 30px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.c3m8p {
  margin-bottom: 20px;
}

.y5k2t {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ffffff;
}

.r9v6m {
  width: 100%;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #e5e7eb;
  font-size: 16px;
  transition: all 0.3s ease;
}

.r9v6m:focus {
  outline: none;
  border-color: #e50539;
  background-color: rgba(255, 255, 255, 0.08);
}

.t8k3n {
  resize: vertical;
  min-height: 120px;
}

.x4p9m {
  margin-top: 20px;
  padding: 16px;
  background-color: rgba(40, 169, 9, 0.1);
  border: 2px solid #28a909;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #28a909;
}

.t7k4m {
  padding: 60px 0;
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.05) 0%, rgba(14, 14, 14, 0) 100%);
}

.p5m9k {
  display: flex;
  gap: 40px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.y3k7r {
  flex: 0 0 150px;
}

.c6v9n {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #e50539;
}

.r8m4p {
  flex: 1;
}

.w5n2k {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.x7k4p {
  font-size: 16px;
  color: #e50539;
  margin-bottom: 16px;
}

.z4m8n {
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 20px;
}

.v9k3m {
  display: flex;
  gap: 16px;
}

.t5y8k {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.t5y8k:hover {
  background-color: rgba(229, 5, 57, 0.1);
  border-color: #e50539;
  transform: translateY(-2px);
}

footer.q2w8r {
  position: static;
  margin-top: 80px;
  padding: 60px 0 30px;
}

.k6m9p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.r3t8x h4,
.w5n3k {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.m8k4p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c7v2n {
  color: #9ca3af;
  transition: all 0.3s ease;
}

.c7v2n:hover {
  color: #e50539;
  padding-left: 8px;
}

.z5m8k {
  margin-bottom: 30px;
}

.v4n7p {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.x2p7k {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.c9v5m {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 12px;
}

.m4k8n {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
  line-height: 1.6;
}

.t9k5m {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  animation: slideInUp 0.5s ease-out;
}

.p3r8x {
  background: linear-gradient(135deg, #28a909 0%, #1e8007 100%);
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(40, 169, 9, 0.4);
  display: flex;
  align-items: center;
  gap: 16px;
}

.y6k2m {
  display: flex;
  align-items: center;
  gap: 12px;
}

.w8m4k {
  display: flex;
  flex-direction: column;
}

.r5n9p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.c7k3m {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.v5m9k {
  background-color: #e50539;
  border-color: #e50539;
}

.v5m9k:hover {
  background-color: #c70432;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.screenshot-mobile,
.bonus-mobile {
  display: none;
}

@media (max-width: 768px) {
  .k7m2p {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 70px);
    background-color: #1b1c1d;
    flex-direction: column;
    padding: 30px;
    transition: left 0.3s ease;
    z-index: 999;
  }

  .k7m2p.active {
    left: 0;
  }

  .q8w3v {
    display: flex;
  }

  .h6j3k {
    order: -1;
  }

  .w8p5n {
    font-size: 32px;
  }

  .c6v4k {
    font-size: 16px;
  }

  .k4m7p {
    flex-direction: column;
  }

  .x4c8n {
    flex: 1 1 auto;
    width: 100%;
  }

  .v5n2k {
    font-size: 32px;
  }

  .k6m9r,
  .k8m3p {
    grid-template-columns: 1fr;
  }

  .t5y9k,
  .screenshot-desktop {
    display: none;
  }

  .x6k9m,
  .screenshot-mobile {
    display: block;
  }

  .k8m3p,
  .bonus-desktop {
    display: none;
  }

  .t4y7m,
  .bonus-mobile {
    display: block;
  }

  .p5m9k {
    flex-direction: column;
    text-align: center;
  }

  .y3k7r {
    flex: 0 0 auto;
  }

  .t9k5m {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }

  .p3r8x {
    padding: 12px 16px;
  }

  .r5n9p {
    font-size: 12px;
  }

  .c7k3m {
    font-size: 16px;
  }
}

.h9m2p,
.w5t7q,
.y3k6n {
  opacity: 0;
  pointer-events: none;
}
