@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap";
.home-page{--clr-bg:#0a0a0a;--clr-surface:#161012;--clr-surface-alt:#1c1418;--clr-border:#2e1f25;--clr-border-light:#3a2830;--clr-rose:#e8b4b8;--clr-rose-deep:#b5838d;--clr-bordeaux:#6d2e46;--clr-bordeaux-light:#8a3d5a;--clr-gold:#c9a96e;--clr-gold-light:#f5e6c8;--clr-text:#f0e4df;--clr-text-muted:#a89590;--radius-soft:1.25rem;--radius-pill:100px;color:var(--clr-text);flex-direction:column;gap:4rem;padding-bottom:2rem;display:flex}@media (min-width:768px){.home-page{gap:5.5rem}}.hero{border-radius:var(--radius-soft);background:linear-gradient(160deg,var(--clr-surface)0%,#1a0f14 40%,#22131a 100%);border:1px solid var(--clr-border);padding:3rem 2rem 3.5rem;position:relative;overflow:hidden}@media (min-width:768px){.hero{border-radius:1.75rem;padding:4.5rem 3.5rem 5rem}}.hero__glow{pointer-events:none;filter:blur(80px);border-radius:50%;position:absolute}.hero__glow--left{background:radial-gradient(circle,var(--clr-bordeaux)0%,transparent 70%);opacity:.35;width:420px;height:420px;top:-120px;left:-80px}.hero__glow--right{opacity:.3;background:radial-gradient(circle,#c9a96e40 0%,#0000 70%);width:340px;height:340px;bottom:-100px;right:-60px}.hero__glow--center{opacity:.4;background:radial-gradient(circle,#b5838d30 0%,#0000 70%);width:260px;height:260px;top:50%;left:55%;transform:translate(-50%,-50%)}.hero__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__particle{opacity:.25;border-radius:50%;animation:12s ease-in-out infinite particle-float;display:block;position:absolute}.hero__particle--1{background:var(--clr-gold);width:6px;height:6px;animation-delay:0s;top:18%;left:12%}.hero__particle--2{background:var(--clr-rose);width:4px;height:4px;animation-delay:-2s;top:65%;left:78%}.hero__particle--3{background:var(--clr-gold-light);width:8px;height:8px;animation-delay:-4s;top:35%;left:90%}.hero__particle--4{background:var(--clr-rose-deep);width:5px;height:5px;animation-delay:-6s;top:80%;left:25%}.hero__particle--5{background:var(--clr-gold);width:7px;height:7px;animation-delay:-8s;top:10%;left:65%}.hero__particle--6{background:var(--clr-rose);width:4px;height:4px;animation-delay:-10s;top:55%;left:45%}@keyframes particle-float{0%,to{opacity:.25;transform:translateY(0)scale(1)}50%{opacity:.45;transform:translateY(-18px)scale(1.3)}}.hero__content{z-index:1;max-width:680px;position:relative}.hero__badge{letter-spacing:.02em;border-radius:var(--radius-pill);border:1px solid var(--clr-border-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--clr-rose);background:#ffffff08;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.8rem;animation:.6s ease-out both fade-in-up;display:inline-flex}.hero__badge-dot{background:var(--clr-rose-deep);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{letter-spacing:-.01em;color:var(--clr-text);margin-top:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:700;line-height:1.15;animation:.6s ease-out .1s both fade-in-up}.hero__title-accent{background:linear-gradient(135deg,var(--clr-rose),var(--clr-gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__title-dot{color:var(--clr-gold);-webkit-text-fill-color:var(--clr-gold)}.hero__subtitle{color:var(--clr-text-muted);max-width:560px;margin-top:1.25rem;font-size:1.05rem;line-height:1.65;animation:.6s ease-out .2s both fade-in-up}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;animation:.6s ease-out .3s both fade-in-up;display:flex}.hero__cta{border-radius:var(--radius-pill);border:1px solid #0000;align-items:center;gap:.4rem;padding:.65rem 1.4rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex}.hero__cta--primary{background:var(--clr-rose-deep);color:#fff;border-color:var(--clr-rose-deep)}.hero__cta--primary:hover{background:var(--clr-bordeaux-light);transform:translateY(-1px);box-shadow:0 6px 24px #b5838d30}.hero__cta--secondary{color:var(--clr-rose);border-color:var(--clr-border-light);background:0 0}.hero__cta--secondary:hover{border-color:var(--clr-rose-deep);background:#ffffff06;transform:translateY(-1px)}.pitch{text-align:center}.pitch__inner{max-width:780px;margin:0 auto}.pitch__title{color:var(--clr-text);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600;line-height:1.3}.pitch__text{color:var(--clr-text-muted);max-width:620px;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.75}.pitch__pillars{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:2.5rem;display:grid}.pitch__pillar{border-radius:var(--radius-soft);background:var(--clr-surface);border:1px solid var(--clr-border);flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem 1rem;transition:transform .25s,box-shadow .25s;display:flex}.pitch__pillar:hover{transform:translateY(-3px);box-shadow:0 8px 30px #b5838d10}.pitch__pillar-icon{margin-bottom:.25rem;font-size:1.75rem}.pitch__pillar strong{color:var(--clr-rose);font-size:.95rem}.pitch__pillar span:last-child{color:var(--clr-text-muted);font-size:.82rem;line-height:1.4}.spotlight__header{justify-content:space-between;align-items:baseline;display:flex}.spotlight__title{color:var(--clr-text);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,3vw,1.75rem);font-weight:600}.spotlight__link{color:var(--clr-rose-deep);opacity:.8;align-items:center;gap:.3rem;font-size:.85rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.spotlight__link:hover{opacity:1}.spotlight__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;display:grid}@media (min-width:1280px){.spotlight__grid{grid-template-columns:repeat(4,1fr)}}.persona-card{--accent:var(--persona-accent,#b5838d);border-radius:var(--radius-soft);background:linear-gradient(180deg,var(--persona-accent-light,#b5838d10)0%,var(--clr-surface)100%);border:1px solid var(--persona-accent-mid,#b5838d25);color:var(--clr-text);flex-direction:column;padding:1.25rem;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.persona-card:hover{box-shadow:0 12px 36px var(--persona-accent-mid,#b5838d15);border-color:var(--persona-accent-mid,#b5838d40);transform:translateY(-4px)}.persona-card__avatar-wrap{width:48px;height:48px;box-shadow:0 0 0 2.5px var(--accent);border-radius:14px;flex-shrink:0;overflow:hidden}.persona-card__avatar{object-fit:cover;width:100%;height:100%}.persona-card__avatar-placeholder{background:linear-gradient(135deg,var(--persona-accent-mid),var(--persona-accent-light));width:100%;height:100%}.persona-card__info{flex-direction:column;margin-top:.75rem;display:flex}.persona-card__name{white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden}.persona-card__situation{color:var(--clr-text-muted);margin-top:.1rem;font-size:.78rem}.persona-card__desc{color:var(--clr-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;margin-top:.65rem;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.persona-card__accent-bar{background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.persona-card:hover .persona-card__accent-bar{opacity:.6}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.audio-teaser{background:linear-gradient(165deg,var(--clr-surface,#161012)0%,#1a0f14 55%,#22131a 100%);border:1px solid var(--clr-border,#2e1f25);border-radius:1.25rem;padding:2rem 1.75rem 2.25rem;position:relative;overflow:hidden}@media (min-width:768px){.audio-teaser{padding:2.5rem 2.5rem 2.75rem}}.audio-teaser__glow{background:radial-gradient(circle,var(--clr-bordeaux,#6d2e46)0%,transparent 70%);filter:blur(80px);opacity:.25;pointer-events:none;border-radius:50%;width:380px;height:380px;position:absolute;top:-100px;left:-80px}.audio-teaser__header{z-index:1;position:relative}.audio-teaser__title{color:var(--clr-text,#f0e4df);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:600}.audio-teaser__subtitle{color:var(--clr-text-muted,#a89590);max-width:480px;margin-top:.5rem;font-size:.92rem;line-height:1.6}.audio-teaser__tracks{z-index:1;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex;position:relative}.audio-teaser__track-btn{border:1px solid var(--clr-border,#2e1f25);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--clr-text-muted,#a89590);cursor:pointer;background:#ffffff06;border-radius:100px;align-items:center;gap:.35rem;padding:.45rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.audio-teaser__track-btn:hover{border-color:var(--clr-border-light,#3a2830);color:var(--clr-text,#f0e4df);background:#ffffff0c}.audio-teaser__track-btn--active{background:var(--clr-bordeaux,#6d2e46);border-color:var(--clr-rose-deep,#b5838d);color:#fff;font-weight:600}.audio-teaser__track-icon{opacity:.6;font-size:.75rem}.audio-teaser__track-btn--active .audio-teaser__track-icon{opacity:1}.audio-teaser__player{z-index:1;background:var(--clr-surface-alt,#1c1418);border:1px solid var(--clr-border,#2e1f25);border-radius:1rem;margin-top:1.25rem;padding:1.25rem 1.25rem 1rem;position:relative}.audio-teaser__player-top{align-items:center;gap:.85rem;display:flex}.audio-teaser__play-btn{background:var(--clr-rose-deep,#b5838d);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .15s;display:flex}.audio-teaser__play-btn:hover{background:var(--clr-bordeaux-light,#8a3d5a);transform:scale(1.06)}.audio-teaser__play-btn:active{transform:scale(.97)}.audio-teaser__player-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.audio-teaser__player-label{color:var(--clr-text,#f0e4df);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.audio-teaser__player-time{color:var(--clr-text-muted,#a89590);font-variant-numeric:tabular-nums;font-size:.78rem}.audio-teaser__progress{background:var(--clr-border,#2e1f25);cursor:pointer;border-radius:100px;height:6px;margin-top:1rem;position:relative;overflow:visible}.audio-teaser__progress-fill{background:linear-gradient(90deg,var(--clr-rose-deep,#b5838d),var(--clr-rose,#e8b4b8));border-radius:100px;height:100%;transition:width .1s linear;position:absolute;top:0;left:0}.audio-teaser__progress-thumb{background:var(--clr-rose,#e8b4b8);border:2px solid var(--clr-surface-alt,#1c1418);pointer-events:none;border-radius:50%;width:14px;height:14px;transition:left .1s linear;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #b5838d30}.audio-teaser__waveform{align-items:flex-end;gap:3px;height:28px;margin-top:.85rem;display:flex;overflow:hidden}.audio-teaser__wave-bar{background:var(--clr-border,#2e1f25);border-radius:100px;flex:1;min-width:2px;transition:background .2s}.audio-teaser__wave-bar--active{background:var(--clr-rose-deep,#b5838d)}.benefits{background:linear-gradient(165deg,var(--clr-surface,#161012)0%,#1a0f14 55%,#22131a 100%);border:1px solid var(--clr-border,#2e1f25);border-radius:1.25rem;padding:2rem 1.75rem 2.5rem;position:relative;overflow:hidden}@media (min-width:768px){.benefits{padding:2.5rem 2.5rem 3rem}}.benefits__ribbon{filter:blur(30px);opacity:.35;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#c9a96e20 40%,#b5838d20 60%,#0000 100%);width:60%;height:80px;position:absolute;top:-40px;left:20%;transform:rotate(4deg)}.benefits__glow{background:radial-gradient(circle,var(--clr-bordeaux,#6d2e46)0%,transparent 70%);filter:blur(80px);opacity:.2;pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-80px;right:-60px}.benefits__header{z-index:1;max-width:580px;position:relative}.benefits__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--clr-rose-deep,#b5838d);margin-bottom:.5rem;font-size:.78rem;font-weight:600;display:inline-block}.benefits__title{color:var(--clr-text,#f0e4df);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,3.5vw,2rem);font-weight:700;line-height:1.2}.benefits__title-accent{background:linear-gradient(135deg,var(--clr-rose,#e8b4b8),var(--clr-gold,#c9a96e));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.benefits__subtitle{color:var(--clr-text-muted,#a89590);margin-top:.5rem;font-size:.95rem;line-height:1.6}.benefits__grid{z-index:1;grid-template-columns:1fr;gap:1rem;margin-top:1.75rem;display:grid;position:relative}@media (min-width:640px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits__grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:var(--clr-surface-alt,#1c1418);border:1px solid var(--clr-border,#2e1f25);border-radius:1rem;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex}.benefit-card:hover{border-color:var(--clr-border-light,#3a2830);transform:translateY(-3px);box-shadow:0 8px 28px #b5838d12}.benefit-card__top{flex-grow:1;align-items:flex-start;gap:.75rem;display:flex}.benefit-card__icon{background:linear-gradient(135deg,var(--clr-border,#2e1f25),#3a283020);border:1px solid var(--clr-border,#2e1f25);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.benefit-card__text{min-width:0}.benefit-card__heading{color:var(--clr-text,#f0e4df);font-size:.92rem;font-weight:600;line-height:1.35}.benefit-card__desc{color:var(--clr-text-muted,#a89590);margin-top:.3rem;font-size:.83rem;line-height:1.55}.benefit-card__footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.9rem;display:flex}.benefit-card__tag{letter-spacing:.02em;color:var(--clr-rose-deep,#b5838d);border:1px solid var(--clr-border,#2e1f25);white-space:nowrap;background:#b5838d12;border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:500;transition:background .25s,border-color .25s;display:inline-block}.benefit-card:hover .benefit-card__tag{border-color:var(--clr-border-light,#3a2830);background:#b5838d1e}.benefit-card__bar{background:linear-gradient(90deg,var(--clr-rose-deep,#b5838d),var(--clr-gold,#c9a96e),var(--clr-rose,#e8b4b8));opacity:.2;border-radius:100px;flex:1;height:3px;transition:opacity .25s}.benefit-card:hover .benefit-card__bar{opacity:.55}.how{background:linear-gradient(165deg,var(--clr-surface,#161012)0%,#1a0f14 55%,#22131a 100%);border:1px solid var(--clr-border,#2e1f25);border-radius:1.25rem;padding:2rem 1.75rem 2.5rem;position:relative;overflow:hidden}@media (min-width:768px){.how{padding:2.5rem 2.5rem 3rem}}.how__glow{filter:blur(80px);opacity:.3;pointer-events:none;background:radial-gradient(circle,#c9a96e30 0%,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;top:-100px;right:-60px}.how__title{z-index:1;background:linear-gradient(135deg,var(--clr-rose,#e8b4b8),var(--clr-gold,#c9a96e));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:600;position:relative}.how__subtitle{z-index:1;color:var(--clr-text-muted,#a89590);margin-top:.35rem;font-size:.92rem;position:relative}.how__grid{z-index:1;grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem;display:grid;position:relative}@media (min-width:640px){.how__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.how-step{text-align:center;background:var(--clr-surface-alt,#1c1418);border:1px solid var(--clr-border,#2e1f25);border-radius:1rem;flex-direction:column;align-items:center;padding:1.75rem 1.25rem 1.5rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.how-step:hover{transform:translateY(-4px);box-shadow:0 10px 32px #b5838d10}.how-step__connector{display:none}@media (min-width:640px){.how-step__connector{background:repeating-linear-gradient(90deg,var(--clr-rose-deep,#b5838d)0 4px,transparent 4px 8px);opacity:.3;pointer-events:none;width:1.2rem;height:2px;display:block;position:absolute;top:2.4rem;left:calc(100% + .15rem)}}.how-step__number{background:linear-gradient(135deg,var(--clr-bordeaux,#6d2e46),#8a3d5a);border:1px solid var(--clr-rose-deep,#b5838d);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.how-step__number-text{color:var(--clr-rose,#e8b4b8);font-size:.85rem;font-weight:700}.how-step__icon{margin-top:.75rem;font-size:1.6rem}.how-step__title{color:var(--clr-text,#f0e4df);margin-top:.65rem;font-size:.95rem;font-weight:600}.how-step__desc{color:var(--clr-text-muted,#a89590);margin-top:.35rem;font-size:.85rem;line-height:1.5}.how-step__sparkle{filter:blur(4px);pointer-events:none;background:#ffffff08;border-radius:50%;width:20px;height:20px;position:absolute;top:-4px;right:-4px}.trust{background:linear-gradient(120deg,var(--clr-surface,#161012)0%,var(--clr-surface-alt,#1c1418)50%,var(--clr-surface,#161012)100%);border:1px solid var(--clr-border,#2e1f25);border-radius:1rem;padding:1.25rem 1.5rem}.trust__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.trust__grid{grid-template-columns:repeat(3,1fr);gap:0}}.trust-item{align-items:flex-start;gap:.65rem;padding:.5rem .75rem;display:flex}@media (min-width:640px){.trust-item+.trust-item{border-left:1px solid var(--clr-border,#2e1f25);padding-left:1.25rem}}@media (max-width:639px){.trust-item+.trust-item{border-top:1px solid var(--clr-border,#2e1f25);padding-top:1rem}}.trust-item__icon{background:linear-gradient(135deg,var(--clr-border,#2e1f25),#3a283020);border:1px solid var(--clr-border,#2e1f25);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.trust-item__text{min-width:0}.trust-item__heading{color:var(--clr-text,#f0e4df);font-size:.88rem;font-weight:600;line-height:1.35}.trust-item__desc{color:var(--clr-text-muted,#a89590);margin-top:.15rem;font-size:.8rem;line-height:1.5}.faq{background:linear-gradient(165deg,var(--clr-surface,#161012)0%,#1a0f14 55%,#22131a 100%);border:1px solid var(--clr-border,#2e1f25);border-radius:1.25rem;padding:2rem 1.75rem 2.5rem;position:relative;overflow:hidden}@media (min-width:768px){.faq{padding:2.5rem 2.5rem 3rem}}.faq__glow{background:radial-gradient(circle,var(--clr-bordeaux,#6d2e46)0%,transparent 70%);filter:blur(80px);opacity:.2;pointer-events:none;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-80px;right:-60px}.faq__title{z-index:1;background:linear-gradient(135deg,var(--clr-rose,#e8b4b8),var(--clr-gold,#c9a96e));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:600;position:relative}.faq__list{z-index:1;flex-direction:column;gap:.65rem;margin-top:1.5rem;display:flex;position:relative}.faq__item{background:var(--clr-surface-alt,#1c1418);border:1px solid var(--clr-border,#2e1f25);border-radius:.85rem;padding:1rem 1.15rem;transition:border-color .25s,background .25s}.faq__item[open]{border-color:var(--clr-rose-deep,#b5838d);background:linear-gradient(180deg,#b5838d0a 0%,var(--clr-surface-alt,#1c1418)100%)}.faq__question{cursor:pointer;color:var(--clr-text,#f0e4df);justify-content:space-between;align-items:center;font-size:.92rem;font-weight:600;line-height:1.4;list-style:none;display:flex}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{content:""}.faq__icon{border:1px solid var(--clr-border-light,#3a2830);width:26px;height:26px;color:var(--clr-rose,#e8b4b8);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:.75rem;transition:transform .3s,border-color .3s,background .3s;display:inline-flex}.faq__item[open] .faq__icon{border-color:var(--clr-rose-deep,#b5838d);background:var(--clr-bordeaux,#6d2e46);transform:rotate(45deg)}.faq__answer{color:var(--clr-text-muted,#a89590);margin-top:.65rem;padding-right:2.5rem;font-size:.88rem;line-height:1.6}
#tarteaucitron{color:var(--clr-text,#f0e4df);border:1px solid var(--clr-border,#2e1f25);border-radius:1.25rem;font-family:Georgia,serif;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 40px #6d2e4614}#tarteaucitronServices{background:var(--clr-bg,#0a0a0a)}#tarteaucitronPartnersList{border:1px solid var(--clr-border,#1d1518)!important;background:#2e1f25!important}#tarteaucitronCloseCross,#tarteaucitronPrivacyUrl{color:var(--clr-text-muted,#a89590)!important}.tarteaucitronMainLine{background:linear-gradient(160deg,var(--clr-surface,#161012)0%,#1a0f14 40%,#22131a 100%)!important;border-bottom:1px solid var(--clr-border,#2e1f25)!important;padding:1.5rem 1.75rem!important}.tarteaucitronH1{background:linear-gradient(135deg,#e8b4b8,#c9a96e)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;font-family:Playfair Display,Georgia,serif!important;font-size:clamp(1.1rem,2.5vw,1.4rem)!important;font-weight:600!important}#tarteaucitronInfo{color:var(--clr-text-muted,#a89590)!important;background:#22131a!important;font-size:.88rem!important;line-height:1.6!important}#tarteaucitronPrivacyUrlDialog{color:var(--clr-rose-deep,#b5838d)!important;text-underline-offset:3px!important;cursor:pointer!important;background:0 0!important;border:none!important;font-size:.88rem!important;text-decoration:underline!important;transition:color .25s!important}#tarteaucitronPrivacyUrlDialog:hover{color:var(--clr-rose,#e8b4b8)!important}#tarteaucitronClosePanel{color:var(--clr-text-muted,#a89590)!important;border:1px solid var(--clr-border,#2e1f25)!important;background:#ffffff0a!important;border-radius:10px!important;transition:all .25s!important}#tarteaucitronClosePanel:hover{color:var(--clr-text,#f0e4df)!important;border-color:var(--clr-border-light,#3a2830)!important;background:#ffffff14!important}.tarteaucitronBorder{background:var(--clr-bg,#0a0a0a)!important;border-color:var(--clr-border,#2e1f25)!important}.tarteaucitronLine{background:var(--clr-surface,#161012)!important;border-color:var(--clr-border,#2e1f25)!important;transition:background .25s!important}.tarteaucitronLine:hover{background:var(--clr-surface-alt,#1c1418)!important}.tarteaucitronTitle{background:linear-gradient(120deg,var(--clr-surface,#161012),var(--clr-surface-alt,#1c1418))!important;border-bottom:1px solid var(--clr-border,#2e1f25)!important}.tarteaucitronTitle button{color:var(--clr-text,#f0e4df)!important;font-family:Playfair Display,Georgia,serif!important;font-weight:600!important}.tarteaucitronH2{color:var(--clr-text,#f0e4df)!important;font-family:Georgia,serif!important}.tarteaucitronH3{color:var(--clr-text,#f0e4df)!important;font-family:Georgia,serif!important;font-weight:600!important}.tarteaucitronDetails,.tarteaucitronName span,.tarteaucitronStatusInfo{color:var(--clr-text-muted,#a89590)!important;font-size:.85rem!important}.tarteaucitronAllow{background:linear-gradient(135deg,var(--clr-bordeaux,#6d2e46),var(--clr-bordeaux-light,#8a3d5a))!important;color:#fff!important;border:1px solid var(--clr-rose-deep,#b5838d)!important;cursor:pointer!important;border-radius:100px!important;padding:.5rem 1.1rem!important;font-family:Georgia,serif!important;font-weight:500!important;transition:all .25s!important}.tarteaucitronAllow:hover{background:linear-gradient(135deg,var(--clr-bordeaux-light,#8a3d5a),#9e4a6a)!important;transform:translateY(-1px)!important;box-shadow:0 6px 24px #b5838d33!important}.tarteaucitronAllow[aria-pressed=true]{background:var(--clr-rose-deep,#b5838d)!important;border-color:var(--clr-rose,#e8b4b8)!important;box-shadow:0 0 12px #b5838d4d!important}button #tarteaucitronCloseAlert,.tarteaucitronDeny{color:var(--clr-text-muted,#a89590)!important;border:1px solid var(--clr-border-light,#3a2830)!important;cursor:pointer!important;background:0 0!important;border-radius:100px!important;padding:.5rem 1.1rem!important;font-family:Georgia,serif!important;font-weight:500!important;transition:all .25s!important}button #tarteaucitronCloseAlert,.tarteaucitronDeny:hover{border-color:var(--clr-rose-deep,#b5838d)!important;color:var(--clr-text,#f0e4df)!important;background:#ffffff0a!important;transform:translateY(-1px)!important}button #tarteaucitronCloseAlert,.tarteaucitronDeny[aria-pressed=true]{border-color:var(--clr-text-muted,#a89590)!important;color:var(--clr-text,#f0e4df)!important;background:#ffffff0f!important}#tarteaucitronAllAllowed,#tarteaucitronAllDenied{font-size:.9rem!important}.tarteaucitron-toggle-group{color:var(--clr-rose-deep,#b5838d)!important;cursor:pointer!important;background:0 0!important;border:none!important;font-size:.82rem!important;transition:color .2s!important}.tarteaucitron-toggle-group:hover{color:var(--clr-rose,#e8b4b8)!important}.tarteaucitronReadmoreInfo,.tarteaucitronReadmoreOfficial{color:var(--clr-gold,#c9a96e)!important;font-size:.82rem!important;text-decoration:none!important;transition:color .2s!important}.tarteaucitronReadmoreInfo:hover,.tarteaucitronReadmoreOfficial:hover{color:var(--clr-gold-light,#f5e6c8)!important;text-underline-offset:3px!important;text-decoration:underline!important}.tarteaucitronReadmoreSeparator{color:var(--clr-border-light,#3a2830)!important}.tacCurrentStatus{color:var(--clr-text-muted,#a89590)!important;font-size:.8rem!important;font-style:italic!important}.tarteaucitronListCookies{color:var(--clr-text-muted,#a89590)!important;font-size:.78rem!important}#tarteaucitronSave{background:linear-gradient(120deg,var(--clr-surface,#161012),var(--clr-surface-alt,#1c1418))!important;border-top:1px solid var(--clr-border,#2e1f25)!important;text-align:center!important;padding:1rem 1.75rem!important}#tarteaucitronSaveButton{color:#1a1018!important;cursor:pointer!important;background:linear-gradient(135deg,#c9a96e,#d4b87a)!important;border:none!important;border-radius:100px!important;padding:.7rem 2rem!important;font-family:Georgia,serif!important;font-size:.92rem!important;font-weight:700!important;transition:all .25s!important}#tarteaucitronSaveButton:hover{filter:brightness(1.06)!important;transform:translateY(-1px)!important;box-shadow:0 6px 24px #c9a96e4d!important}.tarteaucitronSelfLink{opacity:.35!important;transition:opacity .2s!important}.tarteaucitronSelfLink:hover{opacity:.6!important}.tarteaucitronCheck,.tarteaucitronCross{color:inherit!important}.tarteaucitronPlus{color:var(--clr-rose,#e8b4b8)!important}#tarteaucitronAlertBig{background:linear-gradient(160deg,var(--clr-surface,#161012)0%,#1a0f14 40%,#22131a 100%)!important;border-top:1px solid var(--clr-border,#2e1f25)!important;color:var(--clr-text,#f0e4df)!important;font-family:Georgia,serif!important;box-shadow:0 -8px 40px #00000080!important}#tarteaucitronDisclaimerAlert{color:var(--clr-text-muted,#a89590)!important;font-size:.9rem!important;line-height:1.6!important}#tarteaucitronPersonalize,#tarteaucitronPersonalize2{color:var(--clr-gold,#c9a96e)!important;border:1px solid var(--clr-border-light,#3a2830)!important;cursor:pointer!important;background:0 0!important;border-radius:100px!important;padding:.5rem 1.2rem!important;font-family:Georgia,serif!important;font-weight:500!important;transition:all .25s!important}#tarteaucitronPersonalize:hover,#tarteaucitronPersonalize2:hover{border-color:var(--clr-gold,#c9a96e)!important;background:#c9a96e14!important;transform:translateY(-1px)!important}.tarteaucitronPartnersList{background:var(--clr-surface-alt,#1c1418)!important;border:1px solid var(--clr-border,#2e1f25)!important;color:var(--clr-text-muted,#a89590)!important;border-radius:.75rem!important}.tarteaucitronPartnersList b,#tarteaucitronCounter-all{color:var(--clr-text,#f0e4df)!important}.tarteaucitronPartnersList ul,.tarteaucitronPartnersList li{color:var(--clr-text-muted,#a89590)!important}#tarteaucitronCloseAlert{color:var(--clr-rose-deep,#b5838d)!important;border:1px solid var(--clr-border-light,#3a2830)!important;cursor:pointer!important;background:0 0!important;border-radius:100px!important;padding:.5rem 1.2rem!important;font-family:Georgia,serif!important;font-weight:500!important;transition:all .25s!important}#tarteaucitronCloseAlert:hover{border-color:var(--clr-rose-deep,#b5838d)!important;color:var(--clr-rose,#e8b4b8)!important;background:#b5838d14!important;transform:translateY(-1px)!important}#tarteaucitronManager{background:var(--clr-surface,#161012)!important;border:1px solid var(--clr-border,#2e1f25)!important;color:var(--clr-rose,#e8b4b8)!important;border-radius:12px!important;transition:all .25s!important;box-shadow:0 4px 16px #0006!important}#tarteaucitronManager:hover{border-color:var(--clr-rose-deep,#b5838d)!important;box-shadow:0 6px 24px #b5838d26!important}#tarteaucitronServices::-webkit-scrollbar{width:6px}#tarteaucitronServices::-webkit-scrollbar-track{background:var(--clr-bg,#0a0a0a)}#tarteaucitronServices::-webkit-scrollbar-thumb{background:var(--clr-border-light,#3a2830);border-radius:100px}#tarteaucitronServices::-webkit-scrollbar-thumb:hover{background:var(--clr-rose-deep,#b5838d)}#tarteaucitron button,#tarteaucitron a{transition:all .25s!important}@media (max-width:480px){.tarteaucitronMainLine{padding:1.25rem 1rem!important}#tarteaucitronSave{padding:.85rem 1rem!important}#tarteaucitronSaveButton{width:100%!important;padding:.75rem 1rem!important}.tarteaucitronAllow,.tarteaucitronDeny{padding:.45rem .85rem!important;font-size:.82rem!important}}button#tarteaucitronBack{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#0a0a0a8c!important}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_2faf2411-module__8vI0Qq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_2faf2411-module__8vI0Qq__variable{--font-playfair:"Playfair Display","Playfair Display Fallback"}
