:root{--gold:#d4af37;--gold-light:#fff2b2;--black:#030303;--white-06:hsla(0,0%,100%,.06);--white-14:hsla(0,0%,100%,.14);--text-muted:#d1d5db;--radius-card:24px;--transition-smooth:cubic-bezier(0.22,1,0.36,1)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--black);color:#fff;overflow-x:hidden;font-family:Inter,sans-serif;font-smooth:antialiased;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body.intro-active{overflow:hidden}.hero-copy{max-width:850px;margin-left:auto;margin-right:auto}.hero-actions{width:100%;max-width:520px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.scroll-indicator{position:absolute;right:60px;bottom:80px;z-index:21;display:flex;flex-direction:column;align-items:center;gap:10px}.scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(.6)}}.hero-stats{position:absolute;bottom:0;left:0;right:0;z-index:20;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(3,3,3,.65);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex}.stat-item{flex:1 1;padding:24px 32px;display:flex;flex-direction:column;gap:8px;color:var(--text-muted)}.stat-num{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:300;color:var(--gold)}.stat-label{font-size:8px;letter-spacing:.35em;text-transform:uppercase;color:var(--text-muted)}.serif-font{font-family:Playfair Display,serif}.cursive-font{font-family:Alex Brush,cursive}.gold-gradient{background:linear-gradient(90deg,#d4af37,#fff2b2,#d4af37);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;line-height:1.15;vertical-align:middle;overflow:visible;will-change:transform,opacity}body{cursor:none}@media (hover:none),(pointer:coarse){body{cursor:auto}.cursor,.cursor-ring{display:none}}.cursor{width:8px;height:8px;background:var(--gold);border-radius:50%;z-index:99999;transition:width .2s,height .2s,opacity .2s}.cursor,.cursor-ring{position:fixed;pointer-events:none;transform:translate(-50%,-50%);opacity:0}.cursor-ring{width:36px;height:36px;border:1px solid rgba(212,175,55,.5);border-radius:50%;z-index:99998;transition:transform .12s ease,width .12s ease,height .12s ease,opacity .2s}.cursor.cursor-hover{width:14px;height:14px}.cursor-ring.cursor-hover{width:52px;height:52px;border-color:rgba(212,175,55,.8)}.hero-heading{max-width:18ch;margin-left:auto;margin-right:auto;line-height:1.24;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;min-height:auto;overflow:visible;padding-bottom:.2em}.hero-heading .gold-gradient{display:inline;line-height:inherit;padding-bottom:0;vertical-align:baseline}@media (max-width:1024px){.hero-heading{max-width:15ch;min-height:auto}}#main-content{opacity:0;transform:translateY(18px);will-change:opacity,transform;transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}#main-content.visible{opacity:1;transform:translateY(0)}.group img{will-change:transform;transform:translateZ(0)}.site-nav{background:rgba(3,3,3,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--white-06)}.nav-inner{max-width:1360px;margin:0 auto}.nav-toggle{display:inline-grid;grid-template-rows:repeat(3,4px);gap:6px;width:36px;height:36px;background:transparent;border:1px solid var(--white-14);border-radius:14px;padding:8px;align-items:center;justify-items:center;transition:transform .3s ease,border-color .3s ease}.nav-toggle span{display:block;width:100%;height:4px;background:#fff;border-radius:999px;transition:transform .3s ease,opacity .3s ease}.nav-toggle.active span:first-child{transform:translateY(10px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}.mobile-nav-link,.nav-links a{color:var(--text-muted);transition:color .25s ease,transform .25s ease}.mobile-nav-link:hover,.nav-links a:hover{color:#fff;transform:translateY(-1px)}.mobile-menu{position:fixed;inset:0;z-index:9998;padding:140px 24px 24px;background:rgba(3,3,3,.96);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;align-items:flex-start;justify-content:center}.mobile-menu-inner{width:min(100%,360px);display:flex;flex-direction:column;gap:24px}.mobile-nav-link{font-size:.95rem;color:#d1d5db}.mobile-menu-cta,.mobile-nav-link{text-transform:uppercase;letter-spacing:.22em}.mobile-menu-cta{display:inline-flex;padding:16px 20px;border:1px solid var(--gold);color:var(--gold);font-weight:700;transition:background .25s ease,color .25s ease}.mobile-menu-cta:hover{background:var(--gold);color:var(--black)}.reveal{opacity:0;transform:translateY(24px);will-change:opacity,transform;transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.service-card,.testimonial-card{background:hsla(0,0%,100%,.03);border:1px solid var(--white-06);padding:2rem;border-radius:var(--radius-card);min-height:260px;transition:transform .45s var(--transition-smooth),border-color .45s var(--transition-smooth),background .45s var(--transition-smooth);will-change:transform}.service-card:hover,.testimonial-card:hover{transform:translateY(-4px)}.service-card h3,.testimonial-card p{line-height:1.6}.testimonial-card p{color:#d1d5db}.testimonial-card{display:flex;flex-direction:column;justify-content:space-between}.portfolio-media{position:relative;overflow:hidden;border-radius:var(--radius-card);min-height:220px;background:#060606}.portfolio-media img,.portfolio-media video{width:100%;height:220px;object-fit:cover;display:block;transition:opacity .45s cubic-bezier(.22,1,.36,1)}.portfolio-media video{position:absolute;inset:0;opacity:0}.portfolio-media:hover video{opacity:1}.portfolio-media:hover img{opacity:0}.portfolio-card{transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s cubic-bezier(.22,1,.36,1);will-change:transform}.brand-filters{justify-content:center}.brand-btn{border:1px solid var(--white-14);background:transparent;color:var(--text-muted);padding:.75rem 1.25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.25em;border-radius:999px;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.brand-btn.active,.brand-btn:hover{background:rgba(212,168,76,.1);color:var(--gold);border-color:var(--gold)}.hero-brand-float-panel{position:absolute;left:50%;bottom:2rem;transform:translateX(-50%);width:min(1120px,calc(100% - 2rem));padding:.5rem;background:hsla(0,0%,4%,.42);border:1px solid hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(0,0,0,.3);z-index:22}.hero-brand-float-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.brand-grid-item{min-height:58px;padding:.8rem .6rem;background-color:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.15);color:#d1d5db;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background-color .25s ease,border-color .25s ease,transform .25s ease,color .25s ease}.brand-grid-logo{max-width:94%;max-height:36px;width:auto;height:auto;object-fit:contain;filter:brightness(.95)}.brand-grid-item.active,.brand-grid-item:hover{background-color:rgba(0,0,0,.78);border-color:rgba(212,175,55,.45);color:var(--gold);transform:translateY(-2px)}@media (max-width:1024px){.hero-brand-float-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.portfolio-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.18)}#intro-screen{position:fixed;inset:0;background:var(--black);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;will-change:opacity;transition:opacity .85s var(--transition-smooth);pointer-events:none}#imperium-title{width:min(620px,82vw);height:auto;display:block;object-fit:contain;filter:drop-shadow(0 0 18px rgba(212,175,55,.18));transition:opacity .4s ease}#legacy-text{font-size:2rem;color:var(--gold);margin-top:10px;transition:opacity .4s ease}.fade-out-text{opacity:0!important}#intro-shield-wrapper{position:fixed;top:38%;left:50%;transform:translate(-50%,-50%) scale(1);width:250px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10000;will-change:top,left,transform,width;transition:top 1.25s cubic-bezier(.22,1,.36,1),left 1.25s cubic-bezier(.22,1,.36,1),transform 1.25s cubic-bezier(.22,1,.36,1),width 1.25s cubic-bezier(.22,1,.36,1)}#intro-logo-stack{position:relative;width:250px;height:250px;flex:0 0 250px;perspective:1000px;will-change:width,height,flex-basis;transition:width 1.25s cubic-bezier(.22,1,.36,1),height 1.25s cubic-bezier(.22,1,.36,1),flex-basis 1.25s cubic-bezier(.22,1,.36,1)}@keyframes shieldYAxisSpin{0%{transform:translate(-50%,-50%) rotateY(0deg)}to{transform:translate(-50%,-50%) rotateY(1turn)}}#intro-logo-center,#intro-shield-frame{position:absolute;top:50%;left:50%;display:block;object-fit:contain;transform-origin:50% 50%}#intro-logo-center{width:62%;height:62%;transform:translate(-50%,-50%);z-index:2;filter:drop-shadow(0 0 18px rgba(212,175,55,.18))}#intro-shield-frame{width:100%;height:100%;z-index:3;animation:shieldYAxisSpin 3.2s linear infinite;transform-style:preserve-3d;-webkit-backface-visibility:visible;backface-visibility:visible;filter:drop-shadow(0 0 20px rgba(212,175,55,.15))}#nav-brand-text{width:130px;height:auto;margin-top:12px;opacity:0;transform:translateY(8px);will-change:opacity,transform;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}#nav-brand-text.show-nav-text{opacity:1!important;transform:translateY(0)!important}#intro-shield-wrapper.fly-to-corner{top:90px!important;left:92px!important;width:160px!important;transform:translate(-50%,-50%) scale(1)!important}#intro-shield-wrapper.fly-to-corner #intro-logo-stack{width:81px!important;height:81px!important;flex-basis:81px!important}#intro-shield-wrapper.fly-to-corner #intro-logo-center{width:62px!important;height:62px!important}#intro-shield-wrapper.fly-to-corner #nav-brand-text{margin-top:0!important;transform:translateY(-15%)!important}.nav-branding-zone{min-width:160px}.floating-contact-icon{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#fff2b2);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:999;transition:all .3s cubic-bezier(.22,1,.36,1);box-shadow:0 8px 24px rgba(212,175,55,.3);text-decoration:none;border:none}.floating-contact-icon:hover{transform:scale(1.1);box-shadow:0 12px 32px rgba(212,175,55,.5)}.floating-contact-icon:active{transform:scale(.95)}.floating-icon-svg{width:28px;height:28px;color:#030303;stroke:#030303}@media (max-width:768px){.floating-contact-icon{bottom:1.5rem;right:1.5rem;width:50px;height:50px}.floating-icon-svg{width:24px;height:24px}.hero-brand-float-panel{position:relative;left:auto;bottom:auto;transform:none;margin-top:1.25rem;width:min(100%,560px)}.hero-brand-float-grid{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:.15rem}.brand-grid-item{min-width:140px;min-height:52px;flex:0 0 auto;letter-spacing:.14em}.hero-heading{max-width:12ch;min-height:auto;line-height:1.22}#intro-shield-wrapper{width:180px;height:auto;top:35%}#intro-logo-stack{width:180px;height:180px;flex-basis:180px}#intro-shield-wrapper.fly-to-corner{top:60px!important;left:65px!important;width:80px!important}#intro-shield-wrapper.fly-to-corner #intro-logo-stack{width:45px!important;height:45px!important;flex-basis:45px!important}#intro-shield-wrapper.fly-to-corner #intro-logo-center{width:34px!important;height:34px!important}#nav-brand-text{width:85px;margin-top:6px}#imperium-title{width:min(360px,82vw)}#legacy-text{font-size:1.5rem}}.crest-glow{filter:drop-shadow(0 0 10px rgba(255,255,255,.2))}video{width:100%;height:100%;object-fit:cover;display:block}.floating-brand{animation:floatingBrand 6s ease-in-out infinite;filter:brightness(.8) contrast(1.1)}@keyframes floatingBrand{0%,to{transform:translateY(0) scale(1);opacity:.2}50%{transform:translateY(-20px) scale(1.05);opacity:.25}}video[autoplay]{-webkit-backface-visibility:hidden;backface-visibility:hidden}@media (prefers-reduced-motion:reduce){.floating-brand{animation:none}}@font-face{font-family:__Playfair_Display_ec52ed;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:__Playfair_Display_ec52ed;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_ec52ed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_ec52ed;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_Fallback_ec52ed;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_ec52ed{font-family:__Playfair_Display_ec52ed,__Playfair_Display_Fallback_ec52ed}.__variable_ec52ed{--font-playfair:"__Playfair_Display_ec52ed","__Playfair_Display_Fallback_ec52ed"}@font-face{font-family:__Inter_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;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_52456e;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_52456e{font-family:__Inter_52456e,__Inter_Fallback_52456e;font-style:normal}.__variable_52456e{--font-inter:"__Inter_52456e","__Inter_Fallback_52456e"}@font-face{font-family:__Cormorant_Garamond_495ba7;font-style:normal;font-weight:300;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_495ba7;font-style:normal;font-weight:300;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_495ba7;font-style:normal;font-weight:300;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_495ba7;font-style:normal;font-weight:300;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_495ba7;font-style:normal;font-weight:300;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_495ba7;font-style:normal;font-weight:400;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_495ba7;font-style:normal;font-weight:400;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_495ba7;font-style:normal;font-weight:400;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_495ba7;font-style:normal;font-weight:400;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_495ba7;font-style:normal;font-weight:400;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_495ba7;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_495ba7;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_495ba7;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_495ba7;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_495ba7;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_495ba7;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_495ba7{font-family:__Cormorant_Garamond_495ba7,__Cormorant_Garamond_Fallback_495ba7;font-style:normal}.__variable_495ba7{--font-cormorant:"__Cormorant_Garamond_495ba7","__Cormorant_Garamond_Fallback_495ba7"}