@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@600;700;800;900&display=swap');

:root {
  --bg-main: #2a0335;
  --bg-gradient: radial-gradient(circle at 50% 0%, #58086d 0%, #2a0335 60%, #15011c 100%);
  --bg-card: linear-gradient(180deg, rgba(85, 25, 95, 0.92) 0%, rgba(35, 9, 42, 0.96) 100%);
  --bg-card-hover: linear-gradient(180deg, rgba(110, 35, 120, 0.96) 0%, rgba(55, 14, 65, 0.98) 100%);

  --btn-gold: linear-gradient(180deg, #ffe500 0%, #f59e0b 100%);
  --btn-gold-shadow: 0 4px 15px rgba(245, 158, 11, 0.4), 3px 3px 0 0 #ffffff;
  --btn-gold-hover: linear-gradient(180deg, #fff055 0%, #fbbf24 100%);

  --text-white: #ffffff;
  --text-muted: #e2d2e9;
  --text-dim: #b89dbf;
  --text-dark: #000000;

  --border-glass: rgba(255, 255, 255, 0.3);
  --border-glass-glow: rgba(255, 229, 0, 0.6);

  --banner-bg-deep: #15011c;
  --banner-bg-mid: #2a0335;
  --banner-bg-glow: #58086d;
  --banner-accent-gold: #ffe500;
  --banner-accent-amber: #f59e0b;
  --banner-accent-magenta: #c026d3;
  --banner-accent-cyan: #22d3ee;
  --banner-overlay: linear-gradient(180deg, rgba(21, 1, 28, 0.55) 0%, rgba(42, 3, 53, 0.72) 45%, rgba(21, 1, 28, 0.88) 100%);

  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-main);
  background-image: var(--bg-gradient);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-white);
  font-family: var(--font-main);
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.ivvEuqnQHe {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.fMuiqpmacmaqrN {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 0.45rem 0;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.fMuiqInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
}

.safSDFds {
  background: #ef4444;
  color: #ffffff;
  font-weight: 800;
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.4);
}

.DANwLzAfNav {
  position: relative;
  background: rgba(42, 3, 53, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 0;
  z-index: 100;
}

.TjiyoqSgzM {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.AujVClwLgG {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.XwJRDisAPE {
  height: 68px;
  max-height: 68px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 15px rgba(168, 85, 247, 0.5));
  transition: transform 0.2s ease;
}

.XwJRDisAPE:hover {
  transform: scale(1.03);
}

#XaBqWATKqX {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.fchKqTLtkl {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.fchKqTLtkl:hover, .fchKqTLtkl.eDuVLCTOPK {
  color: #ffe500;
}

.knBuBAogBtn {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  cursor: pointer;
}

.vNxQpRmKzW {
  position: relative;
  background-color: var(--banner-bg-mid);
  background-image:
    var(--banner-overlay),
    url('../images/offer-banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.vNxQpRmKzW::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(88, 8, 109, 0.35) 0%, transparent 70%),
    radial-gradient(circle at 15% 85%, rgba(245, 158, 11, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(34, 211, 238, 0.08) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.vNxQpRmKzW > * {
  position: relative;
  z-index: 1;
}

.LzcKbcutAvHd {
  text-align: center;
  padding: 1.5rem 0 1rem;
}

.LzcKbcutAvH1 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0.35rem;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(88, 8, 109, 0.6),
    0 0 20px rgba(255, 229, 0, 0.15);
}

.jhasJHddasSub {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.mejPvAlqNZ {
  padding: 0.75rem 0 3rem;
}

.sMAjfZvdwO {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.OOWSlzkGsk {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 1.5rem 1.35rem 1.35rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.OOWSlzkGsk:hover {
  transform: translateY(-5px) translateZ(0);
  -webkit-transform: translateY(-5px) translateZ(0);
  background: var(--bg-card-hover);
  border-color: var(--border-glass-glow);
  box-shadow: 0 16px 40px rgba(255, 229, 0, 0.25);
}

.HpMLVwcVkI {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border: 2px solid #ffe500;
  z-index: 2;
}

.EMFccUSmlB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.DwkzZAbDzq {
  width: 90px;
  height: 90px;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.rzloShEe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.UlqcCweRrH {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
}

.BmNxQwErTy {
  font-size: 1.1rem;
}

.UlqcCweRrHp {
  font-size: 1.4rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}

.UlqcCweRrHs {
  font-size: 0.8rem;
  color: var(--text-dim);
  font-weight: 500;
}

.IVwblEiZFe {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  min-height: 2.8rem;
}

.GhdqYndApN {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.GhdqYndApN p {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  background: var(--btn-gold);
  box-shadow: var(--btn-gold-shadow);
  color: #000000;
  font-weight: 900;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  border: none;
}

.hbdeuHSBJb3:hover p {
  background: var(--btn-gold-hover);
  transform: translate(-2px, -2px);
  box-shadow: 0 6px 20px rgba(255, 229, 0, 0.5), 4px 4px 0 0 #ffffff;
}

.shdewenrhwer {
  position: absolute;
  z-index: -5;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.wHZvVnVQXL {
  padding: 2rem 0 1rem;
  text-align: center;
}

.dWqFChDzLj {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3.5vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 0.35rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.qursqoMSXy {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  max-width: 720px;
  margin: 0 auto;
}

.subLzcKbcutAvHd {
  padding: 2rem 0 1rem;
  text-align: center;
}

.gzzzNtODBk {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.gzzzNtODBk h2 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  margin-top: 1.25rem;
}

.gzzzNtODBk h2:first-child {
  margin-top: 0;
}

.gzzzNtODBk p {
  color: var(--text-muted);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.gzzzNtODBk ul {
  color: var(--text-muted);
  margin: 0 0 1.25rem 1.25rem;
}

.gzzzNtODBk li {
  margin-bottom: 0.4rem;
}

.kashdijaosdiw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.ENMQWlNlTY {
  margin-bottom: 1rem;
}

.tiwuhmCMeh {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.riqnwknsdsad, .riqnwknsdsad {
  width: 100%;
  padding: 0.75rem 0.9rem;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  color: #000000;
  font-family: var(--font-main);
  font-size: 0.95rem;
}

.riqnwknsdsad:focus, .riqnwknsdsad:focus {
  outline: 2px solid #ffe500;
}

gIAraYWuSaFt {
  background: rgba(15, 0, 20, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 3rem 0 2rem;
  margin-top: 3rem;
}

.WAIwkJmlJW {
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.zYzrLXwlDo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
  align-items: center;
}

.HndibJq3Ndwuj {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 0.6rem;
  height: 80px;
}

.yPrhfUpHky {
  max-width: 100%;
  max-height: 55px;
  object-fit: contain;
}

.RxcLhCWISV {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.GWPDpuxgjq {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.GWPDpuxgjq h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.GWPDpuxgjq p {
  color: var(--text-dim);
  font-size: 0.85rem;
  line-height: 1.6;
}

.LzcKbcutAvFt {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.IVwblEiZFeFt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  list-style: none;
}

.fchKqTLtklFt {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.88rem;
}

.fchKqTLtklFt:hover {
  color: #ffe500;
}

.iSEkJjFSnj {
  color: var(--text-dim);
  font-size: 0.82rem;
}

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

@media (max-width: 768px) {
  .knBuBAogBtn {
    display: block;
  }

  #XaBqWATKqX {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2a0335;
    flex-direction: column;
    padding: 1rem;
    gap: 0.75rem;
    border-bottom: 1px solid var(--border-glass);
    display: none;
  }

  #XaBqWATKqX.eDuVLCTOPK {
    display: flex;
  }

  .vNxQpRmKzW {
    background-position: center 20%;
  }

  .LzcKbcutAvHd {
    padding: 1rem 0 0.75rem;
  }
}

@media (max-width: 500px) {
  .fMuiqpmacmaqrN {
    padding: 0.3rem 0;
    font-size: 0.72rem;
  }

  .DANwLzAfNav {
    padding: 0.45rem 0;
  }

  .XwJRDisAPE {
    height: 48px;
    max-height: 48px;
  }

  .LzcKbcutAvHd {
    padding: 0.6rem 0 0.4rem;
  }

  .LzcKbcutAvH1 {
    font-size: 1.1rem;
    line-height: 1.25;
    margin-bottom: 0.15rem;
  }

  .jhasJHddasSub {
    font-size: 0.78rem;
  }

  .mejPvAlqNZ {
    padding: 0.4rem 0 2rem;
  }

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

  .OOWSlzkGsk {
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
  }

  .HpMLVwcVkI {
    width: 26px;
    height: 26px;
    font-size: 0.85rem;
    top: -6px;
    left: -6px;
  }

  .EMFccUSmlB {
    margin-bottom: 0.35rem;
    gap: 0.5rem;
  }

  .DwkzZAbDzq {
    width: 65px;
    height: 65px;
  }

  .UlqcCweRrHp {
    font-size: 1.2rem;
  }

  .UlqcCweRrHs {
    font-size: 0.75rem;
  }

  .IVwblEiZFe {
    font-size: 0.8rem;
    line-height: 1.35;
    margin-bottom: 0.45rem;
    min-height: auto;
  }

  .GhdqYndApN p {
    padding: 0.5rem 0.65rem;
    font-size: 0.85rem;
    border-radius: 6px;
  }

  .zYzrLXwlDo {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
}

/* Affiliate verification modal */
.eiqenjasd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 2, 73, 0.9);
  backdrop-filter: blur(7px);
  display: none;
  z-index: 10001;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.eiqenjasd.hRbqbHSp {
  display: flex;
}

.asnd3janqwe {
  width: 100%;
  max-width: 480px;
  padding: 1rem;
  text-align: center;
  position: relative;
  border-radius: 12px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 24px -4px rgba(17, 12, 45, 0.36);
}

.sehdwine {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.kQmZpRtYvX {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.mcoelwbajd {
  position: relative;
  width: 100%;
  max-width: 320px;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fyiqerolkg {
  display: flex;
  justify-content: center;
  min-height: 65px;
  width: 100%;
}

.snejkankajnsd {
  width: 100%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  border: none;
  cursor: not-allowed;
}

.snejkankajnsd.activeBtn {
  background: linear-gradient(180deg, #ffec3c 0%, #e39800 100%);
  box-shadow: 3px 3px 0 0 #fff;
  cursor: pointer;
  color: #000000;
}

/* Age Gate */
body.senwjasdjasd {
  overflow: hidden;
}

.ioewrIWENoq {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3b0249;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.ioewrIWENoq.hRbqbHSp {
  display: flex;
}

.iqowe {
  border-radius: 12px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 480px;
}

.qwpoKQWkj {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.qwpoKQWkj h2 {
  color: #ffffff;
  text-align: center;
  font-family: var(--font-main);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  margin: 0 0 0.375rem;
}

.qwpoKQWkj p {
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.qwpoKQWkj a {
  color: #ffffff;
  text-decoration: underline;
}

.qoqireKJ {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.qoqireKJ__btn-1,
.qoqireKJ__btn-2 {
  width: 50%;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: var(--font-main);
}

.qoqireKJ__btn-1 {
  border: 1px solid #ffffff;
  background: #400051;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-bottom-left-radius: 12px;
}

.qoqireKJ__btn-2 {
  background: linear-gradient(180deg, #ffec3c 0%, #e39800 100%);
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  border-bottom-right-radius: 12px;
}

.qiwefjiJ {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem;
  gap: 2rem;
}

.qiwefjiJ.hRbqbHSp {
  display: flex;
}

.MnXpQwErTyUi {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.qiwefjiJ p {
  color: #ff6161;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
}

/* Cookie Consent Banner */
.cCCyZkBmsp {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 4px 11px -4px rgba(17, 20, 25, 0.16);
  width: min(359px, calc(100% - 32px));
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  z-index: 9999;
}

.cCCyZkBmsp.hRbqbHSp {
  display: flex;
}

.cCCyZkBmspTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cCCyZkBmspTxt p {
  color: #000000;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: capitalize;
  border-bottom: 4px solid #feea3d;
  padding-bottom: 0.5rem;
  width: 100%;
}

.cCCyZkBmspTxt span {
  color: #000000;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.ZmvXuQcwlg {
  display: flex;
  gap: 0.75rem;
}

.KdMrYTTnmf {
  color: #000000;
  font-family: var(--font-main);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 4px;
}

#GBycezsYQz {
  background: #feea3d;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

#gANcJjqQhX {
  border: 1px solid #5f5f5f;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

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

  .qwpoKQWkj h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 0.03em;
  }

  .qwpoKQWkj p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .qoqireKJ {
    flex-direction: column-reverse;
  }

  .qoqireKJ__btn-1,
  .qoqireKJ__btn-2 {
    width: 100%;
  }

  .qoqireKJ__btn-1 {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .qoqireKJ__btn-2 {
    border-bottom-right-radius: 0;
  }

  .qiwefjiJ {
    padding: 2rem 1rem;
    gap: 1.5rem;
  }

  .MnXpQwErTyUi {
    width: 48px;
    height: 48px;
  }

  .qiwefjiJ p {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0.03em;
  }
}
