:root{color-scheme:dark;--color-brand: #E01E26;--color-white: #fff;--color-black: #000;--color-bg-dark: #090909;--color-bg-body: #111113;--color-bg-section: #111113;--color-text-primary: #e0e0e0;--color-muted: #666;--color-border-subtle: rgba(255, 255, 255, .06);--color-border-light: rgba(255, 255, 255, .14);--color-brand-border: rgba(224, 30, 38, .2);--color-brand-subtle: rgba(224, 30, 38, .04);--color-brand-hover-bg: rgba(224, 30, 38, .04);--color-brand-hover-border: rgba(224, 30, 38, .2);--color-success: #6ee7b7;--color-success-bg: rgba(110, 231, 183, .04);--color-success-border: rgba(110, 231, 183, .28);--font-base: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", monospace;--fs-mini: .625rem;--fs-xs: .75rem;--lh-heading: 1.1;--lh-body: 1.6;--ls-tight: -.025em;--ls-wide: .08em;--ls-wider: .18em;--sp-xs: .25rem;--sp-sm: .5rem;--sp-md: 1rem;--sp-lg: 1.5rem;--sp-lg2: 2rem;--sp-xl: 2.5rem;--sp-xxl: 4rem;--h1-fs: clamp(4rem, 3.85vw + 1.54rem, 5rem);--h2-fs: clamp(2.5rem, 3.85vw + .54rem, 3.5rem);--h3-fs: 2rem;--p-fs: 1.375rem;--hamburger-size: 2.75rem;--nav-height: 4.5rem;--page-padding-x: 2.5rem;--btn-fs: .75rem;--btn-py: .625rem;--btn-px: 1rem;--radius-md: 2px;--radius-btn: 6px;--radius-pill: 999px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-card: .25s ease;--transition-input: .16s ease-out;--transition-image: .6s cubic-bezier(.2, .7, .3, 1);--gradient-page: linear-gradient(to bottom, #000 0%, #060606 35%, #090909 50%, #0b0b0b 65%, #0e0e0e 100%)}*,*:before,*:after{box-sizing:border-box}*:focus{outline:none}app-root{display:block}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0}body{min-width:360px;overflow-x:clip;font-family:var(--font-base);font-weight:300;line-height:var(--lh-body);color:var(--color-text-primary);background:var(--gradient-page) no-repeat;background-size:100% 100%;min-height:100dvh}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-base);font-weight:200;color:var(--color-white);letter-spacing:var(--ls-tight);line-height:var(--lh-heading)}h1,h2,h3{font-weight:100}h1{font-size:var(--h1-fs)}h2{font-size:var(--h2-fs)}h3{font-size:var(--h3-fs)}p{margin:0;font-size:var(--p-fs);font-weight:100}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto;display:block}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0;height:0;display:none}@keyframes nig-btn-sheen{0%{transform:translate(-50%,-50%)}63%{transform:translate(50%,50%)}to{transform:translate(50%,50%)}}@keyframes nig-node-halo{0%,to{transform:scale(.6);opacity:0}50%{transform:scale(2.2);opacity:.5}}.sections-wrapper{background:transparent}.content-section{width:100%;min-height:calc(100dvh - var(--nav-height));display:flex;flex-direction:column;justify-content:center;background:transparent}.section-inner{width:100%;max-width:120rem;margin:0 auto;padding:0 var(--page-padding-x);display:flex;align-items:stretch;gap:var(--sp-xl)}.content-section:nth-of-type(2n) .section-inner{flex-direction:row-reverse}.section-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2rem}.section-heading,.section-paragraphs{display:flex;flex-direction:column;gap:1rem}.section-kicker{display:inline-flex;align-items:center;align-self:flex-start;font-family:var(--font-base);font-size:.75rem;font-weight:600;letter-spacing:var(--ls-wider);text-transform:uppercase;color:var(--color-brand)}.label{font-family:var(--font-base);font-size:var(--fs-xs);font-weight:500;letter-spacing:var(--ls-wider);text-transform:uppercase;color:var(--color-muted)}.event-category{font-family:var(--font-base);font-size:var(--fs-xs);font-weight:600;letter-spacing:var(--ls-wider);text-transform:uppercase;color:var(--color-brand)}.event-date{color:var(--color-muted)}.section-text app-button{display:inline-block;align-self:flex-start}.section-kicker:before{content:"";flex-shrink:0;width:2rem;height:1px;background:currentColor;margin-right:.85em;transform:scaleY(.8)}.section-title{letter-spacing:0;margin:0}.section-paragraph{color:var(--color-text-primary)}.section-image{flex:0 0 65%;aspect-ratio:3 / 2.8;max-height:calc(100dvh - var(--nav-height) - 4rem);background:none;border:1px dashed var(--color-brand-border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;overflow:hidden}.section-image--filled{border:none}.section-image img{width:100%;height:100%;object-fit:cover;display:block}.section-image span{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}@media(max-width:767px){p{color:var(--color-white)}:root{--page-padding-x: 1.25rem;--nav-height: 4rem;--fs-xs: .625rem;--btn-fs: .75rem;--h1-fs: 3.5rem;--h2-fs: 2.5rem;--h3-fs: 2rem;--p-fs: 1.125rem;--hamburger-size: 2rem;--btn-py: .75rem;--btn-px: .75rem}.section-kicker{font-size:.625rem}.content-section{padding:1.5rem 0}.section-inner{flex-direction:column;align-items:stretch;gap:2.5rem;padding:0 var(--page-padding-x)}.content-section:nth-of-type(2n) .section-inner{flex-direction:column}.section-image{flex:none;width:calc(100% + 2 * var(--page-padding-x));margin-left:calc(-1 * var(--page-padding-x));margin-right:calc(-1 * var(--page-padding-x));max-height:45vh;aspect-ratio:4 / 3}}@media(min-width:768px)and (max-width:1439px)and (min-resolution:2dppx)and (min-height:600px){:root{--btn-fs: 1rem;--nav-height: 7rem;--h1-fs: 5.25rem;--h2-fs: 4.25rem;--h3-fs: 2.75rem;--p-fs: 1.75rem}.section-kicker{font-size:1rem}.label{font-size:1.125rem}.event-date{font-size:.75rem}.content-section{padding:var(--sp-xl) 0}.section-inner{flex-direction:column;align-items:stretch;gap:2rem;padding:0 var(--page-padding-x)}.content-section:nth-of-type(2n) .section-inner{flex-direction:column}.section-image{flex:none;width:calc(100% + 2 * var(--page-padding-x));margin-left:calc(-1 * var(--page-padding-x));margin-right:calc(-1 * var(--page-padding-x));max-height:none;aspect-ratio:4 / 3}}@media(max-width:767px),(min-width:768px)and (max-width:1023px)and (min-resolution:2dppx)and (min-height:600px){#nig-video-frame{object-fit:contain!important}#nig-video-overlay{background:#090909}}@media(min-width:768px)and (max-width:1439px)and (min-resolution:2dppx)and (min-height:600px)and (max-height:810px){:root{--btn-fs: 1rem;--h1-fs: 3.75rem;--h2-fs: 3rem;--h3-fs: 2rem;--p-fs: 1.375rem}.label{font-size:1rem}}
