:root {
  --4037e9279636fd: #080709;
  --4037e9116a8fc6: #121014;
  --4037e9dedd32b4: rgba(18, 15, 18, 0.82);
  --4037e92e767aa9: rgba(24, 20, 24, 0.94);
  --4037e9e6fc2ae1: #f4eee7;
  --4037e9edb88b22: #b6aa9c;
  --4037e978d0f4ec: rgba(215, 188, 152, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--4037e9e6fc2ae1);
  background:
    radial-gradient(900px 520px at 78% 0%, color-mix(in srgb, var(--4037e91c85b1ea) 24%, transparent), transparent 62%),
    radial-gradient(760px 480px at 10% 14%, color-mix(in srgb, var(--4037e91ad6a040) 14%, transparent), transparent 64%),
    linear-gradient(180deg, #130f12 0%, var(--4037e9279636fd) 58%);
}
.x0 {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--4037e978d0f4ec);
  background: rgba(8, 7, 9, 0.58);
  backdrop-filter: blur(10px);
}
.x1 {
  width: min(1240px, 94%);
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.x2 {
  display: grid;
  gap: 4px;
}
.x3,
.x4 {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--4037e9edb04690) 74%, white);
  font-weight: 700;
}
.x5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .01em;
}
.x6 {
  display: block;
  max-height: 36px;
  max-width: 190px;
  width: auto;
}
.x7,
.x8 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.x7 a,
.x8 a {
  color: #eadfce;
  text-decoration: none;
  font-size: 13px;
  padding: 7px 0;
  border-bottom: 1px solid transparent;
  transition: color .22s ease, border-color .22s ease, transform .22s ease;
}
.x7 a:hover,
.x8 a:hover {
  color: white;
  border-color: color-mix(in srgb, var(--4037e9edb04690) 75%, transparent);
  transform: translateY(-1px);
}
.x9 {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 64px;
}
.xa {
  min-height: calc(100svh - 58px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .85fr);
  align-items: end;
  gap: 28px;
  padding: 112px min(8vw, 64px) 52px;
  background:
    linear-gradient(180deg, rgba(11, 9, 11, 0.2) 0%, rgba(11, 9, 11, 0.75) 82%),
    radial-gradient(circle at 76% 26%, color-mix(in srgb, var(--4037e91ad6a040) 28%, transparent), transparent 26%),
    radial-gradient(circle at 84% 24%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(120deg, #0f0b0f 0%, #191116 46%, #090708 100%);
  border-bottom: 1px solid var(--4037e978d0f4ec);
}
.xb {
  width: min(620px, 100%);
  animation: k0 .75s ease both;
}
.xc {
  display: flex;
  justify-content: end;
  align-items: end;
  animation: k0 .95s ease both;
}
.xc img {
  width: min(480px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(232, 195, 137, 0.16);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.xd {
  margin: 10px 0 0;
  font-size: clamp(48px, 8vw, 108px);
  line-height: .92;
  letter-spacing: -.03em;
  max-width: 10ch;
}
.xe {
  margin: 22px 0 0;
  max-width: 38ch;
  color: #d8cdbf;
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.55;
}
.xf {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 38px 0 0;
}
.xg {
  margin-bottom: 18px;
  padding: 28px 0;
  border-top: 1px solid var(--4037e978d0f4ec);
  background: transparent;
}
.xg:first-child {
  border-top: none;
  padding-top: 0;
}
.xh,
.xi {
  padding: 18px 0;
}
.xj {
  display: none;
}
.xk h1 {
  margin: 0;
  font-size: clamp(36px, 6vw, 64px);
  line-height: .98;
}
.xk p {
  margin: 10px 0 0;
  max-width: 44ch;
  color: #d9ccb9;
  line-height: 1.6;
}
.xl h2,
.xm h2,
.xn h2,
.xo h2,
.xp h2,
.xq h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.04;
  letter-spacing: -.03em;
}
.xl ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.xl li {
  padding-top: 14px;
  border-top: 1px solid var(--4037e978d0f4ec);
  color: #dfd2c2;
  line-height: 1.7;
}
.xr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}
.xs {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(226, 189, 134, 0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.2) 100%),
    linear-gradient(145deg, rgba(31, 23, 25, 0.92), rgba(13, 11, 13, 0.98));
  overflow: hidden;
}
.xt {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.xt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.xu {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: end;
  padding: 18px 20px 20px;
}
.xs h4 {
  margin: 0 0 8px;
  font-size: 22px;
}
.xs p {
  margin: 0 0 12px;
  color: #cabdaa;
  line-height: 1.6;
}
.xs span {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--4037e9edb04690) 80%, white);
  color: #24160c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.xh h3,
.xv h3 {
  margin: 0 0 8px;
}
.xw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.xx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.xy {
  color: #26180f;
  background: linear-gradient(135deg, var(--4037e91ad6a040), var(--4037e9edb04690));
}
.xz {
  color: #f3e9dc;
  border: 1px solid rgba(232, 195, 137, 0.28);
  background: rgba(255, 255, 255, 0.03);
}
.x10 {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(240px, .9fr);
  gap: 18px;
  align-items: start;
}
.x11 p {
  margin: 0 0 16px;
  max-width: 56ch;
  color: #cdbdaa;
}
.x12 {
  position: relative;
}
.x13 {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(232, 195, 137, 0.16);
  background: linear-gradient(140deg, rgba(28, 22, 24, 0.96), rgba(11, 9, 11, 0.98));
}
.x13::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 6, 7, 0.2), rgba(8, 6, 7, 0.5));
  pointer-events: none;
}
.x14,
.x15 {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.x15 {
  object-fit: cover;
}
.x16 {
  min-height: 420px;
  display: grid;
  place-items: center;
  color: #d6c7b4;
  padding: 20px;
  text-align: center;
}
.x17 {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 22px;
  background: linear-gradient(180deg, rgba(7, 6, 8, 0.1), rgba(7, 6, 8, 0.38));
  pointer-events: none;
}
.x17 .xw {
  pointer-events: auto;
}
.x10.x18 .x17 {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.x10.x18 .x13::after {
  opacity: 0;
}
.x19 {
  border: 1px solid rgba(232, 195, 137, 0.16);
  border-radius: 20px;
  padding: 16px;
  background: rgba(18, 15, 18, 0.82);
}
.x19 h4 {
  margin: 0 0 12px;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #dbc4a0;
}
.x19 table {
  width: 100%;
  border-collapse: collapse;
}
.x19 th,
.x19 td {
  padding: 9px 0;
  border-top: 1px solid rgba(232, 195, 137, 0.12);
  text-align: left;
  font-size: 13px;
}
.x19 th {
  width: 42%;
  color: #ac9f92;
  font-weight: 600;
}
.x19 tr:first-child th,
.x19 tr:first-child td {
  border-top: 0;
}
.x1a {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.x1b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.x1c {
  max-height: var(--4037e96ea1f910, 32px);
  max-width: none;
  width: auto;
  display: block;
}
.x1d {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 18px 18px 22px;
  border-radius: 22px;
  border: 1px solid rgba(232, 195, 137, 0.16);
  background:
    radial-gradient(circle at 20% 20%, rgba(184, 128, 72, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(35, 20, 18, 0.98), rgba(12, 10, 14, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  transform: translateY(16px);
  opacity: 0;
  transition: opacity .22s ease, transform .22s ease;
}
.x1d.x1e {
  transform: translateY(0);
  opacity: 1;
}
.x1f {
  margin: 4px 0 8px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.08;
}
.x1g p:last-child {
  margin: 0;
  color: #d4c4b0;
}
.x1h {
  margin: 0;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #d8a86f;
}
.x1i {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #f3e9dc;
  cursor: pointer;
}
.x1j {
  border-color: rgba(92, 176, 255, 0.28);
  background:
    radial-gradient(circle at 18% 18%, rgba(50, 186, 255, 0.28), transparent 30%),
    radial-gradient(circle at 82% 26%, rgba(255, 92, 182, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(9, 18, 39, 0.98), rgba(24, 10, 35, 0.98));
}
.x1j .x1h {
  color: #84d7ff;
}
.x1k {
  margin: 0 0 14px;
  max-width: 52ch;
  color: #e8d9c6;
  font-size: 19px;
  line-height: 1.6;
}
.x1l {
  margin: 18px 0 22px;
}
.x1l img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(232, 195, 137, 0.14);
  display: block;
}
.x1m {
  columns: 2 280px;
  column-gap: 36px;
}
.x1m p,
.x1n,
.x1o,
.x1p p {
  color: #cebfae;
  line-height: 1.75;
}
.x1q {
  display: grid;
  gap: 14px;
}
.x1p {
  border: 1px solid rgba(232, 195, 137, 0.14);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(19, 15, 18, 0.86), rgba(12, 10, 12, 0.94));
  overflow: hidden;
}
.x1p summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  font-size: 20px;
}
.x1p summary::-webkit-details-marker {
  display: none;
}
.x1p summary::after {
  content: "+";
  flex: none;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(232, 195, 137, 0.08);
  border: 1px solid rgba(232, 195, 137, 0.2);
  color: #f1e4d3;
  font-size: 22px;
  line-height: 1;
}
.x1p[open] summary::after {
  content: "−";
}
.x1p[open] {
  border-color: rgba(232, 195, 137, 0.24);
  box-shadow: 0 18px 44px rgba(5, 4, 6, 0.28);
}
.x1p p {
  margin: 0;
  padding: 0 22px 20px;
}
.x1r {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  max-width: 860px;
}
.x1s {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  max-width: 520px;
}
.x1r img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 999px;
  border: 1px solid rgba(232, 195, 137, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}
.x1t {
  margin: 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.04em;
}
.x1u,
.x1v {
  margin: 0;
  color: var(--4037e9edb88b22);
  overflow-wrap: anywhere;
}
.x1u {
  font-size: 15px;
  letter-spacing: .01em;
  color: #b8aa98;
}
.x1n,
.x1o {
  max-width: 40ch;
  font-size: 17px;
  line-height: 1.68;
}
.x1w {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.x1w a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(232, 195, 137, 0.18);
  background: rgba(255, 255, 255, 0.02);
  color: #f3e9dc;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.x1w a:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 195, 137, 0.32);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.xq a {
  display: inline-block;
  text-decoration: none;
}
.xq {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}
.xq p {
  margin: 0;
  max-width: 42ch;
  color: #d7cab9;
  line-height: 1.65;
}
.xq a {
  padding: 13px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #26180f;
  background: linear-gradient(135deg, var(--4037e91ad6a040), var(--4037e9edb04690));
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  transition: transform .22s ease, box-shadow .22s ease;
}
.xq a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}
.x1x {
  width: min(1120px, 92%);
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid var(--4037e978d0f4ec);
  color: var(--4037e9edb88b22);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@keyframes k0 {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 980px) {
  .xp .x1r {
    grid-template-columns: 1fr;
    max-width: 640px;
    gap: 20px;
  }
  .xp .x1s {
    max-width: none;
  }
  .xp .x1r img {
    width: 124px;
    height: 124px;
  }
}
@media (max-width: 900px) {
  .xa {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 96px 20px 40px;
  }
  .xc {
    justify-content: start;
  }
  .xf {
    width: min(1120px, calc(100% - 40px));
  }
  .xl ul,
  .xr,
  .x10,
  .xq {
    grid-template-columns: 1fr;
  }
  .x1d {
    grid-template-columns: 1fr;
  }
  .x1r {
    grid-template-columns: 1fr;
  }
  .x1m {
    columns: 1;
  }
}
.x1y{padding:28px 0}
.x1z{display:grid;gap:10px}
.x20{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}
.x21{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.x22{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}
.x23{display:flex;flex-direction:column;gap:6px}
.x24{position:relative;overflow:hidden;border-radius:8px;background:rgba(255,255,255,.06)}
.x20 .x24,.x21 .x24{aspect-ratio:1/1}
.x22 .x24{aspect-ratio:3/4}
.x25{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.x23:hover .x25{transform:scale(1.05)}
.x26{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.52);opacity:0;transition:opacity .22s ease;border-radius:8px}
.x23:hover .x26{opacity:1}
.x27{min-height:34px;padding:0 14px;font-size:12.5px;font-weight:700;border-radius:6px}
.x28{margin:0;font-size:12px;font-weight:600;text-align:center;line-height:1.3;color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:480px){.x21{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.x22{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
.x29{display:flex;align-items:center;gap:8px;flex-shrink:0}
.x2a{display:inline-flex;align-items:center;padding:7px 16px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .15s;line-height:1;color:#fff!important}
.x2a:hover{opacity:.85}
.x2b{position:relative;display:inline-flex;align-items:center;flex-shrink:0}
.x2c{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:5px;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;line-height:1;background:rgba(128,128,128,.2);color:inherit!important;user-select:none;outline:none}
.x2d{font-size:10px;opacity:.7;margin-left:2px}
.x2e{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:100%;background:rgba(20,20,20,.97);border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 4px 16px rgba(0,0,0,.4);z-index:999;overflow:hidden}
.x2b:focus-within .x2e{display:block}
.x2f{display:flex;align-items:center;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;line-height:1;color:inherit!important;transition:background .12s}
.x2f:hover{background:rgba(255,255,255,.08)}
.x2g{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;align-items:center}
.x2h{display:inline-flex;align-items:center;padding:10px 22px;border-radius:7px;font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;transition:opacity .15s;line-height:1;color:#fff!important}
.x2i{background:transparent!important;border:2px solid;color:inherit!important}
.x2h:hover{opacity:.85}
.x2j{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px;align-items:center}
.x2k,.x2l,.x2m{background:transparent!important;border:2px solid currentColor!important;color:inherit!important}
.x2k:hover,.x2l:hover,.x2m:hover{opacity:.8}
.x2n{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.x2o{height:32px;width:auto;display:block;opacity:.65;transition:opacity .15s}
.x2o:hover{opacity:1}
.x2p{display:flex;align-items:center;gap:8px;flex-wrap:wrap}