@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&family=DM+Mono:wght@400;500&display=swap");:root{--bg:#0c0c0a;--bg-subtle:#141412;--bg-card:#1a1a17;--gold:#c9a96e;--gold-dim:#8a7249;--cream:#f2ede4;--cream-dim:#a09888;--muted:#4a4840;--border:#2a2a26;--font-display:"Playfair Display",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--font-mono:"DM Mono",monospace;--radius:6px;--transition:200ms ease;--max-w:1100px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--bg);color:var(--cream);font-family:var(--font-body);font-weight:300;line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.anim-fade-up{opacity:0;animation:fadeUp .7s cubic-bezier(.16,1,.3,1) forwards}.anim-fade-in{opacity:0;animation:fadeIn .6s ease forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.35s}.delay-4{animation-delay:.5s}.delay-5{animation-delay:.65s}.delay-6{animation-delay:.8s}.page-wrap{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.site-header{padding:24px 0;border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--gold);letter-spacing:.04em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:28px}.site-nav a{font-size:.8rem;font-weight:500;color:var(--cream-dim);letter-spacing:.08em;text-transform:uppercase;transition:color var(--transition)}.site-nav a.active,.site-nav a:hover{color:var(--gold)}.site-footer{margin-top:auto;padding:32px 0;border-top:1px solid var(--border)}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.site-footer__copy{font-size:.78rem;color:var(--muted)}.site-footer__links{display:flex;gap:20px}.site-footer__links a{font-size:.78rem;color:var(--muted);transition:color var(--transition)}.site-footer__links a:hover{color:var(--cream-dim)}.gold-rule{width:48px;height:2px;background:var(--gold);margin-bottom:20px}.date-tag{font-family:var(--font-mono);font-size:.75rem;color:var(--gold);letter-spacing:.12em;text-transform:uppercase}.share-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.share-bar__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cream-dim)}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--border);font-size:.8rem;font-weight:500;color:var(--cream-dim);background:transparent;transition:all var(--transition);white-space:nowrap}.share-btn:hover{border-color:var(--gold-dim);color:var(--cream);background:hsla(39,46%,61%,.06)}.share-btn--copied{border-color:var(--gold);color:var(--gold)}.word-hero{padding:80px 0 60px;position:relative;overflow:hidden}.word-hero:before{content:"";position:absolute;top:-40%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,hsla(39,46%,61%,.04) 0,transparent 70%);pointer-events:none}.word-hero__eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:32px}.word-hero__label{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--cream-dim);font-weight:500}.word-hero__word{font-family:var(--font-display);font-size:clamp(4rem,12vw,9rem);font-weight:900;line-height:.95;letter-spacing:-.02em;color:var(--cream);margin-bottom:20px}.word-hero__word em{font-style:italic;color:var(--gold)}.word-hero__meta{display:flex;align-items:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}.word-hero__pos{font-family:var(--font-display);font-style:italic;font-size:1.1rem;color:var(--cream-dim)}.word-hero__pron{font-family:var(--font-mono);font-size:.85rem;color:var(--muted);padding:4px 10px;border:1px solid var(--border);border-radius:var(--radius)}.word-hero__separator{width:4px;height:4px;border-radius:50%;background:var(--muted)}.word-hero__definition{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--cream-dim);line-height:1.65;max-width:680px;margin-bottom:48px;font-weight:300}.word-section{padding:48px 0;border-top:1px solid var(--border)}.word-section__title{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-dim);font-weight:500;margin-bottom:16px}.word-section__body{font-size:1rem;color:var(--cream-dim);line-height:1.75;max-width:640px}.quote-teaser{margin:56px 0;padding:40px 48px;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--gold);border-radius:var(--radius);position:relative;overflow:hidden}.quote-teaser:before{content:"\201C";position:absolute;top:-20px;left:32px;font-family:var(--font-display);font-size:9rem;color:hsla(39,46%,61%,.06);line-height:1;pointer-events:none}.quote-teaser__text{font-family:var(--font-display);font-style:italic;font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.6;color:var(--cream);margin-bottom:20px;position:relative}.quote-teaser__author{font-size:.85rem;color:var(--cream-dim);font-weight:500;letter-spacing:.04em}.quote-teaser__author span{color:var(--gold-dim)}.quote-teaser__cta{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);transition:gap var(--transition)}.quote-teaser__cta:hover{gap:14px}.quote-hero{padding:80px 0 60px;position:relative;overflow:hidden}.quote-hero:before{content:"";position:absolute;bottom:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,hsla(39,46%,61%,.03) 0,transparent 70%);pointer-events:none}.quote-hero__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:48px;flex-wrap:wrap}.word-badge{padding:6px 14px;background:hsla(39,46%,61%,.1);border:1px solid var(--gold-dim);border-radius:100px;font-family:var(--font-mono);font-size:.8rem;color:var(--gold)}.generated-badge,.word-badge{display:inline-flex;align-items:center;letter-spacing:.06em}.generated-badge{gap:5px;padding:4px 10px;border:1px solid var(--border);border-radius:100px;font-size:.72rem;color:var(--muted)}.quote-hero__blockquote{font-family:var(--font-display);font-style:italic;font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.45;color:var(--cream);max-width:820px;margin-bottom:40px;position:relative}.quote-hero__blockquote mark{background:none;color:var(--gold);font-style:normal}.quote-hero__attribution{display:flex;align-items:center;gap:16px}.quote-hero__dash{width:32px;height:1px;background:var(--gold-dim)}.quote-hero__author{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--cream)}.quote-hero__back{display:inline-flex;align-items:center;gap:8px;margin-bottom:40px;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--cream-dim);transition:color var(--transition)}.quote-hero__back:hover{color:var(--gold)}.ad-slot{display:flex;align-items:center;justify-content:center;background:var(--bg-subtle);border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}.ad-slot--leaderboard{height:90px;margin:40px 0}.ad-slot--rectangle{height:250px;max-width:300px}@media (max-width:768px){.container{padding:0 20px}.quote-hero,.word-hero{padding:48px 0 40px}.quote-teaser{padding:28px}.quote-teaser:before{font-size:6rem}.site-nav{gap:16px}.site-nav a{font-size:.75rem}.site-footer__inner{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){.word-hero__meta{gap:10px}.share-bar{gap:8px}.share-btn{padding:7px 12px;font-size:.75rem}.quote-teaser{padding:24px 20px}}.lp-wrap{--lp-orange:#ff5a3c;--lp-dark:#111;--lp-text:#1a1a1a;--lp-gray:#555;--lp-gray-light:#888;--lp-border:#e5e5e5;--lp-bg:#fafafa;--lp-white:#fff;--lp-green-bg:#e6f4ea;--lp-green-text:#1e6b34;--lp-red-bg:#fdecec;--lp-red-text:#b91c1c;--lp-radius-pill:100px;--lp-shadow:0 2px 12px rgba(0,0,0,.07);--lp-transition:180ms ease;--lp-max-w:1200px;min-height:100vh;display:flex;flex-direction:column;background:var(--lp-bg);color:var(--lp-text);font-family:var(--font-inter);font-size:15px;font-weight:400;line-height:1.55}.lp-container{width:100%;max-width:var(--lp-max-w);margin:0 auto;padding:0 20px}.lp-wordmark{display:inline-flex;align-items:center;font-family:var(--font-poppins);font-size:1.05rem;font-weight:600;color:var(--lp-dark);letter-spacing:.015em;line-height:1;gap:0;text-decoration:none}.lp-wordmark__glass{width:1.1em;height:1.1em;display:inline-block;vertical-align:middle;position:relative;top:-.05em;flex-shrink:0}.lp-wordmark__dots{color:var(--lp-orange);font-size:.5em;vertical-align:super;margin-left:1px;line-height:1}.lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--lp-white);border-bottom:1px solid var(--lp-border)}.lp-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px;gap:16px}.lp-header__logo{text-decoration:none}.lp-nav{display:flex;align-items:center;gap:28px;flex:1 1;justify-content:flex-end;margin-right:0}.lp-nav__link{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-inter);font-size:.78rem;font-weight:600;letter-spacing:.02em;color:#fff;background:#ef5a3e;text-decoration:none;white-space:nowrap;padding:8px 14px;border-radius:999px;box-shadow:0 2px 8px rgba(239,90,62,.25);transition:transform var(--lp-transition),box-shadow var(--lp-transition),background var(--lp-transition)}.lp-nav__icon{flex-shrink:0}@media (min-width:768px){.lp-nav__link{font-size:.82rem;padding:9px 18px}}.lp-nav__link:hover{background:#d94a30;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,90,62,.35)}.lp-hamburger{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:6px;border-radius:5px;flex-shrink:0;transition:background var(--lp-transition)}.lp-hamburger:hover{background:rgba(0,0,0,.05)}.lp-fs-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border:1px solid var(--lp-border);color:var(--lp-gray);border-radius:8px;cursor:pointer;transition:all var(--lp-transition);flex-shrink:0}.lp-fs-btn:hover{color:var(--lp-orange);border-color:var(--lp-orange);background:rgba(239,90,62,.06)}.lp-fs-exit{position:fixed;top:16px;right:16px;z-index:200;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(0,0%,100%,.9);border:1px solid var(--lp-border);color:var(--lp-dark);border-radius:10px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--lp-shadow);transition:all var(--lp-transition)}.lp-fs-exit:hover{color:var(--lp-orange);border-color:var(--lp-orange)}.lp-main{flex:1 1;position:relative}.lp-wrap--fullscreen{min-height:100vh}.lp-wrap--fullscreen .lp-main{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.lp-hero{position:relative;overflow:hidden;background-color:var(--lp-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Ctext x='8' y='155' font-family='Georgia%2C serif' font-size='150' font-weight='900' fill='%23000' fill-opacity='0.025'%3Es%3C/text%3E%3C/svg%3E");background-size:180px 180px;padding:48px 0 40px}.lp-hero__inner{position:relative;z-index:1;text-align:center}.lp-eyebrow{font-size:.69rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--lp-orange);margin-bottom:16px}.lp-eyebrow,.lp-headline{font-family:var(--font-poppins)}.lp-headline{font-size:2.5rem;font-weight:600;line-height:1.12;letter-spacing:-.01em;color:var(--lp-dark);margin-bottom:14px}.lp-headline__dots,.lp-headline__for{color:var(--lp-orange)}.lp-headline__dots{font-size:.42em;vertical-align:super;margin-left:1px;line-height:1}.lp-subtitle{font-family:var(--font-inter);font-size:.9rem;color:var(--lp-gray);max-width:480px;margin:0 auto 28px;line-height:1.6;text-align:center}.lp-search{max-width:560px;margin:0 auto 24px}.lp-search__pill{display:flex;align-items:center;background:var(--lp-white);border-radius:var(--lp-radius-pill);box-shadow:var(--lp-shadow),0 0 0 1px var(--lp-border);padding:5px 5px 5px 16px;gap:8px;height:50px}.lp-search__icon{flex-shrink:0}.lp-search__input{flex:1 1;border:none;outline:none;background:transparent;font-family:var(--font-inter);font-size:.9rem;color:var(--lp-text);min-width:0}.lp-search__input::placeholder{color:var(--lp-gray-light)}.lp-search__btn{flex-shrink:0;background:var(--lp-orange);color:#fff;border:none;border-radius:var(--lp-radius-pill);padding:9px 20px;font-family:var(--font-inter);font-size:.85rem;font-weight:600;cursor:pointer;transition:filter var(--lp-transition);white-space:nowrap;height:40px;display:flex;align-items:center}.lp-search__btn:hover{filter:brightness(1.08)}.lp-picks{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}.lp-picks__label{font-size:.69rem;letter-spacing:.15em;text-transform:uppercase;color:var(--lp-gray-light);font-weight:500;white-space:nowrap}.lp-chips-row{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.lp-chips-row--left{justify-content:flex-start}.lp-chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:var(--lp-radius-pill);font-size:.78rem;font-weight:500;font-family:var(--font-inter);cursor:pointer;transition:all var(--lp-transition);white-space:nowrap;background:var(--lp-white);border:1px solid var(--lp-border);color:var(--lp-dark)}.lp-chip:hover{border-color:#bbb;background:#f2f2f2}.lp-chip--dark{background:#1e1e1e;border-color:#383838;color:hsla(0,0%,100%,.85)}.lp-chip--dark:hover{background:#2b2b2b;border-color:#484848;color:#fff}.lp-chip--green{background:var(--lp-green-bg);border-color:transparent;color:var(--lp-green-text)}.lp-chip--green:hover{filter:brightness(.96)}.lp-chip--red{background:var(--lp-red-bg);border-color:transparent;color:var(--lp-red-text)}.lp-chip--red:hover{filter:brightness(.96)}.lp-trending{background:var(--lp-dark);padding:14px 0}.lp-trending__inner{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.lp-trending__label{font-family:var(--font-inter);font-size:.69rem;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.45);font-weight:600;flex-shrink:0;white-space:nowrap}.lp-trending__dot{color:var(--lp-orange)}.lp-trending .lp-chips-row{justify-content:flex-start}.lp-wotd{background:var(--lp-white);padding:48px 0 56px}.lp-wotd__toprow{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:8px}.lp-wotd__badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-inter);font-size:.69rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--lp-text)}.lp-wotd__badge-dot{width:8px;height:8px;border-radius:50%;background:var(--lp-orange);flex-shrink:0;display:inline-block}.lp-wotd__date{font-size:.8rem;color:var(--lp-gray-light)}.lp-wotd__cols{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px}.lp-wotd__word{font-family:var(--font-poppins);font-size:2.7rem;font-weight:700;letter-spacing:-.01em;line-height:1.15;text-transform:capitalize;color:var(--lp-dark);margin-bottom:12px}.lp-wotd__phonetics{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.lp-wotd__pron{font-family:var(--font-inter);font-size:.88rem;color:var(--lp-orange);font-weight:500}.lp-wotd__speaker{background:none;border:none;padding:3px;cursor:pointer;opacity:.5;display:flex;align-items:center;transition:opacity var(--lp-transition)}.lp-wotd__speaker:hover{opacity:.9}.lp-wotd__pos{font-size:.69rem;letter-spacing:.14em;font-weight:600;color:var(--lp-gray-light);text-transform:uppercase;margin-bottom:16px}.lp-wotd__def,.lp-wotd__pos{font-family:var(--font-inter)}.lp-wotd__def{font-size:1rem;color:var(--lp-gray);line-height:1.7;margin-bottom:28px}.lp-word-group{margin-bottom:24px}.lp-word-group__label{display:block;font-family:var(--font-inter);font-size:.69rem;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--lp-gray-light);margin-bottom:8px}.lp-wotd__right{display:flex;flex-direction:column;gap:0}.lp-quote-card{border-left:3px solid var(--lp-orange);padding:14px 16px 14px 20px;background:var(--lp-bg);border-radius:0 6px 6px 0;margin-bottom:10px}.lp-quote-card__text{font-family:var(--font-inter);font-style:italic;font-size:.95rem;line-height:1.6;color:var(--lp-text);margin-bottom:8px}.lp-quote-card__author{font-family:var(--font-inter);font-size:.75rem;font-weight:500;color:var(--lp-orange)}.lp-highlight{color:var(--lp-orange);font-style:normal}.lp-footer{background:var(--lp-white);border-top:1px solid var(--lp-border);padding:20px 0}.lp-footer__inner{justify-content:space-between;gap:12px;flex-wrap:wrap}.lp-footer__inner,.lp-footer__left{display:flex;align-items:center}.lp-footer__logo{text-decoration:none}.lp-footer__logo svg{width:110px;height:38px}.lp-footer__copy{font-size:.78rem;color:var(--lp-gray-light)}.lp-footer__links{display:flex;gap:20px}.lp-footer__links a{font-size:.78rem;color:var(--lp-gray-light);text-decoration:none;transition:color var(--lp-transition)}.lp-footer__links a:hover{color:var(--lp-text)}@media (min-width:640px){.lp-container{padding:0 32px}.lp-hero{padding:56px 0 48px}.lp-hero__inner{text-align:center}.lp-chips-row{justify-content:center}.lp-chips-row--left{justify-content:flex-start}.lp-trending__inner{flex-wrap:nowrap}}@media (min-width:768px){.lp-nav{display:flex}}@media (min-width:900px){.lp-wotd__cols{grid-template-columns:55fr 40fr;gap:56px;align-items:start}}@media (min-width:1024px){.lp-container{padding:0 40px}.lp-header__inner{height:60px}.lp-hero{padding:56px 0 48px}.lp-headline{font-size:2.5rem}.lp-subtitle{font-size:.94rem}.lp-search{max-width:600px}.lp-search__pill{height:56px}.lp-wotd{padding:52px 0 64px}.lp-wotd__word{font-size:3.2rem}}.lp-wrap .quote-hero,.lp-wrap .word-hero{padding:64px 0 48px}.lp-wrap .quote-hero:before,.lp-wrap .word-hero:before{display:none}.lp-main:has(.quote-hero){display:flex;flex-direction:column;justify-content:center}.lp-wrap .quote-hero{width:100%;text-align:center}.lp-wrap .quote-hero__attribution,.lp-wrap .quote-hero__eyebrow{justify-content:center}.lp-wrap .date-tag{color:var(--lp-gray);font-family:var(--font-inter);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.lp-wrap .word-badge{background:rgba(239,90,62,.08);border:1px solid rgba(239,90,62,.35);color:var(--lp-orange);font-family:var(--font-inter);font-weight:600}.lp-wrap .generated-badge{border-color:var(--lp-border);color:var(--lp-gray)}.lp-wrap .word-hero__label,.lp-wrap .word-hero__separator{color:var(--lp-gray);background:var(--lp-gray-light)}.lp-wrap .word-hero{text-align:center}.lp-wrap .word-hero__eyebrow,.lp-wrap .word-hero__meta{justify-content:center}.lp-wrap .word-hero__word{color:var(--lp-dark);font-family:var(--font-poppins,var(--font-inter));font-weight:700;font-size:clamp(3rem,1.5rem + 7vw,6rem);letter-spacing:-.03em}.lp-wrap .word-hero__definition{max-width:60ch;margin-left:auto;margin-right:auto}.lp-wrap .word-hero .share-bar{justify-content:center}.lp-main:has(.word-hero){display:flex;flex-direction:column;justify-content:center}.lp-wrap .word-hero__word em{color:var(--lp-orange);font-style:normal}.lp-wrap .word-hero__pos,.lp-wrap .word-hero__pron{color:var(--lp-gray)}.lp-wrap .word-hero__definition{color:var(--lp-text)}.lp-wrap .quote-hero__back{color:var(--lp-gray)}.lp-wrap .quote-hero__back:hover{color:var(--lp-orange)}.lp-wrap .quote-hero__blockquote{color:var(--lp-text);font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400;font-size:clamp(1.5rem,1rem + 3.2vw,3.6rem);line-height:1.35;max-width:min(90%,26ch);margin-left:auto;margin-right:auto;text-align:center}.lp-wrap .quote-hero__blockquote mark{background:none;color:var(--lp-orange);font-style:normal;font-weight:700;padding:0 2px}.lp-wrap .quote-hero__attribution{border-top:0}.lp-wrap .quote-hero__dash{background:var(--lp-orange)}.lp-wrap .quote-hero__author{color:var(--lp-dark);font-family:var(--font-inter);font-weight:600;letter-spacing:.01em}.lp-wrap .word-section{background:var(--lp-white);border:1px solid var(--lp-border);border-left:3px solid var(--lp-orange);border-radius:12px;padding:24px 28px}.lp-wrap .word-section__title{color:var(--lp-orange);font-family:var(--font-inter)}.lp-wrap .word-section__body{color:var(--lp-text)}.lp-wrap .quote-teaser{background:var(--lp-white);border:1px solid var(--lp-border);border-radius:12px;padding:28px}.lp-wrap .quote-teaser:before{display:none}.lp-wrap .quote-teaser__text{color:var(--lp-text);font-family:Georgia,Times New Roman,serif;font-style:italic}.lp-wrap .quote-teaser__author{color:var(--lp-gray);font-family:var(--font-inter)}.lp-wrap .quote-teaser__cta{color:var(--lp-orange)}.lp-wrap .ad-slot{border:1px dashed var(--lp-border);background:var(--lp-white);color:var(--lp-gray-light)}.lp-wrap .container{width:100%;max-width:var(--lp-max-w);margin:0 auto;padding:0 20px}.lp-wrap--fullscreen .quote-hero{padding:24px 0}.lp-wrap--fullscreen .quote-hero__back,.lp-wrap--fullscreen .quote-hero__eyebrow{display:none}.lp-wrap--fullscreen .quote-hero__blockquote{font-size:clamp(1.8rem,5vw,3.4rem);text-align:center;margin-left:auto;margin-right:auto}.lp-wrap--fullscreen .quote-hero__attribution{justify-content:center}.lp-wrap--fullscreen .ad-slot,.lp-wrap--fullscreen .word-section{display:none}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_d5a796;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_d5a796{font-family:__Poppins_d5a796,__Poppins_Fallback_d5a796;font-style:normal}.__variable_d5a796{--font-poppins:"__Poppins_d5a796","__Poppins_Fallback_d5a796"}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_37ef13;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_37ef13;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Inter_37ef13;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_37ef13;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_37ef13{font-family:__Inter_37ef13,__Inter_Fallback_37ef13;font-style:normal}.__variable_37ef13{--font-inter:"__Inter_37ef13","__Inter_Fallback_37ef13"}