:root{--font-heading-fallback:"The Seasons", Georgia, serif;--font-body-fallback:"Hanken Grotesk", system-ui, sans-serif;--accent-rgb:184, 149, 107;--theme-bg:#fff;--theme-bg-elevated:#fff;--theme-surface-tint:color-mix(in srgb, var(--theme-accent) 10%, white);--theme-surface:var(--theme-surface-tint);--theme-surface-raised:#fff;--theme-surface-alt:color-mix(in srgb, var(--theme-accent) 16%, white);--theme-hero-fallback:color-mix(in srgb, var(--theme-accent) 20%, white);--theme-text:#1a1612;--theme-text-secondary:#1a1612;--theme-muted:#5c574f;--theme-muted-hover:#3d3a36;--theme-accent:#b8956b;--theme-accent-hover:#9a784f;--theme-accent-soft:rgba(var(--accent-rgb), .42);--theme-accent-04:rgba(var(--accent-rgb), .07);--theme-accent-06:rgba(var(--accent-rgb), .1);--theme-accent-08:rgba(var(--accent-rgb), .14);--theme-accent-12:rgba(var(--accent-rgb), .18);--theme-accent-15:rgba(var(--accent-rgb), .22);--theme-accent-18:rgba(var(--accent-rgb), .26);--theme-accent-20:rgba(var(--accent-rgb), .3);--theme-accent-22:rgba(var(--accent-rgb), .32);--theme-accent-25:rgba(var(--accent-rgb), .36);--theme-accent-30:rgba(var(--accent-rgb), .42);--theme-accent-35:rgba(var(--accent-rgb), .48);--theme-accent-45:rgba(var(--accent-rgb), .58);--theme-accent-50:rgba(var(--accent-rgb), .62);--theme-accent-85:rgba(var(--accent-rgb), .9);--theme-border:rgba(var(--accent-rgb), .22);--theme-border-strong:rgba(var(--accent-rgb), .38);--theme-overlay:#fffffffa;--theme-overlay-soft:#fffffff0;--theme-shadow:#1a16121f;--theme-shadow-soft:#1a161214;--theme-gradient-hero:radial-gradient(ellipse 80% 60% at 50% 40%, rgba(var(--accent-rgb), .14) 0%, #fff 72%);--theme-gradient-hero-alt:radial-gradient(ellipse 85% 65% at 50% 42%, rgba(var(--accent-rgb), .12) 0%, #fff 70%);--theme-gradient-fade:linear-gradient(to bottom, transparent, var(--theme-surface-tint));--theme-gradient-fade-alt:linear-gradient(to bottom, transparent, var(--theme-surface-tint));--theme-hamburger:#1a1612;--theme-nav-link:#1a1612;--theme-nav-link-hover:#5c574f;--theme-input-bg:#fff;--theme-shimmer:#0000000a;--theme-shine:#ffffff8c;--theme-text-on-accent:#1a1612;--theme-on-image-text:#f5f0eb;--theme-on-image-muted:#f5f0ebd1;--theme-on-image-shadow:0 4px 24px #000000a6;--theme-hero-overlay:#00000073;--theme-category-overlay:linear-gradient(to bottom, #00000059 0%, #00000038 45%, #000000c7 100%);--theme-panel-scrim:#0000004d;--theme-panel-scrim-hover:#00000024;--theme-ticker-bg:#ffffffe0;--theme-splash-border:#1a16121f;--theme-splash-border-subtle:#1a161229;--theme-splash-loader:#1a161238;--theme-disabled-bg:color-mix(in srgb, var(--theme-accent) 12%, #ececec);--theme-disabled-text:#8a847c;--theme-placeholder:#8a847c;--theme-success:#2d7a4f;--theme-error:#b33;--theme-status-green:#3d7a52}*{box-sizing:border-box}html{background:var(--theme-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;font-size:18px;line-height:32px;transition:background-color .3s,color .3s}html,body,#app{height:100%}body{font-family:var(--font-body), var(--font-body-fallback);color:var(--theme-text);background:var(--theme-bg);margin:0;font-size:18px;line-height:32px}@media (max-width:1024px){body{font-size:15px;line-height:24px}}:is(main:has(.projects-hub),main:has(.team-page),main:has(.careers-page),main:has(.about-page),main:has(.contact-page),main:has(.category-projects)){margin:0;padding:0}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading), var(--font-heading-fallback);font-weight:600}h1{margin:40px 0;font-size:64px;line-height:70px}@media (max-width:1024px){h1{margin:24px 0;font-size:42px;line-height:42px}}@media (max-width:768px){h1{font-size:38px;line-height:38px}}@media (max-width:400px){h1{font-size:32px;line-height:32px}}p{margin:24px 0}@media (max-width:1024px){p{margin:calc(var(--base) * .75) 0}}a{color:currentColor}a:focus{opacity:.8;outline:none}a:active{opacity:.7;outline:none}svg{vertical-align:middle}.page-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:1024px;min-height:100vh;margin:0 auto;padding:45px;display:flex}.home-container{width:100%}.hero{background-color:var(--theme-bg);justify-content:center;align-items:center;width:100%;height:100svh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.hero-overlay{background:var(--theme-hero-overlay);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-text-section{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 20px;display:flex;position:absolute;top:85%;left:50%;transform:translate(-50%,-50%)}.hero-text-section h1{color:#fff;letter-spacing:.02em;margin:0 0 10px;font-size:2.75rem;font-weight:600;line-height:1.15}.hero-text-section h2{font-family:var(--font-body), var(--font-body-fallback);color:#fff;margin:0;font-size:1.5rem;font-weight:400}.typewriter-text{color:#fff;font-weight:600}.cursor{animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.media-grid{grid-template-columns:repeat(1,1fr);gap:0;width:100%;margin:0;padding:0;display:grid}@media (min-width:768px){.media-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.media-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1440px){.media-grid{grid-template-columns:repeat(4,1fr)}}.grid-item{aspect-ratio:16/9;cursor:pointer;background-color:var(--theme-bg);width:100%;position:relative;overflow:hidden}.grid-item img,.grid-item video{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.grid-item video{opacity:0;z-index:1;transition:opacity .3s}.grid-item:hover video,.grid-item.playing video{opacity:1}.stats-section{background-color:var(--theme-bg);width:100%;padding:80px 20px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-number{color:var(--theme-accent);letter-spacing:.01em;font-size:2.75rem;font-weight:700;line-height:1.1}.stat-label{color:var(--theme-muted);margin-top:10px;font-size:.95rem;font-weight:400}@media (max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px 24px}.stat-number{font-size:2.25rem}}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1100px;margin:0 auto;padding:80px 20px;display:grid;position:relative}.about-curve{opacity:.5;pointer-events:none;width:45%;max-width:480px;height:auto;position:absolute;top:0;right:0}.about-heading{text-align:center;flex-direction:column;align-items:center;display:flex}.about-heading h2{color:var(--theme-accent);letter-spacing:.01em;margin:0 0 24px;font-size:2.75rem;font-weight:600}.about-cta{border:1px solid var(--theme-accent);color:var(--theme-text);border-radius:999px;padding:10px 24px;font-size:.9rem;text-decoration:none;transition:background-color .25s,color .25s;display:inline-block}.about-cta:hover{background-color:var(--theme-accent);color:var(--theme-bg)}.about-text{color:var(--theme-muted);margin:0;font-size:1rem;line-height:1.7}@media (max-width:768px){.about-section{grid-template-columns:1fr;gap:32px;padding:60px 20px}.about-heading h2{font-size:2.25rem}.about-curve{opacity:.35;width:60%}}.home-section-header{text-align:center;max-width:720px;margin:0 auto 48px}.home-section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--theme-accent);margin:0 0 12px;font-size:.8rem}.home-section-title{color:var(--theme-text);letter-spacing:.01em;margin:0 0 16px;font-size:2.5rem;font-weight:600}.home-section-desc{color:var(--theme-muted);margin:0;font-size:1rem;line-height:1.7}.home-section-cta-wrap{text-align:center;margin-top:48px}.home-section-cta{border:1px solid var(--theme-accent);color:var(--theme-text);letter-spacing:.02em;border-radius:999px;padding:12px 32px;font-size:.9rem;text-decoration:none;transition:background-color .25s,color .25s;display:inline-block}.home-section-cta:hover{background-color:var(--theme-accent);color:var(--theme-bg)}.home-leadership{width:100%;max-width:1200px;margin:0 auto;padding:80px 20px}.home-leadership-image-wrap{aspect-ratio:21/9;border:1px solid var(--theme-accent-12);border-radius:14px;width:100%;position:relative;overflow:hidden}.home-leadership-image{object-fit:cover}.home-testimonials{width:100%;padding:80px 0;overflow:hidden}.testimonial-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.testimonial-track{gap:28px;width:max-content;padding:0 14px;animation:40s linear infinite testimonial-scroll;display:flex}.testimonial-marquee:hover .testimonial-track{animation-play-state:paused}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background-color:var(--theme-surface);border:1px solid var(--theme-accent-12);border-radius:14px;flex-direction:column;flex:none;width:360px;max-width:80vw;padding:32px 28px;display:flex}.testimonial-quote-mark{color:var(--theme-accent);margin-bottom:12px;font-family:Georgia,serif;font-size:3rem;line-height:.6}.testimonial-quote{color:var(--theme-text-secondary);flex:1;margin:0 0 24px;font-size:1rem;line-height:1.7}.testimonial-author{flex-direction:column;gap:2px;display:flex}.testimonial-name{color:var(--theme-text);font-size:1rem;font-weight:600}.testimonial-detail{color:var(--theme-accent);font-size:.85rem}@media (prefers-reduced-motion:reduce){.testimonial-track{animation:none}.testimonial-marquee{overflow-x:auto}}.home-contact{width:100%;max-width:900px;margin:0 auto;padding:80px 20px}.home-contact-form-wrap{justify-content:center;display:flex}@media (max-width:768px){.home-section-title{font-size:2rem}.home-leadership-image-wrap{aspect-ratio:4/3}}
.accent-switcher{opacity:0;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:.5rem;transition:opacity .5s cubic-bezier(.25,1,.5,1),transform .5s cubic-bezier(.25,1,.5,1);display:flex;transform:translateY(-12px)}.nav-overlay.open .accent-switcher{opacity:1;transition-delay:.1s;transform:translateY(0)}.accent-switcher__label{font-family:var(--font-body), var(--font-body-fallback);letter-spacing:.18em;text-transform:uppercase;color:var(--theme-muted);margin:0;font-size:.72rem;font-weight:600}.accent-switcher__grid{grid-template-columns:repeat(10,1fr);gap:.55rem;max-width:min(92vw,360px);display:grid}.accent-switcher__swatch{background:var(--swatch-color);cursor:pointer;border:2px solid #0000;border-radius:50%;width:1.65rem;height:1.65rem;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;box-shadow:inset 0 0 0 1px #00000014}.accent-switcher__swatch:hover{transform:scale(1.12)}.accent-switcher__swatch--active{border-color:var(--theme-text);box-shadow:inset 0 0 0 1px #00000014, 0 0 0 2px var(--theme-bg), 0 0 0 3px var(--swatch-color)}.accent-switcher__swatch:focus{outline:none}.accent-switcher__swatch:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}@media (max-width:768px){.accent-switcher__grid{grid-template-columns:repeat(5,1fr);gap:.65rem;max-width:min(88vw,280px)}.accent-switcher__swatch{width:2rem;height:2rem}}
.header{z-index:100;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 1.5rem 1.5rem .5rem;transition:transform .35s;display:flex;position:fixed;top:0;left:0;transform:translateY(0)}.header--hidden{transform:translateY(-100%)}.logo a{z-index:101;text-decoration:none;display:block;position:relative}.logo-image{border-radius:10px;width:auto;height:88px;display:block}.desktop-nav{z-index:101;align-items:center;gap:2rem;margin-left:auto;margin-right:2rem;display:flex;position:relative}.desktop-nav-item{align-items:center;display:flex}.desktop-nav-link{font-family:var(--font-heading), var(--font-heading-fallback);letter-spacing:.02em;color:#fff;white-space:nowrap;text-shadow:0 0 4px #000,0 0 4px #000;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:900;text-decoration:none;transition:color .3s;display:inline-flex}.desktop-nav-link:hover{color:#ffffffb3}.header--mega-open{background:var(--theme-bg);border-bottom:1px solid var(--theme-border)}.header--mega-open .desktop-nav-link{color:var(--theme-text);text-shadow:none}.header--mega-open .desktop-nav-link:hover,.header--mega-open .desktop-nav-link.is-active{color:var(--theme-accent)}.header--mega-open .hamburger .bar{background-color:var(--theme-hamburger)}.desktop-nav-caret{border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .25s}.desktop-nav-caret.open{transform:rotate(180deg)}.mega-menu{background:var(--theme-bg);width:100%;box-shadow:0 24px 48px var(--theme-shadow);z-index:99;opacity:0;visibility:hidden;padding-top:120px;transition:opacity .25s,transform .25s,visibility .25s;position:fixed;top:0;left:0;transform:translateY(-12px)}.mega-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-inner{grid-template-columns:260px 1fr;gap:2.5rem;max-width:1280px;margin:0 auto;padding:2.5rem 2.5rem 3rem;display:grid}.mega-menu-heading{font-family:var(--font-heading), var(--font-heading-fallback);color:var(--theme-accent);margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.mega-menu-locations{border-right:1px solid var(--theme-border);padding-right:2rem}.mega-menu-city-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.mega-menu-city{cursor:pointer;font-family:var(--font-body), var(--font-body-fallback);color:var(--theme-text);text-align:left;background:0 0;border:none;padding:0;font-size:1.15rem;font-weight:500;transition:color .2s}.mega-menu-city:hover,.mega-menu-city.active{color:var(--theme-accent)}.mega-menu-projects-head{justify-content:space-between;align-items:baseline;display:flex}.mega-menu-viewall{font-family:var(--font-body), var(--font-body-fallback);color:var(--theme-text);text-underline-offset:4px;font-size:.95rem;font-weight:600;text-decoration:underline}.mega-menu-viewall:hover{color:var(--theme-accent)}.mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.mega-menu-card{background:var(--theme-surface-raised);border:1px solid var(--theme-border);border-radius:6px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.mega-menu-card:hover{box-shadow:0 12px 24px var(--theme-shadow);transform:translateY(-4px)}.mega-menu-card-image{aspect-ratio:16/11;background:var(--theme-surface);width:100%;position:relative}.mega-menu-card-img{object-fit:cover}.mega-menu-card-body{padding:1rem 1.1rem 1.25rem}.mega-menu-card-name{font-family:var(--font-heading), var(--font-heading-fallback);color:var(--theme-text);margin:0 0 .35rem;font-size:1.2rem;font-weight:700}.mega-menu-card-location{color:var(--theme-muted);margin:0 0 .6rem;font-size:.9rem}.mega-menu-card-units{color:var(--theme-accent);margin:0;font-size:.9rem;font-weight:600}.nav-link--mobile{display:none}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:32px;height:22px;padding:0;display:flex}.hamburger:focus{outline:none}.hamburger{filter:drop-shadow(0 1px 2px #00000080)}.header--mega-open .hamburger{filter:none}.hamburger .bar{background-color:#fff;border-radius:10px;width:100%;height:2px;transition:all .3s}.hamburger.active .bar{background-color:var(--theme-hamburger)}.hamburger.active .bar:first-child{transform:translateY(10px)rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-10px)rotate(-45deg)}.nav-overlay{background-color:var(--theme-overlay);opacity:0;visibility:hidden;z-index:100;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .4s,visibility .4s,background-color .3s;display:flex;position:fixed;top:0;left:0}.nav-overlay.open{opacity:1;visibility:visible}.nav-menu{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.nav-link{font-family:var(--font-heading), var(--font-heading-fallback);letter-spacing:.02em;color:var(--theme-nav-link);opacity:0;transform:translateX(var(--direction,-100px));font-size:3.5rem;font-weight:600;text-decoration:none;transition:opacity .5s cubic-bezier(.25,1,.5,1),transform .5s cubic-bezier(.25,1,.5,1),color .3s}.nav-overlay.open .nav-link{opacity:1;transition-delay:calc(var(--animation-order) * .1s + .2s), calc(var(--animation-order) * .1s + .2s), 0s;transform:translate(0)}.nav-overlay.open .nav-link:hover{color:var(--theme-nav-link-hover);transition-duration:.3s,.3s,.3s;transition-delay:0s,0s,0s;transform:scale(1.05)}@media (max-width:768px){.header{padding:1rem 1.5rem}.logo-image{height:36px}.nav-link{font-size:2.5rem}.desktop-nav,.mega-menu{display:none}.hamburger .bar{background-color:var(--theme-hamburger)}.nav-link--desktop{display:none}.nav-link--mobile{display:block}}
.fab-contact{z-index:90;color:var(--theme-text-on-accent);box-shadow:0 10px 28px var(--theme-shadow);opacity:0;background:#fff;border-radius:999px;align-items:stretch;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:translate(calc(100% + 2rem))}.fab-contact--visible{opacity:1;transform:translate(0)}.fab-item{color:inherit;font-family:var(--font-body), var(--font-body-fallback);letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.55rem;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .25s;display:flex}.fab-item+.fab-item{box-shadow:inset 1px 0 #0000001f}.fab-item:hover,.fab-item:focus-visible{background:#0000001a;outline:none}.fab-icon{justify-content:center;align-items:center;width:22px;height:22px;display:flex}.fab-icon svg{width:22px;height:22px;display:block}@media (max-width:768px){.fab-contact{bottom:1rem;right:1rem}.fab-item{gap:.4rem;padding:.6rem .95rem;font-size:.9rem}.fab-label{display:none}}@media (prefers-reduced-motion:reduce){.fab-contact{transition-duration:1ms}}
.splash-screen{background-color:var(--theme-surface-alt);z-index:9999;width:100vw;height:100vh;color:var(--theme-text);flex-direction:column;justify-content:center;align-items:center;transition:opacity 1.2s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0}.splash-screen.fade-out{opacity:0;pointer-events:none}.character-container{align-items:center;gap:48px;max-width:1000px;padding:40px;display:flex;position:relative}.portrait-frame{opacity:0;flex-shrink:0;width:240px;height:240px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards portraitEntry;position:relative;overflow:hidden;transform:translateY(30px)scale(.95)}.spectrum-logo{object-fit:contain;background-color:#0000;width:100%;height:100%}.intro-quote{border-left:2px solid var(--theme-splash-border-subtle);opacity:0;padding-left:32px;animation:1.2s cubic-bezier(.16,1,.3,1) .4s forwards quoteEntry;position:relative;transform:translate(30px)}.splash-text-container{flex-direction:column;align-items:flex-start;gap:16px;display:flex}@keyframes portraitEntry{to{opacity:1;transform:translateY(0)scale(1)}}@keyframes quoteEntry{to{opacity:1;transform:translate(0)}}.splash-line-wrapper{justify-content:flex-start;padding:5px 0;display:flex;overflow:hidden}.splash-line{font-family:var(--font-heading), var(--font-heading-fallback);letter-spacing:.02em;opacity:0;margin:0;font-size:2.5rem;font-weight:400;line-height:1.2;animation:1.2s cubic-bezier(.77,0,.175,1) forwards textReveal;transform:translateY(100%)skewY(5deg)}.splash-line.line-1{animation-delay:.3s}.splash-line.line-2{font-family:var(--font-body), var(--font-body-fallback);color:var(--theme-muted);font-style:italic;font-weight:500;animation-delay:.5s}@keyframes textReveal{0%{opacity:0;transform:translateY(100%)skewY(5deg)}to{opacity:1;transform:translateY(0)skewY(0)}}.splash-loader{opacity:0;width:40px;height:40px;margin-top:50px;animation:.5s 1.2s forwards fadeIn;position:relative}.pixel-loader{border:2px solid var(--theme-splash-loader);width:100%;height:100%;animation:2s ease-in-out infinite rotateLoader}.pixel-loader-inner{background-color:var(--theme-nav-link);width:100%;height:100%;animation:2s ease-in-out infinite pulseLoader}@keyframes rotateLoader{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes pulseLoader{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes fadeIn{to{opacity:1}}@media (max-width:768px){.character-container{text-align:center;flex-direction:column;align-items:center;gap:32px;padding:24px}.portrait-frame{width:180px;height:180px}.intro-quote{border-left:none;border-top:2px solid var(--theme-splash-border);padding-top:24px;padding-left:0;transform:translateY(20px)}.splash-text-container{align-items:center}.splash-line-wrapper{justify-content:center}.splash-line{font-size:1.4rem}}
@font-face{font-family:fontHeading;src:url(../media/seasons_regular-s.p.129qsjzjjmp2z.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:fontHeading;src:url(../media/seasons_bold-s.p.0ipm7rbkxgny_.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:fontHeading Fallback;src:local(Arial);ascent-override:99.54%;descent-override:19.91%;line-gap-override:0.0%;size-adjust:100.46%}.fontheading_37923b60-module__qadypW__className{font-family:fontHeading,fontHeading Fallback}.fontheading_37923b60-module__qadypW__variable{--font-heading:"fontHeading", "fontHeading Fallback"}
@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/91bd2e40df15814e-s.0eq-h7p0~f2-i.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a63431c4ac64ea8b-s.0-m28h~k~95g~.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8b4ed0a90d903ab5-s.18283yqfiehau.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk Fallback;src:local(Arial);ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.0%;size-adjust:100.94%}.hanken_grotesk_a8260def-module__vZ5DQW__className{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.hanken_grotesk_a8260def-module__vZ5DQW__variable{--font-body:"Hanken Grotesk", "Hanken Grotesk Fallback"}
