
  

  
  @property --nav-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.55);
}
@property --glass-bg {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
}
@property --font-body {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Inter', sans-serif;
}
@property --radius-lg {
  syntax: "<length>";
  inherits: true;
  initial-value: 18px;
}
@property --color-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #c9a24b;
}
@property --color-onyx {
  syntax: "<color>";
  inherits: true;
  initial-value: #14120e;
}
@property --color-blush {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3c9d6;
}
@property --color-ivory {
  syntax: "<color>";
  inherits: true;
  initial-value: #0b0a08;
}
@property --color-muted {
  syntax: "<color>";
  inherits: true;
  initial-value: #a89f8c;
}
@property --color-paper {
  syntax: "<color>";
  inherits: true;
  initial-value: #d9d1c0;
}
@property --shadow-gold {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 60px -18px rgba(201,162,75,0.45);
}
@property --shadow-luxe {
  syntax: "*";
  inherits: true;
  initial-value: 0 30px 80px -20px rgba(0,0,0,0.6);
}
@property --color-marble {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --font-display {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Cormorant Garamond', serif;
}
@property --garden-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #7a8a5c;
}
@property --surface-veil {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --cherub-filter {
  syntax: "*";
  inherits: true;
  initial-value: none;
}
@property --gradient-gold {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #9c7b2e 0%, #e6c874 45%, #c9a24b 70%, #f3e2a8 100%);
}
@property --space-section {
  syntax: "<length>";
  inherits: true;
  initial-value: 96px;
}
@property --surface-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.85);
}
@property --cherub-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
@property --color-burgundy {
  syntax: "<color>";
  inherits: true;
  initial-value: #8f1d24;
}
@property --color-charcoal {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --color-obsidian {
  syntax: "<color>";
  inherits: true;
  initial-value: #f7f3ea;
}
@property --color-champagne {
  syntax: "<color>";
  inherits: true;
  initial-value: #e8d7b0;
}
@property --color-gold-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #9c7b2e;
}
@property --glass-highlight {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --gradient-marble {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #f7f3ea 0%, #efe9dc 50%, #e3dccb 100%);
}
@property --color-blush-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6a9bd;
}
@property --color-blush-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #b06b82;
}
@property --color-cream-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3e9d8;
}
@property --color-gold-bright {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6c874;
}
@property --garden-green-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #5a6a3e;
}
@property --surface-veil-soft {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.4);
}
@property --surface-veil-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.6);
}
@property --glass-highlight-strong {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.7);
}

  :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
  @media (prefers-color-scheme: dark) {
      :host, :root {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
    }
  @media (prefers-color-scheme: light) {
      :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
    }
  [data-nc-theme~="Dark"] {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
[data-nc-theme~="Light"] {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}

    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-cormorant: 'Cormorant Garamond',serif;
--font-Noto Serif KR: 'Noto Serif KR',serif;
--font-Fleur De Leah: 'Fleur De Leah',handwriting;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .fcKTrd {
      color:inherit;
      display:flex;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:radial-gradient(circle at 50% 0%, rgba(201, 162, 75, 0.16) 0%, rgba(11, 10, 8, 0) 60%) var(--color-ivory);
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:160px;
      padding-left:22px;
      padding-right:22px;
      flex-direction:column;
      padding-bottom:42px;
      justify-content:center;
    }

    @media (min-width: 900px) {

    .fcKTrd {
      padding-top:220px;
      padding-left:56px;
      padding-right:56px;
    }
    }

    .boUDVR {
      color:var(--color-ivory);
      display:block;
      font-size:inherit;
      background:var(--color-ivory);
      min-height:100vh;
      overflow-x:hidden;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
    }

    .flJVnB {
      color:var(--color-marble);
      display:inline;
      font-size:14px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .flJVnB:hover {
      color:var(--color-gold-bright);
    }

    .csUVr {
      color:var(--color-ivory);
      display:block;
      padding:80px 22px 40px;
      font-size:inherit;
      background:var(--color-obsidian);
      border-top:1px solid rgba(201, 162, 75, 0.18);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .csUVr {
      padding:100px 56px 44px;
    }
    }

    .XplmP {
      gap:44px;
      color:inherit;
      margin:0 auto;
      display:grid;
      font-size:inherit;
      max-width:1200px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 760px) {

    .XplmP {
      gap:40px;
      grid-template-columns:1.4fr 1fr 1fr 1fr;
    }
    }

    .dVlQeY {
      gap:10px;
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:1200px;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (min-width: 640px) {

    .dVlQeY {
      text-align:left;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .cvHyQp {
      color:inherit;
      height:1px;
      margin:56px auto 24px;
      display:block;
      font-size:inherit;
      max-width:1200px;
      background:linear-gradient(90deg, rgba(201, 162, 75, 0) 0%, rgba(201, 162, 75, 0.4) 50%, rgba(201, 162, 75, 0) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .ezguGB {
      gap:12px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bCOrlZ {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cGjLpv {
      color:var(--color-muted);
      margin:6px 0 20px;
      display:block;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .dYRjhx {
      color:var(--color-muted);
      margin:0px;
      display:block;
      font-size:14px;
      max-width:280px;
      font-family:var(--font-body);
      font-weight:300;
      line-height:1.7;
      flex-direction:row;
    }

    .cMztdN {
      color:inherit;
      display:block;
      font-size:34px;
      background:var(--gradient-gold);
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
      letter-spacing:4px;
      background-clip:text;
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }

    .dzzUZO {
      color:var(--color-muted);
      display:inline;
      font-size:11px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
    }

    .eaGtdr {
      color:var(--color-marble);
      margin:0 0 12px;
      display:block;
      font-size:14px;
      font-family:var(--font-body);
      font-weight:inherit;
      line-height:1.7;
      flex-direction:row;
    }

    .eRbpbL {
      gap:22px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bQtwOr {
      color:var(--color-muted);
      display:inline;
      font-size:11px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
      text-decoration:none;
    }

    .bQtwOr:hover {
      color:var(--color-gold-bright);
    }

    .cguwGF {
      color:var(--color-gold-bright);
      display:inline;
      font-size:14px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .cguwGF:hover {
      color:var(--color-ivory);
    }

    .cuhmfq {
      color:var(--color-champagne);
      display:block;
      font-size:10px;
      font-family:var(--font-body);
      font-weight:inherit;
      margin-bottom:20px;
      flex-direction:row;
      letter-spacing:3px;
      text-transform:uppercase;
    }

    .dxAQOh {
      color:inherit;
      display:block;
      padding:20px 22px 90px;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .dxAQOh {
      padding:30px 56px 130px;
    }
    }

    .QsGvc {
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:46px;
      flex-direction:column;
    }

    .cIItml {
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:44px;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .srCqb {
      gap:20px;
      color:inherit;
      display:flex;
      padding:22px 12px;
      position:relative;
      font-size:inherit;
      transition:background 0.4s ease, padding 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.12);
      flex-direction:row;
      justify-content:flex-start;
    }

    .srCqb:hover {
      background:linear-gradient(90deg, rgba(201, 162, 75, 0.06) 0%, rgba(201, 162, 75, 0) 100%);
      padding-left:22px;
    }

    .srCqb:last-child {
      border-bottom:none;
    }

    .bCfxNk {
      color:var(--color-champagne);
      border:1px solid rgba(201, 162, 75, 0.5);
      display:inline-block;
      padding:3px 10px;
      font-size:8px;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .daflpY {
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      font-size:inherit;
      object-fit:cover;
      transition:transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .daflpY:hover {
      transform:scale(1.07);
    }

    .sZcdZ {
      top:14px;
      left:14px;
      color:var(--color-obsidian);
      display:inline-block;
      padding:6px 14px;
      position:absolute;
      font-size:9px;
      background:var(--gradient-gold);
      font-family:inherit;
      font-weight:600;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .lRrCZ {
      gap:16px;
      color:inherit;
      display:flex;
      padding:20px 12px;
      animation:wineIn 0.6s ease both;
      font-size:inherit;
      transition:background 0.4s ease, padding 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.12);
      flex-direction:row;
      animation-delay:var(--wineDelay);
    }

    .lRrCZ:hover {
      background:linear-gradient(90deg, rgba(201, 162, 75, 0.06) 0%, rgba(201, 162, 75, 0) 100%);
      padding-left:22px;
    }

    .lRrCZ:last-child {
      border-bottom:none;
    }

    @keyframes wineIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(14px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .dOsHPa {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:46px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .dOsHPa {
      font-size:62px;
    }
    }

    .bDFCAL {
      color:var(--color-muted);
      margin:8px 0 0;
      display:block;
      font-size:14px;
      max-width:620px;
      font-family:inherit;
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
    }

    .ebmkhm {
      flex:1;
      color:inherit;
      display:block;
      font-size:inherit;
      min-width:0px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .BiNAg {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:22px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.2;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .BiNAg {
      font-size:26px;
    }
    }

    .bwLnjY {
      color:inherit;
      display:block;
      padding:24px;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .xLUXZ {
      color:inherit;
      border:1px solid var(--glass-highlight);
      display:block;
      overflow:hidden;
      position:relative;
      animation:featIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-gold), inset 0 1px 0 var(--glass-highlight-strong), inset 0 0 0 1px rgba(201, 162, 75, 0.12);
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease, border-color 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
      animation-delay:var(--delay);
      backdrop-filter:blur(26px) saturate(155%);
      -webkit-backdrop-filter:blur(26px) saturate(155%);
    }

    .xLUXZ:hover {
      transform:translateY(-14px);
      box-shadow:var(--shadow-gold);
      border-color:var(--color-gold);
    }

    @keyframes featIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(40px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .FTxkI {
      color:var(--color-muted);
      margin:12px 0 0;
      display:block;
      font-size:13px;
      font-family:inherit;
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
    }

    .bIgbOw {
      color:inherit;
      display:flex;
      font-size:inherit;
      border-top:1px solid rgba(201, 162, 75, 0.14);
      margin-top:18px;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      padding-top:18px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cHmwXr {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:26px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.1;
      flex-direction:row;
    }

    .eqvrun {
      color:inherit;
      width:1px;
      height:60px;
      display:block;
      font-size:inherit;
      background:linear-gradient(180deg, rgba(201, 162, 75, 0) 0%, var(--color-gold) 100%);
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:28px;
      flex-direction:row;
    }

    .fAIeX {
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:50px;
      flex-direction:column;
    }

    .fyMTXA {
      color:var(--color-muted);
      margin:22px auto 0;
      display:block;
      font-size:15px;
      max-width:540px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
    }

    .bZKSvN {
      gap:14px;
      color:inherit;
      border:1px solid rgba(201, 162, 75, 0.2);
      display:flex;
      padding:22px 26px;
      flex-wrap:wrap;
      font-size:inherit;
      background:rgba(201, 162, 75, 0.07);
      margin-top:40px;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:row;
      justify-content:center;
    }

    .cfUUjP {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:21px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.2;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .cfUUjP {
      font-size:24px;
    }
    }

    .dUujhl {
      color:var(--color-muted);
      margin:8px 0 0;
      display:block;
      font-size:13px;
      max-width:480px;
      font-style:italic;
      font-family:inherit;
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
    }

    .enrLfV {
      color:var(--color-champagne);
      width:62px;
      border:1px solid rgba(201, 162, 75, 0.3);
      height:62px;
      display:flex;
      font-size:9px;
      text-align:center;
      align-items:center;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:1px;
      text-transform:uppercase;
      justify-content:center;
    }

    @media (max-width: 639px) {

    .enrLfV {
      display:none;
    }
    }

    .bBqMMj {
      color:var(--color-gold);
      display:block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:14px;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .eCZsWw {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:right;
      align-items:flex-end;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cTvDtR {
      color:inherit;
      width:68px;
      border:1px solid rgba(201, 162, 75, 0.28);
      height:68px;
      display:block;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      box-shadow:0 6px 20px rgba(0, 0, 0, 0.35);
      transition:transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.5s ease, box-shadow 0.5s ease;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .cTvDtR {
      width:92px;
      height:92px;
    }
    }

    .cTvDtR:hover {
      transform:scale(1.06);
      box-shadow:var(--shadow-gold);
      border-color:rgba(230, 200, 116, 0.7);
    }

    .fFWajM {
      color:var(--color-gold-bright);
      display:inline-block;
      font-size:24px;
      font-family:var(--font-display);
      font-weight:inherit;
      white-space:nowrap;
      flex-direction:row;
    }

    .bLpzEE {
      color:inherit;
      inset:0;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(180deg, rgba(11, 10, 8, 0) 40%, rgba(11, 10, 8, 0.55) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .fvZdcV {
      color:inherit;
      margin:0px;
      display:block;
      font-size:64px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:0.95;
      flex-direction:row;
      letter-spacing:1px;
    }

    @media (min-width: 900px) {

    .fvZdcV {
      font-size:128px;
    }
    }

    .cVCOcx {
      color:var(--color-obsidian);
      width:30px;
      height:30px;
      display:flex;
      font-size:12px;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      align-items:center;
      flex-shrink:0;
      font-family:var(--font-display);
      font-weight:600;
      border-radius:999px;
      flex-direction:row;
      justify-content:center;
    }

    .bxAkry {
      color:var(--color-ivory);
      width:78px;
      display:block;
      font-size:18px;
      text-align:right;
      flex-shrink:0;
      font-family:var(--font-display);
      font-weight:500;
      white-space:nowrap;
      flex-direction:row;
    }

    .rfjaU {
      color:inherit;
      display:block;
      animation:secIn 0.7s ease both;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:80px;
      flex-direction:row;
      animation-delay:var(--secDelay);
    }

    @keyframes secIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateY(24px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateY(0);
        }
    }

    .bQIQlr {
      color:var(--color-muted);
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .fTUTu {
      color:var(--color-muted);
      display:inline-block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .btLzAY {
      gap:14px 24px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr;
    }

    @media (min-width: 640px) {

    .btLzAY {
      grid-template-columns:1fr 1fr;
    }
    }

    @media (min-width: 1000px) {

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

    .dUgQdF {
      gap:14px;
      color:inherit;
      display:flex;
      padding:10px 0;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.1);
      flex-direction:row;
    }

    .vEmUT {
      color:var(--color-muted);
      display:block;
      font-size:13px;
      font-family:inherit;
      font-weight:300;
      line-height:1.4;
      flex-direction:row;
    }

    .djyRvR {
      gap:12px;
      color:var(--color-obsidian);
      display:inline-flex;
      padding:18px 46px;
      font-size:12px;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      margin-top:40px;
      transition:transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:3px;
      text-transform:uppercase;
      text-decoration:none;
    }

    .djyRvR:hover {
      transform:translateY(-3px);
      box-shadow:0 28px 70px -16px rgba(201, 162, 75, 0.6);
    }

    .djyRvR:focus {
      outline:2px solid var(--color-gold-bright);
      outline-offset:4px;
    }

    .cIAHwy {
      color:var(--color-muted);
      margin:24px 0 0;
      display:block;
      font-size:16px;
      max-width:500px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
    }

    .bEnvCL {
      color:inherit;
      inset:0;
      width:100%;
      height:100%;
      display:block;
      position:absolute;
      font-size:inherit;
      object-fit:cover;
      transition:transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bEnvCL:hover {
      transform:scale(1.05);
    }

    .ffKsGy {
      color:var(--color-gold-bright);
      width:78px;
      display:block;
      font-size:18px;
      text-align:right;
      flex-shrink:0;
      font-family:var(--font-display);
      font-weight:500;
      white-space:nowrap;
      flex-direction:row;
    }

    .dcQBCW {
      color:var(--color-gold);
      display:block;
      font-size:11px;
      margin-top:4px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
      text-transform:uppercase;
    }

    .zcYrs {
      color:inherit;
      display:block;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:4 / 3;
      flex-direction:row;
    }

    .bAmGdU {
      color:inherit;
      border:1px solid rgba(201, 162, 75, 0.16);
      margin:0 auto;
      display:block;
      padding:44px 30px;
      font-size:inherit;
      max-width:1080px;
      background:var(--glass-bg);
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .bAmGdU {
      padding:56px 60px;
    }
    }

    .lazgt {
      color:var(--color-obsidian);
      margin:0 0 32px;
      display:block;
      font-size:34px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.1;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .lazgt {
      font-size:44px;
    }
    }

    .dXRfXx {
      gap:6px;
      color:inherit;
      display:flex;
      padding:0 12px 12px;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.24);
      margin-bottom:8px;
      flex-direction:row;
      justify-content:flex-end;
    }

    .gdvZM {
      color:inherit;
      margin:0 auto;
      display:block;
      font-size:inherit;
      max-width:1080px;
      font-family:inherit;
      font-weight:inherit;
      padding-top:24px;
      padding-left:22px;
      padding-right:22px;
      flex-direction:row;
      padding-bottom:40px;
    }

    @media (min-width: 900px) {

    .gdvZM {
      padding-left:56px;
      padding-right:56px;
      padding-bottom:60px;
    }
    }

    .IozsI {
      color:inherit;
      width:1px;
      height:54px;
      display:block;
      font-size:inherit;
      background:linear-gradient(180deg, rgba(201, 162, 75, 0) 0%, var(--color-gold) 100%);
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:26px;
      flex-direction:row;
    }

    .cIUCZc {
      color:inherit;
      display:block;
      padding:90px 22px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:radial-gradient(circle at 50% 100%, rgba(201, 162, 75, 0.16) 0%, rgba(11, 10, 8, 0) 60%), var(--color-obsidian);
      border-top:1px solid rgba(201, 162, 75, 0.14);
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .cIUCZc {
      padding:130px 56px;
    }
    }

    .fyLcmE {
      color:inherit;
      display:flex;
      padding:44px 30px;
      z-index:2;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (min-width: 900px) {

    .fyLcmE {
      padding:60px 56px;
    }
    }

    .fjDimb {
      color:var(--color-obsidian);
      border:1px solid var(--glass-highlight);
      display:grid;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-gold), 0 1px 0 var(--glass-highlight-strong) inset, 0 0 0 1px rgba(201, 162, 75, 0.12) inset;
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease, border-color 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
      backdrop-filter:blur(26px) saturate(155%);
      grid-template-columns:1fr;
      -webkit-backdrop-filter:blur(26px) saturate(155%);
    }

    @media (min-width: 900px) {

    .fjDimb {
      grid-template-columns:1.05fr 0.95fr;
    }
    }

    .fjDimb:hover {
      transform:translateY(-14px);
      box-shadow:var(--shadow-gold);
      border-color:var(--color-gold);
    }

    .GsSRQ {
      gap:24px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      border-top:1px solid rgba(201, 162, 75, 0.2);
      margin-top:30px;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      padding-top:26px;
      flex-direction:row;
      justify-content:space-between;
    }

    .PZenw {
      color:var(--color-obsidian);
      margin:20px 0 8px;
      display:block;
      opacity:0.78;
      font-size:15px;
      max-width:460px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
    }

    .fzNLIK {
      color:inherit;
      margin:28px 0 0;
      display:flex;
      padding:0px;
      font-size:inherit;
      list-style:none;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .euwPsi {
      gap:18px;
      color:inherit;
      display:flex;
      padding:14px 0;
      animation:stepIn 0.6s ease both;
      font-size:inherit;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.12);
      flex-direction:row;
      animation-delay:var(--stepDelay);
    }

    .euwPsi:last-child {
      border-bottom:none;
    }

    @keyframes stepIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateX(-14px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateX(0);
        }
    }

    .eiOkME {
      color:inherit;
      margin:0 auto 20px;
      display:block;
      padding:20px 22px 60px;
      font-size:inherit;
      max-width:1240px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .eiOkME {
      padding:20px 56px 80px;
    }
    }

    .cGgBDO {
      color:var(--color-muted);
      display:inline-block;
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      white-space:nowrap;
      flex-direction:row;
    }

    .SIUtE {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cLOlPg {
      color:inherit;
      width:100%;
      height:100%;
      display:block;
      font-size:inherit;
      object-fit:cover;
      transition:transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cLOlPg:hover {
      transform:scale(1.12);
    }

    .bUoQFH {
      gap:12px;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fhiuTI {
      gap:24px;
      color:inherit;
      display:grid;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr;
    }

    @media (min-width: 720px) {

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

    .oxuxe {
      color:inherit;
      margin:0 auto;
      display:block;
      padding:0 22px 40px;
      font-size:inherit;
      max-width:1240px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .oxuxe {
      padding:0 56px 60px;
    }
    }

    .eiyHff {
      color:var(--color-gold);
      display:block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:12px;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .chcmVU {
      color:var(--color-champagne);
      width:78px;
      display:block;
      font-size:10px;
      text-align:right;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .ddLINZ {
      color:var(--color-champagne);
      display:block;
      font-size:14px;
      font-style:italic;
      font-family:var(--font-display);
      font-weight:inherit;
      line-height:1.6;
      flex-direction:row;
    }

    .cfbhXH {
      color:inherit;
      margin:0 auto;
      display:flex;
      font-size:inherit;
      max-width:720px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .PHrlY {
      color:var(--color-ivory);
      margin:0px;
      display:block;
      font-size:52px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1;
      flex-direction:row;
      letter-spacing:1px;
    }

    @media (min-width: 900px) {

    .PHrlY {
      font-size:84px;
    }
    }

    .cqhXMG {
      color:inherit;
      margin:0 auto;
      display:block;
      padding:70px 22px 40px;
      font-size:inherit;
      max-width:1080px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .cqhXMG {
      padding:100px 56px 60px;
    }
    }

    .dBFLfp {
      gap:12px;
      color:var(--color-obsidian);
      display:inline-flex;
      padding:18px 46px;
      font-size:12px;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      transition:transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:600;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:3px;
      text-transform:uppercase;
      text-decoration:none;
    }

    .dBFLfp:hover {
      transform:translateY(-3px);
      box-shadow:0 28px 70px -16px rgba(201, 162, 75, 0.6);
    }

    .dBFLfp:focus {
      outline:2px solid var(--color-gold-bright);
      outline-offset:4px;
    }

    .ejpUVf {
      color:inherit;
      inset:16px;
      border:1px solid rgba(201, 162, 75, 0.28);
      display:block;
      z-index:3;
      position:absolute;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-radius:10px;
      flex-direction:row;
      pointer-events:none;
    }

    .bdVXmW {
      color:var(--color-gold-deep);
      width:34px;
      display:block;
      font-size:16px;
      flex-shrink:0;
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
      letter-spacing:1px;
    }

    .gzSGx {
      color:inherit;
      inset:0;
      display:block;
      z-index:1;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(140deg, var(--glass-highlight-strong) 0%, transparent 30%, transparent 70%, rgba(201, 162, 75, 0.12) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .dWtTgV {
      color:var(--color-ivory);
      margin:0px;
      display:block;
      font-size:44px;
      max-width:320px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1;
      flex-direction:row;
    }

    @media (min-width: 900px) {

    .dWtTgV {
      font-size:58px;
    }
    }

    .OeXqk {
      color:rgba(168, 159, 140, 0.7);
      display:block;
      font-size:10px;
      margin-top:2px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:1px;
    }

    .Bsqxt {
      color:var(--color-champagne);
      display:block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:20px;
      flex-direction:row;
      letter-spacing:6px;
      text-transform:uppercase;
    }

    .bgUayH {
      color:inherit;
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cqpzkw {
      color:inherit;
      display:inline;
      font-size:inherit;
      background:var(--gradient-gold);
      font-style:italic;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      background-clip:text;
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }

    .bpPMuk {
      color:var(--color-gold-deep);
      display:block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:16px;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .cPcuwJ {
      color:var(--color-obsidian);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bKRZIA {
      color:var(--color-gold-deep);
      display:inline;
      font-size:inherit;
      font-style:italic;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eIoJng {
      color:inherit;
      inset:0;
      display:block;
      position:absolute;
      font-size:inherit;
      background:radial-gradient(circle at 50% 30%, rgba(11, 10, 8, 0) 55%, rgba(11, 10, 8, 0.4) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .cWLIzk {
      color:inherit;
      display:block;
      z-index:2;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      min-height:320px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .zLOCc {
      color:inherit;
      inset:0;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(105deg, rgba(247, 243, 234, 0) 45%, rgba(247, 243, 234, 0.35) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    @media (max-width: 899px) {

    .zLOCc {
      background:linear-gradient(180deg, rgba(247, 243, 234, 0) 45%, rgba(247, 243, 234, 0.4) 100%);
    }
    }

    .cyEmmG {
      color:var(--color-obsidian);
      display:inline-block;
      font-size:11px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .cbiVjV {
      color:var(--color-muted);
      display:block;
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .zMZrT {
      color:var(--color-muted);
      display:block;
      font-size:13px;
      margin-top:3px;
      font-family:inherit;
      font-weight:300;
      line-height:1.5;
      flex-direction:row;
    }

    .cuerFS {
      color:inherit;
      display:block;
      font-size:inherit;
      min-width:0px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bvZvCS {
      color:var(--color-obsidian);
      display:block;
      font-size:19px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.2;
      flex-direction:row;
    }

    .egdczF {
      gap:10px;
      color:inherit;
      border:1px solid rgba(201, 162, 75, 0.28);
      display:flex;
      padding:12px 18px;
      font-size:inherit;
      background:rgba(201, 162, 75, 0.1);
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
    }

    .ciiukK {
      color:var(--color-gold-deep);
      display:inline-block;
      font-size:15px;
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
    }

    .CyPtT {
      gap:2px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .clRcDu {
      color:var(--color-gold-deep);
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:3px;
      text-transform:uppercase;
    }

    .bQVJjS {
      color:var(--color-gold-deep);
      display:block;
      font-size:40px;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1;
      flex-direction:row;
    }

    .bFEajA {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      display:flex;
      padding:22px 48px;
      z-index:50;
      position:fixed;
      font-size:inherit;
      background:var(--nav-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.22);
      flex-direction:row;
      backdrop-filter:blur(22px) saturate(140%);
      justify-content:space-between;
    }

    .freoRq {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bpMCOh {
      color:inherit;
      display:inline;
      font-size:inherit;
      transition:color 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .bpMCOh:hover {
      color:var(--color-obsidian);
    }

    .Lheai {
      gap:0px;
      color:var(--color-gold-deep);
      width:68px;
      border:1px solid rgba(201, 162, 75, 0.4);
      cursor:pointer;
      height:34px;
      display:flex;
      padding:0px;
      position:relative;
      font-size:inherit;
      background:var(--trackBg);
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 0 0 1px var(--glass-highlight);
      transition:background 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      backdrop-filter:blur(12px) saturate(150%);
      justify-content:space-between;
    }

    .Lheai:hover {
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), var(--shadow-gold);
      border-color:var(--color-gold);
    }

    .Lheai:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .bDoTyS {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--sunOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .bIBLkk {
      top:3px;
      left:3px;
      color:inherit;
      width:26px;
      height:26px;
      display:block;
      z-index:2;
      position:absolute;
      font-size:inherit;
      transform:translateX(var(--knobX));
      background:var(--gradient-gold);
      box-shadow:inset -3px -4px 8px rgba(0, 0, 0, 0.28), inset 2px 3px 7px rgba(255, 255, 255, 0.55), var(--shadow-gold);
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .dHyuyV {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--moonOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .eqeUBX {
      color:var(--color-obsidian);
      border:1px solid rgba(11, 10, 8, 0.4);
      cursor:pointer;
      display:inline-block;
      padding:12px 24px;
      font-size:10px;
      background:transparent;
      transition:all 0.4s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .eqeUBX:hover {
      color:var(--color-obsidian);
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      border-color:transparent;
    }

    .eqeUBX:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .dCWJKc {
      gap:44px;
      color:var(--color-gold-deep);
      display:flex;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .devEtw {
      color:var(--color-muted);
      display:inline;
      font-size:8px;
      margin-top:4px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .bJYWXN {
      color:var(--color-obsidian);
      display:inline;
      font-size:26px;
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
      letter-spacing:4px;
    }

    @media (min-width: 900px) {

    .bJYWXN {
      font-size:30px;
    }
    }

    .fzWyMm {
      color:inherit;
      display:flex;
      z-index:102;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:1;
      flex-direction:column;
      text-decoration:none;
    }

    .duFrXk {
      color:var(--color-ivory);
      border:1px solid rgba(201, 162, 75, 0.4);
      cursor:pointer;
      display:inline-block;
      padding:10px 22px;
      font-size:11px;
      background:transparent;
      transition:background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .duFrXk.active {
      color:var(--color-obsidian);
      background:var(--gradient-gold);
      border-color:var(--color-gold);
    }

    .duFrXk:hover {
      border-color:var(--color-gold-bright);
    }

    .duFrXk:focus {
      outline:2px solid var(--color-gold-bright);
      outline-offset:2px;
    }

    .fuawlm {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:56px;
      flex-direction:column;
    }

    .fiXbgt {
      color:var(--gilded-color);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .eVbJvX {
      gap:4px;
      color:var(--color-obsidian);
      margin:0px;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:column;
      letter-spacing:0.02em;
    }

    .beBGfz {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.6;
      font-size:12px;
      max-width:480px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .proRG {
      color:var(--color-gold-deep);
      display:block;
      font-size:10px;
      font-family:var(--font-body);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.6em;
      text-transform:uppercase;
    }

    .cuXYss {
      color:var(--decor-color);
      display:inline;
      font-size:clamp(48px, 6vw, 112px);
      font-style:italic;
      font-family:"Fleur De Leah";
      font-weight:inherit;
      flex-direction:row;
    }

    .cBDAj {
      color:var(--color-obsidian);
      display:block;
      font-size:clamp(40px, 6vw, 88px);
      font-family:var(--font-display);
      font-weight:500;
      line-height:0.95;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .cuGEcG {
      color:inherit;
      display:flex;
      padding:22px;
      row-gap:8px24px;
      z-index:40;
      position:sticky;
      flex-wrap:wrap;
      font-size:inherit;
      background:var(--nav-bg);
      border-top:1px solid rgba(201, 162, 75, 0.14);
      column-gap:8px24px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.14);
      margin-bottom:42px;
      flex-direction:row;
      backdrop-filter:blur(12px);
      justify-content:center;
    }

    @media (min-width: 900px) {

    .cuGEcG {
      gap:10px;
      padding:26px 56px;
    }
    }

    .bGhUUe {
      color:var(--color-obsidian);
      border:1px solid rgba(201, 162, 75, 0.4);
      cursor:pointer;
      display:inline-block;
      padding:10px 22px;
      font-size:11px;
      background:transparent;
      transition:background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:2px;
      text-transform:uppercase;
    }

    .bGhUUe.active {
      color:var(--color-obsidian);
      background:var(--gradient-gold);
      border-color:var(--color-gold);
    }

    .bGhUUe:hover {
      border-color:var(--color-gold-bright);
    }

    .bGhUUe:focus {
      outline:2px solid var(--color-gold-bright);
      outline-offset:2px;
    }