:root {
  --nWxBg: #0b0714;
  --nWxSurf: #161022;
  --nWxCard: #1e1530;
  --nWxGold: #d4af37;
  --nWxGold2: #f0d78c;
  --nWxGoldD: #8a6f16;
  --nWxText: #f6f0e6;
  --nWxMuted: #b7a8c9;
  --nWxLine: rgba(212, 175, 55, 0.28);
  --nWxFontH: "Cormorant Garamond", Georgia, serif;
  --nWxFontB: "Karla", system-ui, sans-serif;
  --nWxOk: #3d9b6e;
  --nWxGrey: #6b6574;
  --nWxGrey2: #3e3948;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--nWxFontB);
  background:
    radial-gradient(1200px 520px at 8% -10%, rgba(212, 175, 55, 0.14), transparent 55%),
    radial-gradient(900px 480px at 100% 18%, rgba(92, 42, 74, 0.35), transparent 50%),
    linear-gradient(180deg, #12081d 0%, var(--nWxBg) 28%);
  color: var(--nWxText);
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}

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

a {
  color: var(--nWxGold2);
  text-decoration: none;
}

a:hover {
  color: var(--nWxGold);
}

.hRbqbHSp {
  display: flex !important;
}

.kVwQpLmNsX {
  position: relative;
  background: rgba(12, 8, 22, 0.92);
  border-bottom: 1px solid var(--nWxLine);
}

.sLkPqWxNtR {
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nWxGold2);
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.12), transparent);
  border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  overflow-wrap: anywhere;
}

.qR7vLmKsNw {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.kXmNqWpRtL {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
  max-width: calc(100% - 56px);
}

.bHsJeUqWzN {
  height: 42px;
  width: auto;
  max-width: 100%;
}

.pLmNsQwErT {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid var(--nWxLine);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  padding: 10px;
}

.pLmNsQwErT span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--nWxGold);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.pLmNsQwErT[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pLmNsQwErT[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.pLmNsQwErT[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.rYtHjKmPqW {
  display: block;
}

.wRtYpKnMqZ {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tYpKnMqZwR {
  display: block;
  color: var(--nWxText);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 4px;
  border-bottom: 2px solid transparent;
}

.tYpKnMqZwR:hover,
.tYpKnMqZwR[aria-current="page"] {
  color: var(--nWxGold2);
  background: transparent;
  border-bottom-color: var(--nWxGold);
}

.mNpQwRtYvH {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 64px;
}

.ZmKpLqWnRt {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  margin-bottom: 0;
  background:
    linear-gradient(105deg, rgba(11, 7, 20, 0.86) 8%, rgba(30, 21, 48, 0.62) 100%),
    url("../images/offer-banner-bg.png") center / cover no-repeat;
  border-bottom: 1px solid var(--nWxLine);
}

.hErSpLtQwN {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: 40px;
  align-items: end;
}

.hErKckVwLm {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nWxGold2);
  margin-bottom: 14px;
}

.HtYwQxLmNp {
  font-family: var(--nWxFontH);
  font-size: clamp(1.7rem, 7vw, 3.6rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.12;
  max-width: 18ch;
  color: var(--nWxText);
  overflow-wrap: anywhere;
}

.HtYwQxLmNp::after {
  content: "";
  display: block;
  width: 84px;
  height: 3px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--nWxGold2), var(--nWxGoldD));
  border-radius: 3px;
}

.pKnMqZwRtY {
  margin-top: 22px;
  max-width: 58ch;
  color: var(--nWxMuted);
  font-size: 1.08rem;
}

.BnMqWpKsHt {
  margin-top: 8px;
}

.YwQxLmNpRs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 22px;
}

.TwXyZcBnMq {
  position: relative;
  background:
    linear-gradient(180deg, rgba(36, 24, 56, 0.94) 0%, rgba(22, 16, 34, 0.96) 100%);
  border: 1px solid var(--nWxLine);
  border-left: 4px solid var(--nWxGold);
  border-radius: 0 22px 16px 16px;
  padding: 28px 22px 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.TwXyZcBnMq:hover {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 40px rgba(212, 175, 55, 0.12);
}

.WpKsHtYwQx {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 40px;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--nWxFontH);
  font-weight: 700;
  background: linear-gradient(180deg, var(--nWxGold2), var(--nWxGoldD));
  color: #1a1204;
  box-shadow: 4px 6px 14px rgba(212, 175, 55, 0.28);
}

.LmNpRsTwXy {
  display: flex;
  justify-content: center;
  margin: 18px 0 12px;
}

.ZcBnMqWpKs {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 22px;
}

.sXcQwRtYvH {
  font-family: var(--nWxFontH);
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  color: var(--nWxGold2);
  margin: 6px 0 10px;
}

.sXcQwRtYvH span {
  font-size: 1rem;
  font-style: normal;
  color: var(--nWxMuted);
}

.cQwRtYvHjL {
  color: var(--nWxMuted);
  font-size: 0.95rem;
  text-align: center;
  flex: 1;
  margin-bottom: 18px;
}

.QwRtYvHjLm {
  position: relative;
  margin-top: auto;
  cursor: pointer;
}

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

.gLdBtNpQrX {
  width: 100%;
  margin: 0;
  padding: 14px 12px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
  color: #1a1204;
  border-radius: 10px;
  background: linear-gradient(180deg, #f0d78c 0%, #d4af37 48%, #a07c12 100%);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  user-select: none;
}

.QwRtYvHjLm:hover .gLdBtNpQrX {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(212, 175, 55, 0.45);
}

.kLpQwErTyU {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  align-items: center;
  justify-content: center;
  background: rgba(6, 3, 12, 0.78);
  padding: 20px;
}

.pQwErTyUiO {
  width: min(420px, 100%);
}

.wErTyUiOpA {
  background: #1a1229;
  border: 1px solid var(--nWxLine);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}

.ErTyUiOpAs {
  color: var(--nWxMuted);
  margin-bottom: 18px;
}

.TyUiOpAsDf {
  display: flex;
  justify-content: center;
  min-height: 65px;
  max-width: 320px;
  margin: 0 auto 18px;
}

.UiOpAsDfGh {
  min-height: 65px;
  max-width: 320px;
}

.OpAsDfGhJk {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 13px 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--nWxGrey2);
  color: #c5c0cc;
  cursor: not-allowed;
}

.OpAsDfGhJk.activeBtn {
  cursor: pointer;
  color: #1a1204;
  background: linear-gradient(180deg, #f0d78c 0%, #d4af37 48%, #a07c12 100%);
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.32);
}

.nWqKpRtYmX {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  background: rgba(7, 4, 14, 0.92);
  padding: 20px;
}

.WqKpRtYmXv {
  width: min(460px, 100%);
}

.qKpRtYmXvB {
  background: var(--nWxCard);
  border: 1px solid var(--nWxLine);
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
}

.KpRtYmXvBn {
  font-family: var(--nWxFontH);
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.pRtYmXvBnM {
  color: var(--nWxMuted);
  margin-bottom: 22px;
}

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

.YmXvBnMqWp,
.mXvBnMqWpK,
.wXkLmPqRsT,
.XkLmPqRsTw,
.wLmNsUpRtQ {
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--nWxFontB);
}

.YmXvBnMqWp,
.wXkLmPqRsT,
.wLmNsUpRtQ {
  background: linear-gradient(180deg, #f0d78c 0%, #d4af37 48%, #a07c12 100%);
  color: #1a1204;
}

.mXvBnMqWpK,
.XkLmPqRsTw {
  background: transparent;
  color: var(--nWxMuted);
  border: 1px solid var(--nWxLine);
}

.XvBnMqWpKs {
  display: none;
  margin-top: 16px;
  color: #e07a7a;
  font-weight: 600;
}

.bNrTwXkLmP {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #1a1229;
  border-top: 1px solid var(--nWxLine);
  padding: 16px;
}

.NrTwXkLmPq {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.rTwXkLmPqR {
  color: var(--nWxMuted);
  font-size: 0.92rem;
}

.TwXkLmPqRs {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.fTrQwNpLmK {
  background:
    linear-gradient(180deg, #160c24 0%, #100816 100%);
  border-top: 1px solid var(--nWxLine);
  padding: 48px 0 32px;
}

.TrQwNpLmKs {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.rQwNpLmKsH {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.QwNpLmKsHj {
  height: 42px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  background: transparent;
  padding: 0;
}

.wNpLmKsHjY {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.NpLmKsHjYm {
  color: var(--nWxMuted);
  font-size: 0.86rem;
}

.kSHjYmNpLm {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin-bottom: 16px;
}

.kSHjYmNpLm a {
  color: var(--nWxGold2);
  font-size: 0.9rem;
}

.HjYmNpLmKs {
  text-align: center;
  color: var(--nWxMuted);
  font-size: 0.85rem;
}

.qWeSubHdXz {
  margin-bottom: 28px;
}

.QwRtNpMlEg {
  font-family: var(--nWxFontH);
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.2;
}

.eXpRtQwLmN {
  margin-top: 8px;
}

.XpRtQwLmNs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.pRtQwLmNsX {
  background: var(--nWxCard);
  border: 1px solid var(--nWxLine);
  border-radius: 16px;
  padding: 24px 20px;
}

.RtQwLmNsXq {
  font-family: var(--nWxFontH);
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--nWxGold2);
}

.tQwLmNsXqW {
  color: var(--nWxMuted);
}

.sUpRtQwLmN {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
}

.UpRtQwLmNs {
  background: var(--nWxCard);
  border: 1px solid var(--nWxLine);
  border-radius: 14px;
  padding: 18px 20px;
}

.NsUpRtQwLm {
  font-weight: 700;
  margin-bottom: 8px;
}

.UpRtQwLmNx {
  color: var(--nWxMuted);
}

.pRtQwLmNsU {
  background: var(--nWxCard);
  border: 1px solid var(--nWxLine);
  border-radius: 16px;
  padding: 24px;
}

.QwLmNsUpRt {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.tQwLmNsUpR {
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--nWxLine);
  background: #120b1d;
  color: var(--nWxText);
  font-family: var(--nWxFontB);
}

.tQwLmNsUpR:focus {
  outline: 2px solid var(--nWxGold);
}

.RtQwLmNsUp {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(61, 155, 110, 0.18);
  color: #8ee0b4;
  font-weight: 600;
}

.lEgQwRtNpM {
  display: grid;
  gap: 16px;
}

.EgQwRtNpMl {
  font-family: var(--nWxFontH);
  font-size: 1.35rem;
  color: var(--nWxGold2);
  margin-top: 8px;
}

.gQwRtNpMlE {
  color: var(--nWxMuted);
}

.hErAsStKqM {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--nWxLine);
  background: rgba(11, 7, 20, 0.55);
}

.sTtItmVxLp {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.sTtItmVxLp:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sTtItmVxLp strong {
  font-family: var(--nWxFontH);
  font-size: 1.7rem;
  color: var(--nWxGold2);
  line-height: 1;
}

.sTtItmVxLp span {
  color: var(--nWxMuted);
  font-size: 0.85rem;
}

.oFfInTrQwX,
.mThHdRowQx {
  margin-bottom: 22px;
  max-width: 62ch;
}

.oFfEyBrWqL {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nWxGold);
  margin-bottom: 8px;
}

.oFfHdVwLmN {
  font-family: var(--nWxFontH);
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 10px;
}

.oFfLdVwLmN,
.tWcOlLeadQ,
.qWeSubLdXz {
  color: var(--nWxMuted);
}

.qWeSubLdXz {
  margin-top: 12px;
  max-width: 62ch;
}

.BnMqWpKsHt {
  margin-top: 8px;
  margin-bottom: 48px;
}

.mThBlkQwNx,
.tWcOlQwNpR,
.rSpBlkQwLmN {
  margin-bottom: 48px;
}

.mThStpQwNx {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mThStpItmK {
  border-top: 3px solid var(--nWxGold);
  padding: 18px 4px 0;
}

.mThNmBrVwK {
  display: block;
  font-family: var(--nWxFontH);
  font-size: 1.6rem;
  color: var(--nWxGold2);
  margin-bottom: 8px;
}

.mThTtVwLmN,
.rSpTtVwLmN {
  font-family: var(--nWxFontH);
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.mThTxVwLmN,
.rSpTxVwLmN {
  color: var(--nWxMuted);
  font-size: 0.95rem;
}

.tWcOlQwNpR {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.tWcOlQuoteQ {
  margin: 0;
  padding: 28px 26px;
  border: 1px solid var(--nWxLine);
  background: rgba(212, 175, 55, 0.08);
  font-family: var(--nWxFontH);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-style: italic;
  line-height: 1.35;
}

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

.rSpCdItmVx {
  padding: 20px 18px;
  border: 1px solid var(--nWxLine);
  background: var(--nWxCard);
}

.fTrSpLtQwN {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: start;
}

.rQwNpLmKsH {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.kSHjYmNpLm {
  justify-content: flex-start;
}

.HjYmNpLmKs {
  text-align: left;
}

.eXpTmLnQwX {
  list-style: none;
  display: grid;
  gap: 16px;
}

.eXpTmLnQwX .pRtQwLmNsX {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: start;
}

.eXpNmBrVwK {
  font-family: var(--nWxFontH);
  font-size: 2.4rem;
  color: var(--nWxGold2);
  line-height: 1;
}

.sUpSpLtQwN {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.pRtFmEyVwQ {
  font-family: var(--nWxFontH);
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.lGlSpLtQwN {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: start;
}

.lGlTocVwKp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--nWxLine);
  background: var(--nWxCard);
}

.lGlTocEyKp {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--nWxGold);
  margin-bottom: 6px;
}

.lGlTocVwKp a {
  color: var(--nWxMuted);
  font-size: 0.92rem;
}

.lGlTocVwKp a:hover {
  color: var(--nWxGold2);
}

@media (max-width: 900px) {
  .mThStpQwNx,
  .rSpCdQwLmN {
    grid-template-columns: 1fr;
  }

  .tWcOlQwNpR,
  .sUpSpLtQwN {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pLmNsQwErT {
    display: flex;
  }

  .rYtHjKmPqW {
    display: none;
    width: 100%;
  }

  .qR7vLmKsNw {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }

  .rYtHjKmPqW.NsXqWtYbVc {
    display: block;
  }

  .wRtYpKnMqZ {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 8px 0 6px;
  }

  .tYpKnMqZwR {
    padding: 12px 10px;
  }

  .pKnMqZwRtY {
    display: none;
  }

  .hErAsStKqM,
  .oFfLdVwLmN {
    display: none;
  }

  .ZmKpLqWnRt {
    padding: 28px 0 32px;
  }

  .hErSpLtQwN,
  .tWcOlQwNpR,
  .sUpSpLtQwN,
  .lGlSpLtQwN,
  .fTrSpLtQwN,
  .mThStpQwNx,
  .rSpCdQwLmN,
  .eXpTmLnQwX .pRtQwLmNsX {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hErAsStKqM {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px;
  }

  .sTtItmVxLp {
    flex: 1 1 30%;
    min-width: 90px;
    border-bottom: 0;
    padding-bottom: 0;
  }

  .sTtItmVxLp strong {
    font-size: 1.35rem;
  }

  .sLkPqWxNtR {
    letter-spacing: 0.04em;
    font-size: 0.62rem;
    padding: 8px 10px;
  }

  .hErKckVwLm {
    letter-spacing: 0.08em;
    font-size: 0.7rem;
  }

  .HtYwQxLmNp {
    max-width: none;
  }

  .bHsJeUqWzN {
    height: 32px;
  }

  .TwXyZcBnMq {
    clip-path: none;
    border-radius: 16px;
    border-left-width: 4px;
  }

  .NrTwXkLmPq {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .TwXkLmPqRs {
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 1;
  }

  .rQwNpLmKsH {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .kSHjYmNpLm,
  .HjYmNpLmKs {
    justify-content: center;
    text-align: center;
  }

  .QwNpLmKsHj {
    height: 36px;
    max-width: 110px;
  }

  .mNpQwRtYvH {
    padding: 22px 0 48px;
  }

  .oFfEyBrWqL {
    letter-spacing: 0.08em;
  }

  .tWcOlQuoteQ {
    padding: 20px 16px;
  }

  .pRtQwLmNsU {
    padding: 18px 16px;
  }

  .gLdBtNpQrX {
    letter-spacing: 0.04em;
    font-size: 0.8rem;
    padding: 13px 8px;
  }

  .wErTyUiOpA,
  .qKpRtYmXvB {
    padding: 22px 16px;
  }

  .TyUiOpAsDf,
  .UiOpAsDfGh {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .YwQxLmNpRs {
    grid-template-columns: 1fr;
  }

  .TwXyZcBnMq {
    padding: 22px 14px 14px;
  }

  .ZcBnMqWpKs {
    width: 88px;
    height: 88px;
  }

  .sXcQwRtYvH {
    font-size: 1.65rem;
  }

  .cQwRtYvHjL {
    font-size: 0.88rem;
  }

  .qR7vLmKsNw,
  .hErSpLtQwN,
  .mNpQwRtYvH,
  .TrQwNpLmKs {
    width: min(1180px, calc(100% - 24px));
  }

  .hErAsStKqM {
    flex-direction: column;
  }

  .sTtItmVxLp {
    flex: 1 1 auto;
    min-width: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  }

  .sTtItmVxLp:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
