@layer reset{*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}:root{text-size-adjust:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-size:inherit;font-weight:inherit}button{all:unset;cursor:pointer;box-sizing:border-box}button:focus-visible{outline:revert}a{color:inherit;text-decoration:none}ul,ol{list-style-type:none}}@layer base{:root{font:20px FK Grotesk Neue,sans-serif}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{background-color:var(--color-primary);color:var(--color-secondary);font-size:var(--font-size-xs)}}@layer base{:root{--color-primary: #2884fc;--color-secondary: #141414;--color-tertiary: #fffefc}}@layer base{:root{--focus-outline-color: currentColor;--focus-outline-offset: .1rem;--focus-outline-style: solid;--focus-outline-width: .1rem}*:focus-visible{outline-color:var(--focus-outline-color);outline-offset:var(--focus-outline-offset);outline-style:var(--focus-outline-style);outline-width:var(--focus-outline-width)}}@layer base{@font-face{font-family:FK Grotesk Neue;font-style:normal;font-weight:400;src:url(../fonts/FKGroteskNeueTrial-Medium.woff2) format("woff2")}}@layer base{.wrap{padding-inline:var(--spacing-inline)}.inner{width:100%;max-width:var(--width-max);margin:0 auto}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--spacing-grid)}hr{margin-block:calc(var(--spacing-flow) * 2);height:1px;border:none;background-color:currentColor;opacity:.25}}@layer base{.rich-text{line-height:1.25;text-wrap:pretty}.rich-text>*:first-child{margin-block-start:0}.rich-text>*:last-child{margin-block-end:0}.rich-text a{text-decoration:underline;text-decoration-thickness:.075em;text-underline-offset:.1em;word-break:break-word}.rich-text :is(h1,h2,h3,h4,h5,h6),:is(.h1,.h2,.h3,.h4,.h5,.h6){font-weight:700;text-wrap:pretty}.rich-text :is(h1,h2,h3,h4,h5,h6){margin-block-start:1em;margin-block-end:var(--spacing-flow)}.rich-text :is(h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}.rich-text :is(h1,h2,h3,h4,h5,h6):last-child{margin-block-end:0}.rich-text :where(h1),.h1{font-size:var(--font-size-3xl);font-family:var(--font-family-heading)}.rich-text :where(h2),.h2{font-size:var(--font-size-xxl);font-family:var(--font-family-heading)}.rich-text :where(h3),.h3{font-size:var(--font-size-xl);font-family:var(--font-family-heading)}.rich-text :where(h4,h5,h6),:is(.h4,.h5,.h6){font-size:var(--font-size-l);font-family:var(--font-family-heading)}.rich-text p{margin-block:var(--spacing-flow)}.rich-text figure{margin-block:calc(var(--spacing-flow) * 2)}.rich-text figure figcaption{margin-block-start:var(--spacing-flow);font-size:var(--font-size-xs)}.rich-text strong{font-weight:700}.rich-text em{font-style:italic}.rich-text :is(ul,ol){margin-block:var(--spacing-flow)}.rich-text ul{list-style-type:disc}.rich-text ol{list-style-type:decimal}}@layer base{:root{--selection-color: white;--selection-background-color: black}::selection,::target-text{background-color:var(--selection-background-color);color:var(--selection-color)}}@layer base{:root{--width-max: 3000px;--spacing-flow: 1rem;--spacing-grid: .25rem;--spacing-inline: .25rem;--spacing-block: .25rem}}@layer base{:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-size-xs: .85rem;--font-size-s: 1rem;--font-size-m: 1.5rem;--font-size-l: 2rem;--font-size-xl: 2.5rem;--font-size-xxl: 3rem;--font-size-3xl: 3.5rem}}@layer base{:root{--ease-1: cubic-bezier(.25, 0, .5, 1);--ease-2: cubic-bezier(.25, 0, .4, 1);--ease-3: cubic-bezier(.25, 0, .3, 1);--ease-4: cubic-bezier(.25, 0, .2, 1);--ease-5: cubic-bezier(.25, 0, .1, 1);--ease-in-1: cubic-bezier(.25, 0, 1, 1);--ease-in-2: cubic-bezier(.5, 0, 1, 1);--ease-in-3: cubic-bezier(.7, 0, 1, 1);--ease-in-4: cubic-bezier(.9, 0, 1, 1);--ease-in-5: cubic-bezier(1, 0, 1, 1);--ease-out-1: cubic-bezier(0, 0, .75, 1);--ease-out-2: cubic-bezier(0, 0, .5, 1);--ease-out-3: cubic-bezier(0, 0, .3, 1);--ease-out-4: cubic-bezier(0, 0, .1, 1);--ease-out-5: cubic-bezier(0, 0, 0, 1);--ease-in-out-1: cubic-bezier(.1, 0, .9, 1);--ease-in-out-2: cubic-bezier(.3, 0, .7, 1);--ease-in-out-3: cubic-bezier(.5, 0, .5, 1);--ease-in-out-4: cubic-bezier(.7, 0, .3, 1);--ease-in-out-5: cubic-bezier(.9, 0, .1, 1);--ease-elastic-out-1: cubic-bezier(.5, .75, .75, 1.25);--ease-elastic-out-2: cubic-bezier(.5, 1, .75, 1.25);--ease-elastic-out-3: cubic-bezier(.5, 1.25, .75, 1.25);--ease-elastic-out-4: cubic-bezier(.5, 1.5, .75, 1.25);--ease-elastic-out-5: cubic-bezier(.5, 1.75, .75, 1.25);--ease-elastic-in-1: cubic-bezier(.5, -.25, .75, 1);--ease-elastic-in-2: cubic-bezier(.5, -.5, .75, 1);--ease-elastic-in-3: cubic-bezier(.5, -.75, .75, 1);--ease-elastic-in-4: cubic-bezier(.5, -1, .75, 1);--ease-elastic-in-5: cubic-bezier(.5, -1.25, .75, 1);--ease-elastic-in-out-1: cubic-bezier(.5, -.1, .1, 1.5);--ease-elastic-in-out-2: cubic-bezier(.5, -.3, .1, 1.5);--ease-elastic-in-out-3: cubic-bezier(.5, -.5, .1, 1.5);--ease-elastic-in-out-4: cubic-bezier(.5, -.7, .1, 1.5);--ease-elastic-in-out-5: cubic-bezier(.5, -.9, .1, 1.5);--ease-step-1: steps(2);--ease-step-2: steps(3);--ease-step-3: steps(4);--ease-step-4: steps(7);--ease-step-5: steps(10);--ease-elastic-1: var(--ease-elastic-out-1);--ease-elastic-2: var(--ease-elastic-out-2);--ease-elastic-3: var(--ease-elastic-out-3);--ease-elastic-4: var(--ease-elastic-out-4);--ease-elastic-5: var(--ease-elastic-out-5);--ease-squish-1: var(--ease-elastic-in-out-1);--ease-squish-2: var(--ease-elastic-in-out-2);--ease-squish-3: var(--ease-elastic-in-out-3);--ease-squish-4: var(--ease-elastic-in-out-4);--ease-squish-5: var(--ease-elastic-in-out-5);--ease-spring-1: linear( 0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .968 41.8%, .991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001 );--ease-spring-2: linear( 0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, .999 61.6%, .995 71.2%, 1 );--ease-spring-3: linear( 0, .009, .035 2.1%, .141 4.4%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1 );--ease-spring-4: linear( 0, .009, .037 1.7%, .153 3.6%, .776 10.3%, 1.001, 1.142 16%, 1.185, 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, .973, .955 39.2%, .953 41.1%, .957 43.3%, .998 53.3%, 1.009 59.1% 63.7%, .998 78.9%, 1 );--ease-spring-5: linear( 0, .01, .04 1.6%, .161 3.3%, .816 9.4%, 1.046, 1.189 14.4%, 1.231, 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, .999 29.4%, .955 32.1%, .942, .935 34.9%, .933, .939 38.4%, 1 47.3%, 1.011, 1.017 52.6%, 1.016 56.4%, 1 65.2%, .996 70.2%, 1.001 87.2%, 1 );--ease-bounce-1: linear( 0, .004, .016, .035, .063, .098, .141, .191, .25, .316, .391 36.8%, .563, .766, 1 58.8%, .946, .908 69.1%, .895, .885, .879, .878, .879, .885, .895, .908 89.7%, .946, 1 );--ease-bounce-2: linear( 0, .004, .016, .035, .063, .098, .141 15.1%, .25, .391, .562, .765, 1, .892 45.2%, .849, .815, .788, .769, .757, .753, .757, .769, .788, .815, .85, .892 75.2%, 1 80.2%, .973, .954, .943, .939, .943, .954, .973, 1 );--ease-bounce-3: linear( 0, .004, .016, .035, .062, .098, .141 11.4%, .25, .39, .562, .764, 1 30.3%, .847 34.8%, .787, .737, .699, .672, .655, .65, .656, .672, .699, .738, .787, .847 61.7%, 1 66.2%, .946, .908, .885 74.2%, .879, .878, .879, .885 79.5%, .908, .946, 1 87.4%, .981, .968, .96, .957, .96, .968, .981, 1 );--ease-bounce-4: linear( 0, .004, .016 3%, .062, .141, .25, .391, .562 18.2%, 1 24.3%, .81, .676 32.3%, .629, .595, .575, .568, .575, .595, .629, .676 48.2%, .811, 1 56.2%, .918, .86, .825, .814, .825, .86, .918, 1 77.2%, .94 80.6%, .925, .92, .925, .94 87.5%, 1 90.9%, .974, .965, .974, 1 );--ease-bounce-5: linear( 0, .004, .016 2.5%, .063, .141, .25 10.1%, .562, 1 20.2%, .783, .627, .534 30.9%, .511, .503, .511, .534 38%, .627, .782, 1 48.7%, .892, .815, .769 56.3%, .757, .753, .757, .769 61.3%, .815, .892, 1 68.8%, .908 72.4%, .885, .878, .885, .908 79.4%, 1 83%, .954 85.5%, .943, .939, .943, .954 90.5%, 1 93%, .977, .97, .977, 1 )}}@layer base;@layer components{.button{position:relative}.button:after{content:"";background-color:var(--color-tertiary);position:absolute;display:block;z-index:-1;top:0;left:0;right:0;height:100%;height:.7lh}.button:before{content:"";position:absolute;display:block;top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}}@layer components{.guides{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(infinity);pointer-events:none;visibility:hidden;--guide-color: #84ffff}.guides:after{content:attr(data-window-width);color:var(--guide-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:var(--font-size-xl)}.guides__inner{height:100%}.guides__guide{outline:1px solid var(--guide-color);background-color:color-mix(in srgb,var(--guide-color),transparent 75%)}}@layer components{.image-wrap{display:flex;flex-direction:column;gap:.25rem}.image-wrap__image{background-size:cover}.image-wrap__caption{font-size:var(--font-size-xs)}}@layer components;@layer sections{.splash{padding-block:var(--spacing-block);height:100svh;grid-template-rows:1fr auto}.splash__video{grid-column:1 / 10;grid-row:1;width:100%;max-height:100%;aspect-ratio:16 / 9;min-height:0;object-fit:cover;background-color:#000}@media (max-width: 1200px){.splash__video{grid-column:1 / -1}}.splash__logo{width:calc(100% + 2px);height:auto;max-height:100%;grid-column:1 / 10;grid-row:1;visibility:hidden;position:relative;z-index:2;color:var(--color-tertiary);margin-inline:-1px;filter:grayscale(100%);mix-blend-mode:difference}@media (max-width: 1200px){.splash__logo{grid-column:1 / -1}}.splash__logo--2{display:none}.splash__text{grid-column:1 / 7;grid-row:2;align-self:end;justify-self:start;visibility:hidden;line-height:1.5}@media (max-width: 1200px){.splash__text{grid-row:auto;grid-column:1 / -1}}.splash__text--2{grid-column:7 / 13;justify-self:end}@media (max-width: 1200px){.splash__text--2{grid-row:auto;grid-column:1 / -1;justify-self:start}}}@layer sections;
/*# sourceMappingURL=style.min.css.map */
