:root{--navy:#002b5c;--navy-2:#0a3a6e;--navy-ink:#04203f;--gold:#efa91e;--gold-deep:#b8780a;--gold-soft:#fbe4b3;--gold-wash:#fdf1d8;--paper:#fff;--cream:#fdfaf3;--line:rgba(0,43,92,.14);--txt:#10243f;--txt-soft:rgba(16,36,63,.66);--serif:var(--font-serif),"Cormorant Garamond","Times New Roman",Georgia,serif;--sans:var(--font-sans-x),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--gutter:clamp(22px,5vw,92px);--max:1280px;--ease:cubic-bezier(.22,1,.36,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--cream);color:var(--txt);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}em{font-style:italic}.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter);width:100%}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.03;color:var(--navy);letter-spacing:.002em}.gold{font-style:italic}.gold,.label{color:var(--gold-deep)}.label{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;display:inline-flex;align-items:center;gap:12px}.label:before{content:"";width:26px;height:2px;background:var(--gold)}.progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--gold);z-index:9500}.intro{position:fixed;inset:0;z-index:9999;background:var(--navy);display:flex;align-items:center;justify-content:center;transition:opacity .7s ease .3s,visibility 0s 1.1s}.intro img{height:60px;opacity:0;transform:translateY(8px);animation:introIn 1s var(--ease) forwards}@keyframes introIn{to{opacity:1;transform:none}}body.loaded .intro{opacity:0;visibility:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:200;transition:.4s var(--ease);border-bottom:1px solid transparent}.nav .wrap{display:flex;align-items:center;justify-content:space-between;padding:22px var(--gutter);transition:padding .4s var(--ease)}.nav.scrolled{background:hsla(42,71%,97%,.92);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-color:var(--line)}.nav.scrolled .wrap{padding-top:13px;padding-bottom:13px}.brand{display:flex;align-items:center;gap:12px;z-index:2}.brand img{height:34px}.brand b{font-family:var(--serif);font-weight:600;font-size:22px;color:var(--navy);letter-spacing:.02em}.nav-r{display:flex;align-items:center;gap:30px}.nav-link{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--txt-soft);transition:color .3s;position:relative}.nav-link.active,.nav-link:hover{color:var(--gold-deep)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--gold)}.nav-cta{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--navy);padding:12px 22px;border-radius:2px;transition:.3s var(--ease)}.nav-cta:hover{background:var(--gold-deep)}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;z-index:2;padding:6px}.nav-toggle span{width:26px;height:2px;background:var(--navy);transition:.3s var(--ease)}.nav-mobile{position:fixed;inset:0;background:var(--navy);z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;opacity:0;visibility:hidden;transition:.4s var(--ease)}.nav-mobile a{font-family:var(--serif);font-size:30px;color:#fff}.nav-mobile a:hover{color:var(--gold)}body.menu-open .nav-mobile{opacity:1;visibility:visible}body.menu-open .nav-toggle span:first-child{transform:translateY(7px) rotate(45deg);background:#fff}body.menu-open .nav-toggle span:nth-child(2){opacity:0}body.menu-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:#fff}@media(max-width:900px){.nav-r{display:none}.nav-toggle{display:flex}}.btn{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:16px 30px;border-radius:2px;transition:.3s var(--ease);border:2px solid var(--navy)}.btn--solid{background:var(--navy);color:#fff}.btn--solid:hover{background:var(--gold-deep);border-color:var(--gold-deep)}.btn--ghost{background:transparent;color:var(--navy)}.btn--ghost:hover{background:var(--navy);color:#fff}.btn--onnavy{border-color:var(--gold);background:var(--gold);color:var(--navy)}.btn--onnavy:hover{background:var(--gold-soft);border-color:var(--gold-soft)}.btn .arr{transition:transform .3s var(--ease)}.btn:hover .arr{transform:translateX(4px)}.hero{position:relative;padding-top:clamp(116px,14vh,160px);padding-bottom:0;overflow:hidden}.hero:before{content:"";top:-12%;right:-6%;width:46vw;height:46vw;max-width:620px;max-height:620px;border-radius:50%;background:var(--gold);opacity:.15}.hero:before,.hero__svg{position:absolute;z-index:0}.hero__svg{top:8%;right:-2%;width:min(48vw,600px);opacity:.9;pointer-events:none}.hero .wrap{position:relative;z-index:2}.hero__ey{opacity:0;animation:fade .9s ease .5s forwards}.hero h1{font-size:clamp(46px,8.6vw,132px);letter-spacing:-.015em;margin-top:24px;max-width:13ch}.hero h1 .ln{display:block;overflow:hidden}.hero h1 .ln i{display:block;transform:translateY(108%);animation:rise 1s var(--ease) forwards;font-style:normal}.hero h1 .ln:first-child i{animation-delay:.55s}.hero h1 .ln:nth-child(2) i{animation-delay:.68s}.hero h1 .ln:nth-child(3) i{animation-delay:.81s}.hero h1 .hl{position:relative;white-space:nowrap}.hero h1 .hl:after{content:"";position:absolute;left:-.04em;right:-.04em;bottom:.1em;height:.3em;background:var(--gold);z-index:-1;transform:scaleX(0);transform-origin:left;animation:hl .7s var(--ease) 1.55s forwards}@keyframes hl{to{transform:scaleX(1)}}@keyframes rise{to{transform:none}}@keyframes fade{to{opacity:1}}.hero__row{display:flex;gap:44px;align-items:flex-end;flex-wrap:wrap;margin-top:32px;padding-bottom:48px;opacity:0;animation:fade 1s ease 1.7s forwards}.hero__sub{max-width:480px;font-size:clamp(16px,1.5vw,18.5px);color:var(--txt-soft);line-height:1.8}.hero__sub em{color:var(--gold-deep);font-style:italic}.hero__act{display:flex;gap:14px;flex-wrap:wrap}.phero{position:relative;padding:clamp(112px,12vh,144px) 0 clamp(28px,3.5vw,48px);overflow:hidden}.phero:before{content:"";position:absolute;top:-16%;right:-8%;width:40vw;height:40vw;max-width:520px;max-height:520px;border-radius:50%;background:var(--gold);opacity:.12;z-index:0}.phero .wrap{position:relative;z-index:2}.phero h1{font-size:clamp(40px,6.6vw,96px);margin-top:14px;max-width:16ch;letter-spacing:-.01em}.phero__sub{margin-top:18px;max-width:620px;font-size:clamp(16px,1.6vw,20px);color:var(--txt-soft);line-height:1.8}.phero__sub em{color:var(--gold-deep);font-style:italic}.strip{background:var(--navy);position:relative;padding:32px 0;overflow:hidden;white-space:nowrap}.strip:after,.strip:before{content:"";position:absolute;left:0;right:0;height:9px;background-image:repeating-linear-gradient(to right,var(--cream) 0 12px,transparent 12px 30px);opacity:.92}.strip:before{top:6px}.strip:after{bottom:6px}.strip__row{display:inline-flex;gap:44px;animation:slide 38s linear infinite;will-change:transform}.strip__row b{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(19px,2.2vw,29px);color:#fff}.strip__row .d{color:var(--gold);font-style:normal;align-self:center}@keyframes slide{to{transform:translateX(-50%)}}.section{padding:clamp(44px,5.5vw,80px) 0;position:relative}.bg-paper{background:var(--paper)}.bg-cream{background:var(--cream)}.idx{font-family:var(--serif);font-style:italic;font-size:17px;color:var(--gold-deep)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}.head{max-width:820px}.head h2{font-size:clamp(30px,4.8vw,66px);margin:14px 0;line-height:1.05}.head p{font-size:clamp(16px,1.6vw,19px);color:var(--txt-soft);line-height:1.8}.two{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(30px,5vw,70px);gap:clamp(30px,5vw,70px);margin-top:30px}@media(max-width:820px){.two{grid-template-columns:1fr;gap:22px}}.two p{font-size:clamp(16px,1.45vw,18px);color:var(--txt-soft);line-height:1.85}.two p.big{font-family:var(--serif);font-style:italic;font-size:clamp(20px,2.3vw,29px);color:var(--navy);line-height:1.42}.moment{background:var(--navy);color:#fff;position:relative;overflow:hidden}.moment:before{content:"";position:absolute;top:-30%;right:-8%;width:44vw;height:44vw;border-radius:50%;background:var(--gold);opacity:.1}.moment .wrap{position:relative}.moment .label{color:var(--gold)}.moment .label:before{background:var(--gold)}.moment__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(20px,3vw,44px);gap:clamp(20px,3vw,44px);margin-top:30px}@media(max-width:760px){.moment__grid{grid-template-columns:1fr;gap:26px}}.moment__i{border-top:2px solid rgba(239,169,30,.5);padding-top:22px}.moment__i b{display:block;font-family:var(--serif);font-size:clamp(26px,3.2vw,40px);color:#fff;margin-bottom:8px}.moment__i span{color:hsla(0,0%,100%,.72);font-size:15px;line-height:1.6}.quote{background:var(--cream);text-align:center}.quote p{font-family:var(--serif);font-style:italic;font-size:clamp(24px,4vw,52px);color:var(--navy);line-height:1.32;max-width:16ch;margin:0 auto}.quote small{display:block;margin-top:22px;font-family:var(--sans);font-style:normal;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-deep)}.cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:clamp(16px,2vw,26px);gap:clamp(16px,2vw,26px);margin-top:34px}@media(max-width:760px){.cards{grid-template-columns:1fr}}.fcard{position:relative;background:var(--cream);border:1px solid var(--line);border-radius:4px;padding:clamp(28px,3.2vw,48px);overflow:hidden;transition:.4s var(--ease)}.bg-cream .fcard{background:#fff}.fcard:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--gold);transform:scaleY(0);transform-origin:top;transition:transform .5s var(--ease)}.fcard:hover{transform:translateY(-6px);box-shadow:0 30px 60px -34px rgba(0,43,92,.4)}.fcard:hover:before{transform:scaleY(1)}.fcard__no{font-family:var(--serif);font-size:clamp(26px,3vw,38px);color:var(--gold);font-weight:600}.fcard h3{font-size:clamp(22px,2.6vw,34px);margin:12px 0}.fcard p{font-size:15px;color:var(--txt-soft);line-height:1.72;max-width:44ch}.fcard__tag{margin-top:20px;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-deep)}.rows{margin-top:28px;border-top:2px solid var(--navy)}.row{display:grid;grid-template-columns:auto 1fr auto;grid-gap:clamp(20px,4vw,56px);gap:clamp(20px,4vw,56px);align-items:center;padding:clamp(24px,3.2vw,42px) 0;border-bottom:1px solid var(--line);transition:.4s var(--ease);position:relative}.row:after{content:"";position:absolute;inset:0;background:var(--gold-wash);opacity:0;transition:opacity .4s var(--ease);z-index:0}.row:hover:after{opacity:1}.row>*{position:relative;z-index:1}.row__no{font-family:var(--serif);font-size:clamp(24px,3vw,40px);color:var(--gold);font-weight:600;min-width:1.6em}.row__main h3{font-size:clamp(22px,3vw,36px);margin-bottom:8px}.row__main p{font-size:15px;color:var(--txt-soft);line-height:1.65;max-width:56ch}.row__tag{font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-deep);text-align:right;white-space:nowrap}@media(max-width:720px){.row{grid-template-columns:auto 1fr;gap:16px}.row__tag{display:none}}.caps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:30px}@media(max-width:900px){.caps{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.caps{grid-template-columns:1fr 1fr}}.cap{background:var(--cream);padding:24px 20px;font-family:var(--serif);font-size:clamp(16px,1.5vw,19px);color:var(--navy);display:flex;align-items:center;min-height:96px;transition:.35s var(--ease)}.bg-cream .cap{background:#fff}.cap:hover{background:var(--gold-wash)}.band{background:var(--gold);position:relative;overflow:hidden;padding:clamp(54px,6.5vw,92px) 0}.band:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 85% 15%,hsla(0,0%,100%,.34),transparent 46%)}.band .wrap{position:relative}.band .label{color:var(--navy)}.band .label:before{background:var(--navy)}.band h2{font-size:clamp(32px,5.4vw,84px);color:var(--navy);max-width:16ch;margin-top:16px;line-height:1.04}.band__lead{font-family:var(--serif);font-style:italic;font-size:clamp(21px,2.5vw,32px);color:var(--navy);line-height:1.4;max-width:760px;margin-top:20px}.band__body{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(26px,4vw,52px);gap:clamp(26px,4vw,52px);margin-top:22px;max-width:900px}@media(max-width:760px){.band__body{grid-template-columns:1fr;gap:18px}}.band__body p{font-size:clamp(15px,1.5vw,17px);color:var(--navy-ink);line-height:1.8;font-weight:500}.flow{display:flex;align-items:stretch;gap:14px;flex-wrap:wrap;margin-top:34px}.flow .node{background:var(--navy);color:#fff;padding:22px 26px;border-radius:2px;flex:1 1;min-width:190px}.flow .node--mid{background:var(--navy-ink);border:2px solid var(--navy)}.flow .node b{font-family:var(--serif);font-size:clamp(19px,2vw,24px);display:block;margin-bottom:6px}.flow .node span{font-size:12.5px;color:hsla(0,0%,100%,.7);line-height:1.5}.flow .conn{align-self:center;color:var(--navy);font-size:22px}@media(max-width:680px){.flow{flex-direction:column}.flow .conn{transform:rotate(90deg)}}.flow__cap{margin-top:22px;font-family:var(--serif);font-style:italic;font-size:clamp(17px,1.8vw,22px);color:var(--navy-ink)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(16px,1.8vw,24px);gap:clamp(16px,1.8vw,24px);margin-top:32px}@media(max-width:820px){.grid3{grid-template-columns:1fr}}.grid4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:clamp(16px,1.8vw,22px);gap:clamp(16px,1.8vw,22px);margin-top:32px}@media(max-width:900px){.grid4{grid-template-columns:1fr 1fr}}@media(max-width:520px){.grid4{grid-template-columns:1fr}}.vc{background:var(--paper);border:1px solid var(--line);border-top:4px solid var(--gold);padding:clamp(24px,2.6vw,34px);transition:.4s var(--ease)}.bg-paper .vc{background:var(--cream)}.vc:hover{transform:translateY(-6px);border-top-color:var(--navy)}.vc .n{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--gold-deep)}.vc h4{font-size:clamp(19px,2vw,25px);margin:12px 0 10px;line-height:1.15}.vc p{font-size:14.5px;color:var(--txt-soft);line-height:1.72}.invite{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(14px,1.6vw,20px);gap:clamp(14px,1.6vw,20px);margin-top:30px}@media(max-width:820px){.invite{grid-template-columns:1fr 1fr}}@media(max-width:520px){.invite{grid-template-columns:1fr}}.inv{background:var(--cream);border:1px solid var(--line);padding:26px 24px;transition:.35s var(--ease)}.bg-cream .inv{background:#fff}.inv:hover{border-color:var(--gold);transform:translateY(-4px)}.inv h4{font-size:clamp(18px,1.9vw,23px);margin-bottom:8px}.inv p{font-size:14px;color:var(--txt-soft);line-height:1.65}.note{background:var(--navy);color:#fff;position:relative;overflow:hidden}.note:before{content:"";position:absolute;top:-20%;left:-10%;width:40vw;height:40vw;border-radius:50%;background:var(--gold);opacity:.1}.note .wrap{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:clamp(38px,6vw,90px);gap:clamp(38px,6vw,90px);align-items:center}@media(max-width:860px){.note .wrap{grid-template-columns:1fr;gap:44px}}.note__art{aspect-ratio:3/4;background:linear-gradient(150deg,var(--navy-2),var(--navy-ink));border:2px solid rgba(239,169,30,.45);position:relative;display:flex;align-items:flex-end;padding:26px}.note__art:before{content:"";position:absolute;top:7px;bottom:7px;left:7px;right:7px;border:1px solid hsla(0,0%,100%,.14)}.note__art span{font-family:var(--serif);font-style:italic;color:hsla(0,0%,100%,.6);font-size:15px;position:relative}.note .label{color:var(--gold)}.note .label:before{background:var(--gold)}.note__q{font-family:var(--serif);font-style:italic;font-size:clamp(24px,3.4vw,44px);line-height:1.3;color:#fff;margin-top:20px}.note__q .g{color:var(--gold)}.note__body{margin-top:24px}.note__body p{color:hsla(0,0%,100%,.78);font-size:16px;line-height:1.85;margin-bottom:16px;max-width:56ch}.note__sign{margin-top:24px;display:flex;align-items:baseline;gap:16px}.note__sign b{font-family:var(--serif);font-size:25px;font-weight:600}.note__sign small{color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.blist{display:grid;grid-gap:clamp(18px,2.4vw,28px);gap:clamp(18px,2.4vw,28px);max-width:880px}.bcard{display:grid;grid-template-columns:minmax(180px,260px) 1fr;background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:.35s var(--ease)}.bcard:hover{transform:translateY(-4px);box-shadow:0 26px 50px -30px rgba(0,43,92,.4)}.bcard img{width:100%;height:100%;object-fit:cover;min-height:200px}.bcard__body{padding:clamp(20px,2.6vw,32px)}.bcard__kicker{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep)}.bcard__body h2{font-size:clamp(20px,2.4vw,28px);margin:10px 0 8px;line-height:1.2}.bcard__body p{font-size:14.5px;color:var(--txt-soft);line-height:1.7}.bcard__more{display:inline-block;margin-top:14px;font-size:11.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}@media(max-width:640px){.bcard{grid-template-columns:1fr}.bcard img{max-height:220px}}.bpost__inner{max-width:720px}.bpost__inner p{font-size:clamp(16px,1.5vw,18px);color:var(--txt);line-height:1.9;margin:0 0 22px}.bpost__inner h2{font-size:clamp(24px,3vw,34px);margin:38px 0 16px;line-height:1.15}.bpost__inner blockquote{font-family:var(--serif);font-style:italic;font-size:clamp(21px,2.4vw,28px);color:var(--navy);line-height:1.45;border-left:3px solid var(--gold);padding:6px 0 6px 22px;margin:30px 0}.bpost__inner figure{margin:30px 0}.bpost__inner figure img{width:100%;border-radius:4px;border:1px solid var(--line)}.bpost__inner figcaption{font-size:12.5px;color:var(--txt-soft);margin-top:10px;font-style:italic}.bpost__foot{display:flex;gap:14px;flex-wrap:wrap;margin-top:44px;padding-top:28px;border-top:1px solid var(--line)}.screening{background:var(--navy-ink);padding:clamp(46px,6.5vw,84px) 0;position:relative;overflow:hidden}.screening:before{content:"";position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:80vw;height:80vw;max-width:900px;max-height:900px;border-radius:50%;background:var(--gold);opacity:.09}.cinema{max-width:1020px;margin:0 auto;position:relative}.cinema__strip{height:9px;background-image:repeating-linear-gradient(to right,var(--cream) 0 12px,transparent 12px 28px);opacity:.45;margin:14px 0}.cinema img{width:100%;display:block;border:1px solid rgba(239,169,30,.55);box-shadow:0 50px 100px -50px rgba(0,0,0,.7)}.cinema figcaption{text-align:center;margin-top:22px}.cinema figcaption b{display:block;font-family:var(--sans);font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:10px}.cinema figcaption span{font-family:var(--serif);font-style:italic;color:hsla(0,0%,100%,.88);font-size:clamp(16px,1.7vw,21px)}.note--center .wrap{display:block;max-width:900px;text-align:center}.note--center .note__q{margin-top:0}.note--center .note__body{margin:30px auto 0}.note--center .note__body p{max-width:64ch;margin-left:auto;margin-right:auto;text-align:left}.note--center .note__sign{justify-content:center;margin-top:30px}@media(max-width:760px){.lineage{grid-template-columns:1fr!important}.lineage figure{max-width:320px}}.maillink{color:var(--gold-deep);font-weight:600}.maillink:hover{color:var(--navy)}.pform{max-width:760px;margin-top:36px}.pform label{display:block;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:18px}.pform input,.pform select,.pform textarea{display:block;width:100%;margin-top:8px;padding:15px 16px;font-family:var(--sans);font-size:15.5px;color:var(--txt);background:#fff;border:1px solid var(--line);border-radius:3px;transition:border-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pform select{background-image:linear-gradient(45deg,transparent 50%,var(--navy) 50%),linear-gradient(135deg,var(--navy) 50%,transparent 50%);background-position:calc(100% - 21px) 50%,calc(100% - 15px) 50%;background-size:6px 6px;background-repeat:no-repeat}.pform input:focus,.pform select:focus,.pform textarea:focus{outline:none;border-color:var(--navy)}.pform textarea{resize:vertical;min-height:150px}.pform__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 22px;gap:0 22px}@media(max-width:640px){.pform__grid{grid-template-columns:1fr}}.pform button{margin-top:6px;cursor:pointer}.pform .hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}.doors{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:clamp(16px,1.8vw,24px);gap:clamp(16px,1.8vw,24px);margin-top:32px}@media(max-width:820px){.doors{grid-template-columns:1fr}}.door{background:var(--paper);border:1px solid var(--line);padding:clamp(28px,3vw,40px);transition:.4s var(--ease)}.bg-paper .door{background:var(--cream)}.door:hover{transform:translateY(-6px);border-color:var(--gold)}.door h4{font-size:clamp(20px,2.1vw,26px);margin-bottom:12px}.door p{font-size:15px;color:var(--txt-soft);line-height:1.7;margin-bottom:18px}.door a{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-deep)}.line-strip{background:var(--navy);color:#fff;text-align:center;padding:clamp(36px,4.5vw,60px) 0}.line-strip p{font-family:var(--serif);font-style:italic;font-size:clamp(22px,3vw,40px);line-height:1.35;max-width:20ch;margin:0 auto;color:#fff}.line-strip .gold{color:var(--gold)}.cta{background:var(--navy);color:#fff;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;bottom:-30%;left:50%;transform:translateX(-50%);width:70vw;height:70vw;max-width:740px;max-height:740px;border-radius:50%;background:var(--gold);opacity:.1}.cta .wrap{position:relative}.cta .label{justify-content:center;color:var(--gold)}.cta .label:before{background:var(--gold)}.cta h2{font-size:clamp(38px,6.6vw,100px);color:#fff;line-height:1.02;margin-top:20px;letter-spacing:-.01em}.cta__sub{margin:28px auto 40px;max-width:560px;color:hsla(0,0%,100%,.74);font-size:clamp(15px,1.5vw,18px);line-height:1.8}.cta__mail{display:inline-block;font-family:var(--serif);font-size:clamp(23px,3.4vw,44px);color:#fff;border-bottom:2px solid var(--gold);padding-bottom:6px;transition:.3s var(--ease)}.cta__mail:hover,.cta__tag{color:var(--gold)}.cta__tag{margin-top:54px;font-family:var(--serif);font-style:italic;font-size:clamp(18px,2.2vw,28px)}.foot{background:var(--navy-ink);color:#fff;padding:56px 0 44px}.foot__top{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:flex-start}.foot .brand b{color:#fff;font-size:19px}.foot__mission{max-width:300px;margin-top:14px;font-size:13.5px;color:hsla(0,0%,100%,.6);line-height:1.7}.foot__nav{display:flex;gap:40px;flex-wrap:wrap}.foot__col b{display:block;font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}.foot__col a{display:block;font-size:14px;color:hsla(0,0%,100%,.7);margin-bottom:9px;transition:color .3s}.foot__col a:hover{color:#fff}.foot__legal{margin-top:40px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.12);font-size:11.5px;color:hsla(0,0%,100%,.42);line-height:1.8;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}@media(prefers-reduced-motion:reduce){*{animation-duration:1ms!important;animation-delay:0s!important;transition-duration:.01s!important}.hero h1 .ln i{transform:none}.hero h1 .hl:after{transform:scaleX(1)}.reveal{opacity:1;transform:none}.intro{display:none}}.cap-group{margin-top:38px}.cap-group__label{display:flex;align-items:center;gap:11px;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);margin:0 0 14px}.cap-dot{width:9px;height:9px;border-radius:50%;flex:none;display:inline-block}.cap-dot--live{background:#1c7a57;box-shadow:0 0 0 3px rgba(28,122,87,.16)}.cap-dot--build{background:var(--gold-deep);box-shadow:0 0 0 3px rgba(184,120,10,.16)}.cap-group--build .cap{color:var(--txt-soft)}@font-face{font-family:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:__Cormorant_Garamond_6adbea;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:__Cormorant_Garamond_6adbea;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:__Cormorant_Garamond_Fallback_6adbea;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_6adbea{font-family:__Cormorant_Garamond_6adbea,__Cormorant_Garamond_Fallback_6adbea}.__variable_6adbea{--font-serif:"__Cormorant_Garamond_6adbea","__Cormorant_Garamond_Fallback_6adbea"}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;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_fa2f99;font-style:normal;font-weight:300;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_fa2f99;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:300;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_fa2f99;font-style:normal;font-weight:300;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_fa2f99;font-style:normal;font-weight:300;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_fa2f99;font-style:normal;font-weight:300;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;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_fa2f99;font-style:normal;font-weight:700;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_fa2f99;font-style:normal;font-weight:700;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_fa2f99;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_fa2f99;font-style:normal;font-weight:700;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_fa2f99;font-style:normal;font-weight:700;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_fa2f99;font-style:normal;font-weight:700;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_fa2f99;font-style:normal;font-weight:700;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_fa2f99;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_fa2f99{font-family:__Inter_fa2f99,__Inter_Fallback_fa2f99;font-style:normal}.__variable_fa2f99{--font-sans-x:"__Inter_fa2f99","__Inter_Fallback_fa2f99"}