From 45234b59fa9c5f4b0bc8ad668b8e5f5fb3a4b22c Mon Sep 17 00:00:00 2001 From: rebeccahongsf Date: Fri, 22 Nov 2024 14:40:28 -0800 Subject: [PATCH] SOEOPSFY-337 | add background trapezoid svg nojira | adjust slider arrows --- components/Slideshow/Slideshow.tsx | 17 +++++--- components/Timeline/TimelineCard.styles.ts | 4 +- components/Timeline/TimelineCard.tsx | 41 ++++++++++++++++++- components/images/trapezoid.tsx | 31 ++++++++++++++ out/404.html | 2 +- .../_buildManifest.js | 0 .../_ssgManifest.js | 0 .../chunks/app/page-da537bd64cdc2d4b.js | 1 - .../chunks/app/page-ed528ac49bb21de3.js | 1 + ...003b80d57e4a5.css => 8d1dcdd95da55134.css} | 2 +- out/example.html | 2 +- out/example.txt | 4 +- out/example/quote.html | 2 +- out/example/quote.txt | 4 +- out/example/story.html | 2 +- out/example/story.txt | 4 +- out/index.html | 2 +- out/index.txt | 16 ++++---- out/timeline.html | 2 +- out/timeline.txt | 4 +- 20 files changed, 107 insertions(+), 34 deletions(-) create mode 100644 components/images/trapezoid.tsx rename out/_next/static/{kl_HGxkKw62rGQGM-O7A2 => HWX-ZBhzHEIAs2F0Tvduv}/_buildManifest.js (100%) rename out/_next/static/{kl_HGxkKw62rGQGM-O7A2 => HWX-ZBhzHEIAs2F0Tvduv}/_ssgManifest.js (100%) delete mode 100644 out/_next/static/chunks/app/page-da537bd64cdc2d4b.js create mode 100644 out/_next/static/chunks/app/page-ed528ac49bb21de3.js rename out/_next/static/css/{ee9003b80d57e4a5.css => 8d1dcdd95da55134.css} (59%) diff --git a/components/Slideshow/Slideshow.tsx b/components/Slideshow/Slideshow.tsx index 50fcb49..9384945 100644 --- a/components/Slideshow/Slideshow.tsx +++ b/components/Slideshow/Slideshow.tsx @@ -10,8 +10,10 @@ const NextArrow = ({ className, onClick }: CustomArrowProps) => { return ( ); }; @@ -29,8 +34,10 @@ const PrevArrow = ({ className, onClick }: CustomArrowProps) => { return ( ); diff --git a/components/Timeline/TimelineCard.styles.ts b/components/Timeline/TimelineCard.styles.ts index 29cea57..3ebfa27 100644 --- a/components/Timeline/TimelineCard.styles.ts +++ b/components/Timeline/TimelineCard.styles.ts @@ -1,8 +1,8 @@ import { cnb } from "cnbuilder"; export const wrapper = (align: string, isHorizontal: boolean) => - cnb("flex-col w-fit", { + cnb("relative z-50 flex-col w-fit", { "lg:flex-row": isHorizontal, - "lg:ml-auto": align === "right", + "ml-auto": isHorizontal && align === "right", }); export const contentWrapper = (isHorizontal: boolean) => cnb("rs-px-2 flex flex-col", { diff --git a/components/Timeline/TimelineCard.tsx b/components/Timeline/TimelineCard.tsx index 9f5af30..d4f3548 100644 --- a/components/Timeline/TimelineCard.tsx +++ b/components/Timeline/TimelineCard.tsx @@ -8,7 +8,17 @@ import { TimelineImage } from "./TimelineImage"; import { ArrowRightIcon } from "@heroicons/react/20/solid"; import Link from "next/link"; import { AnimateInView, AnimationType } from "@/components/Animate"; -import { PaddingType, paddingVerticals } from "@/utilities/datasource"; +import { + paddingTops, + paddingBottoms, + paddingVerticals, + marginTops, + marginBottoms, + marginVerticals, + type MarginType, + type PaddingType, +} from "@/utilities/datasource"; +import { Trapezoid } from "../images/trapezoid"; type TimelineCardProps = HTMLAttributes & { as?: types.TimelineCardElementType; @@ -23,12 +33,22 @@ type TimelineCardProps = HTMLAttributes & { align?: "right" | "left"; width?: types.WidthType; isHorizontal?: boolean; + pt?: PaddingType; + pb?: PaddingType; py?: PaddingType; + mt?: MarginType; + mb?: MarginType; + my?: MarginType; }; export const TimelineCard = ({ as: AsComponent = "div", - py = 5, + py, + pt = 9, + pb = 3, + mt = 3, + mb, + my, heading, year, body, @@ -50,11 +70,28 @@ export const TimelineCard = ({ + {isHorizontal && ( + + )} { + return ( + + + + ); +}; diff --git a/out/404.html b/out/404.html index 0cacee4..dd3dcdc 100644 --- a/out/404.html +++ b/out/404.html @@ -1 +1 @@ -404: This page could not be found.

404

This page could not be found.

\ No newline at end of file +404: This page could not be found.

404

This page could not be found.

\ No newline at end of file diff --git a/out/_next/static/kl_HGxkKw62rGQGM-O7A2/_buildManifest.js b/out/_next/static/HWX-ZBhzHEIAs2F0Tvduv/_buildManifest.js similarity index 100% rename from out/_next/static/kl_HGxkKw62rGQGM-O7A2/_buildManifest.js rename to out/_next/static/HWX-ZBhzHEIAs2F0Tvduv/_buildManifest.js diff --git a/out/_next/static/kl_HGxkKw62rGQGM-O7A2/_ssgManifest.js b/out/_next/static/HWX-ZBhzHEIAs2F0Tvduv/_ssgManifest.js similarity index 100% rename from out/_next/static/kl_HGxkKw62rGQGM-O7A2/_ssgManifest.js rename to out/_next/static/HWX-ZBhzHEIAs2F0Tvduv/_ssgManifest.js diff --git a/out/_next/static/chunks/app/page-da537bd64cdc2d4b.js b/out/_next/static/chunks/app/page-da537bd64cdc2d4b.js deleted file mode 100644 index d735281..0000000 --- a/out/_next/static/chunks/app/page-da537bd64cdc2d4b.js +++ /dev/null @@ -1 +0,0 @@ -(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[931],{8600:(e,i,t)=>{Promise.resolve().then(t.bind(t,8406)),Promise.resolve().then(t.bind(t,5218)),Promise.resolve().then(t.bind(t,38)),Promise.resolve().then(t.bind(t,8785)),Promise.resolve().then(t.bind(t,4812)),Promise.resolve().then(t.t.bind(t,8173,23)),Promise.resolve().then(t.t.bind(t,231,23))},8406:(e,i,t)=>{"use strict";t.r(i),t.d(i,{AnimateInView:()=>r});var s=t(7437),l=t(2265),d=t(4501),o=t(7476),a=t(1980);let n={fadeIn:{hidden:{opacity:0},hiddenReduced:{opacity:0},visible:{opacity:1}},zoomIn:{hidden:{opacity:0,scale:.6},hiddenReduced:{opacity:0,scale:.8},visible:{opacity:1,scale:1}},zoomSharpen:{hidden:{opacity:.3,scale:.6,filter:"blur(20px)"},hiddenReduced:{opacity:.3,scale:.8,filter:"blur(10px)"},visible:{opacity:1,scale:1,filter:"blur(0px)"}},sharpen:{hidden:{opacity:.3,filter:"blur(20px)"},hiddenReduced:{opacity:.3,filter:"blur(10px)"},visible:{opacity:1,filter:"blur(0px)"}},slideInFromLeft:{hidden:{opacity:0,x:-100},hiddenReduced:{opacity:0,x:0},visible:{opacity:1,x:0}},slideInFromRight:{hidden:{opacity:0,x:100},hiddenReduced:{opacity:0,x:0},visible:{opacity:1,x:0}},slideUp:{hidden:{opacity:0,y:100},hiddenReduced:{opacity:0,y:0},visible:{opacity:1,y:0}},slideDown:{hidden:{opacity:0,y:-100},hiddenReduced:{opacity:0,y:0},visible:{opacity:1,y:0}},bubble:{hidden:{opacity:0,height:0},hiddenReduced:{opacity:1,height:"auto"},visible:{opacity:1,height:"auto"}}},r=e=>{let{animation:i="zoomIn",once:t=!0,duration:r=.6,delay:c,children:h,className:u,...p}=e,b=(0,l.useRef)(null),x=(0,d.J)(),v=(0,o.Y)(b,{once:t});return"none"===i?(0,s.jsx)("div",{children:h}):(0,s.jsx)(a.E.div,{ref:b,variants:n[i],transition:{delay:c,duration:r,ease:"easeOut"},initial:"hidden",animate:v?"visible":x?"hiddenReduced":"hidden",className:u,...p,children:h})}},38:(e,i,t)=>{"use strict";t.d(i,{Slideshow:()=>h});var s=t(7437),l=t(2265),d=t(3153),o=t(7697),a=t(8786),n=t(6354);let r=e=>{let{className:i,onClick:t}=e,l=null==i?void 0:i.includes("slick-disabled");return(0,s.jsx)("button",{className:(0,o.c)("hocus:outline-3 absolute right-0 bottom-0 z-50 flex h-36 w-36 items-center justify-center rounded-full border-2 border-white bg-stone-dark hocus:bg-stone-dark hocus:outline hocus:outline-stone-dark",{"bg-black-10 hocus:bg-black-10 hocus:outline-0":l}),onClick:t,"aria-label":"Next",disabled:l,children:(0,s.jsx)(a.Z,{width:40,className:"text-white"})})},c=e=>{let{className:i,onClick:t}=e,l=null==i?void 0:i.includes("slick-disabled");return(0,s.jsx)("button",{className:(0,o.c)("hocus:outline-3 absolute right-40 bottom-0 z-50 flex h-36 w-36 items-center justify-center rounded-full border-2 border-white bg-stone-dark hocus:bg-stone-dark hocus:outline hocus:outline-stone-dark",{"bg-black-10 hocus:bg-black-10 hocus:outline-0":l}),onClick:t,"aria-label":"Previous",disabled:l,children:(0,s.jsx)(n.Z,{width:40,className:(0,o.c)("text-white",{"text-black-30":l})})})},h=e=>{let{children:i,slideshowProps:t,...a}=e,n=(0,l.useRef)(null),h=()=>{var e,i;let t=null===(e=n.current)||void 0===e?void 0:e.querySelectorAll(".slick-slide:not(.slick-active) a");t&&[...t].map(e=>e.setAttribute("tabindex","-1"));let s=null===(i=n.current)||void 0===i?void 0:i.querySelectorAll(".slick-slide.slick-active a");s&&[...s].map(e=>e.removeAttribute("tabindex"))};(0,l.useEffect)(()=>{h()},[]);let u={afterChange:()=>h(),autoplay:!1,centerMode:!1,className:"[&_.slick-track]:flex [&_.slick-track] [&_.slick-slider]:relative [&_.slick-slide>div]:h-full [&_.slick-slide>div>div]:h-full even:[&_.slick-slide]:rs-pt-6",dots:!1,infinite:!1,initialSlide:0,nextArrow:(0,s.jsx)(r,{}),prevArrow:(0,s.jsx)(c,{}),slidesToScroll:1,slidesToShow:3,speed:500,responsive:[{breakpoint:1200,settings:{slidesToShow:2,slidesToScroll:1,centerMode:!1}},{breakpoint:768,settings:{slidesToShow:1,slidesToScroll:1,centerMode:!1}}],...t};return(0,s.jsx)("section",{ref:n,...a,"aria-roledescription":"carousel",className:(0,o.c)("relative",a.className),children:(0,s.jsx)(d.Z,{...u,children:i})})}},4812:(e,i,t)=>{"use strict";t.r(i),t.d(i,{TimelineSidebar:()=>n});var s=t(7437),l=t(8588);t(2265);let d=e=>{let{className:i}=e;return(0,s.jsx)("svg",{viewBox:"0 0 467 1671",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{height:"100%",width:"100%",maxWidth:"465px"},preserveAspectRatio:"none",children:(0,s.jsx)("path",{d:"M2.1275 1595C2.1275 1623.86 -3.25941 1669.2 55.9966 1669.2C115.253 1669.2 353.222 1669.2 377.463 1669.2C443.452 1669.2 465 1651.34 465 1605.99C465 1573.02 465.001 148.874 465.001 125.515C465.001 81.545 434.193 62.0899 377.464 81.5449C320.735 101 241.535 135.515 143.535 161C106.001 170.761 84.2794 141 84.2794 121.545C84.2794 74.8065 84.2794 73.451 84.2794 58.3363C84.2794 15.7405 123.334 2.00014 143.535 2.00008C200.114 1.9999 325.344 2.00008 344.198 2.00008C391.333 2.00008 388.64 63.8326 344.198 65.2066C299.756 66.5807 130.068 65.2066 72.1588 65.2066C14.2495 65.2066 2.12891 65.2066 2.12891 127.039C2.12891 158.642 2.1275 1573.15 2.1275 1595Z",stroke:"#F83535","stroke-width":"3"})})};var o=t(7345),a=t(7697);let n=e=>{let{className:i,...t}=e;return(0,s.jsxs)("div",{...t,className:(0,a.c)("relative pt-[210px] pb-65 rs-px-3 max-w-[463px]",i),children:[(0,s.jsxs)("div",{className:"w-full z-50 flex flex-col gap-[65px] justify-center items-center ",children:[(0,s.jsx)(l.X6,{as:"h3",className:"font-normal",children:"Around the same time..."}),(0,s.jsx)(o.j,{size:"full",heading:"The Beginning",year:"1990",image:"https://placecats.com/neo/300/200"}),(0,s.jsx)(o.j,{size:"full",heading:"The Beginning",year:"1990",image:"https://placecats.com/neo/300/200"})]}),(0,s.jsx)(d,{className:"absolute top-0 left-0 flex justify-center items-center rs-p-0 z-10"})]})}}},e=>{var i=i=>e(e.s=i);e.O(0,[595,804,674,654,130,215,744],()=>i(8600)),_N_E=e.O()}]); \ No newline at end of file diff --git a/out/_next/static/chunks/app/page-ed528ac49bb21de3.js b/out/_next/static/chunks/app/page-ed528ac49bb21de3.js new file mode 100644 index 0000000..4feadee --- /dev/null +++ b/out/_next/static/chunks/app/page-ed528ac49bb21de3.js @@ -0,0 +1 @@ +(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[931],{8600:(e,i,t)=>{Promise.resolve().then(t.bind(t,8406)),Promise.resolve().then(t.bind(t,5218)),Promise.resolve().then(t.bind(t,38)),Promise.resolve().then(t.bind(t,8785)),Promise.resolve().then(t.bind(t,4812)),Promise.resolve().then(t.t.bind(t,8173,23)),Promise.resolve().then(t.t.bind(t,231,23))},8406:(e,i,t)=>{"use strict";t.r(i),t.d(i,{AnimateInView:()=>r});var s=t(7437),l=t(2265),d=t(4501),o=t(7476),a=t(1980);let n={fadeIn:{hidden:{opacity:0},hiddenReduced:{opacity:0},visible:{opacity:1}},zoomIn:{hidden:{opacity:0,scale:.6},hiddenReduced:{opacity:0,scale:.8},visible:{opacity:1,scale:1}},zoomSharpen:{hidden:{opacity:.3,scale:.6,filter:"blur(20px)"},hiddenReduced:{opacity:.3,scale:.8,filter:"blur(10px)"},visible:{opacity:1,scale:1,filter:"blur(0px)"}},sharpen:{hidden:{opacity:.3,filter:"blur(20px)"},hiddenReduced:{opacity:.3,filter:"blur(10px)"},visible:{opacity:1,filter:"blur(0px)"}},slideInFromLeft:{hidden:{opacity:0,x:-100},hiddenReduced:{opacity:0,x:0},visible:{opacity:1,x:0}},slideInFromRight:{hidden:{opacity:0,x:100},hiddenReduced:{opacity:0,x:0},visible:{opacity:1,x:0}},slideUp:{hidden:{opacity:0,y:100},hiddenReduced:{opacity:0,y:0},visible:{opacity:1,y:0}},slideDown:{hidden:{opacity:0,y:-100},hiddenReduced:{opacity:0,y:0},visible:{opacity:1,y:0}},bubble:{hidden:{opacity:0,height:0},hiddenReduced:{opacity:1,height:"auto"},visible:{opacity:1,height:"auto"}}},r=e=>{let{animation:i="zoomIn",once:t=!0,duration:r=.6,delay:c,children:h,className:u,...b}=e,p=(0,l.useRef)(null),x=(0,d.J)(),v=(0,o.Y)(p,{once:t});return"none"===i?(0,s.jsx)("div",{children:h}):(0,s.jsx)(a.E.div,{ref:p,variants:n[i],transition:{delay:c,duration:r,ease:"easeOut"},initial:"hidden",animate:v?"visible":x?"hiddenReduced":"hidden",className:u,...b,children:h})}},38:(e,i,t)=>{"use strict";t.d(i,{Slideshow:()=>h});var s=t(7437),l=t(2265),d=t(3153),o=t(7697),a=t(8786),n=t(6354);let r=e=>{let{className:i,onClick:t}=e,l=null==i?void 0:i.includes("slick-disabled");return(0,s.jsx)("button",{className:(0,o.c)("hocus:outline-3 absolute right-0 bottom-0 z-50 flex h-36 w-36 items-center justify-center rounded-full border-2 border-white",{"bg-stone-dark hocus:bg-stone-dark hocus:outline hocus:outline-stone-dark":!l,"bg-black-10 hocus:bg-black-10 hocus:outline-0":l}),onClick:t,"aria-label":"Next",disabled:l,children:(0,s.jsx)(a.Z,{width:40,className:l?"text-black-30":"text-white"})})},c=e=>{let{className:i,onClick:t}=e,l=null==i?void 0:i.includes("slick-disabled");return(0,s.jsx)("button",{className:(0,o.c)("hocus:outline-3 absolute right-40 bottom-0 z-50 flex h-36 w-36 items-center justify-center rounded-full border-2 border-white",{"bg-stone-dark hocus:bg-stone-dark hocus:outline hocus:outline-stone-dark":!l,"bg-black-10 hocus:bg-black-10 hocus:outline-0":l}),onClick:t,"aria-label":"Previous",disabled:l,children:(0,s.jsx)(n.Z,{width:40,className:l?"text-black-30":"text-white"})})},h=e=>{let{children:i,slideshowProps:t,...a}=e,n=(0,l.useRef)(null),h=()=>{var e,i;let t=null===(e=n.current)||void 0===e?void 0:e.querySelectorAll(".slick-slide:not(.slick-active) a");t&&[...t].map(e=>e.setAttribute("tabindex","-1"));let s=null===(i=n.current)||void 0===i?void 0:i.querySelectorAll(".slick-slide.slick-active a");s&&[...s].map(e=>e.removeAttribute("tabindex"))};(0,l.useEffect)(()=>{h()},[]);let u={afterChange:()=>h(),autoplay:!1,centerMode:!1,className:"[&_.slick-track]:flex [&_.slick-track] [&_.slick-slider]:relative [&_.slick-slide>div]:h-full [&_.slick-slide>div>div]:h-full even:[&_.slick-slide]:rs-pt-6",dots:!1,infinite:!1,initialSlide:0,nextArrow:(0,s.jsx)(r,{}),prevArrow:(0,s.jsx)(c,{}),slidesToScroll:1,slidesToShow:3,speed:500,responsive:[{breakpoint:1200,settings:{slidesToShow:2,slidesToScroll:1,centerMode:!1}},{breakpoint:768,settings:{slidesToShow:1,slidesToScroll:1,centerMode:!1}}],...t};return(0,s.jsx)("section",{ref:n,...a,"aria-roledescription":"carousel",className:(0,o.c)("relative",a.className),children:(0,s.jsx)(d.Z,{...u,children:i})})}},4812:(e,i,t)=>{"use strict";t.r(i),t.d(i,{TimelineSidebar:()=>n});var s=t(7437),l=t(8588);t(2265);let d=e=>{let{className:i}=e;return(0,s.jsx)("svg",{viewBox:"0 0 467 1671",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:i,style:{height:"100%",width:"100%",maxWidth:"465px"},preserveAspectRatio:"none",children:(0,s.jsx)("path",{d:"M2.1275 1595C2.1275 1623.86 -3.25941 1669.2 55.9966 1669.2C115.253 1669.2 353.222 1669.2 377.463 1669.2C443.452 1669.2 465 1651.34 465 1605.99C465 1573.02 465.001 148.874 465.001 125.515C465.001 81.545 434.193 62.0899 377.464 81.5449C320.735 101 241.535 135.515 143.535 161C106.001 170.761 84.2794 141 84.2794 121.545C84.2794 74.8065 84.2794 73.451 84.2794 58.3363C84.2794 15.7405 123.334 2.00014 143.535 2.00008C200.114 1.9999 325.344 2.00008 344.198 2.00008C391.333 2.00008 388.64 63.8326 344.198 65.2066C299.756 66.5807 130.068 65.2066 72.1588 65.2066C14.2495 65.2066 2.12891 65.2066 2.12891 127.039C2.12891 158.642 2.1275 1573.15 2.1275 1595Z",stroke:"#F83535","stroke-width":"3"})})};var o=t(7345),a=t(7697);let n=e=>{let{className:i,...t}=e;return(0,s.jsxs)("div",{...t,className:(0,a.c)("relative pt-[210px] pb-65 rs-px-3 max-w-[463px]",i),children:[(0,s.jsxs)("div",{className:"w-full z-50 flex flex-col gap-[65px] justify-center items-center ",children:[(0,s.jsx)(l.X6,{as:"h3",className:"font-normal",children:"Around the same time..."}),(0,s.jsx)(o.j,{size:"full",heading:"The Beginning",year:"1990",image:"https://placecats.com/neo/300/200"}),(0,s.jsx)(o.j,{size:"full",heading:"The Beginning",year:"1990",image:"https://placecats.com/neo/300/200"})]}),(0,s.jsx)(d,{className:"absolute top-0 left-0 flex justify-center items-center rs-p-0 z-10"})]})}}},e=>{var i=i=>e(e.s=i);e.O(0,[595,804,674,654,130,215,744],()=>i(8600)),_N_E=e.O()}]); \ No newline at end of file diff --git a/out/_next/static/css/ee9003b80d57e4a5.css b/out/_next/static/css/8d1dcdd95da55134.css similarity index 59% rename from out/_next/static/css/ee9003b80d57e4a5.css rename to out/_next/static/css/8d1dcdd95da55134.css index ce33f2e..4357903 100644 --- a/out/_next/static/css/ee9003b80d57e4a5.css +++ b/out/_next/static/css/8d1dcdd95da55134.css @@ -1,3 +1,3 @@ @font-face{font-family:DM Sans;font-style:italic;font-weight:100 1000;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/7bb1b3388411e623-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:DM Sans;font-style:italic;font-weight:100 1000;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-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:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/56d4c7a1c09c3371-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:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/7e6a2e30184bb114-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_6f86a8{font-family:DM Sans,DM Sans Fallback}.__variable_6f86a8{--font-dm-sans:"DM Sans","DM Sans Fallback"}@font-face{font-family:DM Mono;font-style:italic;font-weight:300;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/f7867791a3305c76-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:DM Mono;font-style:italic;font-weight:300;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-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:DM Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/b9447d2328c4e1ad-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:DM Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-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:DM Mono Fallback;src:local("Arial");ascent-override:73.71%;descent-override:23.03%;line-gap-override:0.00%;size-adjust:134.59%}.__className_cf1540{font-family:DM Mono,DM Mono Fallback;font-weight:300}.__variable_cf1540{--font-dm-mono:"DM Mono","DM Mono Fallback"}@font-face{font-family:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/165cb5780b751469-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:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/65c79d430e893ada-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/059fb002b11a9df6-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/c3b26a56cf59b490-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:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/f6571f10e7bc28f9-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:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/c2be743922e486bc-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:Source Sans\ 3;font-style:italic;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/625a9256c0ce6e34-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:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/bccb245ee3362e85-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:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/4117e16a89310b23-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/2a041df68de43fa6-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/17c5807503b61094-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:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/7572a3f8628c1f19-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:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/9c20d643cc03e499-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:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/soe-centennial-nextjs/_next/static/media/a9b61b60c2d733b4-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:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_2df5e6{font-family:Source Sans\ 3,Source Sans\ 3 Fallback}.__variable_2df5e6{--font-source-sans:"Source Sans 3","Source Sans 3 Fallback"}@font-face{font-family:stanford;src:url(/soe-centennial-nextjs/_next/static/media/6710a4106ed8ef57-s.p.woff2) format("woff2");font-display:swap;font-weight:300}@font-face{font-family:stanford Fallback;src:local("Arial");ascent-override:93.75%;descent-override:6.25%;line-gap-override:0.00%;size-adjust:100.00%}.__className_0f68e0{font-family:stanford,stanford Fallback;font-weight:300}.__variable_0f68e0{--font-stanford:"stanford","stanford Fallback"}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com -*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--font-source-sans),sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:Roboto Mono,Menlo,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;print-color-adjust:unset}[type=checkbox],[type=radio]{appearance:none;padding:0;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}html{font-family:var(--font-source-sans),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:62.5%;line-height:1.15}body,html{color:#2e2d29}body{background-color:#fff;overflow-x:hidden}@media (min-width:1500px){body{font-size:2.1rem}}p{line-height:1.4;margin-top:0;margin-bottom:1em}@media (min-width:768px){p{line-height:1.5}}h1{line-height:1.2;margin-bottom:.6em;clear:both}h1,h1 a{font-weight:700}h1 a{text-decoration:none}h1{font-size:2.01em;letter-spacing:-.018em}@media (min-width:768px){h1{font-size:2.49em}}@media (min-width:992px){h1{font-size:3.05em}}h2{line-height:1.2;margin-bottom:.6em;clear:both}h2,h2 a{font-weight:700}h2 a{text-decoration:none}h2{font-size:1.75em;letter-spacing:-.016em}@media (min-width:768px){h2{font-size:2.07em}}@media (min-width:992px){h2{font-size:2.44em}}h3{line-height:1.2;margin-bottom:.6em;clear:both}h3,h3 a{font-weight:700}h3 a{text-decoration:none}h3{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){h3{font-size:1.73em}}@media (min-width:992px){h3{font-size:1.95em}}h4{line-height:1.2;margin-bottom:.6em;clear:both}h4,h4 a{font-weight:700}h4 a{text-decoration:none}h4{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){h4{font-size:1.44em}}@media (min-width:992px){h4{font-size:1.56em}}h5{line-height:1.2;margin-bottom:.6em;clear:both}h5,h5 a{font-weight:700}h5 a{text-decoration:none}h5{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){h5{font-size:1.2em}}@media (min-width:992px){h5{font-size:1.25em}}h6{line-height:1.2;margin-bottom:.6em;clear:both}h6,h6 a{font-weight:700}h6 a{text-decoration:none}h6{font-size:1em}address,cite,dfn,var{font-style:normal}code,kbd,pre,samp{font-size:.9em}figure{margin:0}figcaption{margin-top:.4em;font-size:max(1.6rem,.9em);line-height:1.3;color:#53565a}img{margin:0;padding:0;display:block;height:auto;max-width:100%}a{color:#006cb8;text-decoration:underline;font-weight:600}a:focus,a:hover{color:#2e2d29}ul{list-style-type:disc}ol,ul{padding-left:1em}ol{list-style-type:decimal}dd,li{line-height:1.5;margin-bottom:.5em}dd:last-child,li:last-child{margin-bottom:0}dt{font-weight:700}table{margin:0;border-spacing:0;border-collapse:collapse;min-width:100%;font-size:1.6rem}@media (min-width:768px){table{font-size:1.8rem}}table caption{margin-bottom:.6em;font-size:.9em;line-height:1.3;color:#53565a}table tr{border-top:1px solid #d5d5d4}table td,table th{padding:1.5rem}table th{color:#2e2d29;font-weight:600;text-align:left}table tbody tr:first-of-type,table thead tr:first-of-type{border-top:0}table thead+tbody{border-top:1px solid #d5d5d4}:root{--tw-rotate-x:0;--tw-rotate-y:0;--tw-translate-z:0;--tw-scale-z:1;--tw-rotate-3d:0,0,0,0deg}body,html{color:#544948}body{font-size:1.8rem}@media (min-width:768px){body{font-size:1.9rem}}@media (min-width:992px){body{font-size:2.1rem}}@media (min-width:1500px){body{font-size:2.3rem}}a{color:#b1040e;transition:color .25s ease-in-out}a:focus,a:hover{color:#766253}figcaption{font-size:max(1.5rem,.81em)}.container{width:100%}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1500px){.container{max-width:1500px}}.aspect-h-1{--tw-aspect-h:1}.aspect-h-16{--tw-aspect-h:16}.aspect-h-2{--tw-aspect-h:2}.aspect-h-3{--tw-aspect-h:3}.aspect-h-4{--tw-aspect-h:4}.aspect-h-5{--tw-aspect-h:5}.aspect-h-8{--tw-aspect-h:8}.aspect-h-9{--tw-aspect-h:9}.aspect-h-\[2\.77\]{--tw-aspect-h:2.77}.aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16}.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2}.aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3}.aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-4{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4}.aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5}.aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-8{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8}.aspect-w-8>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-9{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9}.aspect-w-9>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.button{font-family:var(--font-source-sans),sans-serif;cursor:pointer;display:inline-block;border:none;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out;padding:1rem 2rem;background-color:#b1040e;color:#fff}.button:active,.button:focus,.button:hover{text-decoration:underline}.button:focus,.button:hover{background-color:#2e2d29;color:#fff}.button:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.checkbox,.radio{background-color:#fff;border-width:3px;border-color:#006cb8;width:2.4rem;height:2.4rem}.checkbox:checked,.radio:checked{background-color:#006cb8}.fieldset{border:0}.label{display:block;font-size:1.8rem}.legend{font-weight:700}.cc,.centered-container{padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media (min-width:576px){.cc,.centered-container{padding-left:30px;padding-right:30px}}@media (min-width:768px){.cc,.centered-container{padding-left:50px;padding-right:50px}}@media (min-width:992px){.cc,.centered-container{padding-left:80px;padding-right:80px}}@media (min-width:1200px){.cc,.centered-container{padding-left:100px;padding-right:100px}}@media (min-width:1500px){.cc,.centered-container{padding-left:100px;padding-right:100px}}@media only screen and (min-width:1700px){.cc,.centered-container{padding-left:calc((100% - 1500px)/2);padding-right:calc((100% - 1500px)/2)}}.cc .cc,.cc .centered-container,.centered-container .cc,.centered-container .centered-container{padding-left:0;padding-right:0}.grid-gap{grid-gap:20px;gap:20px}@media (min-width:992px){.grid-gap{grid-gap:36px;gap:36px}}@media (min-width:1200px){.grid-gap{grid-gap:40px;gap:40px}}@media (min-width:1500px){.grid-gap{grid-gap:48px;gap:48px}}.logo{display:inline-block;font-family:var(--font-stanford),serif;font-weight:400;line-height:.75;text-decoration:none;text-transform:none;transform:translateZ(0);font-style:normal;font-variant:normal;letter-spacing:0;font-feature-settings:"liga" 1;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo,.logo:focus,.logo:hover{color:#8c1515}.rs-p-0{padding:1.5rem}@media (min-width:768px){.rs-p-0{padding:1.8rem}}@media (min-width:1500px){.rs-p-0{padding:1.9rem}}.rs-mt-0{margin-top:1.5rem}@media (min-width:768px){.rs-mt-0{margin-top:1.8rem}}@media (min-width:1500px){.rs-mt-0{margin-top:1.9rem}}.rs-pt-0{padding-top:1.5rem}@media (min-width:768px){.rs-pt-0{padding-top:1.8rem}}@media (min-width:1500px){.rs-pt-0{padding-top:1.9rem}}.rs-mb-0{margin-bottom:1.5rem}@media (min-width:768px){.rs-mb-0{margin-bottom:1.8rem}}@media (min-width:1500px){.rs-mb-0{margin-bottom:1.9rem}}.rs-pb-0{padding-bottom:1.5rem}@media (min-width:768px){.rs-pb-0{padding-bottom:1.8rem}}@media (min-width:1500px){.rs-pb-0{padding-bottom:1.9rem}}.rs-my-0{margin-top:1.5rem;margin-bottom:1.5rem}@media (min-width:768px){.rs-my-0{margin-top:1.8rem;margin-bottom:1.8rem}}@media (min-width:1500px){.rs-my-0{margin-top:1.9rem;margin-bottom:1.9rem}}.rs-py-0{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:768px){.rs-py-0{padding-top:1.8rem;padding-bottom:1.8rem}}@media (min-width:1500px){.rs-py-0{padding-top:1.9rem;padding-bottom:1.9rem}}.rs-mt-1{margin-top:2rem}@media (min-width:768px){.rs-mt-1{margin-top:2.6rem}}@media (min-width:1500px){.rs-mt-1{margin-top:2.7rem}}.rs-pt-1{padding-top:2rem}@media (min-width:768px){.rs-pt-1{padding-top:2.6rem}}@media (min-width:1500px){.rs-pt-1{padding-top:2.7rem}}.rs-mb-1{margin-bottom:2rem}@media (min-width:768px){.rs-mb-1{margin-bottom:2.6rem}}@media (min-width:1500px){.rs-mb-1{margin-bottom:2.7rem}}.rs-pb-1{padding-bottom:2rem}@media (min-width:768px){.rs-pb-1{padding-bottom:2.6rem}}@media (min-width:1500px){.rs-pb-1{padding-bottom:2.7rem}}.rs-my-1{margin-top:2rem;margin-bottom:2rem}@media (min-width:768px){.rs-my-1{margin-top:2.6rem;margin-bottom:2.6rem}}@media (min-width:1500px){.rs-my-1{margin-top:2.7rem;margin-bottom:2.7rem}}.rs-py-1{padding-top:2rem;padding-bottom:2rem}@media (min-width:768px){.rs-py-1{padding-top:2.6rem;padding-bottom:2.6rem}}@media (min-width:1500px){.rs-py-1{padding-top:2.7rem;padding-bottom:2.7rem}}.rs-px-1{padding-left:2rem;padding-right:2rem}@media (min-width:768px){.rs-px-1{padding-left:2.6rem;padding-right:2.6rem}}@media (min-width:1500px){.rs-px-1{padding-left:2.7rem;padding-right:2.7rem}}.rs-mt-2{margin-top:3rem}@media (min-width:768px){.rs-mt-2{margin-top:3.6rem}}@media (min-width:1500px){.rs-mt-2{margin-top:3.8rem}}.rs-pt-2{padding-top:3rem}@media (min-width:768px){.rs-pt-2{padding-top:3.6rem}}@media (min-width:1500px){.rs-pt-2{padding-top:3.8rem}}.rs-mb-2{margin-bottom:3rem}@media (min-width:768px){.rs-mb-2{margin-bottom:3.6rem}}@media (min-width:1500px){.rs-mb-2{margin-bottom:3.8rem}}.rs-pb-2{padding-bottom:3rem}@media (min-width:768px){.rs-pb-2{padding-bottom:3.6rem}}@media (min-width:1500px){.rs-pb-2{padding-bottom:3.8rem}}.rs-my-2{margin-top:3rem;margin-bottom:3rem}@media (min-width:768px){.rs-my-2{margin-top:3.6rem;margin-bottom:3.6rem}}@media (min-width:1500px){.rs-my-2{margin-top:3.8rem;margin-bottom:3.8rem}}.rs-py-2{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.rs-py-2{padding-top:3.6rem;padding-bottom:3.6rem}}@media (min-width:1500px){.rs-py-2{padding-top:3.8rem;padding-bottom:3.8rem}}.rs-px-2{padding-left:3rem;padding-right:3rem}@media (min-width:768px){.rs-px-2{padding-left:3.6rem;padding-right:3.6rem}}@media (min-width:1500px){.rs-px-2{padding-left:3.8rem;padding-right:3.8rem}}.rs-mt-3{margin-top:3.2rem}@media (min-width:768px){.rs-mt-3{margin-top:4.5rem}}@media (min-width:1500px){.rs-mt-3{margin-top:4.8rem}}.rs-pt-3{padding-top:3.2rem}@media (min-width:768px){.rs-pt-3{padding-top:4.5rem}}@media (min-width:1500px){.rs-pt-3{padding-top:4.8rem}}.rs-mb-3{margin-bottom:3.2rem}@media (min-width:768px){.rs-mb-3{margin-bottom:4.5rem}}@media (min-width:1500px){.rs-mb-3{margin-bottom:4.8rem}}.rs-pb-3{padding-bottom:3.2rem}@media (min-width:768px){.rs-pb-3{padding-bottom:4.5rem}}@media (min-width:1500px){.rs-pb-3{padding-bottom:4.8rem}}.rs-my-3{margin-top:3.2rem;margin-bottom:3.2rem}@media (min-width:768px){.rs-my-3{margin-top:4.5rem;margin-bottom:4.5rem}}@media (min-width:1500px){.rs-my-3{margin-top:4.8rem;margin-bottom:4.8rem}}.rs-py-3{padding-top:3.2rem;padding-bottom:3.2rem}@media (min-width:768px){.rs-py-3{padding-top:4.5rem;padding-bottom:4.5rem}}@media (min-width:1500px){.rs-py-3{padding-top:4.8rem;padding-bottom:4.8rem}}.rs-px-3{padding-left:3.2rem;padding-right:3.2rem}@media (min-width:768px){.rs-px-3{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:1500px){.rs-px-3{padding-left:4.8rem;padding-right:4.8rem}}.rs-mt-4{margin-top:3.4rem}@media (min-width:768px){.rs-mt-4{margin-top:5.8rem}}@media (min-width:1500px){.rs-mt-4{margin-top:6.1rem}}.rs-pt-4{padding-top:3.4rem}@media (min-width:768px){.rs-pt-4{padding-top:5.8rem}}@media (min-width:1500px){.rs-pt-4{padding-top:6.1rem}}.rs-mr-4{margin-right:3.4rem}@media (min-width:768px){.rs-mr-4{margin-right:5.8rem}}@media (min-width:1500px){.rs-mr-4{margin-right:6.1rem}}.rs-mb-4{margin-bottom:3.4rem}@media (min-width:768px){.rs-mb-4{margin-bottom:5.8rem}}@media (min-width:1500px){.rs-mb-4{margin-bottom:6.1rem}}.rs-pb-4{padding-bottom:3.4rem}@media (min-width:768px){.rs-pb-4{padding-bottom:5.8rem}}@media (min-width:1500px){.rs-pb-4{padding-bottom:6.1rem}}.rs-ml-4{margin-left:3.4rem}@media (min-width:768px){.rs-ml-4{margin-left:5.8rem}}@media (min-width:1500px){.rs-ml-4{margin-left:6.1rem}}.rs-my-4{margin-top:3.4rem;margin-bottom:3.4rem}@media (min-width:768px){.rs-my-4{margin-top:5.8rem;margin-bottom:5.8rem}}@media (min-width:1500px){.rs-my-4{margin-top:6.1rem;margin-bottom:6.1rem}}.rs-py-4{padding-top:3.4rem;padding-bottom:3.4rem}@media (min-width:768px){.rs-py-4{padding-top:5.8rem;padding-bottom:5.8rem}}@media (min-width:1500px){.rs-py-4{padding-top:6.1rem;padding-bottom:6.1rem}}.rs-mt-5{margin-top:3.8rem}@media (min-width:768px){.rs-mt-5{margin-top:7.2rem}}@media (min-width:1500px){.rs-mt-5{margin-top:7.6rem}}.rs-pt-5{padding-top:3.8rem}@media (min-width:768px){.rs-pt-5{padding-top:7.2rem}}@media (min-width:1500px){.rs-pt-5{padding-top:7.6rem}}.rs-mb-5{margin-bottom:3.8rem}@media (min-width:768px){.rs-mb-5{margin-bottom:7.2rem}}@media (min-width:1500px){.rs-mb-5{margin-bottom:7.6rem}}.rs-pb-5{padding-bottom:3.8rem}@media (min-width:768px){.rs-pb-5{padding-bottom:7.2rem}}@media (min-width:1500px){.rs-pb-5{padding-bottom:7.6rem}}.rs-my-5{margin-top:3.8rem;margin-bottom:3.8rem}@media (min-width:768px){.rs-my-5{margin-top:7.2rem;margin-bottom:7.2rem}}@media (min-width:1500px){.rs-my-5{margin-top:7.6rem;margin-bottom:7.6rem}}.rs-py-5{padding-top:3.8rem;padding-bottom:3.8rem}@media (min-width:768px){.rs-py-5{padding-top:7.2rem;padding-bottom:7.2rem}}@media (min-width:1500px){.rs-py-5{padding-top:7.6rem;padding-bottom:7.6rem}}.rs-mt-6{margin-top:4.5rem}@media (min-width:768px){.rs-mt-6{margin-top:9rem}}@media (min-width:1500px){.rs-mt-6{margin-top:9.5rem}}.rs-pt-6{padding-top:4.5rem}@media (min-width:768px){.rs-pt-6{padding-top:9rem}}@media (min-width:1500px){.rs-pt-6{padding-top:9.5rem}}.rs-mb-6{margin-bottom:4.5rem}@media (min-width:768px){.rs-mb-6{margin-bottom:9rem}}@media (min-width:1500px){.rs-mb-6{margin-bottom:9.5rem}}.rs-pb-6{padding-bottom:4.5rem}@media (min-width:768px){.rs-pb-6{padding-bottom:9rem}}@media (min-width:1500px){.rs-pb-6{padding-bottom:9.5rem}}.rs-my-6{margin-top:4.5rem;margin-bottom:4.5rem}@media (min-width:768px){.rs-my-6{margin-top:9rem;margin-bottom:9rem}}@media (min-width:1500px){.rs-my-6{margin-top:9.5rem;margin-bottom:9.5rem}}.rs-py-6{padding-top:4.5rem;padding-bottom:4.5rem}@media (min-width:768px){.rs-py-6{padding-top:9rem;padding-bottom:9rem}}@media (min-width:1500px){.rs-py-6{padding-top:9.5rem;padding-bottom:9.5rem}}.rs-mt-7{margin-top:5rem}@media (min-width:768px){.rs-mt-7{margin-top:10.8rem}}@media (min-width:1500px){.rs-mt-7{margin-top:11.4rem}}.rs-pt-7{padding-top:5rem}@media (min-width:768px){.rs-pt-7{padding-top:10.8rem}}@media (min-width:1500px){.rs-pt-7{padding-top:11.4rem}}.rs-mb-7{margin-bottom:5rem}@media (min-width:768px){.rs-mb-7{margin-bottom:10.8rem}}@media (min-width:1500px){.rs-mb-7{margin-bottom:11.4rem}}.rs-pb-7{padding-bottom:5rem}@media (min-width:768px){.rs-pb-7{padding-bottom:10.8rem}}@media (min-width:1500px){.rs-pb-7{padding-bottom:11.4rem}}.rs-my-7{margin-top:5rem;margin-bottom:5rem}@media (min-width:768px){.rs-my-7{margin-top:10.8rem;margin-bottom:10.8rem}}@media (min-width:1500px){.rs-my-7{margin-top:11.4rem;margin-bottom:11.4rem}}.rs-py-7{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.rs-py-7{padding-top:10.8rem;padding-bottom:10.8rem}}@media (min-width:1500px){.rs-py-7{padding-top:11.4rem;padding-bottom:11.4rem}}.rs-mt-8{margin-top:6rem}@media (min-width:768px){.rs-mt-8{margin-top:12.6rem}}@media (min-width:1500px){.rs-mt-8{margin-top:13.3rem}}.rs-pt-8{padding-top:6rem}@media (min-width:768px){.rs-pt-8{padding-top:12.6rem}}@media (min-width:1500px){.rs-pt-8{padding-top:13.3rem}}.rs-mb-8{margin-bottom:6rem}@media (min-width:768px){.rs-mb-8{margin-bottom:12.6rem}}@media (min-width:1500px){.rs-mb-8{margin-bottom:13.3rem}}.rs-pb-8{padding-bottom:6rem}@media (min-width:768px){.rs-pb-8{padding-bottom:12.6rem}}@media (min-width:1500px){.rs-pb-8{padding-bottom:13.3rem}}.rs-my-8{margin-top:6rem;margin-bottom:6rem}@media (min-width:768px){.rs-my-8{margin-top:12.6rem;margin-bottom:12.6rem}}@media (min-width:1500px){.rs-my-8{margin-top:13.3rem;margin-bottom:13.3rem}}.rs-py-8{padding-top:6rem;padding-bottom:6rem}@media (min-width:768px){.rs-py-8{padding-top:12.6rem;padding-bottom:12.6rem}}@media (min-width:1500px){.rs-py-8{padding-top:13.3rem;padding-bottom:13.3rem}}.rs-p-9{padding:7rem}@media (min-width:768px){.rs-p-9{padding:16.2rem}}@media (min-width:1500px){.rs-p-9{padding:17.1rem}}.rs-mt-9{margin-top:7rem}@media (min-width:768px){.rs-mt-9{margin-top:16.2rem}}@media (min-width:1500px){.rs-mt-9{margin-top:17.1rem}}.rs-pt-9{padding-top:7rem}@media (min-width:768px){.rs-pt-9{padding-top:16.2rem}}@media (min-width:1500px){.rs-pt-9{padding-top:17.1rem}}.rs-mb-9{margin-bottom:7rem}@media (min-width:768px){.rs-mb-9{margin-bottom:16.2rem}}@media (min-width:1500px){.rs-mb-9{margin-bottom:17.1rem}}.rs-pb-9{padding-bottom:7rem}@media (min-width:768px){.rs-pb-9{padding-bottom:16.2rem}}@media (min-width:1500px){.rs-pb-9{padding-bottom:17.1rem}}.rs-my-9{margin-top:7rem;margin-bottom:7rem}@media (min-width:768px){.rs-my-9{margin-top:16.2rem;margin-bottom:16.2rem}}@media (min-width:1500px){.rs-my-9{margin-top:17.1rem;margin-bottom:17.1rem}}.rs-py-9{padding-top:7rem;padding-bottom:7rem}@media (min-width:768px){.rs-py-9{padding-top:16.2rem;padding-bottom:16.2rem}}@media (min-width:1500px){.rs-py-9{padding-top:17.1rem;padding-bottom:17.1rem}}.rs-px-9{padding-left:7rem;padding-right:7rem}@media (min-width:768px){.rs-px-9{padding-left:16.2rem;padding-right:16.2rem}}@media (min-width:1500px){.rs-px-9{padding-left:17.1rem;padding-right:17.1rem}}.rs-mt-10{margin-top:8rem}@media (min-width:768px){.rs-mt-10{margin-top:21.6rem}}@media (min-width:1500px){.rs-mt-10{margin-top:22.8rem}}.rs-pt-10{padding-top:8rem}@media (min-width:768px){.rs-pt-10{padding-top:21.6rem}}@media (min-width:1500px){.rs-pt-10{padding-top:22.8rem}}.rs-mb-10{margin-bottom:8rem}@media (min-width:768px){.rs-mb-10{margin-bottom:21.6rem}}@media (min-width:1500px){.rs-mb-10{margin-bottom:22.8rem}}.rs-pb-10{padding-bottom:8rem}@media (min-width:768px){.rs-pb-10{padding-bottom:21.6rem}}@media (min-width:1500px){.rs-pb-10{padding-bottom:22.8rem}}.rs-pl-10{padding-left:8rem}@media (min-width:768px){.rs-pl-10{padding-left:21.6rem}}@media (min-width:1500px){.rs-pl-10{padding-left:22.8rem}}.rs-my-10{margin-top:8rem;margin-bottom:8rem}@media (min-width:768px){.rs-my-10{margin-top:21.6rem;margin-bottom:21.6rem}}@media (min-width:1500px){.rs-my-10{margin-top:22.8rem;margin-bottom:22.8rem}}.rs-py-10{padding-top:8rem;padding-bottom:8rem}@media (min-width:768px){.rs-py-10{padding-top:21.6rem;padding-bottom:21.6rem}}@media (min-width:1500px){.rs-py-10{padding-top:22.8rem;padding-bottom:22.8rem}}.skiplink,.skiplinks{position:absolute;top:-500px;left:.8em;min-height:1px;transition:top .25s ease-in-out;padding:0;background-color:#2e2d29;font-size:2rem;font-weight:400;text-decoration:none}.skiplink,.skiplink:hover,.skiplink:visited,.skiplinks,.skiplinks:hover,.skiplinks:visited{width:1px;height:1px;overflow:hidden;white-space:nowrap;color:#fff}.skiplink:active,.skiplink:focus,.skiplinks:active,.skiplinks:focus{position:fixed;top:.8em;padding:.4em .8em;width:auto;height:auto;color:#fff;border:1px solid #53565a;border-radius:3px;z-index:10000}@media print{.skiplink,.skiplinks{display:none}}.type-9{font-size:3.52em;letter-spacing:-.026em}@media (min-width:768px){.type-9{font-size:5.16em}}@media (min-width:992px){.type-9{font-size:7.45em}}.type-8{font-size:3.06em;letter-spacing:-.024em}@media (min-width:768px){.type-8{font-size:4.3em}}@media (min-width:992px){.type-8{font-size:5.96em}}.type-7{font-size:2.66em;letter-spacing:-.022em}@media (min-width:768px){.type-7{font-size:3.58em}}@media (min-width:992px){.type-7{font-size:4.77em}}.type-6{font-size:2.31em;letter-spacing:-.02em}@media (min-width:768px){.type-6{font-size:2.99em}}@media (min-width:992px){.type-6{font-size:3.81em}}.type-5{font-size:2.01em;letter-spacing:-.018em}@media (min-width:768px){.type-5{font-size:2.49em}}@media (min-width:992px){.type-5{font-size:3.05em}}.type-4{font-size:1.75em;letter-spacing:-.016em}@media (min-width:768px){.type-4{font-size:2.07em}}@media (min-width:992px){.type-4{font-size:2.44em}}.type-3{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){.type-3{font-size:1.73em}}@media (min-width:992px){.type-3{font-size:1.95em}}.type-2{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.type-2{font-size:1.44em}}@media (min-width:992px){.type-2{font-size:1.56em}}.type-1{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.type-1{font-size:1.2em}}@media (min-width:992px){.type-1{font-size:1.25em}}.type-0{font-size:1em}.fluid-type-4{font-size:clamp(3.1rem,2.19vw + 2.31rem,5.6rem)}.fluid-type-5{font-size:clamp(3.6rem,2.98vw + 2.53rem,7rem)}.fluid-type-6{font-size:clamp(4.2rem,4.04vw + 2.75rem,8.8rem)}.fluid-type-7{font-size:clamp(4.8rem,5.44vw + 2.84rem,11rem)}.fluid-type-8{font-size:clamp(5.5rem,7.19vw + 2.91rem,13.7rem)}.fluid-type-9{font-size:clamp(6.3rem,9.47vw + 2.89rem,17.1rem)}.types{line-height:1.2;margin-bottom:.6em;clear:both;font-weight:700}.types a{text-decoration:none;font-weight:700}.intro-text{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.intro-text{font-size:1.44em}}@media (min-width:992px){.intro-text{font-size:1.56em}}.intro-text{line-height:1.5;max-width:65ch}.caption,.credits{font-size:max(1.6rem,.9em);line-height:1.3;color:#53565a}.caption{margin-top:.4em}.subheading{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.subheading{font-size:1.2em}}@media (min-width:992px){.subheading{font-size:1.25em}}.big-paragraph{font-size:1.15em;line-height:1.4}@media (min-width:768px){.big-paragraph{line-height:1.5}}.overview{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.overview{font-size:1.2em}}@media (min-width:992px){.overview{font-size:1.25em}}.overview{line-height:1.4;font-weight:400}.hero{font-size:clamp(4.5rem,7.01vw + 1.98rem,16rem)}.soe-quote-lg{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){.soe-quote-lg{font-size:1.73em}}@media (min-width:992px){.soe-quote-lg{font-size:1.95em}}.soe-quote-lg{line-height:1.2}.soe-quote-md{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.soe-quote-md{font-size:1.44em}}@media (min-width:992px){.soe-quote-md{font-size:1.56em}}.soe-quote-md,.soe-quote-sm{line-height:1.2}.soe-quote-sm{font-size:1em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-10{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:1rem}.right-0{right:0}.right-40{right:4rem}.top-0{top:0}.top-2{top:.2rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[300\]{z-index:300}.order-first{order:-9999}.order-last{order:9999}.col-span-full{grid-column:1/-1}.m-0{margin:0}.mx-03em{margin-left:.3em;margin-right:.3em}.mx-20{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-01em{margin-top:.1em;margin-bottom:.1em}.my-02em{margin-top:.2em;margin-bottom:.2em}.my-03em{margin-top:.3em;margin-bottom:.3em}.my-04em{margin-top:.4em;margin-bottom:.4em}.my-05em{margin-top:.5em;margin-bottom:.5em}.my-06em{margin-top:.6em;margin-bottom:.6em}.my-07em{margin-top:.7em;margin-bottom:.7em}.my-08em{margin-top:.8em;margin-bottom:.8em}.my-09em{margin-top:.9em;margin-bottom:.9em}.my-1em{margin-top:1em;margin-bottom:1em}.-ml-01em{margin-left:-.1em}.-mt-01em{margin-top:-.1em}.mb-0{margin-bottom:0}.mb-01em{margin-bottom:.1em}.mb-02em{margin-bottom:.2em}.mb-03em{margin-bottom:.3em}.mb-04em{margin-bottom:.4em}.mb-05em{margin-bottom:.5em}.mb-06em{margin-bottom:.6em}.mb-07em{margin-bottom:.7em}.mb-08em{margin-bottom:.8em}.mb-09em{margin-bottom:.9em}.mb-1{margin-bottom:.1rem}.mb-1em{margin-bottom:1em}.mb-32{margin-bottom:3.2rem}.mb-38{margin-bottom:3.8rem}.mb-50{margin-bottom:5rem}.ml-0{margin-left:0}.ml-03em{margin-left:.3em}.ml-2{margin-left:.2rem}.ml-4{margin-left:.4rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mt-0{margin-top:0}.mt-01em{margin-top:.1em}.mt-02em{margin-top:.2em}.mt-03em{margin-top:.3em}.mt-04em{margin-top:.4em}.mt-05em{margin-top:.5em}.mt-06em{margin-top:.6em}.mt-07em{margin-top:.7em}.mt-08em{margin-top:.8em}.mt-09em{margin-top:.9em}.mt-1em{margin-top:1em}.mt-20{margin-top:2rem}.mt-28{margin-top:2.8rem}.mt-\[0\.27em\]{margin-top:.27em}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-\[1\/1\]{aspect-ratio:1/1}.aspect-\[16\/9\]{aspect-ratio:16/9}.h-1em{height:1em}.h-250{height:25rem}.h-36{height:3.6rem}.h-500{height:50rem}.h-600{height:60rem}.h-\[340px\]{height:340px}.h-\[420px\]{height:420px}.h-auto{height:auto}.h-full{height:100%}.min-h-500{min-height:50rem}.w-08em{width:.8em}.w-09em{width:.9em}.w-1{width:.1rem}.w-1\/3{width:33.333333%}.w-1em{width:1em}.w-2\/3{width:66.666667%}.w-250{width:25rem}.w-36{width:3.6rem}.w-500{width:50rem}.w-600{width:60rem}.w-\[340px\]{width:340px}.w-\[420px\]{width:420px}.w-\[500px\]{width:500px}.w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-\[463px\]{max-width:463px}.max-w-\[50ch\]{max-width:50ch}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-rotate-90,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.scale-x-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-90{--tw-scale-x:.9}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-4{gap:.4rem}.gap-\[15\.8rem\]{gap:15.8rem}.gap-\[65px\]{gap:65px}.gap-x-12{column-gap:1.2rem}.gap-x-\[0\.3em\]{column-gap:.3em}.overflow-hidden{overflow:hidden}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.3rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-2{border-width:2px}.border-4{border-width:4px}.border-black-true\/50{border-color:rgba(0,0,0,.5)}.border-cardinal-red{--tw-border-opacity:1;border-color:rgb(140 21 21/var(--tw-border-opacity))}.border-cardinal-red-xdark{--tw-border-opacity:1;border-color:rgb(122 0 0/var(--tw-border-opacity))}.border-digital-red{--tw-border-opacity:1;border-color:rgb(177 4 14/var(--tw-border-opacity))}.border-digital-red-light{--tw-border-opacity:1;border-color:rgb(229 8 8/var(--tw-border-opacity))}.border-digital-red-xlight{--tw-border-opacity:1;border-color:rgb(248 53 53/var(--tw-border-opacity))}.border-palo-alto{--tw-border-opacity:1;border-color:rgb(23 94 84/var(--tw-border-opacity))}.border-poppy{--tw-border-opacity:1;border-color:rgb(233 131 0/var(--tw-border-opacity))}.border-spirited{--tw-border-opacity:1;border-color:rgb(224 79 57/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(46 45 41/var(--tw-bg-opacity))}.bg-black-10{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.bg-black-60{--tw-bg-opacity:1;background-color:rgb(118 118 116/var(--tw-bg-opacity))}.bg-black-true\/10{background-color:rgba(0,0,0,.1)}.bg-black-true\/20{background-color:rgba(0,0,0,.2)}.bg-black-true\/30{background-color:rgba(0,0,0,.3)}.bg-black-true\/40{background-color:rgba(0,0,0,.4)}.bg-black-true\/50{background-color:rgba(0,0,0,.5)}.bg-black-true\/60{background-color:rgba(0,0,0,.6)}.bg-black-true\/70{background-color:rgba(0,0,0,.7)}.bg-black-true\/80{background-color:rgba(0,0,0,.8)}.bg-black-true\/90{background-color:rgba(0,0,0,.9)}.bg-cardinal-red{--tw-bg-opacity:1;background-color:rgb(140 21 21/var(--tw-bg-opacity))}.bg-cardinal-red-xdark{--tw-bg-opacity:1;background-color:rgb(122 0 0/var(--tw-bg-opacity))}.bg-cool-grey{--tw-bg-opacity:1;background-color:rgb(83 86 90/var(--tw-bg-opacity))}.bg-digital-red{--tw-bg-opacity:1;background-color:rgb(177 4 14/var(--tw-bg-opacity))}.bg-digital-red-light{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.bg-digital-red-xlight{--tw-bg-opacity:1;background-color:rgb(248 53 53/var(--tw-bg-opacity))}.bg-fog-light{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity))}.bg-palo-alto{--tw-bg-opacity:1;background-color:rgb(23 94 84/var(--tw-bg-opacity))}.bg-plum-dark{--tw-bg-opacity:1;background-color:rgb(53 13 54/var(--tw-bg-opacity))}.bg-poppy{--tw-bg-opacity:1;background-color:rgb(233 131 0/var(--tw-bg-opacity))}.bg-soe-black{--tw-bg-opacity:1;background-color:rgb(24 24 24/var(--tw-bg-opacity))}.bg-spirited{--tw-bg-opacity:1;background-color:rgb(224 79 57/var(--tw-bg-opacity))}.bg-stone-dark{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-feature-gradient-bt{background-image:linear-gradient(180deg,transparent 75.5%,#181818)}.bg-soe-red-gradient{background-image:linear-gradient(90deg,#7a0000 1.15%,#a11c1c)}.from-black-true\/10{--tw-gradient-from:rgba(0,0,0,.1) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/20{--tw-gradient-from:rgba(0,0,0,.2) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/30{--tw-gradient-from:rgba(0,0,0,.3) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/40{--tw-gradient-from:rgba(0,0,0,.4) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/50{--tw-gradient-from:rgba(0,0,0,.5) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/60{--tw-gradient-from:rgba(0,0,0,.6) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/70{--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/80{--tw-gradient-from:rgba(0,0,0,.8) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/90{--tw-gradient-from:rgba(0,0,0,.9) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/10{--tw-gradient-from:hsla(0,0%,100%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from:hsla(0,0%,100%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/30{--tw-gradient-from:hsla(0,0%,100%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/40{--tw-gradient-from:hsla(0,0%,100%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/50{--tw-gradient-from:hsla(0,0%,100%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/60{--tw-gradient-from:hsla(0,0%,100%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/70{--tw-gradient-from:hsla(0,0%,100%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/80{--tw-gradient-from:hsla(0,0%,100%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/90{--tw-gradient-from:hsla(0,0%,100%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-black-true\/10{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/20{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/30{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/40{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/50{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/60{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/70{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/80{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/90{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/10{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/30{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/40{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/50{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/60{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/70{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/80{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/90{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-black-true\/10{--tw-gradient-to:rgba(0,0,0,.1) var(--tw-gradient-to-position)}.to-black-true\/20{--tw-gradient-to:rgba(0,0,0,.2) var(--tw-gradient-to-position)}.to-black-true\/30{--tw-gradient-to:rgba(0,0,0,.3) var(--tw-gradient-to-position)}.to-black-true\/40{--tw-gradient-to:rgba(0,0,0,.4) var(--tw-gradient-to-position)}.to-black-true\/50{--tw-gradient-to:rgba(0,0,0,.5) var(--tw-gradient-to-position)}.to-black-true\/60{--tw-gradient-to:rgba(0,0,0,.6) var(--tw-gradient-to-position)}.to-black-true\/70{--tw-gradient-to:rgba(0,0,0,.7) var(--tw-gradient-to-position)}.to-black-true\/80{--tw-gradient-to:rgba(0,0,0,.8) var(--tw-gradient-to-position)}.to-black-true\/90{--tw-gradient-to:rgba(0,0,0,.9) var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-white\/10{--tw-gradient-to:hsla(0,0%,100%,.1) var(--tw-gradient-to-position)}.to-white\/20{--tw-gradient-to:hsla(0,0%,100%,.2) var(--tw-gradient-to-position)}.to-white\/30{--tw-gradient-to:hsla(0,0%,100%,.3) var(--tw-gradient-to-position)}.to-white\/40{--tw-gradient-to:hsla(0,0%,100%,.4) var(--tw-gradient-to-position)}.to-white\/50{--tw-gradient-to:hsla(0,0%,100%,.5) var(--tw-gradient-to-position)}.to-white\/60{--tw-gradient-to:hsla(0,0%,100%,.6) var(--tw-gradient-to-position)}.to-white\/70{--tw-gradient-to:hsla(0,0%,100%,.7) var(--tw-gradient-to-position)}.to-white\/80{--tw-gradient-to:hsla(0,0%,100%,.8) var(--tw-gradient-to-position)}.to-white\/90{--tw-gradient-to:hsla(0,0%,100%,.9) var(--tw-gradient-to-position)}.fill-black{fill:#2e2d29}.fill-current{fill:currentColor}.fill-digital-red-xlight{fill:#f83535}.fill-stone-dark{fill:#544948}.fill-white{fill:#fff}.stroke-\[2\.5\]{stroke-width:2.5}.object-cover{object-fit:cover}.pb-65{padding-bottom:6.5rem}.pt-\[210px\]{padding-top:210px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-dm-mono{font-family:var(--font-dm-mono),sans-serif}.font-dm-sans{font-family:var(--font-dm-sans),sans-serif}.font-sans{font-family:var(--font-source-sans),sans-serif}.font-serif{font-family:var(--font-source-serif),serif}.text-15{font-size:1.5rem}.text-18{font-size:1.8rem}.text-19{font-size:1.9rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading{line-height:1.5}.leading-cozy{line-height:1.4}.leading-display{line-height:1.2}.leading-half{line-height:.5}.leading-none{line-height:1}.leading-snug{line-height:1.3}.leading-tight{line-height:1.1}.leading-trim{line-height:.75}.tracking-normal{letter-spacing:0}.text-black{--tw-text-opacity:1;color:rgb(46 45 41/var(--tw-text-opacity))}.text-black-20{--tw-text-opacity:1;color:rgb(213 213 212/var(--tw-text-opacity))}.text-black-30{--tw-text-opacity:1;color:rgb(192 192 191/var(--tw-text-opacity))}.text-black-40{--tw-text-opacity:1;color:rgb(171 171 169/var(--tw-text-opacity))}.text-black-60{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.text-black-70{--tw-text-opacity:1;color:rgb(109 108 105/var(--tw-text-opacity))}.text-black-80{--tw-text-opacity:1;color:rgb(88 87 84/var(--tw-text-opacity))}.text-black-90{--tw-text-opacity:1;color:rgb(67 66 62/var(--tw-text-opacity))}.text-black-true\/50{color:rgba(0,0,0,.5)}.text-cardinal-red{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.text-cardinal-red-xdark{--tw-text-opacity:1;color:rgb(122 0 0/var(--tw-text-opacity))}.text-cool-grey{--tw-text-opacity:1;color:rgb(83 86 90/var(--tw-text-opacity))}.text-digital-red{--tw-text-opacity:1;color:rgb(177 4 14/var(--tw-text-opacity))}.text-digital-red-light{--tw-text-opacity:1;color:rgb(229 8 8/var(--tw-text-opacity))}.text-digital-red-xlight{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.text-palo-alto{--tw-text-opacity:1;color:rgb(23 94 84/var(--tw-text-opacity))}.text-poppy{--tw-text-opacity:1;color:rgb(233 131 0/var(--tw-text-opacity))}.text-spirited{--tw-text-opacity:1;color:rgb(224 79 57/var(--tw-text-opacity))}.text-stone-dark{--tw-text-opacity:1;color:rgb(84 73 72/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.decoration-digital-red-xlight{text-decoration-color:#f83535}.decoration-2{text-decoration-thickness:2px}.underline-offset-8{text-underline-offset:8px}.underline-offset-\[6px\]{text-underline-offset:6px}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-0{outline-width:0}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-lg{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.duration-1000{transition-duration:1s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.perspective-1000{perspective:1000px}.perspective-600{perspective:600px}.rotate-y-\[-15deg\]{--tw-rotate-y:-15deg}.rotate-y-\[15deg\]{--tw-rotate-y:15deg}.transform{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate)) rotate3d(var(--tw-rotate-3d)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),var(--tw-scale-z))!important}.timeline-detail{grid-area:"detail"}.font-inherit{font:inherit;font-size:inherit;line-height:inherit}@media (min-width:992px){.lg\:aspect-h-1{--tw-aspect-h:1}.lg\:aspect-h-8{--tw-aspect-h:8}.lg\:aspect-h-9{--tw-aspect-h:9}.lg\:aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.lg\:aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16}.lg\:aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2}.lg\:aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5}.lg\:aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:rs-mr-4{margin-right:3.4rem}@media (min-width:768px){.lg\:rs-mr-4{margin-right:5.8rem}}@media (min-width:1500px){.lg\:rs-mr-4{margin-right:6.1rem}}.lg\:rs-ml-4{margin-left:3.4rem}@media (min-width:768px){.lg\:rs-ml-4{margin-left:5.8rem}}@media (min-width:1500px){.lg\:rs-ml-4{margin-left:6.1rem}}.lg\:rs-pr-9{padding-right:7rem}@media (min-width:768px){.lg\:rs-pr-9{padding-right:16.2rem}}@media (min-width:1500px){.lg\:rs-pr-9{padding-right:17.1rem}}}.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:4.5rem}@media (min-width:768px){.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:9rem}}@media (min-width:1500px){.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:9.5rem}}.\*\:stroke-plum>*{stroke:#620059}.\*\:font-dm-sans>*{font-family:var(--font-dm-sans),sans-serif}.\*\:\*\:leading-snug>*>*{line-height:1.3}.\*\:text-white>*{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.last\:mb-0:last-child{margin-bottom:0}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-black:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(46 45 41/var(--tw-ring-opacity))}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:decoration-white{text-decoration-color:#fff}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:\*\:\*\:text-white>*>*{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:even\:\*\:\*\:bg-white>*>:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hocus\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.hocus\:bg-black-10:hover{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.hocus\:bg-digital-red-light:hover{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.hocus\:bg-stone-dark:hover{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.hocus\:text-black-60:hover{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.hocus\:text-cardinal-red:hover{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.hocus\:text-digital-red-xlight:hover{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.hocus\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hocus\:underline:hover{text-decoration-line:underline}.hocus\:outline:hover{outline-style:solid}.hocus\:outline-0:hover{outline-width:0}.hocus\:outline-digital-red-light:hover{outline-color:#e50808}.hocus\:outline-stone-dark:hover{outline-color:#544948}.hocus\:rotate-y-\[-15deg\]:hover{--tw-rotate-y:-15deg}.hocus\:rotate-y-\[15deg\]:hover{--tw-rotate-y:15deg}.hocus\:border-white:focus{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.hocus\:bg-black-10:focus{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.hocus\:bg-digital-red-light:focus{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.hocus\:bg-stone-dark:focus{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.hocus\:text-black-60:focus{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.hocus\:text-cardinal-red:focus{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.hocus\:text-digital-red-xlight:focus{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.hocus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hocus\:underline:focus{text-decoration-line:underline}.hocus\:outline:focus{outline-style:solid}.hocus\:outline-0:focus{outline-width:0}.hocus\:outline-digital-red-light:focus{outline-color:#e50808}.hocus\:outline-stone-dark:focus{outline-color:#544948}.hocus\:rotate-y-\[-15deg\]:focus{--tw-rotate-y:-15deg}.hocus\:rotate-y-\[15deg\]:focus{--tw-rotate-y:15deg}.group:focus .group-hocus\:text-digital-red,.group:hover .group-hocus\:text-digital-red{--tw-text-opacity:1;color:rgb(177 4 14/var(--tw-text-opacity))}@media (min-width:576px){.sm\:top-0{top:0}.sm\:-mt-02em{margin-top:-.2em}.sm\:ml-0{margin-left:0}.sm\:block{display:block}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-x-20{column-gap:2rem}.sm\:text-15{font-size:1.5rem}.sm\:text-17{font-size:1.7rem}.sm\:text-\[1\.05em\]{font-size:1.05em}.sm\:text-\[1\.43em\]{font-size:1.43em}.sm\:tracking-wide{letter-spacing:.025em}}@media (min-width:768px){.md\:w-full{width:100%}.md\:max-w-\[436px\]{max-width:436px}.md\:max-w-\[600px\]{max-width:600px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-x-30{column-gap:3rem}.md\:text-17{font-size:1.7rem}.md\:text-22{font-size:2.2rem}}@media (min-width:992px){.lg\:absolute{position:absolute}.lg\:left-0{left:0}.lg\:left-\[300px\]{left:300px}.lg\:top-0{top:0}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:mb-0{margin-bottom:0}.lg\:ml-auto{margin-left:auto}.lg\:w-600{width:60rem}.lg\:max-w-\[450px\]{max-width:450px}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:max-w-\[536px\]{max-width:536px}.lg\:max-w-\[750px\]{max-width:750px}.lg\:max-w-\[920px\]{max-width:920px}.lg\:flex-row{flex-direction:row}.lg\:bg-transparent{background-color:transparent}.lg\:bg-feature-gradient-rl{background-image:linear-gradient(270deg,rgba(23,23,26,0) .11%,#181818 99.89%)}.lg\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.lg\:from-black-true\/50{--tw-gradient-from:rgba(0,0,0,.5) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-black-true\/70{--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-20\%{--tw-gradient-via-position:20%}.lg\:text-28{font-size:2.8rem}}@media (min-width:1200px){.xl\:w-\[calc\(100\%-150px\)\]{width:calc(100% - 150px)}.xl\:max-w-1200{max-width:120rem}.xl\:max-w-\[650px\]{max-width:650px}.xl\:max-w-\[726px\]{max-width:726px}.xl\:max-w-\[850px\]{max-width:850px}.xl\:max-w-\[980px\]{max-width:980px}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:text-19{font-size:1.9rem}}@media (min-width:1500px){.\32xl\:max-w-\[1000px\]{max-width:1000px}.\32xl\:whitespace-pre-line{white-space:pre-line}.\32xl\:text-22{font-size:2.2rem}.\32xl\:leading{line-height:1.5}}.\[\&_\.slick-slide\>div\>div\]\:h-full .slick-slide>div>div,.\[\&_\.slick-slide\>div\]\:h-full .slick-slide>div{height:100%}.\[\&_\.slick-slider\]\:relative .slick-slider{position:relative}.\[\&_\.slick-track\]\:flex .slick-track{display:flex}.\[\&_a\]\:cursor-pointer a{cursor:pointer}.\[\&_a\]\:text-stone-dark a{--tw-text-opacity:1;color:rgb(84 73 72/var(--tw-text-opacity))}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:decoration-digital-red-light a{text-decoration-color:#e50808}.\[\&_a\]\:decoration-4 a{text-decoration-thickness:4px}.\[\&_a\]\:underline-offset-\[5px\] a{text-underline-offset:5px} \ No newline at end of file +*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--font-source-sans),sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:Roboto Mono,Menlo,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:unset;background-size:initial;padding-right:.75rem;print-color-adjust:unset}[type=checkbox],[type=radio]{appearance:none;padding:0;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=checkbox]:checked{appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors:active){[type=radio]:checked{appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=radio]:checked:focus,[type=radio]:checked:hover{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}@media (forced-colors:active){[type=checkbox]:indeterminate{appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}html{font-family:var(--font-source-sans),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:62.5%;line-height:1.15}body,html{color:#2e2d29}body{background-color:#fff;overflow-x:hidden}@media (min-width:1500px){body{font-size:2.1rem}}p{line-height:1.4;margin-top:0;margin-bottom:1em}@media (min-width:768px){p{line-height:1.5}}h1{line-height:1.2;margin-bottom:.6em;clear:both}h1,h1 a{font-weight:700}h1 a{text-decoration:none}h1{font-size:2.01em;letter-spacing:-.018em}@media (min-width:768px){h1{font-size:2.49em}}@media (min-width:992px){h1{font-size:3.05em}}h2{line-height:1.2;margin-bottom:.6em;clear:both}h2,h2 a{font-weight:700}h2 a{text-decoration:none}h2{font-size:1.75em;letter-spacing:-.016em}@media (min-width:768px){h2{font-size:2.07em}}@media (min-width:992px){h2{font-size:2.44em}}h3{line-height:1.2;margin-bottom:.6em;clear:both}h3,h3 a{font-weight:700}h3 a{text-decoration:none}h3{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){h3{font-size:1.73em}}@media (min-width:992px){h3{font-size:1.95em}}h4{line-height:1.2;margin-bottom:.6em;clear:both}h4,h4 a{font-weight:700}h4 a{text-decoration:none}h4{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){h4{font-size:1.44em}}@media (min-width:992px){h4{font-size:1.56em}}h5{line-height:1.2;margin-bottom:.6em;clear:both}h5,h5 a{font-weight:700}h5 a{text-decoration:none}h5{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){h5{font-size:1.2em}}@media (min-width:992px){h5{font-size:1.25em}}h6{line-height:1.2;margin-bottom:.6em;clear:both}h6,h6 a{font-weight:700}h6 a{text-decoration:none}h6{font-size:1em}address,cite,dfn,var{font-style:normal}code,kbd,pre,samp{font-size:.9em}figure{margin:0}figcaption{margin-top:.4em;font-size:max(1.6rem,.9em);line-height:1.3;color:#53565a}img{margin:0;padding:0;display:block;height:auto;max-width:100%}a{color:#006cb8;text-decoration:underline;font-weight:600}a:focus,a:hover{color:#2e2d29}ul{list-style-type:disc}ol,ul{padding-left:1em}ol{list-style-type:decimal}dd,li{line-height:1.5;margin-bottom:.5em}dd:last-child,li:last-child{margin-bottom:0}dt{font-weight:700}table{margin:0;border-spacing:0;border-collapse:collapse;min-width:100%;font-size:1.6rem}@media (min-width:768px){table{font-size:1.8rem}}table caption{margin-bottom:.6em;font-size:.9em;line-height:1.3;color:#53565a}table tr{border-top:1px solid #d5d5d4}table td,table th{padding:1.5rem}table th{color:#2e2d29;font-weight:600;text-align:left}table tbody tr:first-of-type,table thead tr:first-of-type{border-top:0}table thead+tbody{border-top:1px solid #d5d5d4}:root{--tw-rotate-x:0;--tw-rotate-y:0;--tw-translate-z:0;--tw-scale-z:1;--tw-rotate-3d:0,0,0,0deg}body,html{color:#544948}body{font-size:1.8rem}@media (min-width:768px){body{font-size:1.9rem}}@media (min-width:992px){body{font-size:2.1rem}}@media (min-width:1500px){body{font-size:2.3rem}}a{color:#b1040e;transition:color .25s ease-in-out}a:focus,a:hover{color:#766253}figcaption{font-size:max(1.5rem,.81em)}.container{width:100%}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1200px){.container{max-width:1200px}}@media (min-width:1500px){.container{max-width:1500px}}.aspect-h-1{--tw-aspect-h:1}.aspect-h-16{--tw-aspect-h:16}.aspect-h-2{--tw-aspect-h:2}.aspect-h-3{--tw-aspect-h:3}.aspect-h-4{--tw-aspect-h:4}.aspect-h-5{--tw-aspect-h:5}.aspect-h-8{--tw-aspect-h:8}.aspect-h-9{--tw-aspect-h:9}.aspect-h-\[2\.77\]{--tw-aspect-h:2.77}.aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16}.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2}.aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-3{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:3}.aspect-w-3>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-4{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:4}.aspect-w-4>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5}.aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-8{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:8}.aspect-w-8>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.aspect-w-9{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:9}.aspect-w-9>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.button{font-family:var(--font-source-sans),sans-serif;cursor:pointer;display:inline-block;border:none;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;transition:background-color .25s ease-in-out,color .25s ease-in-out;padding:1rem 2rem;background-color:#b1040e;color:#fff}.button:active,.button:focus,.button:hover{text-decoration:underline}.button:focus,.button:hover{background-color:#2e2d29;color:#fff}.button:focus{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.checkbox,.radio{background-color:#fff;border-width:3px;border-color:#006cb8;width:2.4rem;height:2.4rem}.checkbox:checked,.radio:checked{background-color:#006cb8}.fieldset{border:0}.label{display:block;font-size:1.8rem}.legend{font-weight:700}.cc,.centered-container{padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto}@media (min-width:576px){.cc,.centered-container{padding-left:30px;padding-right:30px}}@media (min-width:768px){.cc,.centered-container{padding-left:50px;padding-right:50px}}@media (min-width:992px){.cc,.centered-container{padding-left:80px;padding-right:80px}}@media (min-width:1200px){.cc,.centered-container{padding-left:100px;padding-right:100px}}@media (min-width:1500px){.cc,.centered-container{padding-left:100px;padding-right:100px}}@media only screen and (min-width:1700px){.cc,.centered-container{padding-left:calc((100% - 1500px)/2);padding-right:calc((100% - 1500px)/2)}}.cc .cc,.cc .centered-container,.centered-container .cc,.centered-container .centered-container{padding-left:0;padding-right:0}.grid-gap{grid-gap:20px;gap:20px}@media (min-width:992px){.grid-gap{grid-gap:36px;gap:36px}}@media (min-width:1200px){.grid-gap{grid-gap:40px;gap:40px}}@media (min-width:1500px){.grid-gap{grid-gap:48px;gap:48px}}.logo{display:inline-block;font-family:var(--font-stanford),serif;font-weight:400;line-height:.75;text-decoration:none;text-transform:none;transform:translateZ(0);font-style:normal;font-variant:normal;letter-spacing:0;font-feature-settings:"liga" 1;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo,.logo:focus,.logo:hover{color:#8c1515}.rs-p-0{padding:1.5rem}@media (min-width:768px){.rs-p-0{padding:1.8rem}}@media (min-width:1500px){.rs-p-0{padding:1.9rem}}.rs-mt-0{margin-top:1.5rem}@media (min-width:768px){.rs-mt-0{margin-top:1.8rem}}@media (min-width:1500px){.rs-mt-0{margin-top:1.9rem}}.rs-pt-0{padding-top:1.5rem}@media (min-width:768px){.rs-pt-0{padding-top:1.8rem}}@media (min-width:1500px){.rs-pt-0{padding-top:1.9rem}}.rs-mb-0{margin-bottom:1.5rem}@media (min-width:768px){.rs-mb-0{margin-bottom:1.8rem}}@media (min-width:1500px){.rs-mb-0{margin-bottom:1.9rem}}.rs-pb-0{padding-bottom:1.5rem}@media (min-width:768px){.rs-pb-0{padding-bottom:1.8rem}}@media (min-width:1500px){.rs-pb-0{padding-bottom:1.9rem}}.rs-my-0{margin-top:1.5rem;margin-bottom:1.5rem}@media (min-width:768px){.rs-my-0{margin-top:1.8rem;margin-bottom:1.8rem}}@media (min-width:1500px){.rs-my-0{margin-top:1.9rem;margin-bottom:1.9rem}}.rs-py-0{padding-top:1.5rem;padding-bottom:1.5rem}@media (min-width:768px){.rs-py-0{padding-top:1.8rem;padding-bottom:1.8rem}}@media (min-width:1500px){.rs-py-0{padding-top:1.9rem;padding-bottom:1.9rem}}.rs-mt-1{margin-top:2rem}@media (min-width:768px){.rs-mt-1{margin-top:2.6rem}}@media (min-width:1500px){.rs-mt-1{margin-top:2.7rem}}.rs-pt-1{padding-top:2rem}@media (min-width:768px){.rs-pt-1{padding-top:2.6rem}}@media (min-width:1500px){.rs-pt-1{padding-top:2.7rem}}.rs-mb-1{margin-bottom:2rem}@media (min-width:768px){.rs-mb-1{margin-bottom:2.6rem}}@media (min-width:1500px){.rs-mb-1{margin-bottom:2.7rem}}.rs-pb-1{padding-bottom:2rem}@media (min-width:768px){.rs-pb-1{padding-bottom:2.6rem}}@media (min-width:1500px){.rs-pb-1{padding-bottom:2.7rem}}.rs-my-1{margin-top:2rem;margin-bottom:2rem}@media (min-width:768px){.rs-my-1{margin-top:2.6rem;margin-bottom:2.6rem}}@media (min-width:1500px){.rs-my-1{margin-top:2.7rem;margin-bottom:2.7rem}}.rs-py-1{padding-top:2rem;padding-bottom:2rem}@media (min-width:768px){.rs-py-1{padding-top:2.6rem;padding-bottom:2.6rem}}@media (min-width:1500px){.rs-py-1{padding-top:2.7rem;padding-bottom:2.7rem}}.rs-px-1{padding-left:2rem;padding-right:2rem}@media (min-width:768px){.rs-px-1{padding-left:2.6rem;padding-right:2.6rem}}@media (min-width:1500px){.rs-px-1{padding-left:2.7rem;padding-right:2.7rem}}.rs-mt-2{margin-top:3rem}@media (min-width:768px){.rs-mt-2{margin-top:3.6rem}}@media (min-width:1500px){.rs-mt-2{margin-top:3.8rem}}.rs-pt-2{padding-top:3rem}@media (min-width:768px){.rs-pt-2{padding-top:3.6rem}}@media (min-width:1500px){.rs-pt-2{padding-top:3.8rem}}.rs-mb-2{margin-bottom:3rem}@media (min-width:768px){.rs-mb-2{margin-bottom:3.6rem}}@media (min-width:1500px){.rs-mb-2{margin-bottom:3.8rem}}.rs-pb-2{padding-bottom:3rem}@media (min-width:768px){.rs-pb-2{padding-bottom:3.6rem}}@media (min-width:1500px){.rs-pb-2{padding-bottom:3.8rem}}.rs-my-2{margin-top:3rem;margin-bottom:3rem}@media (min-width:768px){.rs-my-2{margin-top:3.6rem;margin-bottom:3.6rem}}@media (min-width:1500px){.rs-my-2{margin-top:3.8rem;margin-bottom:3.8rem}}.rs-py-2{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.rs-py-2{padding-top:3.6rem;padding-bottom:3.6rem}}@media (min-width:1500px){.rs-py-2{padding-top:3.8rem;padding-bottom:3.8rem}}.rs-px-2{padding-left:3rem;padding-right:3rem}@media (min-width:768px){.rs-px-2{padding-left:3.6rem;padding-right:3.6rem}}@media (min-width:1500px){.rs-px-2{padding-left:3.8rem;padding-right:3.8rem}}.rs-mt-3{margin-top:3.2rem}@media (min-width:768px){.rs-mt-3{margin-top:4.5rem}}@media (min-width:1500px){.rs-mt-3{margin-top:4.8rem}}.rs-pt-3{padding-top:3.2rem}@media (min-width:768px){.rs-pt-3{padding-top:4.5rem}}@media (min-width:1500px){.rs-pt-3{padding-top:4.8rem}}.rs-mb-3{margin-bottom:3.2rem}@media (min-width:768px){.rs-mb-3{margin-bottom:4.5rem}}@media (min-width:1500px){.rs-mb-3{margin-bottom:4.8rem}}.rs-pb-3{padding-bottom:3.2rem}@media (min-width:768px){.rs-pb-3{padding-bottom:4.5rem}}@media (min-width:1500px){.rs-pb-3{padding-bottom:4.8rem}}.rs-my-3{margin-top:3.2rem;margin-bottom:3.2rem}@media (min-width:768px){.rs-my-3{margin-top:4.5rem;margin-bottom:4.5rem}}@media (min-width:1500px){.rs-my-3{margin-top:4.8rem;margin-bottom:4.8rem}}.rs-py-3{padding-top:3.2rem;padding-bottom:3.2rem}@media (min-width:768px){.rs-py-3{padding-top:4.5rem;padding-bottom:4.5rem}}@media (min-width:1500px){.rs-py-3{padding-top:4.8rem;padding-bottom:4.8rem}}.rs-px-3{padding-left:3.2rem;padding-right:3.2rem}@media (min-width:768px){.rs-px-3{padding-left:4.5rem;padding-right:4.5rem}}@media (min-width:1500px){.rs-px-3{padding-left:4.8rem;padding-right:4.8rem}}.rs-mt-4{margin-top:3.4rem}@media (min-width:768px){.rs-mt-4{margin-top:5.8rem}}@media (min-width:1500px){.rs-mt-4{margin-top:6.1rem}}.rs-pt-4{padding-top:3.4rem}@media (min-width:768px){.rs-pt-4{padding-top:5.8rem}}@media (min-width:1500px){.rs-pt-4{padding-top:6.1rem}}.rs-mr-4{margin-right:3.4rem}@media (min-width:768px){.rs-mr-4{margin-right:5.8rem}}@media (min-width:1500px){.rs-mr-4{margin-right:6.1rem}}.rs-mb-4{margin-bottom:3.4rem}@media (min-width:768px){.rs-mb-4{margin-bottom:5.8rem}}@media (min-width:1500px){.rs-mb-4{margin-bottom:6.1rem}}.rs-pb-4{padding-bottom:3.4rem}@media (min-width:768px){.rs-pb-4{padding-bottom:5.8rem}}@media (min-width:1500px){.rs-pb-4{padding-bottom:6.1rem}}.rs-ml-4{margin-left:3.4rem}@media (min-width:768px){.rs-ml-4{margin-left:5.8rem}}@media (min-width:1500px){.rs-ml-4{margin-left:6.1rem}}.rs-my-4{margin-top:3.4rem;margin-bottom:3.4rem}@media (min-width:768px){.rs-my-4{margin-top:5.8rem;margin-bottom:5.8rem}}@media (min-width:1500px){.rs-my-4{margin-top:6.1rem;margin-bottom:6.1rem}}.rs-py-4{padding-top:3.4rem;padding-bottom:3.4rem}@media (min-width:768px){.rs-py-4{padding-top:5.8rem;padding-bottom:5.8rem}}@media (min-width:1500px){.rs-py-4{padding-top:6.1rem;padding-bottom:6.1rem}}.rs-mt-5{margin-top:3.8rem}@media (min-width:768px){.rs-mt-5{margin-top:7.2rem}}@media (min-width:1500px){.rs-mt-5{margin-top:7.6rem}}.rs-pt-5{padding-top:3.8rem}@media (min-width:768px){.rs-pt-5{padding-top:7.2rem}}@media (min-width:1500px){.rs-pt-5{padding-top:7.6rem}}.rs-mb-5{margin-bottom:3.8rem}@media (min-width:768px){.rs-mb-5{margin-bottom:7.2rem}}@media (min-width:1500px){.rs-mb-5{margin-bottom:7.6rem}}.rs-pb-5{padding-bottom:3.8rem}@media (min-width:768px){.rs-pb-5{padding-bottom:7.2rem}}@media (min-width:1500px){.rs-pb-5{padding-bottom:7.6rem}}.rs-my-5{margin-top:3.8rem;margin-bottom:3.8rem}@media (min-width:768px){.rs-my-5{margin-top:7.2rem;margin-bottom:7.2rem}}@media (min-width:1500px){.rs-my-5{margin-top:7.6rem;margin-bottom:7.6rem}}.rs-py-5{padding-top:3.8rem;padding-bottom:3.8rem}@media (min-width:768px){.rs-py-5{padding-top:7.2rem;padding-bottom:7.2rem}}@media (min-width:1500px){.rs-py-5{padding-top:7.6rem;padding-bottom:7.6rem}}.rs-mt-6{margin-top:4.5rem}@media (min-width:768px){.rs-mt-6{margin-top:9rem}}@media (min-width:1500px){.rs-mt-6{margin-top:9.5rem}}.rs-pt-6{padding-top:4.5rem}@media (min-width:768px){.rs-pt-6{padding-top:9rem}}@media (min-width:1500px){.rs-pt-6{padding-top:9.5rem}}.rs-mb-6{margin-bottom:4.5rem}@media (min-width:768px){.rs-mb-6{margin-bottom:9rem}}@media (min-width:1500px){.rs-mb-6{margin-bottom:9.5rem}}.rs-pb-6{padding-bottom:4.5rem}@media (min-width:768px){.rs-pb-6{padding-bottom:9rem}}@media (min-width:1500px){.rs-pb-6{padding-bottom:9.5rem}}.rs-my-6{margin-top:4.5rem;margin-bottom:4.5rem}@media (min-width:768px){.rs-my-6{margin-top:9rem;margin-bottom:9rem}}@media (min-width:1500px){.rs-my-6{margin-top:9.5rem;margin-bottom:9.5rem}}.rs-py-6{padding-top:4.5rem;padding-bottom:4.5rem}@media (min-width:768px){.rs-py-6{padding-top:9rem;padding-bottom:9rem}}@media (min-width:1500px){.rs-py-6{padding-top:9.5rem;padding-bottom:9.5rem}}.rs-mt-7{margin-top:5rem}@media (min-width:768px){.rs-mt-7{margin-top:10.8rem}}@media (min-width:1500px){.rs-mt-7{margin-top:11.4rem}}.rs-pt-7{padding-top:5rem}@media (min-width:768px){.rs-pt-7{padding-top:10.8rem}}@media (min-width:1500px){.rs-pt-7{padding-top:11.4rem}}.rs-mb-7{margin-bottom:5rem}@media (min-width:768px){.rs-mb-7{margin-bottom:10.8rem}}@media (min-width:1500px){.rs-mb-7{margin-bottom:11.4rem}}.rs-pb-7{padding-bottom:5rem}@media (min-width:768px){.rs-pb-7{padding-bottom:10.8rem}}@media (min-width:1500px){.rs-pb-7{padding-bottom:11.4rem}}.rs-my-7{margin-top:5rem;margin-bottom:5rem}@media (min-width:768px){.rs-my-7{margin-top:10.8rem;margin-bottom:10.8rem}}@media (min-width:1500px){.rs-my-7{margin-top:11.4rem;margin-bottom:11.4rem}}.rs-py-7{padding-top:5rem;padding-bottom:5rem}@media (min-width:768px){.rs-py-7{padding-top:10.8rem;padding-bottom:10.8rem}}@media (min-width:1500px){.rs-py-7{padding-top:11.4rem;padding-bottom:11.4rem}}.rs-mt-8{margin-top:6rem}@media (min-width:768px){.rs-mt-8{margin-top:12.6rem}}@media (min-width:1500px){.rs-mt-8{margin-top:13.3rem}}.rs-pt-8{padding-top:6rem}@media (min-width:768px){.rs-pt-8{padding-top:12.6rem}}@media (min-width:1500px){.rs-pt-8{padding-top:13.3rem}}.rs-mb-8{margin-bottom:6rem}@media (min-width:768px){.rs-mb-8{margin-bottom:12.6rem}}@media (min-width:1500px){.rs-mb-8{margin-bottom:13.3rem}}.rs-pb-8{padding-bottom:6rem}@media (min-width:768px){.rs-pb-8{padding-bottom:12.6rem}}@media (min-width:1500px){.rs-pb-8{padding-bottom:13.3rem}}.rs-my-8{margin-top:6rem;margin-bottom:6rem}@media (min-width:768px){.rs-my-8{margin-top:12.6rem;margin-bottom:12.6rem}}@media (min-width:1500px){.rs-my-8{margin-top:13.3rem;margin-bottom:13.3rem}}.rs-py-8{padding-top:6rem;padding-bottom:6rem}@media (min-width:768px){.rs-py-8{padding-top:12.6rem;padding-bottom:12.6rem}}@media (min-width:1500px){.rs-py-8{padding-top:13.3rem;padding-bottom:13.3rem}}.rs-p-9{padding:7rem}@media (min-width:768px){.rs-p-9{padding:16.2rem}}@media (min-width:1500px){.rs-p-9{padding:17.1rem}}.rs-mt-9{margin-top:7rem}@media (min-width:768px){.rs-mt-9{margin-top:16.2rem}}@media (min-width:1500px){.rs-mt-9{margin-top:17.1rem}}.rs-pt-9{padding-top:7rem}@media (min-width:768px){.rs-pt-9{padding-top:16.2rem}}@media (min-width:1500px){.rs-pt-9{padding-top:17.1rem}}.rs-mb-9{margin-bottom:7rem}@media (min-width:768px){.rs-mb-9{margin-bottom:16.2rem}}@media (min-width:1500px){.rs-mb-9{margin-bottom:17.1rem}}.rs-pb-9{padding-bottom:7rem}@media (min-width:768px){.rs-pb-9{padding-bottom:16.2rem}}@media (min-width:1500px){.rs-pb-9{padding-bottom:17.1rem}}.rs-my-9{margin-top:7rem;margin-bottom:7rem}@media (min-width:768px){.rs-my-9{margin-top:16.2rem;margin-bottom:16.2rem}}@media (min-width:1500px){.rs-my-9{margin-top:17.1rem;margin-bottom:17.1rem}}.rs-py-9{padding-top:7rem;padding-bottom:7rem}@media (min-width:768px){.rs-py-9{padding-top:16.2rem;padding-bottom:16.2rem}}@media (min-width:1500px){.rs-py-9{padding-top:17.1rem;padding-bottom:17.1rem}}.rs-px-9{padding-left:7rem;padding-right:7rem}@media (min-width:768px){.rs-px-9{padding-left:16.2rem;padding-right:16.2rem}}@media (min-width:1500px){.rs-px-9{padding-left:17.1rem;padding-right:17.1rem}}.rs-mt-10{margin-top:8rem}@media (min-width:768px){.rs-mt-10{margin-top:21.6rem}}@media (min-width:1500px){.rs-mt-10{margin-top:22.8rem}}.rs-pt-10{padding-top:8rem}@media (min-width:768px){.rs-pt-10{padding-top:21.6rem}}@media (min-width:1500px){.rs-pt-10{padding-top:22.8rem}}.rs-mb-10{margin-bottom:8rem}@media (min-width:768px){.rs-mb-10{margin-bottom:21.6rem}}@media (min-width:1500px){.rs-mb-10{margin-bottom:22.8rem}}.rs-pb-10{padding-bottom:8rem}@media (min-width:768px){.rs-pb-10{padding-bottom:21.6rem}}@media (min-width:1500px){.rs-pb-10{padding-bottom:22.8rem}}.rs-pl-10{padding-left:8rem}@media (min-width:768px){.rs-pl-10{padding-left:21.6rem}}@media (min-width:1500px){.rs-pl-10{padding-left:22.8rem}}.rs-my-10{margin-top:8rem;margin-bottom:8rem}@media (min-width:768px){.rs-my-10{margin-top:21.6rem;margin-bottom:21.6rem}}@media (min-width:1500px){.rs-my-10{margin-top:22.8rem;margin-bottom:22.8rem}}.rs-py-10{padding-top:8rem;padding-bottom:8rem}@media (min-width:768px){.rs-py-10{padding-top:21.6rem;padding-bottom:21.6rem}}@media (min-width:1500px){.rs-py-10{padding-top:22.8rem;padding-bottom:22.8rem}}.skiplink,.skiplinks{position:absolute;top:-500px;left:.8em;min-height:1px;transition:top .25s ease-in-out;padding:0;background-color:#2e2d29;font-size:2rem;font-weight:400;text-decoration:none}.skiplink,.skiplink:hover,.skiplink:visited,.skiplinks,.skiplinks:hover,.skiplinks:visited{width:1px;height:1px;overflow:hidden;white-space:nowrap;color:#fff}.skiplink:active,.skiplink:focus,.skiplinks:active,.skiplinks:focus{position:fixed;top:.8em;padding:.4em .8em;width:auto;height:auto;color:#fff;border:1px solid #53565a;border-radius:3px;z-index:10000}@media print{.skiplink,.skiplinks{display:none}}.type-9{font-size:3.52em;letter-spacing:-.026em}@media (min-width:768px){.type-9{font-size:5.16em}}@media (min-width:992px){.type-9{font-size:7.45em}}.type-8{font-size:3.06em;letter-spacing:-.024em}@media (min-width:768px){.type-8{font-size:4.3em}}@media (min-width:992px){.type-8{font-size:5.96em}}.type-7{font-size:2.66em;letter-spacing:-.022em}@media (min-width:768px){.type-7{font-size:3.58em}}@media (min-width:992px){.type-7{font-size:4.77em}}.type-6{font-size:2.31em;letter-spacing:-.02em}@media (min-width:768px){.type-6{font-size:2.99em}}@media (min-width:992px){.type-6{font-size:3.81em}}.type-5{font-size:2.01em;letter-spacing:-.018em}@media (min-width:768px){.type-5{font-size:2.49em}}@media (min-width:992px){.type-5{font-size:3.05em}}.type-4{font-size:1.75em;letter-spacing:-.016em}@media (min-width:768px){.type-4{font-size:2.07em}}@media (min-width:992px){.type-4{font-size:2.44em}}.type-3{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){.type-3{font-size:1.73em}}@media (min-width:992px){.type-3{font-size:1.95em}}.type-2{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.type-2{font-size:1.44em}}@media (min-width:992px){.type-2{font-size:1.56em}}.type-1{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.type-1{font-size:1.2em}}@media (min-width:992px){.type-1{font-size:1.25em}}.type-0{font-size:1em}.fluid-type-4{font-size:clamp(3.1rem,2.19vw + 2.31rem,5.6rem)}.fluid-type-5{font-size:clamp(3.6rem,2.98vw + 2.53rem,7rem)}.fluid-type-6{font-size:clamp(4.2rem,4.04vw + 2.75rem,8.8rem)}.fluid-type-7{font-size:clamp(4.8rem,5.44vw + 2.84rem,11rem)}.fluid-type-8{font-size:clamp(5.5rem,7.19vw + 2.91rem,13.7rem)}.fluid-type-9{font-size:clamp(6.3rem,9.47vw + 2.89rem,17.1rem)}.types{line-height:1.2;margin-bottom:.6em;clear:both;font-weight:700}.types a{text-decoration:none;font-weight:700}.intro-text{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.intro-text{font-size:1.44em}}@media (min-width:992px){.intro-text{font-size:1.56em}}.intro-text{line-height:1.5;max-width:65ch}.caption,.credits{font-size:max(1.6rem,.9em);line-height:1.3;color:#53565a}.caption{margin-top:.4em}.subheading{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.subheading{font-size:1.2em}}@media (min-width:992px){.subheading{font-size:1.25em}}.big-paragraph{font-size:1.15em;line-height:1.4}@media (min-width:768px){.big-paragraph{line-height:1.5}}.overview{font-size:1.15em;letter-spacing:-.01em}@media (min-width:768px){.overview{font-size:1.2em}}@media (min-width:992px){.overview{font-size:1.25em}}.overview{line-height:1.4;font-weight:400}.hero{font-size:clamp(4.5rem,7.01vw + 1.98rem,16rem)}.soe-quote-lg{font-size:1.52em;letter-spacing:-.014em}@media (min-width:768px){.soe-quote-lg{font-size:1.73em}}@media (min-width:992px){.soe-quote-lg{font-size:1.95em}}.soe-quote-lg{line-height:1.2}.soe-quote-md{font-size:1.32em;letter-spacing:-.012em}@media (min-width:768px){.soe-quote-md{font-size:1.44em}}@media (min-width:992px){.soe-quote-md{font-size:1.56em}}.soe-quote-md,.soe-quote-sm{line-height:1.2}.soe-quote-sm{font-size:1em}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-10{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-10{left:1rem}.right-0{right:0}.right-40{right:4rem}.top-0{top:0}.top-2{top:.2rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[300\]{z-index:300}.order-first{order:-9999}.order-last{order:9999}.col-span-full{grid-column:1/-1}.m-0{margin:0}.mx-03em{margin-left:.3em;margin-right:.3em}.mx-20{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-01em{margin-top:.1em;margin-bottom:.1em}.my-02em{margin-top:.2em;margin-bottom:.2em}.my-03em{margin-top:.3em;margin-bottom:.3em}.my-04em{margin-top:.4em;margin-bottom:.4em}.my-05em{margin-top:.5em;margin-bottom:.5em}.my-06em{margin-top:.6em;margin-bottom:.6em}.my-07em{margin-top:.7em;margin-bottom:.7em}.my-08em{margin-top:.8em;margin-bottom:.8em}.my-09em{margin-top:.9em;margin-bottom:.9em}.my-1em{margin-top:1em;margin-bottom:1em}.-ml-01em{margin-left:-.1em}.-mt-01em{margin-top:-.1em}.mb-0{margin-bottom:0}.mb-01em{margin-bottom:.1em}.mb-02em{margin-bottom:.2em}.mb-03em{margin-bottom:.3em}.mb-04em{margin-bottom:.4em}.mb-05em{margin-bottom:.5em}.mb-06em{margin-bottom:.6em}.mb-07em{margin-bottom:.7em}.mb-08em{margin-bottom:.8em}.mb-09em{margin-bottom:.9em}.mb-1{margin-bottom:.1rem}.mb-1em{margin-bottom:1em}.mb-32{margin-bottom:3.2rem}.mb-38{margin-bottom:3.8rem}.mb-50{margin-bottom:5rem}.ml-0{margin-left:0}.ml-03em{margin-left:.3em}.ml-2{margin-left:.2rem}.ml-4{margin-left:.4rem}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mt-0{margin-top:0}.mt-01em{margin-top:.1em}.mt-02em{margin-top:.2em}.mt-03em{margin-top:.3em}.mt-04em{margin-top:.4em}.mt-05em{margin-top:.5em}.mt-06em{margin-top:.6em}.mt-07em{margin-top:.7em}.mt-08em{margin-top:.8em}.mt-09em{margin-top:.9em}.mt-1em{margin-top:1em}.mt-20{margin-top:2rem}.mt-28{margin-top:2.8rem}.mt-\[0\.27em\]{margin-top:.27em}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-\[1\/1\]{aspect-ratio:1/1}.aspect-\[16\/9\]{aspect-ratio:16/9}.h-1em{height:1em}.h-250{height:25rem}.h-36{height:3.6rem}.h-500{height:50rem}.h-600{height:60rem}.h-\[340px\]{height:340px}.h-\[420px\]{height:420px}.h-auto{height:auto}.h-fit{height:fit-content}.h-full{height:100%}.min-h-500{min-height:50rem}.w-08em{width:.8em}.w-09em{width:.9em}.w-1{width:.1rem}.w-1\/3{width:33.333333%}.w-1em{width:1em}.w-2\/3{width:66.666667%}.w-250{width:25rem}.w-36{width:3.6rem}.w-500{width:50rem}.w-600{width:60rem}.w-\[340px\]{width:340px}.w-\[420px\]{width:420px}.w-\[500px\]{width:500px}.w-\[calc\(100\%-50px\)\]{width:calc(100% - 50px)}.w-fit{width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.max-w-\[463px\]{max-width:463px}.max-w-\[50ch\]{max-width:50ch}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.-translate-x-1\/2{--tw-translate-x:-50%}.-rotate-90,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.scale-x-90{--tw-scale-x:.9}.scale-x-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.gap-4{gap:.4rem}.gap-\[15\.8rem\]{gap:15.8rem}.gap-\[65px\]{gap:65px}.gap-x-12{column-gap:1.2rem}.gap-x-\[0\.3em\]{column-gap:.3em}.overflow-hidden{overflow:hidden}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.3rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border-2{border-width:2px}.border-4{border-width:4px}.border-black-true\/50{border-color:rgba(0,0,0,.5)}.border-cardinal-red{--tw-border-opacity:1;border-color:rgb(140 21 21/var(--tw-border-opacity))}.border-cardinal-red-xdark{--tw-border-opacity:1;border-color:rgb(122 0 0/var(--tw-border-opacity))}.border-digital-red{--tw-border-opacity:1;border-color:rgb(177 4 14/var(--tw-border-opacity))}.border-digital-red-light{--tw-border-opacity:1;border-color:rgb(229 8 8/var(--tw-border-opacity))}.border-digital-red-xlight{--tw-border-opacity:1;border-color:rgb(248 53 53/var(--tw-border-opacity))}.border-palo-alto{--tw-border-opacity:1;border-color:rgb(23 94 84/var(--tw-border-opacity))}.border-poppy{--tw-border-opacity:1;border-color:rgb(233 131 0/var(--tw-border-opacity))}.border-spirited{--tw-border-opacity:1;border-color:rgb(224 79 57/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(46 45 41/var(--tw-bg-opacity))}.bg-black-10{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.bg-black-60{--tw-bg-opacity:1;background-color:rgb(118 118 116/var(--tw-bg-opacity))}.bg-black-true\/10{background-color:rgba(0,0,0,.1)}.bg-black-true\/20{background-color:rgba(0,0,0,.2)}.bg-black-true\/30{background-color:rgba(0,0,0,.3)}.bg-black-true\/40{background-color:rgba(0,0,0,.4)}.bg-black-true\/50{background-color:rgba(0,0,0,.5)}.bg-black-true\/60{background-color:rgba(0,0,0,.6)}.bg-black-true\/70{background-color:rgba(0,0,0,.7)}.bg-black-true\/80{background-color:rgba(0,0,0,.8)}.bg-black-true\/90{background-color:rgba(0,0,0,.9)}.bg-cardinal-red{--tw-bg-opacity:1;background-color:rgb(140 21 21/var(--tw-bg-opacity))}.bg-cardinal-red-xdark{--tw-bg-opacity:1;background-color:rgb(122 0 0/var(--tw-bg-opacity))}.bg-cool-grey{--tw-bg-opacity:1;background-color:rgb(83 86 90/var(--tw-bg-opacity))}.bg-digital-red{--tw-bg-opacity:1;background-color:rgb(177 4 14/var(--tw-bg-opacity))}.bg-digital-red-light{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.bg-digital-red-xlight{--tw-bg-opacity:1;background-color:rgb(248 53 53/var(--tw-bg-opacity))}.bg-fog-light{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity))}.bg-palo-alto{--tw-bg-opacity:1;background-color:rgb(23 94 84/var(--tw-bg-opacity))}.bg-plum-dark{--tw-bg-opacity:1;background-color:rgb(53 13 54/var(--tw-bg-opacity))}.bg-poppy{--tw-bg-opacity:1;background-color:rgb(233 131 0/var(--tw-bg-opacity))}.bg-soe-black{--tw-bg-opacity:1;background-color:rgb(24 24 24/var(--tw-bg-opacity))}.bg-spirited{--tw-bg-opacity:1;background-color:rgb(224 79 57/var(--tw-bg-opacity))}.bg-stone-dark{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-feature-gradient-bt{background-image:linear-gradient(180deg,transparent 75.5%,#181818)}.bg-soe-red-gradient{background-image:linear-gradient(90deg,#7a0000 1.15%,#a11c1c)}.from-black-true\/10{--tw-gradient-from:rgba(0,0,0,.1) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/20{--tw-gradient-from:rgba(0,0,0,.2) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/30{--tw-gradient-from:rgba(0,0,0,.3) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/40{--tw-gradient-from:rgba(0,0,0,.4) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/50{--tw-gradient-from:rgba(0,0,0,.5) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/60{--tw-gradient-from:rgba(0,0,0,.6) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/70{--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/80{--tw-gradient-from:rgba(0,0,0,.8) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black-true\/90{--tw-gradient-from:rgba(0,0,0,.9) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/10{--tw-gradient-from:hsla(0,0%,100%,.1) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/20{--tw-gradient-from:hsla(0,0%,100%,.2) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/30{--tw-gradient-from:hsla(0,0%,100%,.3) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/40{--tw-gradient-from:hsla(0,0%,100%,.4) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/50{--tw-gradient-from:hsla(0,0%,100%,.5) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/60{--tw-gradient-from:hsla(0,0%,100%,.6) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/70{--tw-gradient-from:hsla(0,0%,100%,.7) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/80{--tw-gradient-from:hsla(0,0%,100%,.8) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\/90{--tw-gradient-from:hsla(0,0%,100%,.9) var(--tw-gradient-from-position);--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-black-true\/10{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/20{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/30{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/40{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/50{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/60{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/70{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/80{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black-true\/90{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgba(0,0,0,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/10{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.1) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/20{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/30{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/40{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/50{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/60{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.6) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/70{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/80{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/90{--tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsla(0,0%,100%,.9) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-black-true\/10{--tw-gradient-to:rgba(0,0,0,.1) var(--tw-gradient-to-position)}.to-black-true\/20{--tw-gradient-to:rgba(0,0,0,.2) var(--tw-gradient-to-position)}.to-black-true\/30{--tw-gradient-to:rgba(0,0,0,.3) var(--tw-gradient-to-position)}.to-black-true\/40{--tw-gradient-to:rgba(0,0,0,.4) var(--tw-gradient-to-position)}.to-black-true\/50{--tw-gradient-to:rgba(0,0,0,.5) var(--tw-gradient-to-position)}.to-black-true\/60{--tw-gradient-to:rgba(0,0,0,.6) var(--tw-gradient-to-position)}.to-black-true\/70{--tw-gradient-to:rgba(0,0,0,.7) var(--tw-gradient-to-position)}.to-black-true\/80{--tw-gradient-to:rgba(0,0,0,.8) var(--tw-gradient-to-position)}.to-black-true\/90{--tw-gradient-to:rgba(0,0,0,.9) var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-white\/10{--tw-gradient-to:hsla(0,0%,100%,.1) var(--tw-gradient-to-position)}.to-white\/20{--tw-gradient-to:hsla(0,0%,100%,.2) var(--tw-gradient-to-position)}.to-white\/30{--tw-gradient-to:hsla(0,0%,100%,.3) var(--tw-gradient-to-position)}.to-white\/40{--tw-gradient-to:hsla(0,0%,100%,.4) var(--tw-gradient-to-position)}.to-white\/50{--tw-gradient-to:hsla(0,0%,100%,.5) var(--tw-gradient-to-position)}.to-white\/60{--tw-gradient-to:hsla(0,0%,100%,.6) var(--tw-gradient-to-position)}.to-white\/70{--tw-gradient-to:hsla(0,0%,100%,.7) var(--tw-gradient-to-position)}.to-white\/80{--tw-gradient-to:hsla(0,0%,100%,.8) var(--tw-gradient-to-position)}.to-white\/90{--tw-gradient-to:hsla(0,0%,100%,.9) var(--tw-gradient-to-position)}.fill-black{fill:#2e2d29}.fill-current{fill:currentColor}.fill-digital-red-xlight{fill:#f83535}.fill-stone-dark{fill:#544948}.fill-white{fill:#fff}.stroke-\[2\.5\]{stroke-width:2.5}.object-cover{object-fit:cover}.pb-65{padding-bottom:6.5rem}.pt-\[210px\]{padding-top:210px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-dm-mono{font-family:var(--font-dm-mono),sans-serif}.font-dm-sans{font-family:var(--font-dm-sans),sans-serif}.font-sans{font-family:var(--font-source-sans),sans-serif}.font-serif{font-family:var(--font-source-serif),serif}.text-15{font-size:1.5rem}.text-18{font-size:1.8rem}.text-19{font-size:1.9rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading{line-height:1.5}.leading-cozy{line-height:1.4}.leading-display{line-height:1.2}.leading-half{line-height:.5}.leading-none{line-height:1}.leading-snug{line-height:1.3}.leading-tight{line-height:1.1}.leading-trim{line-height:.75}.tracking-normal{letter-spacing:0}.text-black{--tw-text-opacity:1;color:rgb(46 45 41/var(--tw-text-opacity))}.text-black-20{--tw-text-opacity:1;color:rgb(213 213 212/var(--tw-text-opacity))}.text-black-30{--tw-text-opacity:1;color:rgb(192 192 191/var(--tw-text-opacity))}.text-black-40{--tw-text-opacity:1;color:rgb(171 171 169/var(--tw-text-opacity))}.text-black-60{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.text-black-70{--tw-text-opacity:1;color:rgb(109 108 105/var(--tw-text-opacity))}.text-black-80{--tw-text-opacity:1;color:rgb(88 87 84/var(--tw-text-opacity))}.text-black-90{--tw-text-opacity:1;color:rgb(67 66 62/var(--tw-text-opacity))}.text-black-true\/50{color:rgba(0,0,0,.5)}.text-cardinal-red{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.text-cardinal-red-xdark{--tw-text-opacity:1;color:rgb(122 0 0/var(--tw-text-opacity))}.text-cool-grey{--tw-text-opacity:1;color:rgb(83 86 90/var(--tw-text-opacity))}.text-digital-red{--tw-text-opacity:1;color:rgb(177 4 14/var(--tw-text-opacity))}.text-digital-red-light{--tw-text-opacity:1;color:rgb(229 8 8/var(--tw-text-opacity))}.text-digital-red-xlight{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.text-palo-alto{--tw-text-opacity:1;color:rgb(23 94 84/var(--tw-text-opacity))}.text-poppy{--tw-text-opacity:1;color:rgb(233 131 0/var(--tw-text-opacity))}.text-spirited{--tw-text-opacity:1;color:rgb(224 79 57/var(--tw-text-opacity))}.text-stone-dark{--tw-text-opacity:1;color:rgb(84 73 72/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.decoration-digital-red-xlight{text-decoration-color:#f83535}.decoration-2{text-decoration-thickness:2px}.underline-offset-8{text-underline-offset:8px}.underline-offset-\[6px\]{text-underline-offset:6px}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-0{outline-width:0}.outline-stone-dark{outline-color:#544948}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px)}.backdrop-blur,.backdrop-blur-lg{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.duration-1000{transition-duration:1s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.perspective-1000{perspective:1000px}.perspective-600{perspective:600px}.rotate-y-\[-15deg\]{--tw-rotate-y:-15deg}.rotate-y-\[15deg\]{--tw-rotate-y:15deg}.transform{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate)) rotate3d(var(--tw-rotate-3d)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scale3d(var(--tw-scale-x),var(--tw-scale-y),var(--tw-scale-z))!important}.timeline-detail{grid-area:"detail"}.font-inherit{font:inherit;font-size:inherit;line-height:inherit}@media (min-width:992px){.lg\:aspect-h-1{--tw-aspect-h:1}.lg\:aspect-h-8{--tw-aspect-h:8}.lg\:aspect-h-9{--tw-aspect-h:9}.lg\:aspect-w-1{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:1}.lg\:aspect-w-1>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:16}.lg\:aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-2{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:2}.lg\:aspect-w-2>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:aspect-w-5{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w:5}.lg\:aspect-w-5>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.lg\:rs-mr-4{margin-right:3.4rem}@media (min-width:768px){.lg\:rs-mr-4{margin-right:5.8rem}}@media (min-width:1500px){.lg\:rs-mr-4{margin-right:6.1rem}}.lg\:rs-ml-4{margin-left:3.4rem}@media (min-width:768px){.lg\:rs-ml-4{margin-left:5.8rem}}@media (min-width:1500px){.lg\:rs-ml-4{margin-left:6.1rem}}.lg\:rs-pr-9{padding-right:7rem}@media (min-width:768px){.lg\:rs-pr-9{padding-right:16.2rem}}@media (min-width:1500px){.lg\:rs-pr-9{padding-right:17.1rem}}}.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:4.5rem}@media (min-width:768px){.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:9rem}}@media (min-width:1500px){.even\:\[\&_\.slick-slide\]\:rs-pt-6 .slick-slide:nth-child(2n){padding-top:9.5rem}}.\*\:stroke-plum>*{stroke:#620059}.\*\:font-dm-sans>*{font-family:var(--font-dm-sans),sans-serif}.\*\:\*\:leading-snug>*>*{line-height:1.3}.\*\:text-white>*{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.last\:mb-0:last-child{margin-bottom:0}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-black:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(46 45 41/var(--tw-ring-opacity))}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:decoration-white{text-decoration-color:#fff}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:\*\:\*\:text-white>*>*{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.group:has(nav[data-headlessui-state=open]) .group-has-\[nav\[data-headlessui-state\=\"open\"\]\]\:even\:\*\:\*\:bg-white>*>:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hocus\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.hocus\:bg-black-10:hover{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.hocus\:bg-digital-red-light:hover{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.hocus\:bg-stone-dark:hover{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.hocus\:text-black-60:hover{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.hocus\:text-cardinal-red:hover{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.hocus\:text-digital-red-xlight:hover{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.hocus\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hocus\:underline:hover{text-decoration-line:underline}.hocus\:outline:hover{outline-style:solid}.hocus\:outline-0:hover{outline-width:0}.hocus\:outline-digital-red-light:hover{outline-color:#e50808}.hocus\:outline-stone-dark:hover{outline-color:#544948}.hocus\:rotate-y-\[-15deg\]:hover{--tw-rotate-y:-15deg}.hocus\:rotate-y-\[15deg\]:hover{--tw-rotate-y:15deg}.hocus\:border-white:focus{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.hocus\:bg-black-10:focus{--tw-bg-opacity:1;background-color:rgb(234 234 234/var(--tw-bg-opacity))}.hocus\:bg-digital-red-light:focus{--tw-bg-opacity:1;background-color:rgb(229 8 8/var(--tw-bg-opacity))}.hocus\:bg-stone-dark:focus{--tw-bg-opacity:1;background-color:rgb(84 73 72/var(--tw-bg-opacity))}.hocus\:text-black-60:focus{--tw-text-opacity:1;color:rgb(118 118 116/var(--tw-text-opacity))}.hocus\:text-cardinal-red:focus{--tw-text-opacity:1;color:rgb(140 21 21/var(--tw-text-opacity))}.hocus\:text-digital-red-xlight:focus{--tw-text-opacity:1;color:rgb(248 53 53/var(--tw-text-opacity))}.hocus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hocus\:underline:focus{text-decoration-line:underline}.hocus\:outline:focus{outline-style:solid}.hocus\:outline-0:focus{outline-width:0}.hocus\:outline-digital-red-light:focus{outline-color:#e50808}.hocus\:outline-stone-dark:focus{outline-color:#544948}.hocus\:rotate-y-\[-15deg\]:focus{--tw-rotate-y:-15deg}.hocus\:rotate-y-\[15deg\]:focus{--tw-rotate-y:15deg}.group:focus .group-hocus\:text-digital-red,.group:hover .group-hocus\:text-digital-red{--tw-text-opacity:1;color:rgb(177 4 14/var(--tw-text-opacity))}@media (min-width:576px){.sm\:top-0{top:0}.sm\:-mt-02em{margin-top:-.2em}.sm\:ml-0{margin-left:0}.sm\:block{display:block}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-x-20{column-gap:2rem}.sm\:text-15{font-size:1.5rem}.sm\:text-17{font-size:1.7rem}.sm\:text-\[1\.05em\]{font-size:1.05em}.sm\:text-\[1\.43em\]{font-size:1.43em}.sm\:tracking-wide{letter-spacing:.025em}}@media (min-width:768px){.md\:w-full{width:100%}.md\:max-w-\[436px\]{max-width:436px}.md\:max-w-\[600px\]{max-width:600px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:gap-x-30{column-gap:3rem}.md\:text-17{font-size:1.7rem}.md\:text-22{font-size:2.2rem}}@media (min-width:992px){.lg\:absolute{position:absolute}.lg\:left-0{left:0}.lg\:left-\[300px\]{left:300px}.lg\:top-0{top:0}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:mb-0{margin-bottom:0}.lg\:w-600{width:60rem}.lg\:max-w-\[450px\]{max-width:450px}.lg\:max-w-\[50\%\]{max-width:50%}.lg\:max-w-\[536px\]{max-width:536px}.lg\:max-w-\[750px\]{max-width:750px}.lg\:max-w-\[920px\]{max-width:920px}.lg\:flex-row{flex-direction:row}.lg\:bg-transparent{background-color:transparent}.lg\:bg-feature-gradient-rl{background-image:linear-gradient(270deg,rgba(23,23,26,0) .11%,#181818 99.89%)}.lg\:bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.lg\:bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.lg\:bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.lg\:bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.lg\:from-black-true\/50{--tw-gradient-from:rgba(0,0,0,.5) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:from-black-true\/70{--tw-gradient-from:rgba(0,0,0,.7) var(--tw-gradient-from-position);--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.lg\:via-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.lg\:via-20\%{--tw-gradient-via-position:20%}.lg\:text-28{font-size:2.8rem}}@media (min-width:1200px){.xl\:w-\[calc\(100\%-150px\)\]{width:calc(100% - 150px)}.xl\:max-w-1200{max-width:120rem}.xl\:max-w-\[650px\]{max-width:650px}.xl\:max-w-\[726px\]{max-width:726px}.xl\:max-w-\[850px\]{max-width:850px}.xl\:max-w-\[980px\]{max-width:980px}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:text-19{font-size:1.9rem}}@media (min-width:1500px){.\32xl\:max-w-\[1000px\]{max-width:1000px}.\32xl\:whitespace-pre-line{white-space:pre-line}.\32xl\:text-22{font-size:2.2rem}.\32xl\:leading{line-height:1.5}}.\[\&_\.slick-slide\>div\>div\]\:h-full .slick-slide>div>div,.\[\&_\.slick-slide\>div\]\:h-full .slick-slide>div{height:100%}.\[\&_\.slick-slider\]\:relative .slick-slider{position:relative}.\[\&_\.slick-track\]\:flex .slick-track{display:flex}.\[\&_a\]\:cursor-pointer a{cursor:pointer}.\[\&_a\]\:text-stone-dark a{--tw-text-opacity:1;color:rgb(84 73 72/var(--tw-text-opacity))}.\[\&_a\]\:underline a{text-decoration-line:underline}.\[\&_a\]\:decoration-digital-red-light a{text-decoration-color:#e50808}.\[\&_a\]\:decoration-4 a{text-decoration-thickness:4px}.\[\&_a\]\:underline-offset-\[5px\] a{text-underline-offset:5px} \ No newline at end of file diff --git a/out/example.html b/out/example.html index df1757e..88b752f 100644 --- a/out/example.html +++ b/out/example.html @@ -1 +1 @@ -
100 Years of Stanford Engineering: 1925 to 2025

Exploring the reengineering of immune cells

Change Makers
The Sarafan ChEM-H Institute scholar is building a multidisciplinary lab to explore the reengineering of immune cells. Before coming to Stanford, she says, “I was thinking in terms of understanding. Now I feel that I can start thinking in terms of creating.”
by Jess Alvarenga

100 years ofImpact

Caption/credit lorem ipsum aspect ratio square
Caption/credit lorem ipsum aspect ratio 16/9
Overview style lorem ipsum dolar sit amet vestibulum parimentium elit rhoncus donec. Scelerisque urna et euismod in daphibus nec leo euismod nisi, pharetra raesent nec. Aliquam dignissim nisi convalis quis, leo vestibulum duis euismod.
Long copy paragraph text style raesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet

Header Two

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed in text link. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet in text link hover state. Aliquam sodales consequat arcu in egestas. Aliquam condimentum viverra eros.Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Three

Aenean sollicitudin facilisis ex, in tincidunt velit sodales ac. Nullam consequat leo ut sem pharetra, a fringilla massa commodo. Etiam molestie, justo nec congue ultricies, augue massa tempus ante, nec sagittis dui tellus ac lectus. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Four

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in.
Header Five
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.
  • Fusce sem enim, tempus nec massa id, mollis faucibus sem.
  • Sem enim, tempus nec massa id, mollis faucibus sem imperdiet eu fermentum nec massa mollis donec efficitur scelerisque urna et sollicitudin.
  • Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi praesent dapibus odio aliquam dignissim nisi nisi pharetra faucibus elit
  • Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim lobortis ante porttitor aliquam praesent Sodales consequat arcu in egestas Aliquam condimentum viverra eros, in dapibus purus faucibus ut
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.
  1. Fusce sem enim, tempus nec massa id, mollis faucibus sem.
  2. Sem enim, tempus nec massa id, mollis faucibus sem imperdiet eu fermentum nec massa mollis donec efficitur scelerisque urna et sollicitudin.
  3. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi praesent dapibus odio aliquam dignissim nisi nisi pharetra faucibus elit
  4. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim lobortis ante porttitor aliquam praesent Sodales consequat arcu in egestas Aliquam condimentum viverra eros, in dapibus purus faucibus ut
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.

Contribute your stories

Get involved
Cras felis tortor, bibendum quis porttitor at, ullamcorper eu diam. Aenean iaculis efficitur quam, quis dignissim lacus. Cras nec dui id mi blandit lobortis eget in enim.

Events

Etiam sollicitudin, ipsum eu pulvinar rutrum, tellus ipsum laoreet sapien, quis venenatis ante odio sit amet eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Quisque libero metus, condimentum nec, tempor a, commodo mollis, magna. Ut a nisl id ante tempus hendrerit. Nunc sed turpis.
Vivamus consectetuer hendrerit lacus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Donec vitae orci sed dolor rutrum auctor. Nunc interdum lacus sit amet orci. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed gravida augue augue mollis justo.
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
\ No newline at end of file +
100 Years of Stanford Engineering: 1925 to 2025

Exploring the reengineering of immune cells

Change Makers
The Sarafan ChEM-H Institute scholar is building a multidisciplinary lab to explore the reengineering of immune cells. Before coming to Stanford, she says, “I was thinking in terms of understanding. Now I feel that I can start thinking in terms of creating.”
by Jess Alvarenga

100 years ofImpact

Caption/credit lorem ipsum aspect ratio square
Caption/credit lorem ipsum aspect ratio 16/9
Overview style lorem ipsum dolar sit amet vestibulum parimentium elit rhoncus donec. Scelerisque urna et euismod in daphibus nec leo euismod nisi, pharetra raesent nec. Aliquam dignissim nisi convalis quis, leo vestibulum duis euismod.
Long copy paragraph text style raesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet

Header Two

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed in text link. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet in text link hover state. Aliquam sodales consequat arcu in egestas. Aliquam condimentum viverra eros.Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Three

Aenean sollicitudin facilisis ex, in tincidunt velit sodales ac. Nullam consequat leo ut sem pharetra, a fringilla massa commodo. Etiam molestie, justo nec congue ultricies, augue massa tempus ante, nec sagittis dui tellus ac lectus. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Four

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in.
Header Five
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.
  • Fusce sem enim, tempus nec massa id, mollis faucibus sem.
  • Sem enim, tempus nec massa id, mollis faucibus sem imperdiet eu fermentum nec massa mollis donec efficitur scelerisque urna et sollicitudin.
  • Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi praesent dapibus odio aliquam dignissim nisi nisi pharetra faucibus elit
  • Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim lobortis ante porttitor aliquam praesent Sodales consequat arcu in egestas Aliquam condimentum viverra eros, in dapibus purus faucibus ut
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.
  1. Fusce sem enim, tempus nec massa id, mollis faucibus sem.
  2. Sem enim, tempus nec massa id, mollis faucibus sem imperdiet eu fermentum nec massa mollis donec efficitur scelerisque urna et sollicitudin.
  3. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi praesent dapibus odio aliquam dignissim nisi nisi pharetra faucibus elit
  4. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim lobortis ante porttitor aliquam praesent Sodales consequat arcu in egestas Aliquam condimentum viverra eros, in dapibus purus faucibus ut
Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed, egestas quis mi. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec efficitur scelerisque urna et sollicitudin.

Contribute your stories

Get involved
Cras felis tortor, bibendum quis porttitor at, ullamcorper eu diam. Aenean iaculis efficitur quam, quis dignissim lacus. Cras nec dui id mi blandit lobortis eget in enim.

Events

Etiam sollicitudin, ipsum eu pulvinar rutrum, tellus ipsum laoreet sapien, quis venenatis ante odio sit amet eros. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Quisque libero metus, condimentum nec, tempor a, commodo mollis, magna. Ut a nisl id ante tempus hendrerit. Nunc sed turpis.
Vivamus consectetuer hendrerit lacus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Donec vitae orci sed dolor rutrum auctor. Nunc interdum lacus sit amet orci. Proin pretium, leo ac pellentesque mollis, felis nunc ultrices eros, sed gravida augue augue mollis justo.
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
\ No newline at end of file diff --git a/out/example.txt b/out/example.txt index 8e13fa9..f4b4de8 100644 --- a/out/example.txt +++ b/out/example.txt @@ -12,8 +12,8 @@ f:I[3120,[],"MetadataBoundary"] 5:HL["/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 6:HL["/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 7:HL["/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -8:HL["/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","style"] -0:{"P":null,"b":"kl_HGxkKw62rGQGM-O7A2","p":"/soe-centennial-nextjs","c":["","example"],"i":false,"f":[[["",{"children":["example",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","KUayTW6MrZc5cDLSPlxbN",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} +8:HL["/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","style"] +0:{"P":null,"b":"HWX-ZBhzHEIAs2F0Tvduv","p":"/soe-centennial-nextjs","c":["","example"],"i":false,"f":[[["",{"children":["example",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","UDKupNMY6tLVutaqJAkB8",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} 14:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","890","static/chunks/890-37e8c633a343a2e0.js","654","static/chunks/654-b4f59b7c19cd3abc.js","915","static/chunks/app/example/page-1034e2d2dd683ec7.js"],"Skiplink"] 21:I[7543,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","890","static/chunks/890-37e8c633a343a2e0.js","654","static/chunks/654-b4f59b7c19cd3abc.js","915","static/chunks/app/example/page-1034e2d2dd683ec7.js"],"FeatureHero"] 22:I[1597,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","890","static/chunks/890-37e8c633a343a2e0.js","654","static/chunks/654-b4f59b7c19cd3abc.js","915","static/chunks/app/example/page-1034e2d2dd683ec7.js"],"ShapeAnimation"] diff --git a/out/example/quote.html b/out/example/quote.html index 6eb83b0..afc8b1c 100644 --- a/out/example/quote.html +++ b/out/example/quote.html @@ -1 +1 @@ -
100 Years of Stanford Engineering: 1925 to 2025
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
\ No newline at end of file +
100 Years of Stanford Engineering: 1925 to 2025
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
We each get a chance to choose our own path...
Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem."
Mae C. Jemison
\ No newline at end of file diff --git a/out/example/quote.txt b/out/example/quote.txt index 9292fc2..a52875a 100644 --- a/out/example/quote.txt +++ b/out/example/quote.txt @@ -14,8 +14,8 @@ c:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","983","static/chunks/app 5:HL["/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 6:HL["/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 7:HL["/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -8:HL["/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","style"] -d:T70d,M52.7722 67H52.7183C46.2685 67 41.0217 61.7261 41.0217 55.2431V42.2515L37.5143 55.527C35.7273 62.2845 29.6235 67.0032 22.669 67.0032C16.5906 67.0032 11.328 63.4362 8.83949 58.2772L7.26831 64.2402C6.8398 65.8674 5.37337 67.0032 3.69744 67.0032C2.54207 67.0032 1.47557 66.4768 0.770921 65.5547C0.0662701 64.6359 -0.168613 63.4618 0.126578 62.3387L7.30957 35.0889V4.90376C7.30957 2.19824 9.4997 0 12.1882 0C13.7149 0 15.1242 0.698714 16.0542 1.91429C16.9842 3.12986 17.2953 4.67724 16.9049 6.16081L9.21403 35.3377V49.379L19.9203 8.74829C21.2788 3.59567 25.9288 0 31.2296 0C37.6794 0 42.9262 5.27386 42.9262 11.7569V27.5912L47.4302 10.5509C49.0712 4.33905 54.6862 0 61.0788 0C65.4972 0 69.5759 2.01957 72.2707 5.53867C74.9655 9.05776 75.8606 13.5404 74.7307 17.8316L64.0784 58.2517C62.7199 63.4011 58.0698 67 52.7722 67ZM42.9262 35.0474V55.2431C42.9262 60.6701 47.3191 65.0857 52.7183 65.0857H52.7722C57.2096 65.0857 61.1011 62.0739 62.2374 57.7636L72.8897 17.3434C73.8673 13.6297 73.0928 9.75329 70.763 6.70638C68.4301 3.66267 64.9005 1.91429 61.0788 1.91429C55.5464 1.91429 50.69 5.66948 49.268 11.0422L42.923 35.0442L42.9262 35.0474ZM9.67745 55.09C11.2264 60.8424 16.4637 65.0857 22.669 65.0857C28.8744 65.0857 34.1085 60.9509 35.6733 55.0325L41.0217 34.7953V11.7569C41.0217 6.3299 36.6287 1.91429 31.2296 1.91429C26.7922 1.91429 22.9008 4.9261 21.7644 9.23643L9.67745 55.09ZM7.3064 42.561L1.96438 62.8269C1.82155 63.3692 1.93582 63.9371 2.27544 64.3838C2.61507 64.8305 3.13245 65.0857 3.69427 65.0857C4.50366 65.0857 5.21466 64.537 5.42415 63.7489L7.70951 55.0772C7.44606 53.9478 7.3064 52.7705 7.3064 51.5613V42.5641V42.561ZM12.185 1.91429C10.544 1.91429 9.21086 3.25429 9.21086 4.90376V27.8624L15.0607 5.66948C15.2988 4.76657 15.1115 3.82219 14.5433 3.082C13.9752 2.34181 13.1182 1.91429 12.185 1.91429Ze:T708,M90.0621 21.3947C88.6878 21.3947 87.4626 21.1587 86.3865 20.6865C85.3105 20.2143 84.4599 19.5219 83.8377 18.6127C83.2124 17.7034 82.8918 16.6027 82.876 15.3137H86.7547C86.7738 15.8784 86.9166 16.3857 87.1896 16.8419C87.4626 17.2982 87.8371 17.6555 88.3164 17.9203C88.7957 18.1851 89.3702 18.3159 90.0399 18.3159C90.6176 18.3159 91.1191 18.2202 91.5444 18.0288C91.9698 17.8374 92.2999 17.5694 92.5348 17.2248C92.7696 16.8802 92.8871 16.4718 92.8871 15.9965C92.8871 15.4509 92.7569 14.9978 92.4935 14.6341C92.23 14.2704 91.8682 13.9609 91.408 13.7057C90.9477 13.4505 90.4145 13.2207 89.8082 13.0102C89.202 12.8028 88.564 12.5795 87.8942 12.3434C86.3929 11.852 85.247 11.198 84.463 10.3812C83.6759 9.56446 83.2823 8.48289 83.2823 7.13651C83.2823 5.99113 83.5584 5.00846 84.1107 4.1917C84.663 3.37494 85.4279 2.74642 86.4024 2.30932C87.38 1.87223 88.491 1.65527 89.7384 1.65527C90.9858 1.65527 92.1475 1.87861 93.1156 2.32208C94.0837 2.76875 94.8519 3.41004 95.4232 4.24594C95.9945 5.08184 96.2866 6.06451 96.3056 7.19075H92.3983C92.3792 6.7728 92.2586 6.37718 92.0333 6.00389C91.8079 5.63061 91.4937 5.3307 91.0969 5.10418C90.7001 4.87765 90.2272 4.7628 89.6876 4.7628C89.2178 4.74365 88.7862 4.81704 88.3989 4.97975C88.0085 5.14246 87.7006 5.38494 87.4752 5.70399C87.2499 6.02303 87.1356 6.41865 87.1356 6.89084C87.1356 7.36303 87.2499 7.72675 87.4752 8.03623C87.7006 8.3457 88.0148 8.6137 88.4116 8.84022C88.8084 9.06675 89.2813 9.27732 89.8241 9.46875C90.3669 9.66018 90.9541 9.8548 91.5889 10.0558C92.5284 10.3844 93.3981 10.7705 94.1948 11.2139C94.9915 11.6606 95.6232 12.2381 96.0929 12.9464C96.5627 13.6547 96.7976 14.5927 96.7976 15.754C96.7976 16.7526 96.5341 17.681 96.0104 18.5361C95.4867 19.3911 94.7312 20.0803 93.7441 20.6099C92.757 21.1363 91.5318 21.4011 90.0685 21.4011L90.0621 21.3947Zf:T48b,M176.779 21.395C174.934 21.395 173.306 20.9771 171.894 20.1412C170.484 19.3053 169.38 18.1471 168.583 16.6635C167.786 15.1832 167.39 13.4667 167.39 11.5237C167.39 9.57749 167.786 7.8642 168.583 6.38382C169.38 4.90344 170.481 3.74211 171.894 2.9062C173.306 2.0703 174.931 1.65234 176.779 1.65234C178.626 1.65234 180.28 2.0703 181.689 2.9062C183.098 3.74211 184.2 4.90344 184.987 6.38382C185.774 7.86739 186.168 9.58068 186.168 11.5237C186.168 13.4667 185.774 15.1832 184.987 16.6635C184.2 18.1471 183.101 19.3053 181.689 20.1412C180.276 20.9771 178.642 21.395 176.779 21.395ZM176.779 18.0929C177.937 18.0929 178.937 17.8249 179.778 17.2889C180.619 16.7529 181.276 15.9935 181.746 15.0109C182.216 14.0282 182.451 12.8669 182.451 11.5205C182.451 10.1741 182.216 8.98725 181.746 8.01734C181.276 7.04425 180.619 6.29449 179.778 5.76806C178.937 5.24163 177.937 4.97682 176.779 4.97682C175.62 4.97682 174.642 5.24163 173.795 5.76806C172.944 6.29449 172.284 7.04425 171.814 8.01734C171.345 8.99044 171.11 10.1582 171.11 11.5205C171.11 12.8828 171.345 14.0282 171.814 15.0109C172.284 15.9935 172.944 16.7529 173.795 17.2889C174.646 17.8249 175.639 18.0929 176.779 18.0929Z10:T432,M127.453 45.5535C125.644 45.5535 124.069 45.1483 122.733 44.3411C121.394 43.5339 120.356 42.3949 119.613 40.9305C118.87 39.466 118.502 37.7623 118.502 35.8161C118.502 33.87 118.883 32.1216 119.641 30.622C120.4 29.1225 121.495 27.9452 122.923 27.0902C124.352 26.2351 126.063 25.8076 128.053 25.8076C130.278 25.8076 132.128 26.3436 133.601 27.4156C135.074 28.4876 136.029 29.9808 136.464 31.8887H132.366C132.093 31.0528 131.592 30.3923 130.859 29.9106C130.126 29.4288 129.18 29.1863 128.024 29.1863C126.793 29.1863 125.745 29.4575 124.876 30.0031C124.006 30.5487 123.346 31.3112 122.895 32.2939C122.441 33.2765 122.216 34.4474 122.216 35.813C122.216 37.1785 122.441 38.3685 122.895 39.332C123.346 40.2956 123.993 41.0294 124.834 41.5271C125.675 42.028 126.666 42.2769 127.805 42.2769C129.468 42.2769 130.732 41.827 131.589 40.9273C132.449 40.0276 132.96 38.8599 133.122 37.4241H128.456V34.6708H136.813V45.2249H133.42L133.15 42.7969C132.754 43.3967 132.287 43.9008 131.754 44.3124C131.221 44.7208 130.602 45.0302 129.894 45.2408C129.189 45.4482 128.373 45.5535 127.453 45.5535Z11:T42b,M251.639 45.5535C249.83 45.5535 248.256 45.1483 246.92 44.3411C245.58 43.5339 244.542 42.3949 243.799 40.9305C243.057 39.466 242.688 37.7623 242.688 35.8161C242.688 33.854 243.069 32.1216 243.828 30.622C244.587 29.1225 245.682 27.9452 247.11 27.0902C248.538 26.2351 250.249 25.8076 252.239 25.8076C254.464 25.8076 256.315 26.3436 257.788 27.4156C259.26 28.4876 260.216 29.9808 260.651 31.8887H256.553C256.28 31.0528 255.778 30.3923 255.045 29.9106C254.312 29.4288 253.366 29.1863 252.211 29.1863C250.979 29.1863 249.932 29.4575 249.062 30.0031C248.192 30.5487 247.532 31.3112 247.081 32.2939C246.628 33.2765 246.402 34.4474 246.402 35.813C246.402 37.1785 246.628 38.3685 247.081 39.332C247.532 40.2956 248.18 41.0294 249.021 41.5271C249.862 42.028 250.852 42.2769 251.992 42.2769C253.655 42.2769 254.918 41.827 255.775 40.9273C256.635 40.0276 257.147 38.8599 257.308 37.4241H252.642V34.6708H261V45.2249H257.607L257.337 42.7969C256.94 43.3967 256.474 43.9008 255.94 44.3124C255.407 44.7208 254.788 45.0302 254.08 45.2408C253.376 45.4482 252.56 45.5535 251.639 45.5535Z12:T717,M94.4296 65.1943C93.617 65.1943 92.9155 65.0347 92.3315 64.7157C91.7475 64.3966 91.2809 63.9659 90.9286 63.4204C90.5794 62.878 90.3604 62.275 90.2715 61.6082H91.5126C91.6522 62.3739 91.9792 62.9673 92.4934 63.3821C93.0076 63.7968 93.6583 64.0042 94.4486 64.0042C95.1596 64.0042 95.7976 63.7873 96.3563 63.3534C96.9149 62.9195 97.3625 62.2526 97.7021 61.3497C98.0385 60.45 98.2322 59.3142 98.2829 57.9487V57.8243C98.2829 57.7796 98.2829 57.7381 98.2829 57.6998C98.0925 58.121 97.81 58.5166 97.4355 58.8867C97.0609 59.2568 96.6134 59.5535 96.0896 59.7768C95.5691 60.0002 94.9692 60.1118 94.2963 60.1118C93.5345 60.1118 92.8171 59.9332 92.1506 59.5758C91.484 59.2185 90.9412 58.7144 90.5191 58.0604C90.1001 57.4095 89.8906 56.6534 89.8906 55.7983C89.8906 55.0581 90.0715 54.3435 90.4334 53.6607C90.7952 52.9779 91.3158 52.4132 91.9982 51.9729C92.6807 51.5326 93.4964 51.3125 94.4486 51.3125C95.4009 51.3125 96.2039 51.4912 96.8514 51.8485C97.4989 52.2058 98.0195 52.6908 98.4163 53.3065C98.8098 53.9191 99.0955 54.6083 99.2733 55.3676C99.451 56.1269 99.5399 56.9054 99.5399 57.6966C99.5399 59.1675 99.3367 60.4628 98.9305 61.5858C98.5242 62.7089 97.9433 63.5926 97.1847 64.2307C96.4293 64.8688 95.5088 65.1879 94.4296 65.1879V65.1943ZM94.5438 58.9282C95.166 58.9282 95.7278 58.7814 96.2325 58.4879C96.734 58.1944 97.1307 57.8051 97.4228 57.3202C97.7148 56.8352 97.8608 56.2992 97.8608 55.709C97.8608 55.0836 97.7148 54.5317 97.4228 54.0499C97.1307 53.5682 96.7372 53.1949 96.242 52.9205C95.7468 52.6461 95.1818 52.5089 94.5438 52.5089C93.9059 52.5089 93.344 52.6493 92.8457 52.9301C92.3506 53.2108 91.9633 53.5905 91.684 54.0691C91.4047 54.5476 91.265 55.0996 91.265 55.7281C91.265 56.3566 91.4078 56.9309 91.6935 57.4159C91.9792 57.9008 92.3696 58.2741 92.8648 58.5357C93.3599 58.7974 93.9186 58.9282 94.5438 58.9282Z13:T42b,M101.581 64.9643V64.0263C102.508 63.2861 103.387 62.5395 104.212 61.793C105.038 61.0464 105.774 60.303 106.415 59.5596C107.056 58.8194 107.561 58.092 107.932 57.3837C108.301 56.6754 108.485 55.9799 108.485 55.3035C108.485 54.8186 108.399 54.3591 108.228 53.922C108.056 53.4881 107.78 53.1372 107.399 52.8692C107.018 52.6012 106.491 52.4672 105.815 52.4672C105.18 52.4672 104.654 52.6076 104.231 52.8883C103.812 53.1691 103.501 53.536 103.298 53.9891C103.095 54.4421 102.994 54.9366 102.994 55.4758H101.698C101.698 54.6208 101.876 53.8806 102.232 53.2616C102.587 52.6427 103.073 52.1641 103.692 51.8227C104.308 51.4845 105.025 51.3154 105.838 51.3154C106.587 51.3154 107.26 51.4558 107.859 51.7366C108.456 52.0173 108.932 52.4512 109.291 53.0415C109.646 53.6285 109.824 54.3783 109.824 55.2844C109.824 55.9225 109.688 56.567 109.415 57.2114C109.142 57.8559 108.783 58.4844 108.339 59.1002C107.894 59.7128 107.399 60.3062 106.85 60.8741C106.304 61.442 105.745 61.978 105.18 62.4853C104.615 62.9894 104.089 63.4392 103.606 63.838H110.319V64.9675H101.587L101.581 64.9643Z14:T49e,M117.197 65.1938C116.308 65.1938 115.531 65.0311 114.871 64.7056C114.21 64.3802 113.687 63.9335 113.296 63.3624C112.909 62.7945 112.658 62.1596 112.544 61.4545H113.861C114.026 62.2203 114.401 62.8456 114.985 63.3242C115.569 63.8027 116.312 64.042 117.216 64.042C117.902 64.042 118.486 63.8825 118.971 63.5634C119.454 63.2444 119.825 62.8137 120.086 62.2681C120.346 61.7257 120.476 61.1259 120.476 60.4751C120.476 59.7859 120.343 59.1702 120.076 58.6342C119.809 58.0982 119.438 57.6802 118.962 57.3803C118.486 57.0804 117.93 56.9304 117.292 56.9304C116.518 56.9304 115.855 57.0995 115.309 57.4377C114.763 57.7759 114.35 58.2194 114.071 58.7714H112.792L113.915 51.5449H120.838V52.7126H114.947L114.166 57.141C114.483 56.7454 114.918 56.42 115.47 56.1647C116.023 55.9095 116.661 55.7819 117.388 55.7819C118.022 55.7819 118.606 55.8967 119.143 56.1264C119.676 56.3562 120.136 56.6816 120.527 57.1027C120.914 57.5239 121.216 58.0152 121.431 58.5799C121.647 59.1446 121.755 59.7668 121.755 60.4591C121.755 61.0844 121.657 61.6843 121.46 62.2522C121.263 62.8201 120.971 63.3242 120.584 63.7676C120.197 64.2079 119.721 64.5557 119.152 64.8109C118.587 65.0662 117.934 65.1938 117.197 65.1938Z15:T427,M133.56 64.9643V64.0263C134.486 63.2861 135.366 62.5395 136.191 61.793C137.016 61.0464 137.753 60.303 138.394 59.5596C139.035 58.8194 139.54 58.092 139.911 57.3837C140.279 56.6754 140.463 55.9799 140.463 55.3035C140.463 54.8186 140.378 54.3591 140.206 53.922C140.035 53.4881 139.759 53.1372 139.378 52.8692C138.997 52.6012 138.47 52.4672 137.794 52.4672C137.159 52.4672 136.632 52.6076 136.21 52.8883C135.791 53.1691 135.48 53.536 135.277 53.9891C135.074 54.4421 134.972 54.9366 134.972 55.4758H133.677C133.677 54.6208 133.855 53.8806 134.21 53.2616C134.566 52.6427 135.051 52.1641 135.67 51.8227C136.286 51.4845 137.003 51.3154 137.816 51.3154C138.565 51.3154 139.238 51.4558 139.838 51.7366C140.435 52.0173 140.911 52.4512 141.269 53.0415C141.625 53.6285 141.803 54.3783 141.803 55.2844C141.803 55.9225 141.666 56.567 141.393 57.2114C141.12 57.8559 140.762 58.4844 140.317 59.1002C139.873 59.7128 139.378 60.3062 138.829 60.8741C138.283 61.442 137.724 61.978 137.159 62.4853C136.594 62.9894 136.067 63.4392 135.585 63.838H142.298V64.9675H133.566L133.56 64.9643Z16:T498,M149.538 65.1935C148.37 65.1935 147.37 64.9031 146.545 64.3225C145.72 63.7418 145.082 62.9282 144.637 61.8881C144.193 60.848 143.971 59.6357 143.971 58.2574C143.971 56.8791 144.193 55.6667 144.637 54.6266C145.082 53.5865 145.716 52.773 146.545 52.1923C147.37 51.6116 148.364 51.3213 149.519 51.3213C150.674 51.3213 151.668 51.6116 152.493 52.1923C153.318 52.773 153.953 53.5865 154.401 54.6266C154.845 55.6667 155.067 56.8791 155.067 58.2574C155.067 59.6357 154.845 60.848 154.401 61.8881C153.956 62.9314 153.322 63.7418 152.493 64.3225C151.668 64.9031 150.681 65.1935 149.538 65.1935ZM149.519 64.0258C150.319 64.0258 151.036 63.7961 151.665 63.3366C152.293 62.8772 152.788 62.2168 153.153 61.3521C153.515 60.4907 153.696 59.457 153.696 58.2574C153.696 57.0578 153.515 56.0272 153.153 55.1722C152.792 54.3171 152.296 53.6567 151.665 53.1973C151.036 52.7379 150.319 52.5081 149.519 52.5081C148.719 52.5081 148.018 52.7379 147.383 53.1973C146.748 53.6567 146.247 54.3171 145.885 55.1722C145.523 56.0272 145.342 57.0578 145.342 58.2574C145.342 59.457 145.523 60.4907 145.885 61.3521C146.247 62.2136 146.745 62.8772 147.383 63.3366C148.018 63.7961 148.729 64.0258 149.519 64.0258Z17:T425,M157.09 64.9643V64.0263C158.017 63.2861 158.896 62.5395 159.721 61.793C160.546 61.0464 161.283 60.303 161.924 59.5596C162.565 58.8194 163.07 58.092 163.441 57.3837C163.809 56.6754 163.994 55.9799 163.994 55.3035C163.994 54.8186 163.908 54.3591 163.736 53.922C163.565 53.4881 163.289 53.1372 162.908 52.8692C162.527 52.6012 162 52.4672 161.324 52.4672C160.689 52.4672 160.162 52.6076 159.74 52.8883C159.321 53.1691 159.01 53.536 158.807 53.9891C158.604 54.4421 158.502 54.9366 158.502 55.4758H157.207C157.207 54.6208 157.385 53.8806 157.741 53.2616C158.096 52.6427 158.582 52.1641 159.201 51.8227C159.816 51.4845 160.534 51.3154 161.346 51.3154C162.095 51.3154 162.768 51.4558 163.368 51.7366C163.965 52.0173 164.441 52.4512 164.8 53.0415C165.155 53.6285 165.333 54.3783 165.333 55.2844C165.333 55.9225 165.197 56.567 164.924 57.2114C164.651 57.8559 164.292 58.4844 163.848 59.1002C163.403 59.7128 162.908 60.3062 162.359 60.8741C161.813 61.442 161.254 61.978 160.689 62.4853C160.124 62.9894 159.597 63.4392 159.115 63.838H165.828V64.9675H157.096L157.09 64.9643Z18:T499,M172.706 65.1938C171.817 65.1938 171.04 65.0311 170.379 64.7056C169.719 64.3802 169.195 63.9335 168.805 63.3624C168.418 62.7945 168.167 62.1596 168.053 61.4545H169.37C169.535 62.2203 169.91 62.8456 170.494 63.3242C171.078 63.8027 171.82 64.042 172.725 64.042C173.411 64.042 173.995 63.8825 174.48 63.5634C174.963 63.2444 175.334 62.8137 175.594 62.2681C175.855 61.7257 175.985 61.1259 175.985 60.4751C175.985 59.7859 175.851 59.1702 175.585 58.6342C175.318 58.0982 174.947 57.6802 174.471 57.3803C173.995 57.0804 173.439 56.9304 172.801 56.9304C172.027 56.9304 171.363 57.0995 170.817 57.4377C170.271 57.7759 169.859 58.2194 169.579 58.7714H168.3L169.424 51.5449H176.347V52.7126H170.456L169.675 57.141C169.992 56.7454 170.427 56.42 170.979 56.1647C171.532 55.9095 172.17 55.7819 172.896 55.7819C173.531 55.7819 174.115 55.8967 174.652 56.1264C175.185 56.3562 175.645 56.6816 176.036 57.1027C176.423 57.5239 176.724 58.0152 176.94 58.5799C177.156 59.1446 177.264 59.7668 177.264 60.4591C177.264 61.0844 177.166 61.6843 176.969 62.2522C176.772 62.8201 176.48 63.3242 176.093 63.7676C175.705 64.2111 175.229 64.5557 174.661 64.8109C174.096 65.0662 173.442 65.1938 172.706 65.1938Z1a:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1b:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1c:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1d:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1e:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1f:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z0:{"P":null,"b":"kl_HGxkKw62rGQGM-O7A2","p":"/soe-centennial-nextjs","c":["","example","quote"],"i":false,"f":[[["",{"children":["example",{"children":["quote",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["quote",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children","quote","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":[["$","div",null,{"children":[["$","header",null,{"className":"group w-full transition-colors relative","children":[["$","$Lc",null,{}],["$","div",null,{"className":"flex justify-between items-center cc 3xl:px-100 4xl:px-[calc((100%-1800px)/2)] rs-pt-2 rs-pb-1 transition","children":[["$","div",null,{"className":"no-underline inline-block font-normal","children":["$","div",null,{"className":"flex flex-col sm:flex-row items-start sm:items-center","children":[["$","svg",null,{"width":261,"height":67,"viewBox":"0 0 261 67","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":[["$","g",null,{"clipPath":"url(#clip0_1391_18090)","children":[["$","path",null,{"d":"$d","className":"fill-digital-red-xlight"}],["$","path",null,{"d":"$e","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M104.146 21.0664V4.94813H98.585V1.97461H113.319V4.94813H107.784V21.0664H104.149H104.146Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M126.774 21.0664H130.653L123.733 1.97461H119.582L112.637 21.0664H116.49L117.991 16.7306H125.279L126.771 21.0664H126.774ZM118.985 13.8655L121.648 6.17328L124.295 13.8655H118.985Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M133.15 21.0664V1.97461H136.813L145.552 15.1481V1.97461H149.215V21.0664H145.552L136.813 7.92166V21.0664H133.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M152.932 21.0664V1.97461H165.304V4.94813H156.595V10.0497H163.568V12.9403H156.595V21.0664H152.932Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$f","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M203.318 21.0662L199.423 13.1346C199.702 13.0357 199.966 12.9209 200.21 12.7901C201.213 12.2541 201.95 11.5458 202.423 10.662C202.892 9.78144 203.127 8.83068 203.127 7.81292C203.127 6.74092 202.883 5.76463 202.394 4.88087C201.905 4.0003 201.162 3.29521 200.169 2.76878C199.175 2.24235 197.909 1.97754 196.37 1.97754H189.288V21.0693H192.951V13.5973H195.662L199.137 21.0693H203.314L203.318 21.0662ZM192.951 5.05635H196.154C197.274 5.05635 198.093 5.31478 198.61 5.83483C199.128 6.35487 199.385 7.05678 199.385 7.94692C199.385 8.83706 199.121 9.55492 198.598 10.1005C198.074 10.6461 197.258 10.9173 196.157 10.9173H192.954V5.05316L192.951 5.05635Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M206.409 21.0664V1.97461H212.757C214.963 1.97461 216.785 2.37023 218.223 3.16147C219.661 3.9527 220.728 5.06299 221.426 6.48913C222.121 7.91528 222.47 9.59347 222.47 11.5205C222.47 13.4476 222.121 15.1258 221.426 16.5519C220.731 17.978 219.667 19.0883 218.239 19.8796C216.811 20.6708 214.982 21.0664 212.757 21.0664H206.409ZM210.072 17.9015H212.567C214.122 17.9015 215.347 17.6462 216.243 17.1389C217.138 16.6317 217.776 15.8978 218.157 14.9439C218.537 13.9899 218.728 12.8478 218.728 11.5205C218.728 10.1933 218.537 9.02556 218.157 8.07161C217.776 7.11766 217.138 6.38385 216.243 5.87656C215.347 5.36928 214.122 5.11404 212.567 5.11404H210.072V17.9047V17.9015Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M83.5234 45.2246V26.1328H96.004V29.1063H87.1863V34.0962H95.1914V36.9613H87.1863V42.2511H96.004V45.2246H83.5234Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M99.3428 45.2246V26.1328H103.006L111.744 39.3063V26.1328H115.407V45.2246H111.744L103.006 32.0799V45.2246H99.3428Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$10","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M140.232 45.2246V26.1328H143.895V45.2246H140.232Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M147.611 45.2246V26.1328H151.274L160.013 39.3063V26.1328H163.675V45.2246H160.013L151.274 32.0799V45.2246H147.611Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M167.393 45.2246V26.1328H179.873V29.1063H171.055V34.0962H179.061V36.9613H171.055V42.2511H179.873V45.2246H167.393Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M183.209 45.2246V26.1328H195.69V29.1063H186.872V34.0962H194.877V36.9613H186.872V42.2511H195.69V45.2246H183.209Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M213.055 45.2246L209.16 37.2931C209.44 37.1942 209.703 37.0793 209.947 36.9485C210.95 36.4125 211.687 35.7042 212.16 34.8205C212.63 33.9399 212.864 32.9891 212.864 31.9714C212.864 30.8994 212.62 29.9231 212.131 29.0393C211.642 28.1588 210.9 27.4537 209.906 26.924C208.913 26.3976 207.646 26.1328 206.107 26.1328H199.025V45.2246H202.688V37.7525H205.399L208.875 45.2246H213.052H213.055ZM202.691 29.218H205.894C207.015 29.218 207.834 29.4764 208.351 29.9965C208.868 30.5165 209.125 31.2184 209.125 32.1086C209.125 32.9987 208.862 33.7166 208.338 34.2621C207.814 34.8077 206.999 35.0789 205.897 35.0789H202.695V29.2148L202.691 29.218Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M216.15 45.2246V26.1328H219.813V45.2246H216.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M223.53 45.2246V26.1328H227.193L235.931 39.3063V26.1328H239.594V45.2246H235.931L227.193 32.0799V45.2246H223.53Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$11","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M85.7929 64.9638V53.0218L83.5234 53.6344V52.6964L86.2119 51.5479H87.1451V64.9638H85.7897H85.7929Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$12","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$13","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$14","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M123.945 59.9044V58.7559H131.363V59.9044H123.945Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$15","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$16","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$17","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$18","className":"text-black-60 fill-stone-dark"}]]}],["$","defs",null,{"children":["$","clipPath",null,{"id":"clip0_1391_18090","children":["$","rect",null,{"width":"261","height":"67","fill":"white"}]}]}]]}],["$","span",null,{"className":"sr-only","children":"100 Years of Stanford Engineering: 1925 to 2025"}]]}]}],["$","div",null,{"className":"flex items-center gap-x-12 sm:gap-x-20 md:gap-x-30","children":"$undefined"}]]}]]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[536px] xl:max-w-[726px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1a","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[600px] lg:max-w-[750px] xl:max-w-[850px] 2xl:max-w-[1000px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1b","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[450px] xl:max-w-[650px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1c","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[536px] xl:max-w-[726px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1d","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[600px] lg:max-w-[750px] xl:max-w-[850px] 2xl:max-w-[1000px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1e","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[450px] xl:max-w-[650px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1f","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}]]}],null,["$","$L20",null,{"children":"$L21"}]]}],{},null]},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","VvfvUAoXW3zrSmbyP8FUb",{"children":[["$","$L22",null,{"children":"$L23"}],["$","$L24",null,{"children":"$L25"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$26","$undefined"],"s":false,"S":true} +8:HL["/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","style"] +d:T70d,M52.7722 67H52.7183C46.2685 67 41.0217 61.7261 41.0217 55.2431V42.2515L37.5143 55.527C35.7273 62.2845 29.6235 67.0032 22.669 67.0032C16.5906 67.0032 11.328 63.4362 8.83949 58.2772L7.26831 64.2402C6.8398 65.8674 5.37337 67.0032 3.69744 67.0032C2.54207 67.0032 1.47557 66.4768 0.770921 65.5547C0.0662701 64.6359 -0.168613 63.4618 0.126578 62.3387L7.30957 35.0889V4.90376C7.30957 2.19824 9.4997 0 12.1882 0C13.7149 0 15.1242 0.698714 16.0542 1.91429C16.9842 3.12986 17.2953 4.67724 16.9049 6.16081L9.21403 35.3377V49.379L19.9203 8.74829C21.2788 3.59567 25.9288 0 31.2296 0C37.6794 0 42.9262 5.27386 42.9262 11.7569V27.5912L47.4302 10.5509C49.0712 4.33905 54.6862 0 61.0788 0C65.4972 0 69.5759 2.01957 72.2707 5.53867C74.9655 9.05776 75.8606 13.5404 74.7307 17.8316L64.0784 58.2517C62.7199 63.4011 58.0698 67 52.7722 67ZM42.9262 35.0474V55.2431C42.9262 60.6701 47.3191 65.0857 52.7183 65.0857H52.7722C57.2096 65.0857 61.1011 62.0739 62.2374 57.7636L72.8897 17.3434C73.8673 13.6297 73.0928 9.75329 70.763 6.70638C68.4301 3.66267 64.9005 1.91429 61.0788 1.91429C55.5464 1.91429 50.69 5.66948 49.268 11.0422L42.923 35.0442L42.9262 35.0474ZM9.67745 55.09C11.2264 60.8424 16.4637 65.0857 22.669 65.0857C28.8744 65.0857 34.1085 60.9509 35.6733 55.0325L41.0217 34.7953V11.7569C41.0217 6.3299 36.6287 1.91429 31.2296 1.91429C26.7922 1.91429 22.9008 4.9261 21.7644 9.23643L9.67745 55.09ZM7.3064 42.561L1.96438 62.8269C1.82155 63.3692 1.93582 63.9371 2.27544 64.3838C2.61507 64.8305 3.13245 65.0857 3.69427 65.0857C4.50366 65.0857 5.21466 64.537 5.42415 63.7489L7.70951 55.0772C7.44606 53.9478 7.3064 52.7705 7.3064 51.5613V42.5641V42.561ZM12.185 1.91429C10.544 1.91429 9.21086 3.25429 9.21086 4.90376V27.8624L15.0607 5.66948C15.2988 4.76657 15.1115 3.82219 14.5433 3.082C13.9752 2.34181 13.1182 1.91429 12.185 1.91429Ze:T708,M90.0621 21.3947C88.6878 21.3947 87.4626 21.1587 86.3865 20.6865C85.3105 20.2143 84.4599 19.5219 83.8377 18.6127C83.2124 17.7034 82.8918 16.6027 82.876 15.3137H86.7547C86.7738 15.8784 86.9166 16.3857 87.1896 16.8419C87.4626 17.2982 87.8371 17.6555 88.3164 17.9203C88.7957 18.1851 89.3702 18.3159 90.0399 18.3159C90.6176 18.3159 91.1191 18.2202 91.5444 18.0288C91.9698 17.8374 92.2999 17.5694 92.5348 17.2248C92.7696 16.8802 92.8871 16.4718 92.8871 15.9965C92.8871 15.4509 92.7569 14.9978 92.4935 14.6341C92.23 14.2704 91.8682 13.9609 91.408 13.7057C90.9477 13.4505 90.4145 13.2207 89.8082 13.0102C89.202 12.8028 88.564 12.5795 87.8942 12.3434C86.3929 11.852 85.247 11.198 84.463 10.3812C83.6759 9.56446 83.2823 8.48289 83.2823 7.13651C83.2823 5.99113 83.5584 5.00846 84.1107 4.1917C84.663 3.37494 85.4279 2.74642 86.4024 2.30932C87.38 1.87223 88.491 1.65527 89.7384 1.65527C90.9858 1.65527 92.1475 1.87861 93.1156 2.32208C94.0837 2.76875 94.8519 3.41004 95.4232 4.24594C95.9945 5.08184 96.2866 6.06451 96.3056 7.19075H92.3983C92.3792 6.7728 92.2586 6.37718 92.0333 6.00389C91.8079 5.63061 91.4937 5.3307 91.0969 5.10418C90.7001 4.87765 90.2272 4.7628 89.6876 4.7628C89.2178 4.74365 88.7862 4.81704 88.3989 4.97975C88.0085 5.14246 87.7006 5.38494 87.4752 5.70399C87.2499 6.02303 87.1356 6.41865 87.1356 6.89084C87.1356 7.36303 87.2499 7.72675 87.4752 8.03623C87.7006 8.3457 88.0148 8.6137 88.4116 8.84022C88.8084 9.06675 89.2813 9.27732 89.8241 9.46875C90.3669 9.66018 90.9541 9.8548 91.5889 10.0558C92.5284 10.3844 93.3981 10.7705 94.1948 11.2139C94.9915 11.6606 95.6232 12.2381 96.0929 12.9464C96.5627 13.6547 96.7976 14.5927 96.7976 15.754C96.7976 16.7526 96.5341 17.681 96.0104 18.5361C95.4867 19.3911 94.7312 20.0803 93.7441 20.6099C92.757 21.1363 91.5318 21.4011 90.0685 21.4011L90.0621 21.3947Zf:T48b,M176.779 21.395C174.934 21.395 173.306 20.9771 171.894 20.1412C170.484 19.3053 169.38 18.1471 168.583 16.6635C167.786 15.1832 167.39 13.4667 167.39 11.5237C167.39 9.57749 167.786 7.8642 168.583 6.38382C169.38 4.90344 170.481 3.74211 171.894 2.9062C173.306 2.0703 174.931 1.65234 176.779 1.65234C178.626 1.65234 180.28 2.0703 181.689 2.9062C183.098 3.74211 184.2 4.90344 184.987 6.38382C185.774 7.86739 186.168 9.58068 186.168 11.5237C186.168 13.4667 185.774 15.1832 184.987 16.6635C184.2 18.1471 183.101 19.3053 181.689 20.1412C180.276 20.9771 178.642 21.395 176.779 21.395ZM176.779 18.0929C177.937 18.0929 178.937 17.8249 179.778 17.2889C180.619 16.7529 181.276 15.9935 181.746 15.0109C182.216 14.0282 182.451 12.8669 182.451 11.5205C182.451 10.1741 182.216 8.98725 181.746 8.01734C181.276 7.04425 180.619 6.29449 179.778 5.76806C178.937 5.24163 177.937 4.97682 176.779 4.97682C175.62 4.97682 174.642 5.24163 173.795 5.76806C172.944 6.29449 172.284 7.04425 171.814 8.01734C171.345 8.99044 171.11 10.1582 171.11 11.5205C171.11 12.8828 171.345 14.0282 171.814 15.0109C172.284 15.9935 172.944 16.7529 173.795 17.2889C174.646 17.8249 175.639 18.0929 176.779 18.0929Z10:T432,M127.453 45.5535C125.644 45.5535 124.069 45.1483 122.733 44.3411C121.394 43.5339 120.356 42.3949 119.613 40.9305C118.87 39.466 118.502 37.7623 118.502 35.8161C118.502 33.87 118.883 32.1216 119.641 30.622C120.4 29.1225 121.495 27.9452 122.923 27.0902C124.352 26.2351 126.063 25.8076 128.053 25.8076C130.278 25.8076 132.128 26.3436 133.601 27.4156C135.074 28.4876 136.029 29.9808 136.464 31.8887H132.366C132.093 31.0528 131.592 30.3923 130.859 29.9106C130.126 29.4288 129.18 29.1863 128.024 29.1863C126.793 29.1863 125.745 29.4575 124.876 30.0031C124.006 30.5487 123.346 31.3112 122.895 32.2939C122.441 33.2765 122.216 34.4474 122.216 35.813C122.216 37.1785 122.441 38.3685 122.895 39.332C123.346 40.2956 123.993 41.0294 124.834 41.5271C125.675 42.028 126.666 42.2769 127.805 42.2769C129.468 42.2769 130.732 41.827 131.589 40.9273C132.449 40.0276 132.96 38.8599 133.122 37.4241H128.456V34.6708H136.813V45.2249H133.42L133.15 42.7969C132.754 43.3967 132.287 43.9008 131.754 44.3124C131.221 44.7208 130.602 45.0302 129.894 45.2408C129.189 45.4482 128.373 45.5535 127.453 45.5535Z11:T42b,M251.639 45.5535C249.83 45.5535 248.256 45.1483 246.92 44.3411C245.58 43.5339 244.542 42.3949 243.799 40.9305C243.057 39.466 242.688 37.7623 242.688 35.8161C242.688 33.854 243.069 32.1216 243.828 30.622C244.587 29.1225 245.682 27.9452 247.11 27.0902C248.538 26.2351 250.249 25.8076 252.239 25.8076C254.464 25.8076 256.315 26.3436 257.788 27.4156C259.26 28.4876 260.216 29.9808 260.651 31.8887H256.553C256.28 31.0528 255.778 30.3923 255.045 29.9106C254.312 29.4288 253.366 29.1863 252.211 29.1863C250.979 29.1863 249.932 29.4575 249.062 30.0031C248.192 30.5487 247.532 31.3112 247.081 32.2939C246.628 33.2765 246.402 34.4474 246.402 35.813C246.402 37.1785 246.628 38.3685 247.081 39.332C247.532 40.2956 248.18 41.0294 249.021 41.5271C249.862 42.028 250.852 42.2769 251.992 42.2769C253.655 42.2769 254.918 41.827 255.775 40.9273C256.635 40.0276 257.147 38.8599 257.308 37.4241H252.642V34.6708H261V45.2249H257.607L257.337 42.7969C256.94 43.3967 256.474 43.9008 255.94 44.3124C255.407 44.7208 254.788 45.0302 254.08 45.2408C253.376 45.4482 252.56 45.5535 251.639 45.5535Z12:T717,M94.4296 65.1943C93.617 65.1943 92.9155 65.0347 92.3315 64.7157C91.7475 64.3966 91.2809 63.9659 90.9286 63.4204C90.5794 62.878 90.3604 62.275 90.2715 61.6082H91.5126C91.6522 62.3739 91.9792 62.9673 92.4934 63.3821C93.0076 63.7968 93.6583 64.0042 94.4486 64.0042C95.1596 64.0042 95.7976 63.7873 96.3563 63.3534C96.9149 62.9195 97.3625 62.2526 97.7021 61.3497C98.0385 60.45 98.2322 59.3142 98.2829 57.9487V57.8243C98.2829 57.7796 98.2829 57.7381 98.2829 57.6998C98.0925 58.121 97.81 58.5166 97.4355 58.8867C97.0609 59.2568 96.6134 59.5535 96.0896 59.7768C95.5691 60.0002 94.9692 60.1118 94.2963 60.1118C93.5345 60.1118 92.8171 59.9332 92.1506 59.5758C91.484 59.2185 90.9412 58.7144 90.5191 58.0604C90.1001 57.4095 89.8906 56.6534 89.8906 55.7983C89.8906 55.0581 90.0715 54.3435 90.4334 53.6607C90.7952 52.9779 91.3158 52.4132 91.9982 51.9729C92.6807 51.5326 93.4964 51.3125 94.4486 51.3125C95.4009 51.3125 96.2039 51.4912 96.8514 51.8485C97.4989 52.2058 98.0195 52.6908 98.4163 53.3065C98.8098 53.9191 99.0955 54.6083 99.2733 55.3676C99.451 56.1269 99.5399 56.9054 99.5399 57.6966C99.5399 59.1675 99.3367 60.4628 98.9305 61.5858C98.5242 62.7089 97.9433 63.5926 97.1847 64.2307C96.4293 64.8688 95.5088 65.1879 94.4296 65.1879V65.1943ZM94.5438 58.9282C95.166 58.9282 95.7278 58.7814 96.2325 58.4879C96.734 58.1944 97.1307 57.8051 97.4228 57.3202C97.7148 56.8352 97.8608 56.2992 97.8608 55.709C97.8608 55.0836 97.7148 54.5317 97.4228 54.0499C97.1307 53.5682 96.7372 53.1949 96.242 52.9205C95.7468 52.6461 95.1818 52.5089 94.5438 52.5089C93.9059 52.5089 93.344 52.6493 92.8457 52.9301C92.3506 53.2108 91.9633 53.5905 91.684 54.0691C91.4047 54.5476 91.265 55.0996 91.265 55.7281C91.265 56.3566 91.4078 56.9309 91.6935 57.4159C91.9792 57.9008 92.3696 58.2741 92.8648 58.5357C93.3599 58.7974 93.9186 58.9282 94.5438 58.9282Z13:T42b,M101.581 64.9643V64.0263C102.508 63.2861 103.387 62.5395 104.212 61.793C105.038 61.0464 105.774 60.303 106.415 59.5596C107.056 58.8194 107.561 58.092 107.932 57.3837C108.301 56.6754 108.485 55.9799 108.485 55.3035C108.485 54.8186 108.399 54.3591 108.228 53.922C108.056 53.4881 107.78 53.1372 107.399 52.8692C107.018 52.6012 106.491 52.4672 105.815 52.4672C105.18 52.4672 104.654 52.6076 104.231 52.8883C103.812 53.1691 103.501 53.536 103.298 53.9891C103.095 54.4421 102.994 54.9366 102.994 55.4758H101.698C101.698 54.6208 101.876 53.8806 102.232 53.2616C102.587 52.6427 103.073 52.1641 103.692 51.8227C104.308 51.4845 105.025 51.3154 105.838 51.3154C106.587 51.3154 107.26 51.4558 107.859 51.7366C108.456 52.0173 108.932 52.4512 109.291 53.0415C109.646 53.6285 109.824 54.3783 109.824 55.2844C109.824 55.9225 109.688 56.567 109.415 57.2114C109.142 57.8559 108.783 58.4844 108.339 59.1002C107.894 59.7128 107.399 60.3062 106.85 60.8741C106.304 61.442 105.745 61.978 105.18 62.4853C104.615 62.9894 104.089 63.4392 103.606 63.838H110.319V64.9675H101.587L101.581 64.9643Z14:T49e,M117.197 65.1938C116.308 65.1938 115.531 65.0311 114.871 64.7056C114.21 64.3802 113.687 63.9335 113.296 63.3624C112.909 62.7945 112.658 62.1596 112.544 61.4545H113.861C114.026 62.2203 114.401 62.8456 114.985 63.3242C115.569 63.8027 116.312 64.042 117.216 64.042C117.902 64.042 118.486 63.8825 118.971 63.5634C119.454 63.2444 119.825 62.8137 120.086 62.2681C120.346 61.7257 120.476 61.1259 120.476 60.4751C120.476 59.7859 120.343 59.1702 120.076 58.6342C119.809 58.0982 119.438 57.6802 118.962 57.3803C118.486 57.0804 117.93 56.9304 117.292 56.9304C116.518 56.9304 115.855 57.0995 115.309 57.4377C114.763 57.7759 114.35 58.2194 114.071 58.7714H112.792L113.915 51.5449H120.838V52.7126H114.947L114.166 57.141C114.483 56.7454 114.918 56.42 115.47 56.1647C116.023 55.9095 116.661 55.7819 117.388 55.7819C118.022 55.7819 118.606 55.8967 119.143 56.1264C119.676 56.3562 120.136 56.6816 120.527 57.1027C120.914 57.5239 121.216 58.0152 121.431 58.5799C121.647 59.1446 121.755 59.7668 121.755 60.4591C121.755 61.0844 121.657 61.6843 121.46 62.2522C121.263 62.8201 120.971 63.3242 120.584 63.7676C120.197 64.2079 119.721 64.5557 119.152 64.8109C118.587 65.0662 117.934 65.1938 117.197 65.1938Z15:T427,M133.56 64.9643V64.0263C134.486 63.2861 135.366 62.5395 136.191 61.793C137.016 61.0464 137.753 60.303 138.394 59.5596C139.035 58.8194 139.54 58.092 139.911 57.3837C140.279 56.6754 140.463 55.9799 140.463 55.3035C140.463 54.8186 140.378 54.3591 140.206 53.922C140.035 53.4881 139.759 53.1372 139.378 52.8692C138.997 52.6012 138.47 52.4672 137.794 52.4672C137.159 52.4672 136.632 52.6076 136.21 52.8883C135.791 53.1691 135.48 53.536 135.277 53.9891C135.074 54.4421 134.972 54.9366 134.972 55.4758H133.677C133.677 54.6208 133.855 53.8806 134.21 53.2616C134.566 52.6427 135.051 52.1641 135.67 51.8227C136.286 51.4845 137.003 51.3154 137.816 51.3154C138.565 51.3154 139.238 51.4558 139.838 51.7366C140.435 52.0173 140.911 52.4512 141.269 53.0415C141.625 53.6285 141.803 54.3783 141.803 55.2844C141.803 55.9225 141.666 56.567 141.393 57.2114C141.12 57.8559 140.762 58.4844 140.317 59.1002C139.873 59.7128 139.378 60.3062 138.829 60.8741C138.283 61.442 137.724 61.978 137.159 62.4853C136.594 62.9894 136.067 63.4392 135.585 63.838H142.298V64.9675H133.566L133.56 64.9643Z16:T498,M149.538 65.1935C148.37 65.1935 147.37 64.9031 146.545 64.3225C145.72 63.7418 145.082 62.9282 144.637 61.8881C144.193 60.848 143.971 59.6357 143.971 58.2574C143.971 56.8791 144.193 55.6667 144.637 54.6266C145.082 53.5865 145.716 52.773 146.545 52.1923C147.37 51.6116 148.364 51.3213 149.519 51.3213C150.674 51.3213 151.668 51.6116 152.493 52.1923C153.318 52.773 153.953 53.5865 154.401 54.6266C154.845 55.6667 155.067 56.8791 155.067 58.2574C155.067 59.6357 154.845 60.848 154.401 61.8881C153.956 62.9314 153.322 63.7418 152.493 64.3225C151.668 64.9031 150.681 65.1935 149.538 65.1935ZM149.519 64.0258C150.319 64.0258 151.036 63.7961 151.665 63.3366C152.293 62.8772 152.788 62.2168 153.153 61.3521C153.515 60.4907 153.696 59.457 153.696 58.2574C153.696 57.0578 153.515 56.0272 153.153 55.1722C152.792 54.3171 152.296 53.6567 151.665 53.1973C151.036 52.7379 150.319 52.5081 149.519 52.5081C148.719 52.5081 148.018 52.7379 147.383 53.1973C146.748 53.6567 146.247 54.3171 145.885 55.1722C145.523 56.0272 145.342 57.0578 145.342 58.2574C145.342 59.457 145.523 60.4907 145.885 61.3521C146.247 62.2136 146.745 62.8772 147.383 63.3366C148.018 63.7961 148.729 64.0258 149.519 64.0258Z17:T425,M157.09 64.9643V64.0263C158.017 63.2861 158.896 62.5395 159.721 61.793C160.546 61.0464 161.283 60.303 161.924 59.5596C162.565 58.8194 163.07 58.092 163.441 57.3837C163.809 56.6754 163.994 55.9799 163.994 55.3035C163.994 54.8186 163.908 54.3591 163.736 53.922C163.565 53.4881 163.289 53.1372 162.908 52.8692C162.527 52.6012 162 52.4672 161.324 52.4672C160.689 52.4672 160.162 52.6076 159.74 52.8883C159.321 53.1691 159.01 53.536 158.807 53.9891C158.604 54.4421 158.502 54.9366 158.502 55.4758H157.207C157.207 54.6208 157.385 53.8806 157.741 53.2616C158.096 52.6427 158.582 52.1641 159.201 51.8227C159.816 51.4845 160.534 51.3154 161.346 51.3154C162.095 51.3154 162.768 51.4558 163.368 51.7366C163.965 52.0173 164.441 52.4512 164.8 53.0415C165.155 53.6285 165.333 54.3783 165.333 55.2844C165.333 55.9225 165.197 56.567 164.924 57.2114C164.651 57.8559 164.292 58.4844 163.848 59.1002C163.403 59.7128 162.908 60.3062 162.359 60.8741C161.813 61.442 161.254 61.978 160.689 62.4853C160.124 62.9894 159.597 63.4392 159.115 63.838H165.828V64.9675H157.096L157.09 64.9643Z18:T499,M172.706 65.1938C171.817 65.1938 171.04 65.0311 170.379 64.7056C169.719 64.3802 169.195 63.9335 168.805 63.3624C168.418 62.7945 168.167 62.1596 168.053 61.4545H169.37C169.535 62.2203 169.91 62.8456 170.494 63.3242C171.078 63.8027 171.82 64.042 172.725 64.042C173.411 64.042 173.995 63.8825 174.48 63.5634C174.963 63.2444 175.334 62.8137 175.594 62.2681C175.855 61.7257 175.985 61.1259 175.985 60.4751C175.985 59.7859 175.851 59.1702 175.585 58.6342C175.318 58.0982 174.947 57.6802 174.471 57.3803C173.995 57.0804 173.439 56.9304 172.801 56.9304C172.027 56.9304 171.363 57.0995 170.817 57.4377C170.271 57.7759 169.859 58.2194 169.579 58.7714H168.3L169.424 51.5449H176.347V52.7126H170.456L169.675 57.141C169.992 56.7454 170.427 56.42 170.979 56.1647C171.532 55.9095 172.17 55.7819 172.896 55.7819C173.531 55.7819 174.115 55.8967 174.652 56.1264C175.185 56.3562 175.645 56.6816 176.036 57.1027C176.423 57.5239 176.724 58.0152 176.94 58.5799C177.156 59.1446 177.264 59.7668 177.264 60.4591C177.264 61.0844 177.166 61.6843 176.969 62.2522C176.772 62.8201 176.48 63.3242 176.093 63.7676C175.705 64.2111 175.229 64.5557 174.661 64.8109C174.096 65.0662 173.442 65.1938 172.706 65.1938Z1a:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1b:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1c:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1d:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1e:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z1f:T4d3,M9.275 38.675C8.10833 38.675 6.94167 38.5583 5.775 38.325C4.60833 37.975 3.20833 37.1 1.575 35.7C1.10833 34.0667 0.7 32.4333 0.35 30.8C0.116667 29.1667 0 27.5917 0 26.075C0 21.6417 0.875 17.7333 2.625 14.35C4.375 10.85 6.65 7.93333 9.45 5.6C12.25 3.15 15.2833 1.28333 18.55 0L19.95 3.15C17.3833 4.66667 15.225 6.18333 13.475 7.69999C11.725 9.1 10.2083 10.85 8.925 12.95C7.75833 14.9333 6.53333 17.6167 5.25 21L5.6 17.15L12.775 21.875C14.6417 23.0417 15.9833 24.325 16.8 25.725C17.6167 27.125 18.025 28.525 18.025 29.925C18.025 32.6083 17.2083 34.7667 15.575 36.4C14.0583 37.9167 11.9583 38.675 9.275 38.675ZM41.125 38.675C39.9583 38.675 38.7917 38.5583 37.625 38.325C36.4583 37.975 35.0583 37.1 33.425 35.7C32.9583 34.0667 32.55 32.4333 32.2 30.8C31.9667 29.1667 31.85 27.5917 31.85 26.075C31.85 21.6417 32.725 17.7333 34.475 14.35C36.225 10.85 38.5 7.93333 41.3 5.6C44.1 3.15 47.1333 1.28333 50.4 0L51.8 3.15C49.2333 4.66667 47.075 6.18333 45.325 7.69999C43.575 9.1 42.0583 10.85 40.775 12.95C39.6083 14.9333 38.3833 17.6167 37.1 21L37.45 17.15L44.625 21.875C46.4917 23.0417 47.8333 24.325 48.65 25.725C49.4667 27.125 49.875 28.525 49.875 29.925C49.875 32.6083 49.0583 34.7667 47.425 36.4C45.9083 37.9167 43.8083 38.675 41.125 38.675Z0:{"P":null,"b":"HWX-ZBhzHEIAs2F0Tvduv","p":"/soe-centennial-nextjs","c":["","example","quote"],"i":false,"f":[[["",{"children":["example",{"children":["quote",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["quote",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children","quote","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":[["$","div",null,{"children":[["$","header",null,{"className":"group w-full transition-colors relative","children":[["$","$Lc",null,{}],["$","div",null,{"className":"flex justify-between items-center cc 3xl:px-100 4xl:px-[calc((100%-1800px)/2)] rs-pt-2 rs-pb-1 transition","children":[["$","div",null,{"className":"no-underline inline-block font-normal","children":["$","div",null,{"className":"flex flex-col sm:flex-row items-start sm:items-center","children":[["$","svg",null,{"width":261,"height":67,"viewBox":"0 0 261 67","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":[["$","g",null,{"clipPath":"url(#clip0_1391_18090)","children":[["$","path",null,{"d":"$d","className":"fill-digital-red-xlight"}],["$","path",null,{"d":"$e","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M104.146 21.0664V4.94813H98.585V1.97461H113.319V4.94813H107.784V21.0664H104.149H104.146Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M126.774 21.0664H130.653L123.733 1.97461H119.582L112.637 21.0664H116.49L117.991 16.7306H125.279L126.771 21.0664H126.774ZM118.985 13.8655L121.648 6.17328L124.295 13.8655H118.985Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M133.15 21.0664V1.97461H136.813L145.552 15.1481V1.97461H149.215V21.0664H145.552L136.813 7.92166V21.0664H133.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M152.932 21.0664V1.97461H165.304V4.94813H156.595V10.0497H163.568V12.9403H156.595V21.0664H152.932Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$f","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M203.318 21.0662L199.423 13.1346C199.702 13.0357 199.966 12.9209 200.21 12.7901C201.213 12.2541 201.95 11.5458 202.423 10.662C202.892 9.78144 203.127 8.83068 203.127 7.81292C203.127 6.74092 202.883 5.76463 202.394 4.88087C201.905 4.0003 201.162 3.29521 200.169 2.76878C199.175 2.24235 197.909 1.97754 196.37 1.97754H189.288V21.0693H192.951V13.5973H195.662L199.137 21.0693H203.314L203.318 21.0662ZM192.951 5.05635H196.154C197.274 5.05635 198.093 5.31478 198.61 5.83483C199.128 6.35487 199.385 7.05678 199.385 7.94692C199.385 8.83706 199.121 9.55492 198.598 10.1005C198.074 10.6461 197.258 10.9173 196.157 10.9173H192.954V5.05316L192.951 5.05635Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M206.409 21.0664V1.97461H212.757C214.963 1.97461 216.785 2.37023 218.223 3.16147C219.661 3.9527 220.728 5.06299 221.426 6.48913C222.121 7.91528 222.47 9.59347 222.47 11.5205C222.47 13.4476 222.121 15.1258 221.426 16.5519C220.731 17.978 219.667 19.0883 218.239 19.8796C216.811 20.6708 214.982 21.0664 212.757 21.0664H206.409ZM210.072 17.9015H212.567C214.122 17.9015 215.347 17.6462 216.243 17.1389C217.138 16.6317 217.776 15.8978 218.157 14.9439C218.537 13.9899 218.728 12.8478 218.728 11.5205C218.728 10.1933 218.537 9.02556 218.157 8.07161C217.776 7.11766 217.138 6.38385 216.243 5.87656C215.347 5.36928 214.122 5.11404 212.567 5.11404H210.072V17.9047V17.9015Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M83.5234 45.2246V26.1328H96.004V29.1063H87.1863V34.0962H95.1914V36.9613H87.1863V42.2511H96.004V45.2246H83.5234Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M99.3428 45.2246V26.1328H103.006L111.744 39.3063V26.1328H115.407V45.2246H111.744L103.006 32.0799V45.2246H99.3428Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$10","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M140.232 45.2246V26.1328H143.895V45.2246H140.232Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M147.611 45.2246V26.1328H151.274L160.013 39.3063V26.1328H163.675V45.2246H160.013L151.274 32.0799V45.2246H147.611Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M167.393 45.2246V26.1328H179.873V29.1063H171.055V34.0962H179.061V36.9613H171.055V42.2511H179.873V45.2246H167.393Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M183.209 45.2246V26.1328H195.69V29.1063H186.872V34.0962H194.877V36.9613H186.872V42.2511H195.69V45.2246H183.209Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M213.055 45.2246L209.16 37.2931C209.44 37.1942 209.703 37.0793 209.947 36.9485C210.95 36.4125 211.687 35.7042 212.16 34.8205C212.63 33.9399 212.864 32.9891 212.864 31.9714C212.864 30.8994 212.62 29.9231 212.131 29.0393C211.642 28.1588 210.9 27.4537 209.906 26.924C208.913 26.3976 207.646 26.1328 206.107 26.1328H199.025V45.2246H202.688V37.7525H205.399L208.875 45.2246H213.052H213.055ZM202.691 29.218H205.894C207.015 29.218 207.834 29.4764 208.351 29.9965C208.868 30.5165 209.125 31.2184 209.125 32.1086C209.125 32.9987 208.862 33.7166 208.338 34.2621C207.814 34.8077 206.999 35.0789 205.897 35.0789H202.695V29.2148L202.691 29.218Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M216.15 45.2246V26.1328H219.813V45.2246H216.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M223.53 45.2246V26.1328H227.193L235.931 39.3063V26.1328H239.594V45.2246H235.931L227.193 32.0799V45.2246H223.53Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$11","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M85.7929 64.9638V53.0218L83.5234 53.6344V52.6964L86.2119 51.5479H87.1451V64.9638H85.7897H85.7929Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$12","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$13","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$14","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M123.945 59.9044V58.7559H131.363V59.9044H123.945Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$15","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$16","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$17","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$18","className":"text-black-60 fill-stone-dark"}]]}],["$","defs",null,{"children":["$","clipPath",null,{"id":"clip0_1391_18090","children":["$","rect",null,{"width":"261","height":"67","fill":"white"}]}]}]]}],["$","span",null,{"className":"sr-only","children":"100 Years of Stanford Engineering: 1925 to 2025"}]]}]}],["$","div",null,{"className":"flex items-center gap-x-12 sm:gap-x-20 md:gap-x-30","children":"$undefined"}]]}]]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[536px] xl:max-w-[726px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1a","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[600px] lg:max-w-[750px] xl:max-w-[850px] 2xl:max-w-[1000px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1b","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[450px] xl:max-w-[650px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1c","fill":"#7F7776"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[536px] xl:max-w-[726px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1d","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[600px] lg:max-w-[750px] xl:max-w-[850px] 2xl:max-w-[1000px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1e","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}],["$","$L19",null,{"animation":"slideUp","delay":"$undefined","children":["$","div",null,{"style":"$undefined","className":"rs-py-5 w-full text-stone-dark cc md:w-full md:max-w-[436px] lg:max-w-[450px] xl:max-w-[650px]","children":["$","blockquote",null,{"children":[["$","svg",null,{"className":"rs-mb-0","width":"52","height":"39","viewBox":"0 0 52 39","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":["$","path",null,{"d":"$1f","fill":"#EC0909"}]}],["$","div",null,{"className":"font-dm-sans soe-quote-lg tracking-normal m-0 grow-0 w-fit","children":["We each get a chance to choose our own path...","$undefined"]}],["$","div",null,{"className":"font-dm-sans overview tracking-normal rs-mt-1 mb-0 whitespace-pre-line","children":[["Sometimes, it seems to me that we are running away from problems and reacting to issues in our world and our societies as though we are afraid of change, that we’re afraid of things being a little bit different. And that’s keeping us from formulating the right question so we can solve a problem.","\""],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-0 rs-mt-1 mb-0 whitespace-pre-line","children":["Mae C. Jemison","$undefined"]}]]}]}]}]]}],null,["$","$L20",null,{"children":"$L21"}]]}],{},null]},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","avKhw4ZJ2L8WnibEJZbVR",{"children":[["$","$L22",null,{"children":"$L23"}],["$","$L24",null,{"children":"$L25"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$26","$undefined"],"s":false,"S":true} 25:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 23:[["$","meta","0",{"charSet":"utf-8"}],["$","link","1",{"rel":"icon","href":"/soe-centennial-nextjs/favicon.ico","type":"image/x-icon","sizes":"16x16"}]] 21:null diff --git a/out/example/story.html b/out/example/story.html index c9f3db3..4b163ad 100644 --- a/out/example/story.html +++ b/out/example/story.html @@ -1 +1 @@ -
100 Years of Stanford Engineering: 1925 to 2025

Exploring the reengineering of immune cells

Change Makers
The Sarafan ChEM-H Institute scholar is building a multidisciplinary lab to explore the reengineering of immune cells. Before coming to Stanford, she says, “I was thinking in terms of understanding. Now I feel that I can start thinking in terms of creating.”
by Jess Alvarenga
Overview style lorem ipsum dolar sit amet vestibulum parimentium elit rhoncus donec. Scelerisque urna et euismod in daphibus nec leo euismod nisi, pharetra raesent nec. Aliquam dignissim nisi convalis quis, leo vestibulum duis euismod.
Long copy paragraph text style raesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet

Header Two

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed in text link. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet in text link hover state. Aliquam sodales consequat arcu in egestas. Aliquam condimentum viverra eros.Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Three

Aenean sollicitudin facilisis ex, in tincidunt velit sodales ac. Nullam consequat leo ut sem pharetra, a fringilla massa commodo. Etiam molestie, justo nec congue ultricies, augue massa tempus ante, nec sagittis dui tellus ac lectus. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Around the same time...

Contribute your stories

Get involved
Cras felis tortor, bibendum quis porttitor at, ullamcorper eu diam. Aenean iaculis efficitur quam, quis dignissim lacus. Cras nec dui id mi blandit lobortis eget in enim.
\ No newline at end of file +
100 Years of Stanford Engineering: 1925 to 2025

Exploring the reengineering of immune cells

Change Makers
The Sarafan ChEM-H Institute scholar is building a multidisciplinary lab to explore the reengineering of immune cells. Before coming to Stanford, she says, “I was thinking in terms of understanding. Now I feel that I can start thinking in terms of creating.”
by Jess Alvarenga
Overview style lorem ipsum dolar sit amet vestibulum parimentium elit rhoncus donec. Scelerisque urna et euismod in daphibus nec leo euismod nisi, pharetra raesent nec. Aliquam dignissim nisi convalis quis, leo vestibulum duis euismod.
Long copy paragraph text style raesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Donec euismod enim a dui convallis, quis suscipit leo vestibulum. Duis aliquam euismod enim, sit amet

Header Two

Fusce sem enim, tempus nec massa id, mollis faucibus sem. Ut ipsum erat, imperdiet eu fermentum sed in text link. Praesent nec dapibus odio. Aliquam dignissim nisi nisi, pharetra faucibus elit rhoncus in. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet in text link hover state. Aliquam sodales consequat arcu in egestas. Aliquam condimentum viverra eros.Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Header Three

Aenean sollicitudin facilisis ex, in tincidunt velit sodales ac. Nullam consequat leo ut sem pharetra, a fringilla massa commodo. Etiam molestie, justo nec congue ultricies, augue massa tempus ante, nec sagittis dui tellus ac lectus. Duis aliquam euismod enim, sit amet lobortis ante porttitor. Donec efficitur scelerisque urna et sollicitudin. Duis aliquam euismod enim, sit amet.

Around the same time...

Contribute your stories

Get involved
Cras felis tortor, bibendum quis porttitor at, ullamcorper eu diam. Aenean iaculis efficitur quam, quis dignissim lacus. Cras nec dui id mi blandit lobortis eget in enim.
\ No newline at end of file diff --git a/out/example/story.txt b/out/example/story.txt index 57af6e8..1402aed 100644 --- a/out/example/story.txt +++ b/out/example/story.txt @@ -12,8 +12,8 @@ f:I[3120,[],"MetadataBoundary"] 5:HL["/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 6:HL["/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 7:HL["/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -8:HL["/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","style"] -0:{"P":null,"b":"kl_HGxkKw62rGQGM-O7A2","p":"/soe-centennial-nextjs","c":["","example","story"],"i":false,"f":[[["",{"children":["example",{"children":["story",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["story",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children","story","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","Es73PmgLWJFjNOStR7mW4",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} +8:HL["/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","style"] +0:{"P":null,"b":"HWX-ZBhzHEIAs2F0Tvduv","p":"/soe-centennial-nextjs","c":["","example","story"],"i":false,"f":[[["",{"children":["example",{"children":["story",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["example",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["story",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","example","children","story","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","tvA-yioqczbKMHhZW_aOo",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} 14:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","654","static/chunks/654-b4f59b7c19cd3abc.js","352","static/chunks/app/example/story/page-6fbc5d30688eb883.js"],"Skiplink"] 21:I[7543,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","654","static/chunks/654-b4f59b7c19cd3abc.js","352","static/chunks/app/example/story/page-6fbc5d30688eb883.js"],"FeatureHero"] 22:I[4812,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","654","static/chunks/654-b4f59b7c19cd3abc.js","352","static/chunks/app/example/story/page-6fbc5d30688eb883.js"],"TimelineSidebar"] diff --git a/out/index.html b/out/index.html index da1a1c8..2cec645 100644 --- a/out/index.html +++ b/out/index.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/out/index.txt b/out/index.txt index 33922b9..2499c7d 100644 --- a/out/index.txt +++ b/out/index.txt @@ -1,10 +1,10 @@ 9:"$Sreact.fragment" a:I[9275,[],""] b:I[1343,[],""] -c:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-da537bd64cdc2d4b.js"],"Skiplink"] -19:I[8406,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-da537bd64cdc2d4b.js"],"AnimateInView"] -1a:I[231,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-da537bd64cdc2d4b.js"],""] -1b:I[8173,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-da537bd64cdc2d4b.js"],"Image"] +c:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-ed528ac49bb21de3.js"],"Skiplink"] +19:I[8406,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-ed528ac49bb21de3.js"],"AnimateInView"] +1a:I[231,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-ed528ac49bb21de3.js"],""] +1b:I[8173,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-ed528ac49bb21de3.js"],"Image"] 1d:I[3120,[],"OutletBoundary"] 1f:I[3120,[],"MetadataBoundary"] 21:I[3120,[],"ViewportBoundary"] @@ -16,10 +16,10 @@ c:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804 5:HL["/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 6:HL["/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 7:HL["/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -8:HL["/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","style"] -d:T70d,M52.7722 67H52.7183C46.2685 67 41.0217 61.7261 41.0217 55.2431V42.2515L37.5143 55.527C35.7273 62.2845 29.6235 67.0032 22.669 67.0032C16.5906 67.0032 11.328 63.4362 8.83949 58.2772L7.26831 64.2402C6.8398 65.8674 5.37337 67.0032 3.69744 67.0032C2.54207 67.0032 1.47557 66.4768 0.770921 65.5547C0.0662701 64.6359 -0.168613 63.4618 0.126578 62.3387L7.30957 35.0889V4.90376C7.30957 2.19824 9.4997 0 12.1882 0C13.7149 0 15.1242 0.698714 16.0542 1.91429C16.9842 3.12986 17.2953 4.67724 16.9049 6.16081L9.21403 35.3377V49.379L19.9203 8.74829C21.2788 3.59567 25.9288 0 31.2296 0C37.6794 0 42.9262 5.27386 42.9262 11.7569V27.5912L47.4302 10.5509C49.0712 4.33905 54.6862 0 61.0788 0C65.4972 0 69.5759 2.01957 72.2707 5.53867C74.9655 9.05776 75.8606 13.5404 74.7307 17.8316L64.0784 58.2517C62.7199 63.4011 58.0698 67 52.7722 67ZM42.9262 35.0474V55.2431C42.9262 60.6701 47.3191 65.0857 52.7183 65.0857H52.7722C57.2096 65.0857 61.1011 62.0739 62.2374 57.7636L72.8897 17.3434C73.8673 13.6297 73.0928 9.75329 70.763 6.70638C68.4301 3.66267 64.9005 1.91429 61.0788 1.91429C55.5464 1.91429 50.69 5.66948 49.268 11.0422L42.923 35.0442L42.9262 35.0474ZM9.67745 55.09C11.2264 60.8424 16.4637 65.0857 22.669 65.0857C28.8744 65.0857 34.1085 60.9509 35.6733 55.0325L41.0217 34.7953V11.7569C41.0217 6.3299 36.6287 1.91429 31.2296 1.91429C26.7922 1.91429 22.9008 4.9261 21.7644 9.23643L9.67745 55.09ZM7.3064 42.561L1.96438 62.8269C1.82155 63.3692 1.93582 63.9371 2.27544 64.3838C2.61507 64.8305 3.13245 65.0857 3.69427 65.0857C4.50366 65.0857 5.21466 64.537 5.42415 63.7489L7.70951 55.0772C7.44606 53.9478 7.3064 52.7705 7.3064 51.5613V42.5641V42.561ZM12.185 1.91429C10.544 1.91429 9.21086 3.25429 9.21086 4.90376V27.8624L15.0607 5.66948C15.2988 4.76657 15.1115 3.82219 14.5433 3.082C13.9752 2.34181 13.1182 1.91429 12.185 1.91429Ze:T708,M90.0621 21.3947C88.6878 21.3947 87.4626 21.1587 86.3865 20.6865C85.3105 20.2143 84.4599 19.5219 83.8377 18.6127C83.2124 17.7034 82.8918 16.6027 82.876 15.3137H86.7547C86.7738 15.8784 86.9166 16.3857 87.1896 16.8419C87.4626 17.2982 87.8371 17.6555 88.3164 17.9203C88.7957 18.1851 89.3702 18.3159 90.0399 18.3159C90.6176 18.3159 91.1191 18.2202 91.5444 18.0288C91.9698 17.8374 92.2999 17.5694 92.5348 17.2248C92.7696 16.8802 92.8871 16.4718 92.8871 15.9965C92.8871 15.4509 92.7569 14.9978 92.4935 14.6341C92.23 14.2704 91.8682 13.9609 91.408 13.7057C90.9477 13.4505 90.4145 13.2207 89.8082 13.0102C89.202 12.8028 88.564 12.5795 87.8942 12.3434C86.3929 11.852 85.247 11.198 84.463 10.3812C83.6759 9.56446 83.2823 8.48289 83.2823 7.13651C83.2823 5.99113 83.5584 5.00846 84.1107 4.1917C84.663 3.37494 85.4279 2.74642 86.4024 2.30932C87.38 1.87223 88.491 1.65527 89.7384 1.65527C90.9858 1.65527 92.1475 1.87861 93.1156 2.32208C94.0837 2.76875 94.8519 3.41004 95.4232 4.24594C95.9945 5.08184 96.2866 6.06451 96.3056 7.19075H92.3983C92.3792 6.7728 92.2586 6.37718 92.0333 6.00389C91.8079 5.63061 91.4937 5.3307 91.0969 5.10418C90.7001 4.87765 90.2272 4.7628 89.6876 4.7628C89.2178 4.74365 88.7862 4.81704 88.3989 4.97975C88.0085 5.14246 87.7006 5.38494 87.4752 5.70399C87.2499 6.02303 87.1356 6.41865 87.1356 6.89084C87.1356 7.36303 87.2499 7.72675 87.4752 8.03623C87.7006 8.3457 88.0148 8.6137 88.4116 8.84022C88.8084 9.06675 89.2813 9.27732 89.8241 9.46875C90.3669 9.66018 90.9541 9.8548 91.5889 10.0558C92.5284 10.3844 93.3981 10.7705 94.1948 11.2139C94.9915 11.6606 95.6232 12.2381 96.0929 12.9464C96.5627 13.6547 96.7976 14.5927 96.7976 15.754C96.7976 16.7526 96.5341 17.681 96.0104 18.5361C95.4867 19.3911 94.7312 20.0803 93.7441 20.6099C92.757 21.1363 91.5318 21.4011 90.0685 21.4011L90.0621 21.3947Zf:T48b,M176.779 21.395C174.934 21.395 173.306 20.9771 171.894 20.1412C170.484 19.3053 169.38 18.1471 168.583 16.6635C167.786 15.1832 167.39 13.4667 167.39 11.5237C167.39 9.57749 167.786 7.8642 168.583 6.38382C169.38 4.90344 170.481 3.74211 171.894 2.9062C173.306 2.0703 174.931 1.65234 176.779 1.65234C178.626 1.65234 180.28 2.0703 181.689 2.9062C183.098 3.74211 184.2 4.90344 184.987 6.38382C185.774 7.86739 186.168 9.58068 186.168 11.5237C186.168 13.4667 185.774 15.1832 184.987 16.6635C184.2 18.1471 183.101 19.3053 181.689 20.1412C180.276 20.9771 178.642 21.395 176.779 21.395ZM176.779 18.0929C177.937 18.0929 178.937 17.8249 179.778 17.2889C180.619 16.7529 181.276 15.9935 181.746 15.0109C182.216 14.0282 182.451 12.8669 182.451 11.5205C182.451 10.1741 182.216 8.98725 181.746 8.01734C181.276 7.04425 180.619 6.29449 179.778 5.76806C178.937 5.24163 177.937 4.97682 176.779 4.97682C175.62 4.97682 174.642 5.24163 173.795 5.76806C172.944 6.29449 172.284 7.04425 171.814 8.01734C171.345 8.99044 171.11 10.1582 171.11 11.5205C171.11 12.8828 171.345 14.0282 171.814 15.0109C172.284 15.9935 172.944 16.7529 173.795 17.2889C174.646 17.8249 175.639 18.0929 176.779 18.0929Z10:T432,M127.453 45.5535C125.644 45.5535 124.069 45.1483 122.733 44.3411C121.394 43.5339 120.356 42.3949 119.613 40.9305C118.87 39.466 118.502 37.7623 118.502 35.8161C118.502 33.87 118.883 32.1216 119.641 30.622C120.4 29.1225 121.495 27.9452 122.923 27.0902C124.352 26.2351 126.063 25.8076 128.053 25.8076C130.278 25.8076 132.128 26.3436 133.601 27.4156C135.074 28.4876 136.029 29.9808 136.464 31.8887H132.366C132.093 31.0528 131.592 30.3923 130.859 29.9106C130.126 29.4288 129.18 29.1863 128.024 29.1863C126.793 29.1863 125.745 29.4575 124.876 30.0031C124.006 30.5487 123.346 31.3112 122.895 32.2939C122.441 33.2765 122.216 34.4474 122.216 35.813C122.216 37.1785 122.441 38.3685 122.895 39.332C123.346 40.2956 123.993 41.0294 124.834 41.5271C125.675 42.028 126.666 42.2769 127.805 42.2769C129.468 42.2769 130.732 41.827 131.589 40.9273C132.449 40.0276 132.96 38.8599 133.122 37.4241H128.456V34.6708H136.813V45.2249H133.42L133.15 42.7969C132.754 43.3967 132.287 43.9008 131.754 44.3124C131.221 44.7208 130.602 45.0302 129.894 45.2408C129.189 45.4482 128.373 45.5535 127.453 45.5535Z11:T42b,M251.639 45.5535C249.83 45.5535 248.256 45.1483 246.92 44.3411C245.58 43.5339 244.542 42.3949 243.799 40.9305C243.057 39.466 242.688 37.7623 242.688 35.8161C242.688 33.854 243.069 32.1216 243.828 30.622C244.587 29.1225 245.682 27.9452 247.11 27.0902C248.538 26.2351 250.249 25.8076 252.239 25.8076C254.464 25.8076 256.315 26.3436 257.788 27.4156C259.26 28.4876 260.216 29.9808 260.651 31.8887H256.553C256.28 31.0528 255.778 30.3923 255.045 29.9106C254.312 29.4288 253.366 29.1863 252.211 29.1863C250.979 29.1863 249.932 29.4575 249.062 30.0031C248.192 30.5487 247.532 31.3112 247.081 32.2939C246.628 33.2765 246.402 34.4474 246.402 35.813C246.402 37.1785 246.628 38.3685 247.081 39.332C247.532 40.2956 248.18 41.0294 249.021 41.5271C249.862 42.028 250.852 42.2769 251.992 42.2769C253.655 42.2769 254.918 41.827 255.775 40.9273C256.635 40.0276 257.147 38.8599 257.308 37.4241H252.642V34.6708H261V45.2249H257.607L257.337 42.7969C256.94 43.3967 256.474 43.9008 255.94 44.3124C255.407 44.7208 254.788 45.0302 254.08 45.2408C253.376 45.4482 252.56 45.5535 251.639 45.5535Z12:T717,M94.4296 65.1943C93.617 65.1943 92.9155 65.0347 92.3315 64.7157C91.7475 64.3966 91.2809 63.9659 90.9286 63.4204C90.5794 62.878 90.3604 62.275 90.2715 61.6082H91.5126C91.6522 62.3739 91.9792 62.9673 92.4934 63.3821C93.0076 63.7968 93.6583 64.0042 94.4486 64.0042C95.1596 64.0042 95.7976 63.7873 96.3563 63.3534C96.9149 62.9195 97.3625 62.2526 97.7021 61.3497C98.0385 60.45 98.2322 59.3142 98.2829 57.9487V57.8243C98.2829 57.7796 98.2829 57.7381 98.2829 57.6998C98.0925 58.121 97.81 58.5166 97.4355 58.8867C97.0609 59.2568 96.6134 59.5535 96.0896 59.7768C95.5691 60.0002 94.9692 60.1118 94.2963 60.1118C93.5345 60.1118 92.8171 59.9332 92.1506 59.5758C91.484 59.2185 90.9412 58.7144 90.5191 58.0604C90.1001 57.4095 89.8906 56.6534 89.8906 55.7983C89.8906 55.0581 90.0715 54.3435 90.4334 53.6607C90.7952 52.9779 91.3158 52.4132 91.9982 51.9729C92.6807 51.5326 93.4964 51.3125 94.4486 51.3125C95.4009 51.3125 96.2039 51.4912 96.8514 51.8485C97.4989 52.2058 98.0195 52.6908 98.4163 53.3065C98.8098 53.9191 99.0955 54.6083 99.2733 55.3676C99.451 56.1269 99.5399 56.9054 99.5399 57.6966C99.5399 59.1675 99.3367 60.4628 98.9305 61.5858C98.5242 62.7089 97.9433 63.5926 97.1847 64.2307C96.4293 64.8688 95.5088 65.1879 94.4296 65.1879V65.1943ZM94.5438 58.9282C95.166 58.9282 95.7278 58.7814 96.2325 58.4879C96.734 58.1944 97.1307 57.8051 97.4228 57.3202C97.7148 56.8352 97.8608 56.2992 97.8608 55.709C97.8608 55.0836 97.7148 54.5317 97.4228 54.0499C97.1307 53.5682 96.7372 53.1949 96.242 52.9205C95.7468 52.6461 95.1818 52.5089 94.5438 52.5089C93.9059 52.5089 93.344 52.6493 92.8457 52.9301C92.3506 53.2108 91.9633 53.5905 91.684 54.0691C91.4047 54.5476 91.265 55.0996 91.265 55.7281C91.265 56.3566 91.4078 56.9309 91.6935 57.4159C91.9792 57.9008 92.3696 58.2741 92.8648 58.5357C93.3599 58.7974 93.9186 58.9282 94.5438 58.9282Z13:T42b,M101.581 64.9643V64.0263C102.508 63.2861 103.387 62.5395 104.212 61.793C105.038 61.0464 105.774 60.303 106.415 59.5596C107.056 58.8194 107.561 58.092 107.932 57.3837C108.301 56.6754 108.485 55.9799 108.485 55.3035C108.485 54.8186 108.399 54.3591 108.228 53.922C108.056 53.4881 107.78 53.1372 107.399 52.8692C107.018 52.6012 106.491 52.4672 105.815 52.4672C105.18 52.4672 104.654 52.6076 104.231 52.8883C103.812 53.1691 103.501 53.536 103.298 53.9891C103.095 54.4421 102.994 54.9366 102.994 55.4758H101.698C101.698 54.6208 101.876 53.8806 102.232 53.2616C102.587 52.6427 103.073 52.1641 103.692 51.8227C104.308 51.4845 105.025 51.3154 105.838 51.3154C106.587 51.3154 107.26 51.4558 107.859 51.7366C108.456 52.0173 108.932 52.4512 109.291 53.0415C109.646 53.6285 109.824 54.3783 109.824 55.2844C109.824 55.9225 109.688 56.567 109.415 57.2114C109.142 57.8559 108.783 58.4844 108.339 59.1002C107.894 59.7128 107.399 60.3062 106.85 60.8741C106.304 61.442 105.745 61.978 105.18 62.4853C104.615 62.9894 104.089 63.4392 103.606 63.838H110.319V64.9675H101.587L101.581 64.9643Z14:T49e,M117.197 65.1938C116.308 65.1938 115.531 65.0311 114.871 64.7056C114.21 64.3802 113.687 63.9335 113.296 63.3624C112.909 62.7945 112.658 62.1596 112.544 61.4545H113.861C114.026 62.2203 114.401 62.8456 114.985 63.3242C115.569 63.8027 116.312 64.042 117.216 64.042C117.902 64.042 118.486 63.8825 118.971 63.5634C119.454 63.2444 119.825 62.8137 120.086 62.2681C120.346 61.7257 120.476 61.1259 120.476 60.4751C120.476 59.7859 120.343 59.1702 120.076 58.6342C119.809 58.0982 119.438 57.6802 118.962 57.3803C118.486 57.0804 117.93 56.9304 117.292 56.9304C116.518 56.9304 115.855 57.0995 115.309 57.4377C114.763 57.7759 114.35 58.2194 114.071 58.7714H112.792L113.915 51.5449H120.838V52.7126H114.947L114.166 57.141C114.483 56.7454 114.918 56.42 115.47 56.1647C116.023 55.9095 116.661 55.7819 117.388 55.7819C118.022 55.7819 118.606 55.8967 119.143 56.1264C119.676 56.3562 120.136 56.6816 120.527 57.1027C120.914 57.5239 121.216 58.0152 121.431 58.5799C121.647 59.1446 121.755 59.7668 121.755 60.4591C121.755 61.0844 121.657 61.6843 121.46 62.2522C121.263 62.8201 120.971 63.3242 120.584 63.7676C120.197 64.2079 119.721 64.5557 119.152 64.8109C118.587 65.0662 117.934 65.1938 117.197 65.1938Z15:T427,M133.56 64.9643V64.0263C134.486 63.2861 135.366 62.5395 136.191 61.793C137.016 61.0464 137.753 60.303 138.394 59.5596C139.035 58.8194 139.54 58.092 139.911 57.3837C140.279 56.6754 140.463 55.9799 140.463 55.3035C140.463 54.8186 140.378 54.3591 140.206 53.922C140.035 53.4881 139.759 53.1372 139.378 52.8692C138.997 52.6012 138.47 52.4672 137.794 52.4672C137.159 52.4672 136.632 52.6076 136.21 52.8883C135.791 53.1691 135.48 53.536 135.277 53.9891C135.074 54.4421 134.972 54.9366 134.972 55.4758H133.677C133.677 54.6208 133.855 53.8806 134.21 53.2616C134.566 52.6427 135.051 52.1641 135.67 51.8227C136.286 51.4845 137.003 51.3154 137.816 51.3154C138.565 51.3154 139.238 51.4558 139.838 51.7366C140.435 52.0173 140.911 52.4512 141.269 53.0415C141.625 53.6285 141.803 54.3783 141.803 55.2844C141.803 55.9225 141.666 56.567 141.393 57.2114C141.12 57.8559 140.762 58.4844 140.317 59.1002C139.873 59.7128 139.378 60.3062 138.829 60.8741C138.283 61.442 137.724 61.978 137.159 62.4853C136.594 62.9894 136.067 63.4392 135.585 63.838H142.298V64.9675H133.566L133.56 64.9643Z16:T498,M149.538 65.1935C148.37 65.1935 147.37 64.9031 146.545 64.3225C145.72 63.7418 145.082 62.9282 144.637 61.8881C144.193 60.848 143.971 59.6357 143.971 58.2574C143.971 56.8791 144.193 55.6667 144.637 54.6266C145.082 53.5865 145.716 52.773 146.545 52.1923C147.37 51.6116 148.364 51.3213 149.519 51.3213C150.674 51.3213 151.668 51.6116 152.493 52.1923C153.318 52.773 153.953 53.5865 154.401 54.6266C154.845 55.6667 155.067 56.8791 155.067 58.2574C155.067 59.6357 154.845 60.848 154.401 61.8881C153.956 62.9314 153.322 63.7418 152.493 64.3225C151.668 64.9031 150.681 65.1935 149.538 65.1935ZM149.519 64.0258C150.319 64.0258 151.036 63.7961 151.665 63.3366C152.293 62.8772 152.788 62.2168 153.153 61.3521C153.515 60.4907 153.696 59.457 153.696 58.2574C153.696 57.0578 153.515 56.0272 153.153 55.1722C152.792 54.3171 152.296 53.6567 151.665 53.1973C151.036 52.7379 150.319 52.5081 149.519 52.5081C148.719 52.5081 148.018 52.7379 147.383 53.1973C146.748 53.6567 146.247 54.3171 145.885 55.1722C145.523 56.0272 145.342 57.0578 145.342 58.2574C145.342 59.457 145.523 60.4907 145.885 61.3521C146.247 62.2136 146.745 62.8772 147.383 63.3366C148.018 63.7961 148.729 64.0258 149.519 64.0258Z17:T425,M157.09 64.9643V64.0263C158.017 63.2861 158.896 62.5395 159.721 61.793C160.546 61.0464 161.283 60.303 161.924 59.5596C162.565 58.8194 163.07 58.092 163.441 57.3837C163.809 56.6754 163.994 55.9799 163.994 55.3035C163.994 54.8186 163.908 54.3591 163.736 53.922C163.565 53.4881 163.289 53.1372 162.908 52.8692C162.527 52.6012 162 52.4672 161.324 52.4672C160.689 52.4672 160.162 52.6076 159.74 52.8883C159.321 53.1691 159.01 53.536 158.807 53.9891C158.604 54.4421 158.502 54.9366 158.502 55.4758H157.207C157.207 54.6208 157.385 53.8806 157.741 53.2616C158.096 52.6427 158.582 52.1641 159.201 51.8227C159.816 51.4845 160.534 51.3154 161.346 51.3154C162.095 51.3154 162.768 51.4558 163.368 51.7366C163.965 52.0173 164.441 52.4512 164.8 53.0415C165.155 53.6285 165.333 54.3783 165.333 55.2844C165.333 55.9225 165.197 56.567 164.924 57.2114C164.651 57.8559 164.292 58.4844 163.848 59.1002C163.403 59.7128 162.908 60.3062 162.359 60.8741C161.813 61.442 161.254 61.978 160.689 62.4853C160.124 62.9894 159.597 63.4392 159.115 63.838H165.828V64.9675H157.096L157.09 64.9643Z18:T499,M172.706 65.1938C171.817 65.1938 171.04 65.0311 170.379 64.7056C169.719 64.3802 169.195 63.9335 168.805 63.3624C168.418 62.7945 168.167 62.1596 168.053 61.4545H169.37C169.535 62.2203 169.91 62.8456 170.494 63.3242C171.078 63.8027 171.82 64.042 172.725 64.042C173.411 64.042 173.995 63.8825 174.48 63.5634C174.963 63.2444 175.334 62.8137 175.594 62.2681C175.855 61.7257 175.985 61.1259 175.985 60.4751C175.985 59.7859 175.851 59.1702 175.585 58.6342C175.318 58.0982 174.947 57.6802 174.471 57.3803C173.995 57.0804 173.439 56.9304 172.801 56.9304C172.027 56.9304 171.363 57.0995 170.817 57.4377C170.271 57.7759 169.859 58.2194 169.579 58.7714H168.3L169.424 51.5449H176.347V52.7126H170.456L169.675 57.141C169.992 56.7454 170.427 56.42 170.979 56.1647C171.532 55.9095 172.17 55.7819 172.896 55.7819C173.531 55.7819 174.115 55.8967 174.652 56.1264C175.185 56.3562 175.645 56.6816 176.036 57.1027C176.423 57.5239 176.724 58.0152 176.94 58.5799C177.156 59.1446 177.264 59.7668 177.264 60.4591C177.264 61.0844 177.166 61.6843 176.969 62.2522C176.772 62.8201 176.48 63.3242 176.093 63.7676C175.705 64.2111 175.229 64.5557 174.661 64.8109C174.096 65.0662 173.442 65.1938 172.706 65.1938Z0:{"P":null,"b":"kl_HGxkKw62rGQGM-O7A2","p":"/soe-centennial-nextjs","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["__PAGE__",["$","$9","c",{"children":[["$","div",null,{"children":[["$","header",null,{"className":"group w-full transition-colors absolute top-0 z-50","children":[["$","$Lc",null,{}],["$","div",null,{"className":"flex justify-between items-center cc 3xl:px-100 4xl:px-[calc((100%-1800px)/2)] rs-pt-2 rs-pb-1 transition","children":[["$","div",null,{"className":"no-underline inline-block font-normal","children":["$","div",null,{"className":"flex flex-col sm:flex-row items-start sm:items-center","children":[["$","svg",null,{"width":261,"height":67,"viewBox":"0 0 261 67","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":[["$","g",null,{"clipPath":"url(#clip0_1391_18090)","children":[["$","path",null,{"d":"$d","className":"fill-digital-red-xlight"}],["$","path",null,{"d":"$e","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M104.146 21.0664V4.94813H98.585V1.97461H113.319V4.94813H107.784V21.0664H104.149H104.146Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M126.774 21.0664H130.653L123.733 1.97461H119.582L112.637 21.0664H116.49L117.991 16.7306H125.279L126.771 21.0664H126.774ZM118.985 13.8655L121.648 6.17328L124.295 13.8655H118.985Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M133.15 21.0664V1.97461H136.813L145.552 15.1481V1.97461H149.215V21.0664H145.552L136.813 7.92166V21.0664H133.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M152.932 21.0664V1.97461H165.304V4.94813H156.595V10.0497H163.568V12.9403H156.595V21.0664H152.932Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$f","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M203.318 21.0662L199.423 13.1346C199.702 13.0357 199.966 12.9209 200.21 12.7901C201.213 12.2541 201.95 11.5458 202.423 10.662C202.892 9.78144 203.127 8.83068 203.127 7.81292C203.127 6.74092 202.883 5.76463 202.394 4.88087C201.905 4.0003 201.162 3.29521 200.169 2.76878C199.175 2.24235 197.909 1.97754 196.37 1.97754H189.288V21.0693H192.951V13.5973H195.662L199.137 21.0693H203.314L203.318 21.0662ZM192.951 5.05635H196.154C197.274 5.05635 198.093 5.31478 198.61 5.83483C199.128 6.35487 199.385 7.05678 199.385 7.94692C199.385 8.83706 199.121 9.55492 198.598 10.1005C198.074 10.6461 197.258 10.9173 196.157 10.9173H192.954V5.05316L192.951 5.05635Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M206.409 21.0664V1.97461H212.757C214.963 1.97461 216.785 2.37023 218.223 3.16147C219.661 3.9527 220.728 5.06299 221.426 6.48913C222.121 7.91528 222.47 9.59347 222.47 11.5205C222.47 13.4476 222.121 15.1258 221.426 16.5519C220.731 17.978 219.667 19.0883 218.239 19.8796C216.811 20.6708 214.982 21.0664 212.757 21.0664H206.409ZM210.072 17.9015H212.567C214.122 17.9015 215.347 17.6462 216.243 17.1389C217.138 16.6317 217.776 15.8978 218.157 14.9439C218.537 13.9899 218.728 12.8478 218.728 11.5205C218.728 10.1933 218.537 9.02556 218.157 8.07161C217.776 7.11766 217.138 6.38385 216.243 5.87656C215.347 5.36928 214.122 5.11404 212.567 5.11404H210.072V17.9047V17.9015Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M83.5234 45.2246V26.1328H96.004V29.1063H87.1863V34.0962H95.1914V36.9613H87.1863V42.2511H96.004V45.2246H83.5234Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M99.3428 45.2246V26.1328H103.006L111.744 39.3063V26.1328H115.407V45.2246H111.744L103.006 32.0799V45.2246H99.3428Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$10","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M140.232 45.2246V26.1328H143.895V45.2246H140.232Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M147.611 45.2246V26.1328H151.274L160.013 39.3063V26.1328H163.675V45.2246H160.013L151.274 32.0799V45.2246H147.611Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M167.393 45.2246V26.1328H179.873V29.1063H171.055V34.0962H179.061V36.9613H171.055V42.2511H179.873V45.2246H167.393Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M183.209 45.2246V26.1328H195.69V29.1063H186.872V34.0962H194.877V36.9613H186.872V42.2511H195.69V45.2246H183.209Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M213.055 45.2246L209.16 37.2931C209.44 37.1942 209.703 37.0793 209.947 36.9485C210.95 36.4125 211.687 35.7042 212.16 34.8205C212.63 33.9399 212.864 32.9891 212.864 31.9714C212.864 30.8994 212.62 29.9231 212.131 29.0393C211.642 28.1588 210.9 27.4537 209.906 26.924C208.913 26.3976 207.646 26.1328 206.107 26.1328H199.025V45.2246H202.688V37.7525H205.399L208.875 45.2246H213.052H213.055ZM202.691 29.218H205.894C207.015 29.218 207.834 29.4764 208.351 29.9965C208.868 30.5165 209.125 31.2184 209.125 32.1086C209.125 32.9987 208.862 33.7166 208.338 34.2621C207.814 34.8077 206.999 35.0789 205.897 35.0789H202.695V29.2148L202.691 29.218Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M216.15 45.2246V26.1328H219.813V45.2246H216.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M223.53 45.2246V26.1328H227.193L235.931 39.3063V26.1328H239.594V45.2246H235.931L227.193 32.0799V45.2246H223.53Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$11","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M85.7929 64.9638V53.0218L83.5234 53.6344V52.6964L86.2119 51.5479H87.1451V64.9638H85.7897H85.7929Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$12","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$13","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$14","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M123.945 59.9044V58.7559H131.363V59.9044H123.945Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$15","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$16","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$17","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$18","className":"text-black-60 fill-stone-dark"}]]}],["$","defs",null,{"children":["$","clipPath",null,{"id":"clip0_1391_18090","children":["$","rect",null,{"width":"261","height":"67","fill":"white"}]}]}]]}],["$","span",null,{"className":"sr-only","children":"100 Years of Stanford Engineering: 1925 to 2025"}]]}]}],["$","div",null,{"className":"flex items-center gap-x-12 sm:gap-x-20 md:gap-x-30","children":"$undefined"}]]}]]}],["$","section",null,{"style":"$undefined","className":"bg-fog-light text-black rs-py-9 cc overflow-hidden","children":["$","h2",null,{"className":"font-dm-sans font-bold leading-none tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 *:font-dm-sans flex flex-row items-center 2xl:whitespace-pre-line -mt-01em rs-mb-2 xl:max-w-1200","children":[[["$","span",null,{"className":"font-semibold type-1","children":"100 years of"}],["$","span",null,{"className":"font-bold type-8","children":"Impact"}]],"$undefined"]}]}],["$","$L19",null,{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"className":"rs-py-5 cc","children":["$","div",null,{"className":"flex items-center flex-col w-fit lg:flex-row","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The first African-American woman in space",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1983","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-first lg:rs-mr-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://airandspace.si.edu/sites/default/files/styles/slideshow_basic/public/images/NASA%20166851h.jpg?itok=yL6MTpUr","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],["$","$L19",null,{"animation":"slideInFromRight","className":"$undefined","children":["$","div",null,{"className":"rs-py-5 cc","children":["$","div",null,{"className":"flex items-center flex-col w-fit lg:flex-row lg:ml-auto","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["First remote classs from the Stanford Instructional Television Network",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1969","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-last lg:rs-ml-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[-15deg] hocus:rotate-y-[15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://images.unsplash.com/photo-1491770042090-0810a7e20f46?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],["$","$L19",null,{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"className":"rs-py-5 cc","children":["$","div",null,{"className":"flex items-center flex-col w-fit lg:flex-row","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The Stanford Dish Radiotelescope completed in 1962",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1983","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-first lg:rs-mr-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://airandspace.si.edu/sites/default/files/styles/slideshow_basic/public/images/NASA%20166851h.jpg?itok=yL6MTpUr","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],"$L1c"]}],null,["$","$L1d",null,{"children":"$L1e"}]]}],{},null]},null],["$","$9","h",{"children":[null,["$","$9","1yOALYqZpO9wTvMVboLys",{"children":[["$","$L1f",null,{"children":"$L20"}],["$","$L21",null,{"children":"$L22"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$23","$undefined"],"s":false,"S":true} -24:I[38,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-da537bd64cdc2d4b.js"],"Slideshow"] -1c:["$","div",null,{"style":"$undefined","className":"rs-py-5 cc","children":[["$","$L24",null,{"children":[["$","$L19","3",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Embracing Innovation","href":null,"uuid":3,"className":"w-fit","children":["$","div",null,{"className":"flex items-center flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The Digital Age",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2010","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],["$","$L19","4",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Pushing Boundaries","href":"https://example.com/2021","uuid":4,"className":"w-fit","children":["$","div",null,{"className":"flex items-center flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["New Innovations",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2021","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/millie/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],["$","$L19","10",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Giving Back","href":"https://example.com/2027","uuid":10,"className":"w-fit","children":["$","div",null,{"className":"flex items-center flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["Community Outreach",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2027","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}],["$","$L19","12",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"The Future is Here","href":"https://example.com/2029","uuid":12,"className":"w-fit","children":["$","div",null,{"className":"flex items-center flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["Pioneering Robotics",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2029","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]}]}]]}],["$","div",null,{"style":"$undefined","className":"rs-mt-8 rs-mb-10 cc flex flex-col items-center","children":["$","$L1a",null,{"href":"/timeline","className":"font-dm-sans w-fit transition text-digital-red-light hocus:text-white hocus:bg-digital-red-light border-4 rounded border-digital-red-light hocus:border-white no-underline hocus:underline hocus:outline hocus:outline-3 hocus:outline-digital-red-light rs-py-1 rs-px-3 font-normal","children":[["Explore 100 years in Engineering",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]],false]}]}]]}] +8:HL["/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","style"] +d:T70d,M52.7722 67H52.7183C46.2685 67 41.0217 61.7261 41.0217 55.2431V42.2515L37.5143 55.527C35.7273 62.2845 29.6235 67.0032 22.669 67.0032C16.5906 67.0032 11.328 63.4362 8.83949 58.2772L7.26831 64.2402C6.8398 65.8674 5.37337 67.0032 3.69744 67.0032C2.54207 67.0032 1.47557 66.4768 0.770921 65.5547C0.0662701 64.6359 -0.168613 63.4618 0.126578 62.3387L7.30957 35.0889V4.90376C7.30957 2.19824 9.4997 0 12.1882 0C13.7149 0 15.1242 0.698714 16.0542 1.91429C16.9842 3.12986 17.2953 4.67724 16.9049 6.16081L9.21403 35.3377V49.379L19.9203 8.74829C21.2788 3.59567 25.9288 0 31.2296 0C37.6794 0 42.9262 5.27386 42.9262 11.7569V27.5912L47.4302 10.5509C49.0712 4.33905 54.6862 0 61.0788 0C65.4972 0 69.5759 2.01957 72.2707 5.53867C74.9655 9.05776 75.8606 13.5404 74.7307 17.8316L64.0784 58.2517C62.7199 63.4011 58.0698 67 52.7722 67ZM42.9262 35.0474V55.2431C42.9262 60.6701 47.3191 65.0857 52.7183 65.0857H52.7722C57.2096 65.0857 61.1011 62.0739 62.2374 57.7636L72.8897 17.3434C73.8673 13.6297 73.0928 9.75329 70.763 6.70638C68.4301 3.66267 64.9005 1.91429 61.0788 1.91429C55.5464 1.91429 50.69 5.66948 49.268 11.0422L42.923 35.0442L42.9262 35.0474ZM9.67745 55.09C11.2264 60.8424 16.4637 65.0857 22.669 65.0857C28.8744 65.0857 34.1085 60.9509 35.6733 55.0325L41.0217 34.7953V11.7569C41.0217 6.3299 36.6287 1.91429 31.2296 1.91429C26.7922 1.91429 22.9008 4.9261 21.7644 9.23643L9.67745 55.09ZM7.3064 42.561L1.96438 62.8269C1.82155 63.3692 1.93582 63.9371 2.27544 64.3838C2.61507 64.8305 3.13245 65.0857 3.69427 65.0857C4.50366 65.0857 5.21466 64.537 5.42415 63.7489L7.70951 55.0772C7.44606 53.9478 7.3064 52.7705 7.3064 51.5613V42.5641V42.561ZM12.185 1.91429C10.544 1.91429 9.21086 3.25429 9.21086 4.90376V27.8624L15.0607 5.66948C15.2988 4.76657 15.1115 3.82219 14.5433 3.082C13.9752 2.34181 13.1182 1.91429 12.185 1.91429Ze:T708,M90.0621 21.3947C88.6878 21.3947 87.4626 21.1587 86.3865 20.6865C85.3105 20.2143 84.4599 19.5219 83.8377 18.6127C83.2124 17.7034 82.8918 16.6027 82.876 15.3137H86.7547C86.7738 15.8784 86.9166 16.3857 87.1896 16.8419C87.4626 17.2982 87.8371 17.6555 88.3164 17.9203C88.7957 18.1851 89.3702 18.3159 90.0399 18.3159C90.6176 18.3159 91.1191 18.2202 91.5444 18.0288C91.9698 17.8374 92.2999 17.5694 92.5348 17.2248C92.7696 16.8802 92.8871 16.4718 92.8871 15.9965C92.8871 15.4509 92.7569 14.9978 92.4935 14.6341C92.23 14.2704 91.8682 13.9609 91.408 13.7057C90.9477 13.4505 90.4145 13.2207 89.8082 13.0102C89.202 12.8028 88.564 12.5795 87.8942 12.3434C86.3929 11.852 85.247 11.198 84.463 10.3812C83.6759 9.56446 83.2823 8.48289 83.2823 7.13651C83.2823 5.99113 83.5584 5.00846 84.1107 4.1917C84.663 3.37494 85.4279 2.74642 86.4024 2.30932C87.38 1.87223 88.491 1.65527 89.7384 1.65527C90.9858 1.65527 92.1475 1.87861 93.1156 2.32208C94.0837 2.76875 94.8519 3.41004 95.4232 4.24594C95.9945 5.08184 96.2866 6.06451 96.3056 7.19075H92.3983C92.3792 6.7728 92.2586 6.37718 92.0333 6.00389C91.8079 5.63061 91.4937 5.3307 91.0969 5.10418C90.7001 4.87765 90.2272 4.7628 89.6876 4.7628C89.2178 4.74365 88.7862 4.81704 88.3989 4.97975C88.0085 5.14246 87.7006 5.38494 87.4752 5.70399C87.2499 6.02303 87.1356 6.41865 87.1356 6.89084C87.1356 7.36303 87.2499 7.72675 87.4752 8.03623C87.7006 8.3457 88.0148 8.6137 88.4116 8.84022C88.8084 9.06675 89.2813 9.27732 89.8241 9.46875C90.3669 9.66018 90.9541 9.8548 91.5889 10.0558C92.5284 10.3844 93.3981 10.7705 94.1948 11.2139C94.9915 11.6606 95.6232 12.2381 96.0929 12.9464C96.5627 13.6547 96.7976 14.5927 96.7976 15.754C96.7976 16.7526 96.5341 17.681 96.0104 18.5361C95.4867 19.3911 94.7312 20.0803 93.7441 20.6099C92.757 21.1363 91.5318 21.4011 90.0685 21.4011L90.0621 21.3947Zf:T48b,M176.779 21.395C174.934 21.395 173.306 20.9771 171.894 20.1412C170.484 19.3053 169.38 18.1471 168.583 16.6635C167.786 15.1832 167.39 13.4667 167.39 11.5237C167.39 9.57749 167.786 7.8642 168.583 6.38382C169.38 4.90344 170.481 3.74211 171.894 2.9062C173.306 2.0703 174.931 1.65234 176.779 1.65234C178.626 1.65234 180.28 2.0703 181.689 2.9062C183.098 3.74211 184.2 4.90344 184.987 6.38382C185.774 7.86739 186.168 9.58068 186.168 11.5237C186.168 13.4667 185.774 15.1832 184.987 16.6635C184.2 18.1471 183.101 19.3053 181.689 20.1412C180.276 20.9771 178.642 21.395 176.779 21.395ZM176.779 18.0929C177.937 18.0929 178.937 17.8249 179.778 17.2889C180.619 16.7529 181.276 15.9935 181.746 15.0109C182.216 14.0282 182.451 12.8669 182.451 11.5205C182.451 10.1741 182.216 8.98725 181.746 8.01734C181.276 7.04425 180.619 6.29449 179.778 5.76806C178.937 5.24163 177.937 4.97682 176.779 4.97682C175.62 4.97682 174.642 5.24163 173.795 5.76806C172.944 6.29449 172.284 7.04425 171.814 8.01734C171.345 8.99044 171.11 10.1582 171.11 11.5205C171.11 12.8828 171.345 14.0282 171.814 15.0109C172.284 15.9935 172.944 16.7529 173.795 17.2889C174.646 17.8249 175.639 18.0929 176.779 18.0929Z10:T432,M127.453 45.5535C125.644 45.5535 124.069 45.1483 122.733 44.3411C121.394 43.5339 120.356 42.3949 119.613 40.9305C118.87 39.466 118.502 37.7623 118.502 35.8161C118.502 33.87 118.883 32.1216 119.641 30.622C120.4 29.1225 121.495 27.9452 122.923 27.0902C124.352 26.2351 126.063 25.8076 128.053 25.8076C130.278 25.8076 132.128 26.3436 133.601 27.4156C135.074 28.4876 136.029 29.9808 136.464 31.8887H132.366C132.093 31.0528 131.592 30.3923 130.859 29.9106C130.126 29.4288 129.18 29.1863 128.024 29.1863C126.793 29.1863 125.745 29.4575 124.876 30.0031C124.006 30.5487 123.346 31.3112 122.895 32.2939C122.441 33.2765 122.216 34.4474 122.216 35.813C122.216 37.1785 122.441 38.3685 122.895 39.332C123.346 40.2956 123.993 41.0294 124.834 41.5271C125.675 42.028 126.666 42.2769 127.805 42.2769C129.468 42.2769 130.732 41.827 131.589 40.9273C132.449 40.0276 132.96 38.8599 133.122 37.4241H128.456V34.6708H136.813V45.2249H133.42L133.15 42.7969C132.754 43.3967 132.287 43.9008 131.754 44.3124C131.221 44.7208 130.602 45.0302 129.894 45.2408C129.189 45.4482 128.373 45.5535 127.453 45.5535Z11:T42b,M251.639 45.5535C249.83 45.5535 248.256 45.1483 246.92 44.3411C245.58 43.5339 244.542 42.3949 243.799 40.9305C243.057 39.466 242.688 37.7623 242.688 35.8161C242.688 33.854 243.069 32.1216 243.828 30.622C244.587 29.1225 245.682 27.9452 247.11 27.0902C248.538 26.2351 250.249 25.8076 252.239 25.8076C254.464 25.8076 256.315 26.3436 257.788 27.4156C259.26 28.4876 260.216 29.9808 260.651 31.8887H256.553C256.28 31.0528 255.778 30.3923 255.045 29.9106C254.312 29.4288 253.366 29.1863 252.211 29.1863C250.979 29.1863 249.932 29.4575 249.062 30.0031C248.192 30.5487 247.532 31.3112 247.081 32.2939C246.628 33.2765 246.402 34.4474 246.402 35.813C246.402 37.1785 246.628 38.3685 247.081 39.332C247.532 40.2956 248.18 41.0294 249.021 41.5271C249.862 42.028 250.852 42.2769 251.992 42.2769C253.655 42.2769 254.918 41.827 255.775 40.9273C256.635 40.0276 257.147 38.8599 257.308 37.4241H252.642V34.6708H261V45.2249H257.607L257.337 42.7969C256.94 43.3967 256.474 43.9008 255.94 44.3124C255.407 44.7208 254.788 45.0302 254.08 45.2408C253.376 45.4482 252.56 45.5535 251.639 45.5535Z12:T717,M94.4296 65.1943C93.617 65.1943 92.9155 65.0347 92.3315 64.7157C91.7475 64.3966 91.2809 63.9659 90.9286 63.4204C90.5794 62.878 90.3604 62.275 90.2715 61.6082H91.5126C91.6522 62.3739 91.9792 62.9673 92.4934 63.3821C93.0076 63.7968 93.6583 64.0042 94.4486 64.0042C95.1596 64.0042 95.7976 63.7873 96.3563 63.3534C96.9149 62.9195 97.3625 62.2526 97.7021 61.3497C98.0385 60.45 98.2322 59.3142 98.2829 57.9487V57.8243C98.2829 57.7796 98.2829 57.7381 98.2829 57.6998C98.0925 58.121 97.81 58.5166 97.4355 58.8867C97.0609 59.2568 96.6134 59.5535 96.0896 59.7768C95.5691 60.0002 94.9692 60.1118 94.2963 60.1118C93.5345 60.1118 92.8171 59.9332 92.1506 59.5758C91.484 59.2185 90.9412 58.7144 90.5191 58.0604C90.1001 57.4095 89.8906 56.6534 89.8906 55.7983C89.8906 55.0581 90.0715 54.3435 90.4334 53.6607C90.7952 52.9779 91.3158 52.4132 91.9982 51.9729C92.6807 51.5326 93.4964 51.3125 94.4486 51.3125C95.4009 51.3125 96.2039 51.4912 96.8514 51.8485C97.4989 52.2058 98.0195 52.6908 98.4163 53.3065C98.8098 53.9191 99.0955 54.6083 99.2733 55.3676C99.451 56.1269 99.5399 56.9054 99.5399 57.6966C99.5399 59.1675 99.3367 60.4628 98.9305 61.5858C98.5242 62.7089 97.9433 63.5926 97.1847 64.2307C96.4293 64.8688 95.5088 65.1879 94.4296 65.1879V65.1943ZM94.5438 58.9282C95.166 58.9282 95.7278 58.7814 96.2325 58.4879C96.734 58.1944 97.1307 57.8051 97.4228 57.3202C97.7148 56.8352 97.8608 56.2992 97.8608 55.709C97.8608 55.0836 97.7148 54.5317 97.4228 54.0499C97.1307 53.5682 96.7372 53.1949 96.242 52.9205C95.7468 52.6461 95.1818 52.5089 94.5438 52.5089C93.9059 52.5089 93.344 52.6493 92.8457 52.9301C92.3506 53.2108 91.9633 53.5905 91.684 54.0691C91.4047 54.5476 91.265 55.0996 91.265 55.7281C91.265 56.3566 91.4078 56.9309 91.6935 57.4159C91.9792 57.9008 92.3696 58.2741 92.8648 58.5357C93.3599 58.7974 93.9186 58.9282 94.5438 58.9282Z13:T42b,M101.581 64.9643V64.0263C102.508 63.2861 103.387 62.5395 104.212 61.793C105.038 61.0464 105.774 60.303 106.415 59.5596C107.056 58.8194 107.561 58.092 107.932 57.3837C108.301 56.6754 108.485 55.9799 108.485 55.3035C108.485 54.8186 108.399 54.3591 108.228 53.922C108.056 53.4881 107.78 53.1372 107.399 52.8692C107.018 52.6012 106.491 52.4672 105.815 52.4672C105.18 52.4672 104.654 52.6076 104.231 52.8883C103.812 53.1691 103.501 53.536 103.298 53.9891C103.095 54.4421 102.994 54.9366 102.994 55.4758H101.698C101.698 54.6208 101.876 53.8806 102.232 53.2616C102.587 52.6427 103.073 52.1641 103.692 51.8227C104.308 51.4845 105.025 51.3154 105.838 51.3154C106.587 51.3154 107.26 51.4558 107.859 51.7366C108.456 52.0173 108.932 52.4512 109.291 53.0415C109.646 53.6285 109.824 54.3783 109.824 55.2844C109.824 55.9225 109.688 56.567 109.415 57.2114C109.142 57.8559 108.783 58.4844 108.339 59.1002C107.894 59.7128 107.399 60.3062 106.85 60.8741C106.304 61.442 105.745 61.978 105.18 62.4853C104.615 62.9894 104.089 63.4392 103.606 63.838H110.319V64.9675H101.587L101.581 64.9643Z14:T49e,M117.197 65.1938C116.308 65.1938 115.531 65.0311 114.871 64.7056C114.21 64.3802 113.687 63.9335 113.296 63.3624C112.909 62.7945 112.658 62.1596 112.544 61.4545H113.861C114.026 62.2203 114.401 62.8456 114.985 63.3242C115.569 63.8027 116.312 64.042 117.216 64.042C117.902 64.042 118.486 63.8825 118.971 63.5634C119.454 63.2444 119.825 62.8137 120.086 62.2681C120.346 61.7257 120.476 61.1259 120.476 60.4751C120.476 59.7859 120.343 59.1702 120.076 58.6342C119.809 58.0982 119.438 57.6802 118.962 57.3803C118.486 57.0804 117.93 56.9304 117.292 56.9304C116.518 56.9304 115.855 57.0995 115.309 57.4377C114.763 57.7759 114.35 58.2194 114.071 58.7714H112.792L113.915 51.5449H120.838V52.7126H114.947L114.166 57.141C114.483 56.7454 114.918 56.42 115.47 56.1647C116.023 55.9095 116.661 55.7819 117.388 55.7819C118.022 55.7819 118.606 55.8967 119.143 56.1264C119.676 56.3562 120.136 56.6816 120.527 57.1027C120.914 57.5239 121.216 58.0152 121.431 58.5799C121.647 59.1446 121.755 59.7668 121.755 60.4591C121.755 61.0844 121.657 61.6843 121.46 62.2522C121.263 62.8201 120.971 63.3242 120.584 63.7676C120.197 64.2079 119.721 64.5557 119.152 64.8109C118.587 65.0662 117.934 65.1938 117.197 65.1938Z15:T427,M133.56 64.9643V64.0263C134.486 63.2861 135.366 62.5395 136.191 61.793C137.016 61.0464 137.753 60.303 138.394 59.5596C139.035 58.8194 139.54 58.092 139.911 57.3837C140.279 56.6754 140.463 55.9799 140.463 55.3035C140.463 54.8186 140.378 54.3591 140.206 53.922C140.035 53.4881 139.759 53.1372 139.378 52.8692C138.997 52.6012 138.47 52.4672 137.794 52.4672C137.159 52.4672 136.632 52.6076 136.21 52.8883C135.791 53.1691 135.48 53.536 135.277 53.9891C135.074 54.4421 134.972 54.9366 134.972 55.4758H133.677C133.677 54.6208 133.855 53.8806 134.21 53.2616C134.566 52.6427 135.051 52.1641 135.67 51.8227C136.286 51.4845 137.003 51.3154 137.816 51.3154C138.565 51.3154 139.238 51.4558 139.838 51.7366C140.435 52.0173 140.911 52.4512 141.269 53.0415C141.625 53.6285 141.803 54.3783 141.803 55.2844C141.803 55.9225 141.666 56.567 141.393 57.2114C141.12 57.8559 140.762 58.4844 140.317 59.1002C139.873 59.7128 139.378 60.3062 138.829 60.8741C138.283 61.442 137.724 61.978 137.159 62.4853C136.594 62.9894 136.067 63.4392 135.585 63.838H142.298V64.9675H133.566L133.56 64.9643Z16:T498,M149.538 65.1935C148.37 65.1935 147.37 64.9031 146.545 64.3225C145.72 63.7418 145.082 62.9282 144.637 61.8881C144.193 60.848 143.971 59.6357 143.971 58.2574C143.971 56.8791 144.193 55.6667 144.637 54.6266C145.082 53.5865 145.716 52.773 146.545 52.1923C147.37 51.6116 148.364 51.3213 149.519 51.3213C150.674 51.3213 151.668 51.6116 152.493 52.1923C153.318 52.773 153.953 53.5865 154.401 54.6266C154.845 55.6667 155.067 56.8791 155.067 58.2574C155.067 59.6357 154.845 60.848 154.401 61.8881C153.956 62.9314 153.322 63.7418 152.493 64.3225C151.668 64.9031 150.681 65.1935 149.538 65.1935ZM149.519 64.0258C150.319 64.0258 151.036 63.7961 151.665 63.3366C152.293 62.8772 152.788 62.2168 153.153 61.3521C153.515 60.4907 153.696 59.457 153.696 58.2574C153.696 57.0578 153.515 56.0272 153.153 55.1722C152.792 54.3171 152.296 53.6567 151.665 53.1973C151.036 52.7379 150.319 52.5081 149.519 52.5081C148.719 52.5081 148.018 52.7379 147.383 53.1973C146.748 53.6567 146.247 54.3171 145.885 55.1722C145.523 56.0272 145.342 57.0578 145.342 58.2574C145.342 59.457 145.523 60.4907 145.885 61.3521C146.247 62.2136 146.745 62.8772 147.383 63.3366C148.018 63.7961 148.729 64.0258 149.519 64.0258Z17:T425,M157.09 64.9643V64.0263C158.017 63.2861 158.896 62.5395 159.721 61.793C160.546 61.0464 161.283 60.303 161.924 59.5596C162.565 58.8194 163.07 58.092 163.441 57.3837C163.809 56.6754 163.994 55.9799 163.994 55.3035C163.994 54.8186 163.908 54.3591 163.736 53.922C163.565 53.4881 163.289 53.1372 162.908 52.8692C162.527 52.6012 162 52.4672 161.324 52.4672C160.689 52.4672 160.162 52.6076 159.74 52.8883C159.321 53.1691 159.01 53.536 158.807 53.9891C158.604 54.4421 158.502 54.9366 158.502 55.4758H157.207C157.207 54.6208 157.385 53.8806 157.741 53.2616C158.096 52.6427 158.582 52.1641 159.201 51.8227C159.816 51.4845 160.534 51.3154 161.346 51.3154C162.095 51.3154 162.768 51.4558 163.368 51.7366C163.965 52.0173 164.441 52.4512 164.8 53.0415C165.155 53.6285 165.333 54.3783 165.333 55.2844C165.333 55.9225 165.197 56.567 164.924 57.2114C164.651 57.8559 164.292 58.4844 163.848 59.1002C163.403 59.7128 162.908 60.3062 162.359 60.8741C161.813 61.442 161.254 61.978 160.689 62.4853C160.124 62.9894 159.597 63.4392 159.115 63.838H165.828V64.9675H157.096L157.09 64.9643Z18:T499,M172.706 65.1938C171.817 65.1938 171.04 65.0311 170.379 64.7056C169.719 64.3802 169.195 63.9335 168.805 63.3624C168.418 62.7945 168.167 62.1596 168.053 61.4545H169.37C169.535 62.2203 169.91 62.8456 170.494 63.3242C171.078 63.8027 171.82 64.042 172.725 64.042C173.411 64.042 173.995 63.8825 174.48 63.5634C174.963 63.2444 175.334 62.8137 175.594 62.2681C175.855 61.7257 175.985 61.1259 175.985 60.4751C175.985 59.7859 175.851 59.1702 175.585 58.6342C175.318 58.0982 174.947 57.6802 174.471 57.3803C173.995 57.0804 173.439 56.9304 172.801 56.9304C172.027 56.9304 171.363 57.0995 170.817 57.4377C170.271 57.7759 169.859 58.2194 169.579 58.7714H168.3L169.424 51.5449H176.347V52.7126H170.456L169.675 57.141C169.992 56.7454 170.427 56.42 170.979 56.1647C171.532 55.9095 172.17 55.7819 172.896 55.7819C173.531 55.7819 174.115 55.8967 174.652 56.1264C175.185 56.3562 175.645 56.6816 176.036 57.1027C176.423 57.5239 176.724 58.0152 176.94 58.5799C177.156 59.1446 177.264 59.7668 177.264 60.4591C177.264 61.0844 177.166 61.6843 176.969 62.2522C176.772 62.8201 176.48 63.3242 176.093 63.7676C175.705 64.2111 175.229 64.5557 174.661 64.8109C174.096 65.0662 173.442 65.1938 172.706 65.1938Z0:{"P":null,"b":"HWX-ZBhzHEIAs2F0Tvduv","p":"/soe-centennial-nextjs","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["__PAGE__",["$","$9","c",{"children":[["$","div",null,{"children":[["$","header",null,{"className":"group w-full transition-colors absolute top-0 z-50","children":[["$","$Lc",null,{}],["$","div",null,{"className":"flex justify-between items-center cc 3xl:px-100 4xl:px-[calc((100%-1800px)/2)] rs-pt-2 rs-pb-1 transition","children":[["$","div",null,{"className":"no-underline inline-block font-normal","children":["$","div",null,{"className":"flex flex-col sm:flex-row items-start sm:items-center","children":[["$","svg",null,{"width":261,"height":67,"viewBox":"0 0 261 67","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":[["$","g",null,{"clipPath":"url(#clip0_1391_18090)","children":[["$","path",null,{"d":"$d","className":"fill-digital-red-xlight"}],["$","path",null,{"d":"$e","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M104.146 21.0664V4.94813H98.585V1.97461H113.319V4.94813H107.784V21.0664H104.149H104.146Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M126.774 21.0664H130.653L123.733 1.97461H119.582L112.637 21.0664H116.49L117.991 16.7306H125.279L126.771 21.0664H126.774ZM118.985 13.8655L121.648 6.17328L124.295 13.8655H118.985Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M133.15 21.0664V1.97461H136.813L145.552 15.1481V1.97461H149.215V21.0664H145.552L136.813 7.92166V21.0664H133.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M152.932 21.0664V1.97461H165.304V4.94813H156.595V10.0497H163.568V12.9403H156.595V21.0664H152.932Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$f","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M203.318 21.0662L199.423 13.1346C199.702 13.0357 199.966 12.9209 200.21 12.7901C201.213 12.2541 201.95 11.5458 202.423 10.662C202.892 9.78144 203.127 8.83068 203.127 7.81292C203.127 6.74092 202.883 5.76463 202.394 4.88087C201.905 4.0003 201.162 3.29521 200.169 2.76878C199.175 2.24235 197.909 1.97754 196.37 1.97754H189.288V21.0693H192.951V13.5973H195.662L199.137 21.0693H203.314L203.318 21.0662ZM192.951 5.05635H196.154C197.274 5.05635 198.093 5.31478 198.61 5.83483C199.128 6.35487 199.385 7.05678 199.385 7.94692C199.385 8.83706 199.121 9.55492 198.598 10.1005C198.074 10.6461 197.258 10.9173 196.157 10.9173H192.954V5.05316L192.951 5.05635Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M206.409 21.0664V1.97461H212.757C214.963 1.97461 216.785 2.37023 218.223 3.16147C219.661 3.9527 220.728 5.06299 221.426 6.48913C222.121 7.91528 222.47 9.59347 222.47 11.5205C222.47 13.4476 222.121 15.1258 221.426 16.5519C220.731 17.978 219.667 19.0883 218.239 19.8796C216.811 20.6708 214.982 21.0664 212.757 21.0664H206.409ZM210.072 17.9015H212.567C214.122 17.9015 215.347 17.6462 216.243 17.1389C217.138 16.6317 217.776 15.8978 218.157 14.9439C218.537 13.9899 218.728 12.8478 218.728 11.5205C218.728 10.1933 218.537 9.02556 218.157 8.07161C217.776 7.11766 217.138 6.38385 216.243 5.87656C215.347 5.36928 214.122 5.11404 212.567 5.11404H210.072V17.9047V17.9015Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M83.5234 45.2246V26.1328H96.004V29.1063H87.1863V34.0962H95.1914V36.9613H87.1863V42.2511H96.004V45.2246H83.5234Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M99.3428 45.2246V26.1328H103.006L111.744 39.3063V26.1328H115.407V45.2246H111.744L103.006 32.0799V45.2246H99.3428Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$10","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M140.232 45.2246V26.1328H143.895V45.2246H140.232Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M147.611 45.2246V26.1328H151.274L160.013 39.3063V26.1328H163.675V45.2246H160.013L151.274 32.0799V45.2246H147.611Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M167.393 45.2246V26.1328H179.873V29.1063H171.055V34.0962H179.061V36.9613H171.055V42.2511H179.873V45.2246H167.393Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M183.209 45.2246V26.1328H195.69V29.1063H186.872V34.0962H194.877V36.9613H186.872V42.2511H195.69V45.2246H183.209Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M213.055 45.2246L209.16 37.2931C209.44 37.1942 209.703 37.0793 209.947 36.9485C210.95 36.4125 211.687 35.7042 212.16 34.8205C212.63 33.9399 212.864 32.9891 212.864 31.9714C212.864 30.8994 212.62 29.9231 212.131 29.0393C211.642 28.1588 210.9 27.4537 209.906 26.924C208.913 26.3976 207.646 26.1328 206.107 26.1328H199.025V45.2246H202.688V37.7525H205.399L208.875 45.2246H213.052H213.055ZM202.691 29.218H205.894C207.015 29.218 207.834 29.4764 208.351 29.9965C208.868 30.5165 209.125 31.2184 209.125 32.1086C209.125 32.9987 208.862 33.7166 208.338 34.2621C207.814 34.8077 206.999 35.0789 205.897 35.0789H202.695V29.2148L202.691 29.218Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M216.15 45.2246V26.1328H219.813V45.2246H216.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M223.53 45.2246V26.1328H227.193L235.931 39.3063V26.1328H239.594V45.2246H235.931L227.193 32.0799V45.2246H223.53Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$11","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M85.7929 64.9638V53.0218L83.5234 53.6344V52.6964L86.2119 51.5479H87.1451V64.9638H85.7897H85.7929Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$12","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$13","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$14","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M123.945 59.9044V58.7559H131.363V59.9044H123.945Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$15","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$16","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$17","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$18","className":"text-black-60 fill-stone-dark"}]]}],["$","defs",null,{"children":["$","clipPath",null,{"id":"clip0_1391_18090","children":["$","rect",null,{"width":"261","height":"67","fill":"white"}]}]}]]}],["$","span",null,{"className":"sr-only","children":"100 Years of Stanford Engineering: 1925 to 2025"}]]}]}],["$","div",null,{"className":"flex items-center gap-x-12 sm:gap-x-20 md:gap-x-30","children":"$undefined"}]]}]]}],["$","section",null,{"style":"$undefined","className":"bg-fog-light text-black rs-py-9 cc overflow-hidden","children":["$","h2",null,{"className":"font-dm-sans font-bold leading-none tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 *:font-dm-sans flex flex-row items-center 2xl:whitespace-pre-line -mt-01em rs-mb-2 xl:max-w-1200","children":[[["$","span",null,{"className":"font-semibold type-1","children":"100 years of"}],["$","span",null,{"className":"font-bold type-8","children":"Impact"}]],"$undefined"]}]}],["$","$L19",null,{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 cc","children":[["$","svg",null,{"width":"495","height":"909","viewBox":"0 0 495 909","fill":"none","xmlns":"http://www.w3.org/2000/svg","className":"absolute top-0 z-0 flex items-center overflow-hidden left-0 rotate-180","children":["$","path",null,{"d":"M559.14 907.342L23.1398 781.435C9.58301 778.251 0 766.156 0 752.23V140.481C0 126.232 10.0237 113.948 23.9838 111.091L559.984 1.37244C578.585 -2.43514 596 11.7764 596 30.763V878.136C596 897.477 577.968 911.764 559.14 907.342Z","fill":"#F4F8FA"}]}],["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit lg:flex-row","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The first African-American woman in space",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1983","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-first lg:rs-mr-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://airandspace.si.edu/sites/default/files/styles/slideshow_basic/public/images/NASA%20166851h.jpg?itok=yL6MTpUr","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],["$","$L19",null,{"animation":"slideInFromRight","className":"$undefined","children":["$","div",null,{"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 cc","children":[["$","svg",null,{"width":"495","height":"909","viewBox":"0 0 495 909","fill":"none","xmlns":"http://www.w3.org/2000/svg","className":"absolute top-0 z-0 flex items-center overflow-hidden right-0","children":["$","path",null,{"d":"M559.14 907.342L23.1398 781.435C9.58301 778.251 0 766.156 0 752.23V140.481C0 126.232 10.0237 113.948 23.9838 111.091L559.984 1.37244C578.585 -2.43514 596 11.7764 596 30.763V878.136C596 897.477 577.968 911.764 559.14 907.342Z","fill":"#F4F8FA"}]}],["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit lg:flex-row ml-auto","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["First remote classs from the Stanford Instructional Television Network",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1969","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-last lg:rs-ml-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[-15deg] hocus:rotate-y-[15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://images.unsplash.com/photo-1491770042090-0810a7e20f46?q=80&w=1935&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],["$","$L19",null,{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 cc","children":[["$","svg",null,{"width":"495","height":"909","viewBox":"0 0 495 909","fill":"none","xmlns":"http://www.w3.org/2000/svg","className":"absolute top-0 z-0 flex items-center overflow-hidden left-0 rotate-180","children":["$","path",null,{"d":"M559.14 907.342L23.1398 781.435C9.58301 778.251 0 766.156 0 752.23V140.481C0 126.232 10.0237 113.948 23.9838 111.091L559.984 1.37244C578.585 -2.43514 596 11.7764 596 30.763V878.136C596 897.477 577.968 911.764 559.14 907.342Z","fill":"#F4F8FA"}]}],["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit lg:flex-row","children":[["$","div",null,{"className":"rs-px-2 flex flex-col w-[420px] lg:w-600","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The Stanford Dish Radiotelescope completed in 1962",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["1983","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:w-600 lg:order-first lg:rs-mr-4","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://airandspace.si.edu/sites/default/files/styles/slideshow_basic/public/images/NASA%20166851h.jpg?itok=yL6MTpUr","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],"$L1c"]}],null,["$","$L1d",null,{"children":"$L1e"}]]}],{},null]},null],["$","$9","h",{"children":[null,["$","$9","ZzZ0vFXaZk7Zg8adwPtFJ",{"children":[["$","$L1f",null,{"children":"$L20"}],["$","$L21",null,{"children":"$L22"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$23","$undefined"],"s":false,"S":true} +24:I[38,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","674","static/chunks/674-4728c4d6f3b38966.js","654","static/chunks/654-b4f59b7c19cd3abc.js","931","static/chunks/app/page-ed528ac49bb21de3.js"],"Slideshow"] +1c:["$","div",null,{"style":"$undefined","className":"rs-py-5 cc","children":[["$","$L24",null,{"children":[["$","$L19","3",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Embracing Innovation","href":null,"uuid":3,"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 w-fit","children":[false,["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["The Digital Age",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2010","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],["$","$L19","4",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Pushing Boundaries","href":"https://example.com/2021","uuid":4,"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 w-fit","children":[false,["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["New Innovations",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2021","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/millie/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],["$","$L19","10",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"Giving Back","href":"https://example.com/2027","uuid":10,"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 w-fit","children":[false,["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["Community Outreach",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2027","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}],["$","$L19","12",{"animation":"slideInFromLeft","className":"$undefined","children":["$","div",null,{"dek":"The Future is Here","href":"https://example.com/2029","uuid":12,"className":"h-fit relative rs-pt-9 rs-pb-3 rs-mt-3 w-fit","children":[false,["$","div",null,{"className":"flex items-center relative z-50 flex-col w-fit","children":[["$","div",null,{"className":"rs-px-2 flex flex-col rs-pt-2 w-full","children":[["$","h2",null,{"className":"font-dm-sans type-1 font-normal leading-display tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 2xl:whitespace-pre-line -mt-01em rs-mb-0 last:mb-0 xl:max-w-1200","children":[["$","$L1a",null,{"className":"font-inherit","href":"/","children":["Pioneering Robotics",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block shrink-0 text-digital-red-light","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]]}],"$undefined"]}],["$","div",null,{"className":"font-dm-mono type-2 font-normal order-first rs-mb-2","children":["2029","$undefined"]}]]}],["$","div",null,{"className":"rs-mb-2 lg:mb-0 w-[420px] order-first lg:order-first","children":["$","div",null,{"className":"group relative flex justify-center rotate-y-[15deg] hocus:rotate-y-[-15deg]","children":["$","div",null,{"className":"aspect-[1/1] relative perspective-1000 transform ease-in-out duration-1000 w-full h-full","children":["$","$L1b",null,{"alt":"","src":"https://placecats.com/neo_banana/300/200","fill":true,"className":"object-cover rounded-lg shadow-lg transform ease-in-out duration-1000"}]}]}]}]]}]]}]}]]}],["$","div",null,{"style":"$undefined","className":"rs-mt-8 rs-mb-10 cc flex flex-col items-center","children":["$","$L1a",null,{"href":"/timeline","className":"font-dm-sans w-fit transition text-digital-red-light hocus:text-white hocus:bg-digital-red-light border-4 rounded border-digital-red-light hocus:border-white no-underline hocus:underline hocus:outline hocus:outline-3 hocus:outline-digital-red-light rs-py-1 rs-px-3 font-normal","children":[["Explore 100 years in Engineering",["$","svg",null,{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 20 20","fill":"currentColor","aria-hidden":"true","data-slot":"icon","ref":"$undefined","aria-labelledby":"$undefined","width":20,"className":"ml-2 inline-block","children":[null,["$","path",null,{"fillRule":"evenodd","d":"M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z","clipRule":"evenodd"}]]}]],false]}]}]]}] 22:[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}]] 20:[["$","meta","0",{"charSet":"utf-8"}],["$","link","1",{"rel":"icon","href":"/soe-centennial-nextjs/favicon.ico","type":"image/x-icon","sizes":"16x16"}]] 1e:null diff --git a/out/timeline.html b/out/timeline.html index 57cbcf0..be80665 100644 --- a/out/timeline.html +++ b/out/timeline.html @@ -1 +1 @@ -
100 Years of Stanford Engineering: 1925 to 2025

100 years ofImpact

\ No newline at end of file +
100 Years of Stanford Engineering: 1925 to 2025

100 years ofImpact

\ No newline at end of file diff --git a/out/timeline.txt b/out/timeline.txt index 85f7972..67918a4 100644 --- a/out/timeline.txt +++ b/out/timeline.txt @@ -12,8 +12,8 @@ f:I[3120,[],"MetadataBoundary"] 5:HL["/soe-centennial-nextjs/_next/static/media/b27868729ad8c262-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 6:HL["/soe-centennial-nextjs/_next/static/media/d90e10e85a15eaad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] 7:HL["/soe-centennial-nextjs/_next/static/media/db3cc5ff6037fbad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -8:HL["/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","style"] -0:{"P":null,"b":"kl_HGxkKw62rGQGM-O7A2","p":"/soe-centennial-nextjs","c":["","timeline"],"i":false,"f":[[["",{"children":["timeline",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/ee9003b80d57e4a5.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["timeline",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","timeline","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","QWW4YiJ-BfLuwjUifd-4r",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} +8:HL["/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","style"] +0:{"P":null,"b":"HWX-ZBhzHEIAs2F0Tvduv","p":"/soe-centennial-nextjs","c":["","timeline"],"i":false,"f":[[["",{"children":["timeline",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$9","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/soe-centennial-nextjs/_next/static/css/8d1dcdd95da55134.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","children":["$","body",null,{"className":"__variable_6f86a8 __variable_cf1540 __variable_2df5e6 __variable_0f68e0","children":["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[]}]}]}]]}],{"children":["timeline",["$","$9","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","segmentPath":["children","timeline","children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","notFoundStyles":"$undefined"}]]}],{"children":["__PAGE__",["$","$9","c",{"children":["$Lc",null,["$","$Ld",null,{"children":"$Le"}]]}],{},null]},null]},null],["$","$9","h",{"children":[null,["$","$9","ZjOSOOloyd_P-sELwrFDz",{"children":[["$","$Lf",null,{"children":"$L10"}],["$","$L11",null,{"children":"$L12"}],["$","meta",null,{"name":"next-size-adjust"}]]}]]}]]],"m":"$undefined","G":["$13","$undefined"],"s":false,"S":true} 14:I[5218,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","654","static/chunks/654-b4f59b7c19cd3abc.js","571","static/chunks/app/timeline/page-93e95c306e606352.js"],"Skiplink"] 21:I[8785,["595","static/chunks/595-c960df0f7bf72802.js","804","static/chunks/804-97eaa2891920dc20.js","654","static/chunks/654-b4f59b7c19cd3abc.js","571","static/chunks/app/timeline/page-93e95c306e606352.js"],"default"] 15:T70d,M52.7722 67H52.7183C46.2685 67 41.0217 61.7261 41.0217 55.2431V42.2515L37.5143 55.527C35.7273 62.2845 29.6235 67.0032 22.669 67.0032C16.5906 67.0032 11.328 63.4362 8.83949 58.2772L7.26831 64.2402C6.8398 65.8674 5.37337 67.0032 3.69744 67.0032C2.54207 67.0032 1.47557 66.4768 0.770921 65.5547C0.0662701 64.6359 -0.168613 63.4618 0.126578 62.3387L7.30957 35.0889V4.90376C7.30957 2.19824 9.4997 0 12.1882 0C13.7149 0 15.1242 0.698714 16.0542 1.91429C16.9842 3.12986 17.2953 4.67724 16.9049 6.16081L9.21403 35.3377V49.379L19.9203 8.74829C21.2788 3.59567 25.9288 0 31.2296 0C37.6794 0 42.9262 5.27386 42.9262 11.7569V27.5912L47.4302 10.5509C49.0712 4.33905 54.6862 0 61.0788 0C65.4972 0 69.5759 2.01957 72.2707 5.53867C74.9655 9.05776 75.8606 13.5404 74.7307 17.8316L64.0784 58.2517C62.7199 63.4011 58.0698 67 52.7722 67ZM42.9262 35.0474V55.2431C42.9262 60.6701 47.3191 65.0857 52.7183 65.0857H52.7722C57.2096 65.0857 61.1011 62.0739 62.2374 57.7636L72.8897 17.3434C73.8673 13.6297 73.0928 9.75329 70.763 6.70638C68.4301 3.66267 64.9005 1.91429 61.0788 1.91429C55.5464 1.91429 50.69 5.66948 49.268 11.0422L42.923 35.0442L42.9262 35.0474ZM9.67745 55.09C11.2264 60.8424 16.4637 65.0857 22.669 65.0857C28.8744 65.0857 34.1085 60.9509 35.6733 55.0325L41.0217 34.7953V11.7569C41.0217 6.3299 36.6287 1.91429 31.2296 1.91429C26.7922 1.91429 22.9008 4.9261 21.7644 9.23643L9.67745 55.09ZM7.3064 42.561L1.96438 62.8269C1.82155 63.3692 1.93582 63.9371 2.27544 64.3838C2.61507 64.8305 3.13245 65.0857 3.69427 65.0857C4.50366 65.0857 5.21466 64.537 5.42415 63.7489L7.70951 55.0772C7.44606 53.9478 7.3064 52.7705 7.3064 51.5613V42.5641V42.561ZM12.185 1.91429C10.544 1.91429 9.21086 3.25429 9.21086 4.90376V27.8624L15.0607 5.66948C15.2988 4.76657 15.1115 3.82219 14.5433 3.082C13.9752 2.34181 13.1182 1.91429 12.185 1.91429Z16:T708,M90.0621 21.3947C88.6878 21.3947 87.4626 21.1587 86.3865 20.6865C85.3105 20.2143 84.4599 19.5219 83.8377 18.6127C83.2124 17.7034 82.8918 16.6027 82.876 15.3137H86.7547C86.7738 15.8784 86.9166 16.3857 87.1896 16.8419C87.4626 17.2982 87.8371 17.6555 88.3164 17.9203C88.7957 18.1851 89.3702 18.3159 90.0399 18.3159C90.6176 18.3159 91.1191 18.2202 91.5444 18.0288C91.9698 17.8374 92.2999 17.5694 92.5348 17.2248C92.7696 16.8802 92.8871 16.4718 92.8871 15.9965C92.8871 15.4509 92.7569 14.9978 92.4935 14.6341C92.23 14.2704 91.8682 13.9609 91.408 13.7057C90.9477 13.4505 90.4145 13.2207 89.8082 13.0102C89.202 12.8028 88.564 12.5795 87.8942 12.3434C86.3929 11.852 85.247 11.198 84.463 10.3812C83.6759 9.56446 83.2823 8.48289 83.2823 7.13651C83.2823 5.99113 83.5584 5.00846 84.1107 4.1917C84.663 3.37494 85.4279 2.74642 86.4024 2.30932C87.38 1.87223 88.491 1.65527 89.7384 1.65527C90.9858 1.65527 92.1475 1.87861 93.1156 2.32208C94.0837 2.76875 94.8519 3.41004 95.4232 4.24594C95.9945 5.08184 96.2866 6.06451 96.3056 7.19075H92.3983C92.3792 6.7728 92.2586 6.37718 92.0333 6.00389C91.8079 5.63061 91.4937 5.3307 91.0969 5.10418C90.7001 4.87765 90.2272 4.7628 89.6876 4.7628C89.2178 4.74365 88.7862 4.81704 88.3989 4.97975C88.0085 5.14246 87.7006 5.38494 87.4752 5.70399C87.2499 6.02303 87.1356 6.41865 87.1356 6.89084C87.1356 7.36303 87.2499 7.72675 87.4752 8.03623C87.7006 8.3457 88.0148 8.6137 88.4116 8.84022C88.8084 9.06675 89.2813 9.27732 89.8241 9.46875C90.3669 9.66018 90.9541 9.8548 91.5889 10.0558C92.5284 10.3844 93.3981 10.7705 94.1948 11.2139C94.9915 11.6606 95.6232 12.2381 96.0929 12.9464C96.5627 13.6547 96.7976 14.5927 96.7976 15.754C96.7976 16.7526 96.5341 17.681 96.0104 18.5361C95.4867 19.3911 94.7312 20.0803 93.7441 20.6099C92.757 21.1363 91.5318 21.4011 90.0685 21.4011L90.0621 21.3947Z17:T48b,M176.779 21.395C174.934 21.395 173.306 20.9771 171.894 20.1412C170.484 19.3053 169.38 18.1471 168.583 16.6635C167.786 15.1832 167.39 13.4667 167.39 11.5237C167.39 9.57749 167.786 7.8642 168.583 6.38382C169.38 4.90344 170.481 3.74211 171.894 2.9062C173.306 2.0703 174.931 1.65234 176.779 1.65234C178.626 1.65234 180.28 2.0703 181.689 2.9062C183.098 3.74211 184.2 4.90344 184.987 6.38382C185.774 7.86739 186.168 9.58068 186.168 11.5237C186.168 13.4667 185.774 15.1832 184.987 16.6635C184.2 18.1471 183.101 19.3053 181.689 20.1412C180.276 20.9771 178.642 21.395 176.779 21.395ZM176.779 18.0929C177.937 18.0929 178.937 17.8249 179.778 17.2889C180.619 16.7529 181.276 15.9935 181.746 15.0109C182.216 14.0282 182.451 12.8669 182.451 11.5205C182.451 10.1741 182.216 8.98725 181.746 8.01734C181.276 7.04425 180.619 6.29449 179.778 5.76806C178.937 5.24163 177.937 4.97682 176.779 4.97682C175.62 4.97682 174.642 5.24163 173.795 5.76806C172.944 6.29449 172.284 7.04425 171.814 8.01734C171.345 8.99044 171.11 10.1582 171.11 11.5205C171.11 12.8828 171.345 14.0282 171.814 15.0109C172.284 15.9935 172.944 16.7529 173.795 17.2889C174.646 17.8249 175.639 18.0929 176.779 18.0929Z18:T432,M127.453 45.5535C125.644 45.5535 124.069 45.1483 122.733 44.3411C121.394 43.5339 120.356 42.3949 119.613 40.9305C118.87 39.466 118.502 37.7623 118.502 35.8161C118.502 33.87 118.883 32.1216 119.641 30.622C120.4 29.1225 121.495 27.9452 122.923 27.0902C124.352 26.2351 126.063 25.8076 128.053 25.8076C130.278 25.8076 132.128 26.3436 133.601 27.4156C135.074 28.4876 136.029 29.9808 136.464 31.8887H132.366C132.093 31.0528 131.592 30.3923 130.859 29.9106C130.126 29.4288 129.18 29.1863 128.024 29.1863C126.793 29.1863 125.745 29.4575 124.876 30.0031C124.006 30.5487 123.346 31.3112 122.895 32.2939C122.441 33.2765 122.216 34.4474 122.216 35.813C122.216 37.1785 122.441 38.3685 122.895 39.332C123.346 40.2956 123.993 41.0294 124.834 41.5271C125.675 42.028 126.666 42.2769 127.805 42.2769C129.468 42.2769 130.732 41.827 131.589 40.9273C132.449 40.0276 132.96 38.8599 133.122 37.4241H128.456V34.6708H136.813V45.2249H133.42L133.15 42.7969C132.754 43.3967 132.287 43.9008 131.754 44.3124C131.221 44.7208 130.602 45.0302 129.894 45.2408C129.189 45.4482 128.373 45.5535 127.453 45.5535Z19:T42b,M251.639 45.5535C249.83 45.5535 248.256 45.1483 246.92 44.3411C245.58 43.5339 244.542 42.3949 243.799 40.9305C243.057 39.466 242.688 37.7623 242.688 35.8161C242.688 33.854 243.069 32.1216 243.828 30.622C244.587 29.1225 245.682 27.9452 247.11 27.0902C248.538 26.2351 250.249 25.8076 252.239 25.8076C254.464 25.8076 256.315 26.3436 257.788 27.4156C259.26 28.4876 260.216 29.9808 260.651 31.8887H256.553C256.28 31.0528 255.778 30.3923 255.045 29.9106C254.312 29.4288 253.366 29.1863 252.211 29.1863C250.979 29.1863 249.932 29.4575 249.062 30.0031C248.192 30.5487 247.532 31.3112 247.081 32.2939C246.628 33.2765 246.402 34.4474 246.402 35.813C246.402 37.1785 246.628 38.3685 247.081 39.332C247.532 40.2956 248.18 41.0294 249.021 41.5271C249.862 42.028 250.852 42.2769 251.992 42.2769C253.655 42.2769 254.918 41.827 255.775 40.9273C256.635 40.0276 257.147 38.8599 257.308 37.4241H252.642V34.6708H261V45.2249H257.607L257.337 42.7969C256.94 43.3967 256.474 43.9008 255.94 44.3124C255.407 44.7208 254.788 45.0302 254.08 45.2408C253.376 45.4482 252.56 45.5535 251.639 45.5535Z1a:T717,M94.4296 65.1943C93.617 65.1943 92.9155 65.0347 92.3315 64.7157C91.7475 64.3966 91.2809 63.9659 90.9286 63.4204C90.5794 62.878 90.3604 62.275 90.2715 61.6082H91.5126C91.6522 62.3739 91.9792 62.9673 92.4934 63.3821C93.0076 63.7968 93.6583 64.0042 94.4486 64.0042C95.1596 64.0042 95.7976 63.7873 96.3563 63.3534C96.9149 62.9195 97.3625 62.2526 97.7021 61.3497C98.0385 60.45 98.2322 59.3142 98.2829 57.9487V57.8243C98.2829 57.7796 98.2829 57.7381 98.2829 57.6998C98.0925 58.121 97.81 58.5166 97.4355 58.8867C97.0609 59.2568 96.6134 59.5535 96.0896 59.7768C95.5691 60.0002 94.9692 60.1118 94.2963 60.1118C93.5345 60.1118 92.8171 59.9332 92.1506 59.5758C91.484 59.2185 90.9412 58.7144 90.5191 58.0604C90.1001 57.4095 89.8906 56.6534 89.8906 55.7983C89.8906 55.0581 90.0715 54.3435 90.4334 53.6607C90.7952 52.9779 91.3158 52.4132 91.9982 51.9729C92.6807 51.5326 93.4964 51.3125 94.4486 51.3125C95.4009 51.3125 96.2039 51.4912 96.8514 51.8485C97.4989 52.2058 98.0195 52.6908 98.4163 53.3065C98.8098 53.9191 99.0955 54.6083 99.2733 55.3676C99.451 56.1269 99.5399 56.9054 99.5399 57.6966C99.5399 59.1675 99.3367 60.4628 98.9305 61.5858C98.5242 62.7089 97.9433 63.5926 97.1847 64.2307C96.4293 64.8688 95.5088 65.1879 94.4296 65.1879V65.1943ZM94.5438 58.9282C95.166 58.9282 95.7278 58.7814 96.2325 58.4879C96.734 58.1944 97.1307 57.8051 97.4228 57.3202C97.7148 56.8352 97.8608 56.2992 97.8608 55.709C97.8608 55.0836 97.7148 54.5317 97.4228 54.0499C97.1307 53.5682 96.7372 53.1949 96.242 52.9205C95.7468 52.6461 95.1818 52.5089 94.5438 52.5089C93.9059 52.5089 93.344 52.6493 92.8457 52.9301C92.3506 53.2108 91.9633 53.5905 91.684 54.0691C91.4047 54.5476 91.265 55.0996 91.265 55.7281C91.265 56.3566 91.4078 56.9309 91.6935 57.4159C91.9792 57.9008 92.3696 58.2741 92.8648 58.5357C93.3599 58.7974 93.9186 58.9282 94.5438 58.9282Z1b:T42b,M101.581 64.9643V64.0263C102.508 63.2861 103.387 62.5395 104.212 61.793C105.038 61.0464 105.774 60.303 106.415 59.5596C107.056 58.8194 107.561 58.092 107.932 57.3837C108.301 56.6754 108.485 55.9799 108.485 55.3035C108.485 54.8186 108.399 54.3591 108.228 53.922C108.056 53.4881 107.78 53.1372 107.399 52.8692C107.018 52.6012 106.491 52.4672 105.815 52.4672C105.18 52.4672 104.654 52.6076 104.231 52.8883C103.812 53.1691 103.501 53.536 103.298 53.9891C103.095 54.4421 102.994 54.9366 102.994 55.4758H101.698C101.698 54.6208 101.876 53.8806 102.232 53.2616C102.587 52.6427 103.073 52.1641 103.692 51.8227C104.308 51.4845 105.025 51.3154 105.838 51.3154C106.587 51.3154 107.26 51.4558 107.859 51.7366C108.456 52.0173 108.932 52.4512 109.291 53.0415C109.646 53.6285 109.824 54.3783 109.824 55.2844C109.824 55.9225 109.688 56.567 109.415 57.2114C109.142 57.8559 108.783 58.4844 108.339 59.1002C107.894 59.7128 107.399 60.3062 106.85 60.8741C106.304 61.442 105.745 61.978 105.18 62.4853C104.615 62.9894 104.089 63.4392 103.606 63.838H110.319V64.9675H101.587L101.581 64.9643Z1c:T49e,M117.197 65.1938C116.308 65.1938 115.531 65.0311 114.871 64.7056C114.21 64.3802 113.687 63.9335 113.296 63.3624C112.909 62.7945 112.658 62.1596 112.544 61.4545H113.861C114.026 62.2203 114.401 62.8456 114.985 63.3242C115.569 63.8027 116.312 64.042 117.216 64.042C117.902 64.042 118.486 63.8825 118.971 63.5634C119.454 63.2444 119.825 62.8137 120.086 62.2681C120.346 61.7257 120.476 61.1259 120.476 60.4751C120.476 59.7859 120.343 59.1702 120.076 58.6342C119.809 58.0982 119.438 57.6802 118.962 57.3803C118.486 57.0804 117.93 56.9304 117.292 56.9304C116.518 56.9304 115.855 57.0995 115.309 57.4377C114.763 57.7759 114.35 58.2194 114.071 58.7714H112.792L113.915 51.5449H120.838V52.7126H114.947L114.166 57.141C114.483 56.7454 114.918 56.42 115.47 56.1647C116.023 55.9095 116.661 55.7819 117.388 55.7819C118.022 55.7819 118.606 55.8967 119.143 56.1264C119.676 56.3562 120.136 56.6816 120.527 57.1027C120.914 57.5239 121.216 58.0152 121.431 58.5799C121.647 59.1446 121.755 59.7668 121.755 60.4591C121.755 61.0844 121.657 61.6843 121.46 62.2522C121.263 62.8201 120.971 63.3242 120.584 63.7676C120.197 64.2079 119.721 64.5557 119.152 64.8109C118.587 65.0662 117.934 65.1938 117.197 65.1938Z1d:T427,M133.56 64.9643V64.0263C134.486 63.2861 135.366 62.5395 136.191 61.793C137.016 61.0464 137.753 60.303 138.394 59.5596C139.035 58.8194 139.54 58.092 139.911 57.3837C140.279 56.6754 140.463 55.9799 140.463 55.3035C140.463 54.8186 140.378 54.3591 140.206 53.922C140.035 53.4881 139.759 53.1372 139.378 52.8692C138.997 52.6012 138.47 52.4672 137.794 52.4672C137.159 52.4672 136.632 52.6076 136.21 52.8883C135.791 53.1691 135.48 53.536 135.277 53.9891C135.074 54.4421 134.972 54.9366 134.972 55.4758H133.677C133.677 54.6208 133.855 53.8806 134.21 53.2616C134.566 52.6427 135.051 52.1641 135.67 51.8227C136.286 51.4845 137.003 51.3154 137.816 51.3154C138.565 51.3154 139.238 51.4558 139.838 51.7366C140.435 52.0173 140.911 52.4512 141.269 53.0415C141.625 53.6285 141.803 54.3783 141.803 55.2844C141.803 55.9225 141.666 56.567 141.393 57.2114C141.12 57.8559 140.762 58.4844 140.317 59.1002C139.873 59.7128 139.378 60.3062 138.829 60.8741C138.283 61.442 137.724 61.978 137.159 62.4853C136.594 62.9894 136.067 63.4392 135.585 63.838H142.298V64.9675H133.566L133.56 64.9643Z1e:T498,M149.538 65.1935C148.37 65.1935 147.37 64.9031 146.545 64.3225C145.72 63.7418 145.082 62.9282 144.637 61.8881C144.193 60.848 143.971 59.6357 143.971 58.2574C143.971 56.8791 144.193 55.6667 144.637 54.6266C145.082 53.5865 145.716 52.773 146.545 52.1923C147.37 51.6116 148.364 51.3213 149.519 51.3213C150.674 51.3213 151.668 51.6116 152.493 52.1923C153.318 52.773 153.953 53.5865 154.401 54.6266C154.845 55.6667 155.067 56.8791 155.067 58.2574C155.067 59.6357 154.845 60.848 154.401 61.8881C153.956 62.9314 153.322 63.7418 152.493 64.3225C151.668 64.9031 150.681 65.1935 149.538 65.1935ZM149.519 64.0258C150.319 64.0258 151.036 63.7961 151.665 63.3366C152.293 62.8772 152.788 62.2168 153.153 61.3521C153.515 60.4907 153.696 59.457 153.696 58.2574C153.696 57.0578 153.515 56.0272 153.153 55.1722C152.792 54.3171 152.296 53.6567 151.665 53.1973C151.036 52.7379 150.319 52.5081 149.519 52.5081C148.719 52.5081 148.018 52.7379 147.383 53.1973C146.748 53.6567 146.247 54.3171 145.885 55.1722C145.523 56.0272 145.342 57.0578 145.342 58.2574C145.342 59.457 145.523 60.4907 145.885 61.3521C146.247 62.2136 146.745 62.8772 147.383 63.3366C148.018 63.7961 148.729 64.0258 149.519 64.0258Z1f:T425,M157.09 64.9643V64.0263C158.017 63.2861 158.896 62.5395 159.721 61.793C160.546 61.0464 161.283 60.303 161.924 59.5596C162.565 58.8194 163.07 58.092 163.441 57.3837C163.809 56.6754 163.994 55.9799 163.994 55.3035C163.994 54.8186 163.908 54.3591 163.736 53.922C163.565 53.4881 163.289 53.1372 162.908 52.8692C162.527 52.6012 162 52.4672 161.324 52.4672C160.689 52.4672 160.162 52.6076 159.74 52.8883C159.321 53.1691 159.01 53.536 158.807 53.9891C158.604 54.4421 158.502 54.9366 158.502 55.4758H157.207C157.207 54.6208 157.385 53.8806 157.741 53.2616C158.096 52.6427 158.582 52.1641 159.201 51.8227C159.816 51.4845 160.534 51.3154 161.346 51.3154C162.095 51.3154 162.768 51.4558 163.368 51.7366C163.965 52.0173 164.441 52.4512 164.8 53.0415C165.155 53.6285 165.333 54.3783 165.333 55.2844C165.333 55.9225 165.197 56.567 164.924 57.2114C164.651 57.8559 164.292 58.4844 163.848 59.1002C163.403 59.7128 162.908 60.3062 162.359 60.8741C161.813 61.442 161.254 61.978 160.689 62.4853C160.124 62.9894 159.597 63.4392 159.115 63.838H165.828V64.9675H157.096L157.09 64.9643Z20:T499,M172.706 65.1938C171.817 65.1938 171.04 65.0311 170.379 64.7056C169.719 64.3802 169.195 63.9335 168.805 63.3624C168.418 62.7945 168.167 62.1596 168.053 61.4545H169.37C169.535 62.2203 169.91 62.8456 170.494 63.3242C171.078 63.8027 171.82 64.042 172.725 64.042C173.411 64.042 173.995 63.8825 174.48 63.5634C174.963 63.2444 175.334 62.8137 175.594 62.2681C175.855 61.7257 175.985 61.1259 175.985 60.4751C175.985 59.7859 175.851 59.1702 175.585 58.6342C175.318 58.0982 174.947 57.6802 174.471 57.3803C173.995 57.0804 173.439 56.9304 172.801 56.9304C172.027 56.9304 171.363 57.0995 170.817 57.4377C170.271 57.7759 169.859 58.2194 169.579 58.7714H168.3L169.424 51.5449H176.347V52.7126H170.456L169.675 57.141C169.992 56.7454 170.427 56.42 170.979 56.1647C171.532 55.9095 172.17 55.7819 172.896 55.7819C173.531 55.7819 174.115 55.8967 174.652 56.1264C175.185 56.3562 175.645 56.6816 176.036 57.1027C176.423 57.5239 176.724 58.0152 176.94 58.5799C177.156 59.1446 177.264 59.7668 177.264 60.4591C177.264 61.0844 177.166 61.6843 176.969 62.2522C176.772 62.8201 176.48 63.3242 176.093 63.7676C175.705 64.2111 175.229 64.5557 174.661 64.8109C174.096 65.0662 173.442 65.1938 172.706 65.1938Zc:["$","div",null,{"children":[["$","header",null,{"className":"group w-full transition-colors absolute top-0 z-50","children":[["$","$L14",null,{}],["$","div",null,{"className":"flex justify-between items-center cc 3xl:px-100 4xl:px-[calc((100%-1800px)/2)] rs-pt-2 rs-pb-1 transition","children":[["$","div",null,{"className":"no-underline inline-block font-normal","children":["$","div",null,{"className":"flex flex-col sm:flex-row items-start sm:items-center","children":[["$","svg",null,{"width":261,"height":67,"viewBox":"0 0 261 67","fill":"none","xmlns":"http://www.w3.org/2000/svg","children":[["$","g",null,{"clipPath":"url(#clip0_1391_18090)","children":[["$","path",null,{"d":"$15","className":"fill-digital-red-xlight"}],["$","path",null,{"d":"$16","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M104.146 21.0664V4.94813H98.585V1.97461H113.319V4.94813H107.784V21.0664H104.149H104.146Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M126.774 21.0664H130.653L123.733 1.97461H119.582L112.637 21.0664H116.49L117.991 16.7306H125.279L126.771 21.0664H126.774ZM118.985 13.8655L121.648 6.17328L124.295 13.8655H118.985Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M133.15 21.0664V1.97461H136.813L145.552 15.1481V1.97461H149.215V21.0664H145.552L136.813 7.92166V21.0664H133.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M152.932 21.0664V1.97461H165.304V4.94813H156.595V10.0497H163.568V12.9403H156.595V21.0664H152.932Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$17","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M203.318 21.0662L199.423 13.1346C199.702 13.0357 199.966 12.9209 200.21 12.7901C201.213 12.2541 201.95 11.5458 202.423 10.662C202.892 9.78144 203.127 8.83068 203.127 7.81292C203.127 6.74092 202.883 5.76463 202.394 4.88087C201.905 4.0003 201.162 3.29521 200.169 2.76878C199.175 2.24235 197.909 1.97754 196.37 1.97754H189.288V21.0693H192.951V13.5973H195.662L199.137 21.0693H203.314L203.318 21.0662ZM192.951 5.05635H196.154C197.274 5.05635 198.093 5.31478 198.61 5.83483C199.128 6.35487 199.385 7.05678 199.385 7.94692C199.385 8.83706 199.121 9.55492 198.598 10.1005C198.074 10.6461 197.258 10.9173 196.157 10.9173H192.954V5.05316L192.951 5.05635Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M206.409 21.0664V1.97461H212.757C214.963 1.97461 216.785 2.37023 218.223 3.16147C219.661 3.9527 220.728 5.06299 221.426 6.48913C222.121 7.91528 222.47 9.59347 222.47 11.5205C222.47 13.4476 222.121 15.1258 221.426 16.5519C220.731 17.978 219.667 19.0883 218.239 19.8796C216.811 20.6708 214.982 21.0664 212.757 21.0664H206.409ZM210.072 17.9015H212.567C214.122 17.9015 215.347 17.6462 216.243 17.1389C217.138 16.6317 217.776 15.8978 218.157 14.9439C218.537 13.9899 218.728 12.8478 218.728 11.5205C218.728 10.1933 218.537 9.02556 218.157 8.07161C217.776 7.11766 217.138 6.38385 216.243 5.87656C215.347 5.36928 214.122 5.11404 212.567 5.11404H210.072V17.9047V17.9015Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M83.5234 45.2246V26.1328H96.004V29.1063H87.1863V34.0962H95.1914V36.9613H87.1863V42.2511H96.004V45.2246H83.5234Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M99.3428 45.2246V26.1328H103.006L111.744 39.3063V26.1328H115.407V45.2246H111.744L103.006 32.0799V45.2246H99.3428Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$18","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M140.232 45.2246V26.1328H143.895V45.2246H140.232Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M147.611 45.2246V26.1328H151.274L160.013 39.3063V26.1328H163.675V45.2246H160.013L151.274 32.0799V45.2246H147.611Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M167.393 45.2246V26.1328H179.873V29.1063H171.055V34.0962H179.061V36.9613H171.055V42.2511H179.873V45.2246H167.393Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M183.209 45.2246V26.1328H195.69V29.1063H186.872V34.0962H194.877V36.9613H186.872V42.2511H195.69V45.2246H183.209Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M213.055 45.2246L209.16 37.2931C209.44 37.1942 209.703 37.0793 209.947 36.9485C210.95 36.4125 211.687 35.7042 212.16 34.8205C212.63 33.9399 212.864 32.9891 212.864 31.9714C212.864 30.8994 212.62 29.9231 212.131 29.0393C211.642 28.1588 210.9 27.4537 209.906 26.924C208.913 26.3976 207.646 26.1328 206.107 26.1328H199.025V45.2246H202.688V37.7525H205.399L208.875 45.2246H213.052H213.055ZM202.691 29.218H205.894C207.015 29.218 207.834 29.4764 208.351 29.9965C208.868 30.5165 209.125 31.2184 209.125 32.1086C209.125 32.9987 208.862 33.7166 208.338 34.2621C207.814 34.8077 206.999 35.0789 205.897 35.0789H202.695V29.2148L202.691 29.218Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M216.15 45.2246V26.1328H219.813V45.2246H216.15Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M223.53 45.2246V26.1328H227.193L235.931 39.3063V26.1328H239.594V45.2246H235.931L227.193 32.0799V45.2246H223.53Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$19","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M85.7929 64.9638V53.0218L83.5234 53.6344V52.6964L86.2119 51.5479H87.1451V64.9638H85.7897H85.7929Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1a","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1b","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1c","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"M123.945 59.9044V58.7559H131.363V59.9044H123.945Z","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1d","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1e","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$1f","className":"text-black-60 fill-stone-dark"}],["$","path",null,{"d":"$20","className":"text-black-60 fill-stone-dark"}]]}],["$","defs",null,{"children":["$","clipPath",null,{"id":"clip0_1391_18090","children":["$","rect",null,{"width":"261","height":"67","fill":"white"}]}]}]]}],["$","span",null,{"className":"sr-only","children":"100 Years of Stanford Engineering: 1925 to 2025"}]]}]}],["$","div",null,{"className":"flex items-center gap-x-12 sm:gap-x-20 md:gap-x-30","children":"$undefined"}]]}]]}],["$","section",null,{"style":"$undefined","className":"bg-fog-light text-black rs-py-9 cc overflow-hidden","children":["$","h2",null,{"className":"font-dm-sans font-bold leading-none tracking-normal [&_a]:text-stone-dark [&_a]:underline [&_a]:underline-offset-[5px] [&_a]:decoration-digital-red-light [&_a]:cursor-pointer [&_a]:decoration-4 *:font-dm-sans flex flex-row items-center 2xl:whitespace-pre-line -mt-01em rs-mb-2 xl:max-w-1200","children":[[["$","span",null,{"className":"font-semibold type-1","children":"100 years of"}],["$","span",null,{"className":"font-bold type-8","children":"Impact"}]],"$undefined"]}]}],["$","$L21",null,{"timelineData":[{"year":"1990","heading":"The Beginning","dek":"A New Era","body":"In 1990, the company was founded with a vision to revolutionize the tech industry.","href":"https://example.com/1990","image":"https://placecats.com/neo/300/200","uuid":1},{"year":"2000","heading":"The Growth Phase","dek":"Expanding Horizons","body":"By 2000, the company had grown exponentially, reaching international markets.","href":"https://example.com/2000","image":"https://placecats.com/millie/300/200","uuid":2},{"year":"2010","heading":"The Digital Age","dek":"Embracing Innovation","body":"The 2010s marked the company's shift to digital-first strategies, leading the way in AI and machine learning.","href":null,"image":"https://placecats.com/neo_banana/300/200","uuid":3},{"year":"2021","heading":"New Innovations","dek":"Pushing Boundaries","body":"In 2021, the company introduced groundbreaking technologies that set a new industry standard.","href":"https://example.com/2021","image":"https://placecats.com/millie/300/200","uuid":4},{"year":"2022","heading":"Sustainability Focus","dek":"Eco-Friendly Solutions","body":"The company made strides towards sustainability, implementing green technologies across its product line.","href":"https://example.com/2022","image":"https://placecats.com/neo_banana/300/200","uuid":5},{"year":"2023","heading":"AI Revolution","dek":"A Step into the Future","body":"By 2023, the company had integrated advanced AI into all its platforms, driving new levels of innovation.","href":"https://example.com/2023","image":"https://placecats.com/neo/300/200","uuid":6},{"year":"2024","heading":"Global Expansion","dek":"Reaching New Markets","body":"The company continued its expansion into new global markets, making its products available to more people than ever.","href":"https://example.com/2024","image":"https://placecats.com/millie/300/200","uuid":7},{"year":"2025","heading":"Milestone Achievement","dek":"Celebrating 35 Years","body":"In 2025, the company celebrated its 35th anniversary, marking decades of innovation and success.","href":"https://example.com/2025","image":"https://placecats.com/bella/300/200","uuid":8},{"year":"2026","heading":"Quantum Leap","dek":"The Next Frontier","body":"The company made its first foray into quantum computing, pushing the boundaries of what was possible.","href":"https://example.com/2026","image":"https://placecats.com/neo/300/200","uuid":9},{"year":"2027","heading":"Community Outreach","dek":"Giving Back","body":"With a focus on corporate responsibility, the company launched new initiatives to support underserved communities.","href":"https://example.com/2027","image":"https://placecats.com/neo_banana/300/200","uuid":10},{"year":"2028","heading":"AI-Powered Solutions","dek":"Automation Everywhere","body":"In 2028, the company unveiled a suite of AI-powered tools aimed at transforming everyday life.","href":"https://example.com/2028","image":"https://placecats.com/millie/300/200","uuid":11},{"year":"2029","heading":"Pioneering Robotics","dek":"The Future is Here","body":"The company became a leader in robotics, developing advanced systems for both home and industry use.","href":"https://example.com/2029","image":"https://placecats.com/neo_banana/300/200","uuid":12},{"year":"2030","heading":"The Sustainability Push","dek":"Green Technology","body":"The 2030s marked a major commitment to sustainability, with innovative green technology solutions and global environmental initiatives.","href":"https://example.com/2030","image":"https://placecats.com/bella/300/200","uuid":13},{"year":"2040","heading":"The Global Frontier","dek":"Space Exploration","body":"By 2040, the company expanded into space exploration, developing technologies to aid in interplanetary travel and settlement.","href":null,"image":"https://placecats.com/neo_2/300/200","uuid":14}]}]]}]