@charset "UTF-8";details.svelte-wyy7zr.svelte-wyy7zr.svelte-wyy7zr{display:flex;flex-direction:column;row-gap:var(--SPACE-MD);color:var(--color-details, var(--color-primary, inherit));transition:color .3s ease}details.isAccordionItem.svelte-wyy7zr.svelte-wyy7zr.svelte-wyy7zr{padding-bottom:0;transition:padding-bottom .3s ease;border-bottom:1px solid var(--color-secondary, var(--COLOR-MID-GRAY))}details.isAccordionItem.svelte-wyy7zr.svelte-wyy7zr.svelte-wyy7zr:hover:not(.open){padding-bottom:.25em}details.isAccordionItem.svelte-wyy7zr>summary.svelte-wyy7zr.svelte-wyy7zr{justify-content:space-between}details.isAccordionItem.svelte-wyy7zr>summary.svelte-wyy7zr>span.icon.svelte-wyy7zr{color:var(--color-secondary, var(--COLOR-MID-GRAY));transition:color .3s ease}details.isAccordionItem.svelte-wyy7zr>summary.open.svelte-wyy7zr>span.icon.svelte-wyy7zr{color:var(--color-accent, var(--COLOR-ORANGE))}details.isAccordionItem.svelte-wyy7zr:hover>summary.svelte-wyy7zr>span.icon.svelte-wyy7zr{color:var(--color-accent, var(--COLOR-ORANGE))}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr.svelte-wyy7zr{max-width:80ch}details.isAccordionItem.svelte-wyy7zr>.details-body.open.svelte-wyy7zr.svelte-wyy7zr{padding-bottom:var(--SPACE-MD)}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p{font-size:inherit;color:var(--color-accordion, var(--color-primary, inherit));transition:color .3s ease}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p:last-of-type{margin-bottom:0}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p:last-of-type+ol,details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p:last-of-type+ul{margin-top:1em}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p strong{font-weight:600}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p>a{color:var(--color-accent, inherit);text-decoration:var(--color-accent) underline solid 1px;text-decoration-skip:ink;position:relative}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p>a:before{content:"";position:absolute;left:0;top:0;height:100%;background-color:var(--color-secondary);mix-blend-mode:multiply;width:0;opacity:.2;transition:width .3s ease}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr p>a:hover:before{width:100%;transition:width .3s ease}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr h3{font-size:inherit;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-accordion, var(--color-primary, inherit));transition:color .3s ease;margin-bottom:.5em}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr h4{font-size:inherit;font-weight:600;color:var(--color-accordion, var(--color-primary, inherit));transition:color .3s ease;margin-bottom:1em}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ul,details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol{list-style-position:outside;list-style-type:none;margin:0 0 1em;padding:0}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ul>li,details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol>li{margin-left:calc(var(--GRID-CELL) * 2 / 3)}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ul>li:before,details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol>li:before{content:"·";display:block;height:0;font-weight:500;margin:0 calc(var(--GRID-CELL) * 2 / 3) 0 calc(var(--GRID-CELL) * -2 / 3)}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol{counter-reset:rsm-counter}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol>li{counter-increment:rsm-counter}details.isAccordionItem.svelte-wyy7zr>.details-body.svelte-wyy7zr ol>li:before{content:counter(rsm-counter) ".";font-weight:400}details.svelte-wyy7zr>summary.svelte-wyy7zr.svelte-wyy7zr{cursor:pointer;list-style:none;display:flex;flex-direction:row;align-items:center;font-size:var(--heading-size, var(--FONT-SIZE-MD));line-height:1.333;font-weight:var(--heading-weight, 600)}details.svelte-wyy7zr>summary.svelte-wyy7zr.svelte-wyy7zr::marker,details.svelte-wyy7zr>summary.svelte-wyy7zr.svelte-wyy7zr::-webkit-details-marker{display:none}details.svelte-wyy7zr>summary.svelte-wyy7zr>span.icon.svelte-wyy7zr{margin-left:calc(var(--GRID-CELL) / 3);align-self:stretch;display:inline-flex;align-content:center;max-height:100%}details.svelte-wyy7zr>summary.svelte-wyy7zr>span.icon.svelte-wyy7zr:after{display:inline;box-sizing:border-box;line-height:calc(var(--FONT-SIZE-MD) * 1.333)}details.svelte-wyy7zr>summary.svelte-wyy7zr>span.icon[data-icon=arrow_down].svelte-wyy7zr:after{content:"›";width:calc(var(--FONT-SIZE-MD) * 1.333);height:var(--heading-size, var(--FONT-SIZE-LG));font-size:calc(var(--FONT-SIZE-MD) * 1.7320508076);font-weight:300;rotate:90deg;transform:translate(.3em);transition:transform .2s ease-in-out}details.svelte-wyy7zr>summary.svelte-wyy7zr>span.icon[data-icon=plus].svelte-wyy7zr:after{content:"+";font-size:calc(var(--FONT-SIZE-MD) * 2);font-weight:300}details.svelte-wyy7zr>summary.open.svelte-wyy7zr>span.icon[data-icon=arrow_down].svelte-wyy7zr:after{transform:rotateY(180deg) translate(.19em)}details.svelte-wyy7zr>summary.open.svelte-wyy7zr>span.icon[data-icon=plus].svelte-wyy7zr:after{content:"–";line-height:var(--FONT-SIZE-MD)}details.svelte-wyy7zr>.details-body.svelte-wyy7zr.svelte-wyy7zr{overflow:hidden;position:relative;height:0;color:var(--color-details, var(--color-primary, inherit));transition:height .3s ease,color .3s ease}details.svelte-wyy7zr>.details-body.svelte-wyy7zr.svelte-wyy7zr:after{content:"";position:absolute;bottom:0;width:100%;height:var(--SPACE-XXL);background:linear-gradient(transparent,var(--color-background, white));transition:opacity .3s ease;pointer-events:none}details.svelte-wyy7zr>.details-body.open.svelte-wyy7zr.svelte-wyy7zr{height:calc(var(--height) * 1px);transition:height var(--transition-speed) ease}details.svelte-wyy7zr>.details-body.open.svelte-wyy7zr.svelte-wyy7zr:after{opacity:0;transition:opacity var(--transition-speed) ease}.accordion.svelte-cr9qen{grid-column:var(--grid-column-start)/var(--grid-column-end);display:flex;flex-direction:column;row-gap:var(--SPACE-MD)}figure.svelte-7pjwt0.svelte-7pjwt0.svelte-7pjwt0{grid-column:var(--grid-column-start)/var(--grid-column-end);margin:0;padding:0;color:var(--color-blockquote, var(--color-primary, inherit));opacity:0;transition:opacity .3s ease,color .3s ease}figure.active.svelte-7pjwt0.svelte-7pjwt0.svelte-7pjwt0{opacity:1}figure.svelte-7pjwt0>blockquote.svelte-7pjwt0.svelte-7pjwt0{margin:0;padding:0;font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height)}figure.svelte-7pjwt0>blockquote.quotation.svelte-7pjwt0 p:first-child:before{content:"“";margin-left:-.4em}figure.svelte-7pjwt0>blockquote.quotation.svelte-7pjwt0 p:last-child:after{content:"”"}figure.svelte-7pjwt0>figcaption.svelte-7pjwt0.svelte-7pjwt0{font-weight:600;white-space:pre-line}figure.svelte-7pjwt0>figcaption.svelte-7pjwt0>cite.svelte-7pjwt0{font-weight:300}.heading.svelte-1n46h51.svelte-1n46h51.svelte-1n46h51{grid-column:var(--grid-column-start)/var(--grid-column-end);color:var(--color-heading, var(--color-primary, var(--COLOR-BLACK)));opacity:.382;transition:all .3s ease}.heading.active.svelte-1n46h51.svelte-1n46h51.svelte-1n46h51{opacity:1}.heading.active.scroll-item.svelte-1n46h51 .heading-large.svelte-1n46h51.svelte-1n46h51{color:var(--active-highlight)}.heading.active.scroll-item.svelte-1n46h51 .heading-small.svelte-1n46h51.svelte-1n46h51{color:var(--color-heading-small)}.heading.svelte-1n46h51 .heading-large.svelte-1n46h51.svelte-1n46h51,.heading.svelte-1n46h51 .heading-small.svelte-1n46h51.svelte-1n46h51{font-size:var(--font-size);font-weight:var(--font-weight, 600);line-height:var(--line-height);transition:color .3s ease;display:flex;align-items:center;column-gap:calc(var(--GRID-CELL) / 3)}.heading.svelte-1n46h51 .heading-large.svelte-1n46h51.svelte-1n46h51{white-space:pre-line}@media (max-width: 62.5em){.heading.svelte-1n46h51 .heading-large.svelte-1n46h51.svelte-1n46h51{white-space:normal}}.heading.svelte-1n46h51 .heading-large.svelte-1n46h51>sup.svelte-1n46h51{font-size:50%;font-weight:calc(var(--font-weight) + 100);color:var(--color-secondary)}.heading.svelte-1n46h51 .heading-small.svelte-1n46h51.svelte-1n46h51{text-transform:uppercase;letter-spacing:.05em}img.svelte-1phwi9q{width:100%;background-color:var(--background-color)}@media (max-width: 31.25em){img.svelte-1phwi9q{max-height:33.3333333333vh;object-fit:cover}img.unlimit-height-mobile.svelte-1phwi9q{max-height:unset}}.images.svelte-9tvve2.svelte-9tvve2{grid-column:1/-1;grid-row:1/span 1;width:var(--slider-width);display:grid;grid-template-columns:var(--grid-template-columns);column-gap:var(--SPACE-MD);position:relative;overflow:hidden;align-items:start}.images.svelte-9tvve2 img.svelte-9tvve2{grid-row:1;z-index:0;width:100%;height:auto;object-fit:contain;margin:0;padding:0}.images.svelte-9tvve2 img.anim-fade.svelte-9tvve2{grid-column:1;opacity:0;transform:0}.images.svelte-9tvve2 img.anim-fade.slide-active.svelte-9tvve2{opacity:1;z-index:2}button.svelte-9tvve2.svelte-9tvve2{z-index:2;grid-row:1/span 1;background:none;outline:none;border:none;box-shadow:none;padding:0;margin:0}button.svelte-9tvve2.svelte-9tvve2:first-of-type{grid-column:1/span 1;cursor:url(/img/arrow-left.png) 32 32,auto}button.svelte-9tvve2.svelte-9tvve2:last-of-type{grid-column:2/span 1;cursor:url(/img/arrow-right.png) 32 32,auto}.images.svelte-1ie32vi.svelte-1ie32vi{margin:0;padding:0;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;max-height:calc(100% - .3333333333em)}.before.svelte-1ie32vi.svelte-1ie32vi,.after.svelte-1ie32vi.svelte-1ie32vi{width:100%;height:100%;-webkit-user-select:none;user-select:none;pointer-events:none}.before.svelte-1ie32vi img.svelte-1ie32vi,.after.svelte-1ie32vi img.svelte-1ie32vi{object-fit:cover;object-position:left center;width:100%;height:100%}.before.svelte-1ie32vi.svelte-1ie32vi{z-index:2;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.handle.svelte-1ie32vi.svelte-1ie32vi{z-index:2;position:absolute;bottom:calc(var(--GRID-CELL) * 3);border-radius:50%;border:2px solid white;width:var(--GRID-CELL);height:var(--GRID-CELL);box-sizing:border-box;font-size:var(--FONT-SIZE-LG);font-weight:300;display:flex;align-items:center;justify-content:center;color:#fff;cursor:grab;padding-bottom:.25em;box-shadow:0 0 10px #0c0c0c33;background-color:#1a181880;transition:background-color .3s ease}.handle.svelte-1ie32vi.svelte-1ie32vi:hover{background-color:var(--COLOR-ORANGE)}.handle.svelte-1ie32vi.svelte-1ie32vi:before,.handle.svelte-1ie32vi.svelte-1ie32vi:after{content:" ";display:block;width:2px;background:#fff;height:9999px;position:absolute;left:50%;margin-left:-1px;z-index:2}.handle.svelte-1ie32vi.svelte-1ie32vi:before{bottom:50%;margin-bottom:calc(var(--GRID-CELL) / 2);box-shadow:0 0 10px #0c0c0c}.handle.svelte-1ie32vi.svelte-1ie32vi:after{top:50%;margin-top:calc(var(--GRID-CELL) / 2);box-shadow:0 0 10px #0c0c0c}iframe.svelte-prladc,video.svelte-prladc{width:100%;height:auto}iframe.svelte-prladc{aspect-ratio:16/9}.rich-text-v3.svelte-oojq7z{grid-column:var(--grid-column-start)/var(--grid-column-end);font-weight:300;opacity:0;transition:opacity .3s ease}.rich-text-v3.active.svelte-oojq7z{opacity:1}.rich-text-v3.rich-text-links-primary.svelte-oojq7z p>a{color:var(--color-primary, inherit);text-decoration-color:var(--color-primary)}.rich-text-v3.svelte-oojq7z p{font-size:inherit;color:var(--color-rich-text, var(--color-primary, inherit));transition:color .3s ease}.rich-text-v3.svelte-oojq7z p:last-of-type{margin-bottom:0}.rich-text-v3.svelte-oojq7z p:last-of-type+ol,.rich-text-v3.svelte-oojq7z p:last-of-type+ul{margin-top:1em}.rich-text-v3.svelte-oojq7z p strong{font-weight:600}.rich-text-v3.svelte-oojq7z p>a{color:var(--color-accent, inherit);text-decoration:var(--color-accent) underline solid 1px;text-decoration-skip:ink;position:relative}.rich-text-v3.svelte-oojq7z p>a:before{content:"";position:absolute;left:0;top:0;height:100%;background-color:var(--color-secondary);mix-blend-mode:multiply;width:0;opacity:.2;transition:width .3s ease}.rich-text-v3.svelte-oojq7z p>a:hover:before{width:100%;transition:width .3s ease}.rich-text-v3.svelte-oojq7z h3{font-size:inherit;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-rich-text, var(--color-primary, inherit));transition:color .3s ease;margin-bottom:.5em}.rich-text-v3.svelte-oojq7z h4{font-size:inherit;font-weight:600;color:var(--color-rich-text, var(--color-primary, inherit));transition:color .3s ease;margin-bottom:1em}.rich-text-v3.svelte-oojq7z ul,.rich-text-v3.svelte-oojq7z ol{list-style-position:outside;list-style-type:none;margin:0 0 1em;padding:0}.rich-text-v3.svelte-oojq7z ul>li,.rich-text-v3.svelte-oojq7z ol>li{margin-left:calc(var(--GRID-CELL) * 2 / 3)}.rich-text-v3.svelte-oojq7z ul>li:before,.rich-text-v3.svelte-oojq7z ol>li:before{content:"·";display:block;height:0;font-weight:500;margin:0 calc(var(--GRID-CELL) * 2 / 3) 0 calc(var(--GRID-CELL) * -2 / 3)}.rich-text-v3.svelte-oojq7z ol{counter-reset:rsm-counter}.rich-text-v3.svelte-oojq7z ol>li{counter-increment:rsm-counter;margin-bottom:1em}.rich-text-v3.svelte-oojq7z ol>li:before{content:counter(rsm-counter) ".";font-weight:400}.rich-text-v3.read-more.svelte-oojq7z p:last-of-type{margin-bottom:var(--SPACE-MD)}.rich-text-sm.svelte-oojq7z{font-size:var(--FONT-SIZE-SM);line-height:1.333}.rich-text-md.svelte-oojq7z{font-size:var(--FONT-SIZE-MD);line-height:1.333}.rich-text-lg.svelte-oojq7z{font-size:var(--FONT-SIZE-LG);line-height:1.167}.rich-text-xl.svelte-oojq7z{font-size:var(--FONT-SIZE-XL);line-height:1.133}.rich-text-xxl.svelte-oojq7z{font-size:var(--FONT-SIZE-XXL);line-height:1}.rich-text-xxxl.svelte-oojq7z{font-size:var(--FONT-SIZE-XXXL);line-height:1}.rich-text-xxxxl.svelte-oojq7z{font-size:10vw;line-height:.8;margin-bottom:0}figure.svelte-1xqnl05.svelte-1xqnl05{grid-column:1/-1;margin:0;padding:0;overflow:hidden;color:var(--color-media, var(--color-primary, inherit));opacity:0;transition:opacity .3s ease,color .3s ease;-ms-overflow-style:none;scrollbar-width:none}figure.svelte-1xqnl05.svelte-1xqnl05::-webkit-scrollbar{display:none;width:0px;background:transparent}figure.active.svelte-1xqnl05.svelte-1xqnl05{opacity:1}figure.svelte-1xqnl05>figcaption.svelte-1xqnl05{font-size:var(--FONT-SIZE-SM)}figure.grid.svelte-1xqnl05.svelte-1xqnl05{display:grid;grid-template-columns:1fr 1fr}.spacer.svelte-q5mrj7{grid-column:1/-1;height:var(--spacer-height)}.card.svelte-1kujvxk{grid-column:1/-1;display:grid;grid-template-columns:subgrid;row-gap:var(--row-gap)}.card.drop-shadow.svelte-1kujvxk{filter:drop-shadow(rgba(0,0,0,.618) var(--SPACE-SM) var(--SPACE-SM) var(--SPACE-SM))}@property --column-scroll-transition-opacity{syntax:"<number>";inherits:false;initial-value:0}a.card.svelte-1kujvxk{text-decoration:none;color:inherit}.carousel-wrapper.svelte-17vy551.svelte-17vy551.svelte-17vy551{grid-column:var(--grid-column-start)/var(--grid-column-end);grid-row:1/span 1;width:100%}@media (max-width: 31.25em){.carousel-wrapper.svelte-17vy551.svelte-17vy551.svelte-17vy551{max-width:92vw}.carousel-wrapper.carousel-width-full-bleed.svelte-17vy551.svelte-17vy551.svelte-17vy551{max-width:100vw}}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551.svelte-17vy551{width:var(--carousel-width);display:grid;grid-template-columns:var(--grid-template-columns);column-gap:var(--SPACE-MD);position:relative;transition:transform calc(var(--animation-duration) * 1ms) ease}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551>.card-wrapper.svelte-17vy551{grid-row:1;z-index:0;height:100%;width:var(--carousel-card-width);margin:0;padding:0}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551>.card-wrapper.anim-fade.svelte-17vy551{grid-column:1;opacity:0;transform:0;transition:opacity calc(var(--animation-duration) * 1ms) ease;transition-delay:calc(var(--animation-duration) * 1ms)}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551>.card-wrapper.anim-fade.svelte-17vy551 *{color:#0000}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551>.card-wrapper.anim-fade.slide-active.svelte-17vy551{opacity:1;transition-delay:0s;z-index:2}.carousel-wrapper.svelte-17vy551>.carousel-container.svelte-17vy551>.card-wrapper.anim-fade.slide-active.svelte-17vy551 *{color:unset}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551.svelte-17vy551{display:none;margin-top:calc(-1 * var(--SPACE-SM));margin-bottom:var(--SPACE-SM);justify-content:flex-end;gap:var(--SPACE-MD)}.carousel-wrapper.svelte-17vy551>.button-container.visible.svelte-17vy551.svelte-17vy551{display:flex}@media (min-width: 62.5em){.carousel-wrapper.svelte-17vy551>.button-container.visible-on-desktop.svelte-17vy551.svelte-17vy551{position:absolute;width:100%;margin-top:calc(-1.5 * var(--GRID-CELL))}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551.svelte-17vy551:not(.visible-on-desktop){display:none}}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551>.arrow.svelte-17vy551{border:none;box-shadow:none;background:transparent;padding:0;align-self:start;font:"Inter",var(--FONT-FAMILY-PROXIMA-NOVA);font-size:var(--FONT-SIZE-LG);color:var(--color-secondary);transition:color .3s ease}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551>.arrow.svelte-17vy551:first-of-type:not(:last-of-type){padding-right:var(--SPACE-SM)}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551>.arrow.svelte-17vy551:last-of-type{padding-left:var(--SPACE-SM)}.carousel-wrapper.svelte-17vy551>.button-container.svelte-17vy551>.arrow.svelte-17vy551:hover{color:var(--color-accent);cursor:pointer}.cursor-arrow.svelte-17vy551.svelte-17vy551.svelte-17vy551{display:none;z-index:2;grid-row:1/span 1;width:50%;background:none;outline:none;border:none;box-shadow:none;padding:0;margin:0}@media (min-width: 62.5em){.cursor-arrow.svelte-17vy551.svelte-17vy551.svelte-17vy551{display:inline}}.cursor-arrow.svelte-17vy551.svelte-17vy551.svelte-17vy551:first-of-type{grid-column:1/-1;cursor:url(/img/arrow-left.png) 32 32,auto}.cursor-arrow.svelte-17vy551.svelte-17vy551.svelte-17vy551:last-of-type{grid-column:1/-1;justify-self:end;cursor:url(/img/arrow-right.png) 32 32,auto}.form-container.svelte-1keujxj{grid-column:var(--grid-column-start)/var(--grid-column-end)}.cta-list.svelte-2t3wao.svelte-2t3wao{grid-column:var(--grid-column-start)/var(--grid-column-end);display:flex;flex-direction:column;row-gap:var(--SPACE-MD);color:var(--color-primary, inherit)}.cta-list.svelte-2t3wao>article.svelte-2t3wao{display:flex;flex-direction:column;row-gap:.5em}.cta-list.svelte-2t3wao>article h3.heading.svelte-2t3wao{margin-bottom:0;font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height)}.cta-list.svelte-2t3wao>article h3.heading.heading-caps.svelte-2t3wao{text-transform:uppercase;letter-spacing:.05em}.cta-list.svelte-2t3wao>article.remove-p-margin.svelte-2t3wao p{margin-bottom:0}div.sticky-animation-trigger.svelte-n0hnlq{position:absolute;top:calc(100vh - var(--SPACE-LG));left:0;height:calc(100% - var(--SPACE-LG) - 1px * var(--column-height))}div.column-container.svelte-n0hnlq{grid-column:var(--grid-column);display:grid;grid-template-columns:subgrid;row-gap:var(--row-gap);padding-left:var(--padding-left);padding-right:var(--padding-right);padding-bottom:.25em;-ms-overflow-style:none;scrollbar-width:none}@media (max-width: 62.5em){div.column-container.svelte-n0hnlq{grid-column:var(--grid-column-tablet)}}@media (max-width: 31.25em){div.column-container.svelte-n0hnlq{grid-column:var(--grid-column-mobile);display:var(--display-on-mobile)}}@media (max-width: 62.5em){div.column-container.svelte-n0hnlq{padding-left:0;padding-right:0}}@media (min-width: 31.25em){div.column-container.is-sticky.svelte-n0hnlq{position:sticky;top:var(--top)}}div.column-container.svelte-n0hnlq::-webkit-scrollbar{display:none;width:0px;background:transparent}@keyframes svelte-n0hnlq-column-sticky-animate{0%{transform:translate(0)}to{transform:translateY(calc(var(--SPACE-XXXL)))}}section.svelte-1mrqrn{z-index:2;position:relative;grid-column:viewport;display:grid;grid-template-columns:subgrid;align-items:var(--columns-alignment)}@media (max-width: 31.25em){section.svelte-1mrqrn{row-gap:var(--SPACE-XL)}}section.padding-top-sm.svelte-1mrqrn{padding-top:var(--SPACE-SM)}section.padding-bottom-sm.svelte-1mrqrn{padding-bottom:var(--SPACE-SM)}section.padding-top-md.svelte-1mrqrn{padding-top:var(--SPACE-MD)}section.padding-bottom-md.svelte-1mrqrn{padding-bottom:var(--SPACE-MD)}section.padding-top-lg.svelte-1mrqrn{padding-top:var(--SPACE-LG)}section.padding-bottom-lg.svelte-1mrqrn{padding-bottom:var(--SPACE-LG)}section.padding-top-xl.svelte-1mrqrn{padding-top:var(--SPACE-XL)}section.padding-bottom-xl.svelte-1mrqrn{padding-bottom:var(--SPACE-XL)}section.padding-top-xxl.svelte-1mrqrn{padding-top:var(--SPACE-XXL)}section.padding-bottom-xxl.svelte-1mrqrn{padding-bottom:var(--SPACE-XXL)}section.padding-top-xxxl.svelte-1mrqrn{padding-top:var(--SPACE-XXXL)}section.padding-bottom-xxxl.svelte-1mrqrn{padding-bottom:var(--SPACE-XXXL)}.project-filter-menu-container.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{margin-top:var(--SPACE-MD);grid-column:main;display:flex;justify-content:space-between}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{flex:0 0 auto;display:flex;align-items:flex-end;gap:var(--SPACE-LG);padding-bottom:.1em}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{flex:0 0 auto;display:flex}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:first-of-type{gap:var(--SPACE-MD);margin-bottom:.167em}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:last-of-type{gap:calc(var(--GRID-CELL) * 1.5)}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk button{display:flex}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk button:last-of-type{display:none}@media (max-width: 62.5em){.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk button{display:none}.project-filter-menu-container.svelte-64nwfk>div.svelte-64nwfk>div.svelte-64nwfk button:last-of-type{display:flex}}.project-filter-menu-container.svelte-64nwfk button.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{border:none;border-radius:0;background:transparent;padding:0;cursor:pointer}.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{width:1rem;height:1rem;display:flex;flex-direction:column;gap:4px}.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{position:relative;width:2px;height:2px;border-radius:50%;background-color:var(--color-secondary);transition:background-color .3s ease}.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:before,.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{background-color:var(--color-secondary);transition:background-color .3s ease}.project-filter-menu-container.svelte-64nwfk button.button-icon.active.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{background-color:var(--color-primary)}.project-filter-menu-container.svelte-64nwfk button.button-icon.active.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:before,.project-filter-menu-container.svelte-64nwfk button.button-icon.active.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{background-color:var(--color-primary)}.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk:hover>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{background-color:var(--color-accent)}.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk:hover>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:before,.project-filter-menu-container.svelte-64nwfk button.button-icon.svelte-64nwfk:hover>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{background-color:var(--color-accent)}.project-filter-menu-container.svelte-64nwfk button.button-grid.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{align-items:center}.project-filter-menu-container.svelte-64nwfk button.button-grid.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:before,.project-filter-menu-container.svelte-64nwfk button.button-grid.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{position:absolute;content:"";width:2px;height:2px;border-radius:50%}.project-filter-menu-container.svelte-64nwfk button.button-grid.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:before{left:-6px}.project-filter-menu-container.svelte-64nwfk button.button-grid.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{left:6px}.project-filter-menu-container.svelte-64nwfk button.button-table.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{width:1.25rem}.project-filter-menu-container.svelte-64nwfk button.button-table.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:after{position:absolute;left:4px;top:.5px;content:"";width:14px;height:1px}.project-filters-wrapper.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-column:viewport;display:grid;grid-template-columns:subgrid;transition:height .2s ease}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{margin-top:var(--SPACE-MD);padding:var(--SPACE-MD) 0;grid-column:viewport;background-color:#f2f2f3;display:grid;grid-template-columns:subgrid}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-column:main;display:grid;grid-template-columns:subgrid}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-row:1;grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:row dense;column-gap:var(--SPACE-MD);row-gap:1rem}@media (max-width: 62.5em){.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-template-columns:repeat(3,1fr)}}@media (max-width: 31.25em){.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-template-columns:repeat(2,1fr)}}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>h2.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{display:none}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.project-filters-stacked.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-row:auto}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.project-filters-stacked.svelte-64nwfk>h2.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{display:block;grid-column:1/-1;margin-bottom:.5rem;font-size:var(--FONT-SIZE-MD);font-weight:500;line-height:1.167;text-transform:uppercase;letter-spacing:.05em}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.project-filters-stacked.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk:first-of-type{padding-bottom:calc(var(--SPACE-MD) + .5rem);border-bottom:1px solid var(--color-secondary);margin-bottom:calc(var(--SPACE-MD) + .5rem)}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.search.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-template-columns:repeat(3,1fr)}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{grid-column:2;display:flex}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk>button.svelte-64nwfk.svelte-64nwfk{width:auto;background:transparent;margin:0;padding:.5rem;height:100%;transition:background-color .3s ease;border:none;border-radius:50%;font-weight:300;font-size:var(--FONT-SIZE-XL);line-height:0}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk>button.svelte-64nwfk>svg.svelte-64nwfk{height:var(--SPACE-SM);width:auto}.project-filters-wrapper.svelte-64nwfk>.project-filters-container>.project-filters>div>form>button>svg rect.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{fill:var(--color-primary);transition:fill .3s ease}.project-filters-wrapper.svelte-64nwfk>.project-filters-container>.project-filters>div>form>button>svg circle.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{stroke:var(--color-primary);transition:stroke .3s ease}.project-filters-wrapper.svelte-64nwfk>.project-filters-container>.project-filters>div>form>button:hover>svg rect.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{fill:var(--color-accent)}.project-filters-wrapper.svelte-64nwfk>.project-filters-container>.project-filters>div>form>button:hover>svg circle.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk.svelte-64nwfk{stroke:var(--color-accent)}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk>input.svelte-64nwfk.svelte-64nwfk{flex:1 1 auto;background:none;border:none;border-bottom:1px inset var(--color-tertiary);border-radius:0;max-width:100%;padding:.25rem .75rem;background-color:transparent;transition:background-color .2s ease;color:var(--color-primary);font-size:var(--FONT-SIZE-MD);font-weight:300;caret-color:var(--COLOR-MID-GRAY)}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk>input.svelte-64nwfk.svelte-64nwfk::placeholder{color:var(--color-primary);font-size:var(--FONT-SIZE-MD);font-weight:300}.project-filters-wrapper.svelte-64nwfk>.project-filters-container.svelte-64nwfk>.project-filters.svelte-64nwfk>div.svelte-64nwfk>form.svelte-64nwfk>input.svelte-64nwfk.svelte-64nwfk:focus{outline:none;background-color:var(--color-background);border-bottom:none;border-radius:.25rem}a.grid-item.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:1/1}a.grid-item.svelte-1ksm3x3:hover>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{transform:scale(1.05)}@media (max-width: 46.875em){a.grid-item.svelte-1ksm3x3:hover>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{transform:scale(1)}}a.grid-item.svelte-1ksm3x3:hover>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{--color-heading:var(--color-accent, var(--COLOR-ORANGE));transition:color .3s ease}.grid-item.team.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:1/1}.grid-item.team.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{object-position:center top}.grid-item.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{display:grid;grid-template-columns:subgrid;align-self:start;position:relative}.grid-item.svelte-1ksm3x3>figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:1/-1;padding:0;margin:0;display:grid;grid-template-columns:subgrid}.grid-item.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:1/-1;margin:0 0 var(--SPACE-SM);overflow:hidden;background-color:var(--COLOR-BG-LIGHT)}.grid-item.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{object-fit:cover;height:100%;width:100%;max-width:100%;transform:scale(1);transition:transform .75s ease}.grid-item.svelte-1ksm3x3>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:1/-1}.grid-item.single-card.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{margin-bottom:0}.grid-item.single-card.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:not(.grid-style-banner){grid-column:main;display:grid;grid-template-columns:subgrid}.grid-item.single-card.svelte-1ksm3x3:not(.grid-style-banner)>figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:main;display:grid;grid-template-columns:subgrid;align-items:start}.grid-item.single-card.svelte-1ksm3x3:not(.grid-style-banner)>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{margin:0;grid-column:eighth-start 4/eighth-end 7}@media (max-width: 62.5em){.grid-item.single-card.svelte-1ksm3x3:not(.grid-style-banner)>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:half-start 2/half-end 2}}.grid-item.single-card.svelte-1ksm3x3:not(.grid-style-banner)>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-row:1;grid-column:eighth-start 1/eighth-end 3;align-self:center;margin-bottom:var(--SPACE-LG);text-align:right}@media (max-width: 62.5em){.grid-item.single-card.svelte-1ksm3x3:not(.grid-style-banner)>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:half-start 1/half-end 1}}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:viewport;display:grid;grid-template-columns:subgrid}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3>figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:viewport;display:grid;grid-template-columns:subgrid;position:relative}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{grid-row:1;grid-column:viewport;aspect-ratio:2/1}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{position:sticky;bottom:var(--SPACE-MD);z-index:2;grid-row:1;grid-column:sixth-start 1/sixth-end 5;align-self:end;margin-bottom:var(--SPACE-LG);--color-heading:var(--color-background, var(--COLOR-WHITE));transition:color .3s ease}@media (max-width: 62.5em){.grid-item.single-card.grid-style-banner.svelte-1ksm3x3>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:half-start 1/half-end 1}}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:before,.grid-item.single-card.grid-style-banner.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:after{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(26,24,24,0) 0%,rgba(26,24,24,.005) 10%,rgba(26,24,24,.02) 20%,rgba(26,24,24,.045) 30%,rgba(26,24,24,.08) 40%,rgba(26,24,24,.125) 50%,rgba(26,24,24,.18) 60%,rgba(26,24,24,.245) 70%,rgba(26,24,24,.32) 80%,rgba(26,24,24,.405) 90%,rgba(26,24,24,.5) 100%);mix-blend-mode:hard-light}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:after{z-index:1;opacity:0;transition:opacity .3s ease}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3:hover>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{transform:scale(1)}.grid-item.single-card.grid-style-banner.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:hover:after{opacity:1}.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:eighth-start 1/eighth-end 4}.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n){grid-column:eighth-start 5/eighth-end 8}@media (max-width: 62.5em){.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:half-start 1/half-end 1}.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n){grid-column:half-start 2/half-end 2}}@media (max-width: 31.25em){.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:main}.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n){grid-column:main}}.grid-item.half.testimonial.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{display:grid;grid-template-columns:subgrid}.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{display:grid;grid-template-columns:subgrid;align-items:start;grid-column:1/-1}.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:eighth-start 1/eighth-end 2}@media (max-width: 62.5em){.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:1/-1}}.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3>picture.svelte-1ksm3x3>img.svelte-1ksm3x3{object-fit:contain}.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-row:1;grid-column:eighth-start 3/eighth-end 4;margin-bottom:0;text-align:left}@media (max-width: 62.5em){.grid-item.half.testimonial.svelte-1ksm3x3>figure.svelte-1ksm3x3>figcaption.svelte-1ksm3x3.svelte-1ksm3x3{grid-column:1/-1}}@media (min-width: 62.5em){.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+1){grid-column:sixth-start 1/sixth-end 2}.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+2){grid-column:sixth-start 3/sixth-end 4}.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n){grid-column:sixth-start 5/sixth-end 6}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{position:relative}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+2),.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+3),.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+9),.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+10){align-self:stretch}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+2) figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3,.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+3) figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3,.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+9) figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3,.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+10) figure.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{align-self:start;position:sticky;top:calc(var(--GRID-CELL) * 1.75)}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+1){grid-column:viewport-start/sixth-end 4}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+1) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:3/2}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+1) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-start:2}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+2){grid-column:sixth-start 5/sixth-end 6}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+3){grid-column:sixth-start 1/sixth-end 2}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+4){grid-column:sixth-start 3/sixth-end 6}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+5){grid-column:sixth-start 1/sixth-end 2}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+6){grid-column:sixth-start 3/sixth-end 4}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n){grid-column:sixth-start 5/sixth-end 6}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+8){grid-column:sixth-start 1/sixth-end 4}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+11){grid-column:sixth-start 3/viewport-end}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+11) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:3/2}.grid-item.third.grid-style-dynamic.svelte-1ksm3x3:nth-child(14n+11) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-end:-2}.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(4n+1){grid-column:eighth-start 1/eighth-end 2}.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(4n+2){grid-column:eighth-start 3/eighth-end 4}.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(4n+3){grid-column:eighth-start 5/eighth-end 6}.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(4n){grid-column:eighth-start 7/eighth-end 8}.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+4){grid-column:eighth-start 1/eighth-end 2}.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+5){grid-column:eighth-start 3/eighth-end 4}.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n+6){grid-column:eighth-start 5/eighth-end 6}.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(7n){grid-column:eighth-start 7/eighth-end 8}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+1){grid-column:viewport-start/eighth-end 4}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3:nth-child(14n+1) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:16/9}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3:nth-child(14n+1) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-start:2}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+2){grid-column:eighth-start 5/eighth-end 6}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+3){grid-column:eighth-start 7/eighth-end 8}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+8){grid-column:eighth-start 1/eighth-end 2}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+9){grid-column:eighth-start 3/eighth-end 4}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+10){grid-column:eighth-start 5/viewport-end}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3:nth-child(14n+10) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:16/9}.grid-item.fourth.grid-style-dynamic.start-left.svelte-1ksm3x3:nth-child(14n+10) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-end:-2}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+1){grid-column:eighth-start 1/eighth-end 2}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+2){grid-column:eighth-start 3/eighth-end 4}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+3){grid-column:eighth-start 5/viewport-end}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3:nth-child(14n+3) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:16/9}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3:nth-child(14n+3) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-end:-2}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+8){grid-column:viewport-start/eighth-end 4}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3:nth-child(14n+8) picture.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{aspect-ratio:16/9}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3:nth-child(14n+8) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-start:2}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+9){grid-column:eighth-start 5/eighth-end 6}.grid-item.fourth.grid-style-dynamic.start-right.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(14n+10){grid-column:eighth-start 7/eighth-end 8}}@media (max-width: 62.5em){.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+1),.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+1){grid-column:third-start 1/third-end 1}.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+2),.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n+2){grid-column:third-start 2/third-end 2}.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n),.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(3n){grid-column:third-start 3/third-end 3}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+1){grid-column:viewport-start/third-end 2}.grid-item.grid-style-dynamic.svelte-1ksm3x3:nth-child(10n+1) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-start:2}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+2){grid-column:third-start 3/third-end 3}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+3){grid-column:third-start 1/third-end 1}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+4){grid-column:third-start 2/third-end 2}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+5){grid-column:third-start 3/third-end 3}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+6){grid-column:third-start 1/third-end 1}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+7){grid-column:third-start 2/viewport-end}.grid-item.grid-style-dynamic.svelte-1ksm3x3:nth-child(10n+7) figcaption.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{grid-column-end:-2}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+8){grid-column:third-start 1/third-end 1}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n+9){grid-column:third-start 2/third-end 2}.grid-item.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(10n){grid-column:third-start 3/third-end 3}}@media (max-width: 31.25em){.grid-item.single-card.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.single-card.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.half.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd),.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(odd){grid-column:column-start 1/column-end 1}.grid-item.single-card.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.single-card.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.half.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.half.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.third.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.third.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.fourth.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n),.grid-item.fourth.grid-style-dynamic.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3:nth-child(2n){grid-column:column-start 2/column-end 2}}.grid-item.grid-style-parallax.svelte-1ksm3x3>.parallax-animation-trigger.svelte-1ksm3x3.svelte-1ksm3x3.svelte-1ksm3x3{position:absolute;top:0;left:0;height:100%}.feed-grid-parallax-animate{animation:svelte-1ksm3x3-feed-grid-parallax-animate 1s linear forwards;--space-start:var(--SPACE-XL);--space-end:var(--SPACE-LG)}@media (max-width: 31.25em){.feed-grid-parallax-animate{--space-start:var(--SPACE-LG);--space-end:var(--SPACE-MD)}}@keyframes svelte-1ksm3x3-feed-grid-parallax-animate{0%{transform:translate(calc(var(--space-start) * (1 + var(--position-in-grid-row)) * var(--animation-direction)))}to{transform:translate(calc(-1 * var(--space-end) * (var(--grid-columns) - var(--position-in-grid-row)) * var(--animation-direction)))}}.deselectionTrigger.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport;width:100%;height:100vh;pointer-events:none}.deselectionTrigger.above.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{margin-top:-100vh}.deselectionTrigger.below.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{margin-bottom:-100vh}.table-heading.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{margin-bottom:var(--SPACE-MD)}@media (max-width: 31.25em){.table-heading.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{max-width:50%}}.table-heading.image-position-left.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz,.table-heading.image-position-center.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 6/eighth-end 8}@media (max-width: 62.5em){.table-heading.image-position-left.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz,.table-heading.image-position-center.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 2/half-end 2}}@media (max-width: 31.25em){.table-heading.image-position-left.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz,.table-heading.image-position-center.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main}}.table-heading.image-position-right.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 1/eighth-end 4}@media (max-width: 62.5em){.table-heading.image-position-right.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 1/half-end 1}}@media (max-width: 31.25em){.table-heading.image-position-right.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main}}.table-item.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{color:var(--color-tertiary, var(--COLOR-MID-GRAY));transition:color .3s ease;display:grid;grid-template-columns:subgrid}@media (max-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{display:flex;justify-content:space-between}}.table-item.active.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{color:var(--color-primary, var(--COLOR-BLACK));transition:color .3s ease}.table-item.active.svelte-1vmg6wz+figure.svelte-1vmg6wz>picture.svelte-1vmg6wz,.table-item.active.svelte-1vmg6wz+figure.svelte-1vmg6wz>img.svelte-1vmg6wz{opacity:1;transition-delay:.15s}.table-item.table-style-simple.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport;padding:var(--SPACE-SM) 0}@media (max-width: 31.25em){.table-item.table-style-simple.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{padding:var(--SPACE-MD) 0}}.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 1/eighth-end 2}@media (max-width: 62.5em){.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 1/half-end 1}}@media (max-width: 31.25em){.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main}}.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz:nth-of-type(2n){grid-column:eighth-start 3/eighth-end 4}@media (max-width: 62.5em){.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz:nth-of-type(2n){grid-column:half-start 1/half-end 1}}@media (max-width: 31.25em){.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz:nth-of-type(2n){grid-column:main}}.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz>article.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:1/-1}.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz>article.svelte-1vmg6wz>a.svelte-1vmg6wz{display:block}.table-item.table-style-simple.table-item-studio.svelte-1vmg6wz>article.svelte-1vmg6wz>a.svelte-1vmg6wz:first-child{font-weight:600;margin-bottom:.5em}.table-item.table-style-simple.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{font-size:var(--FONT-SIZE-XS);text-transform:uppercase;letter-spacing:.05em}.table-item.table-style-simple.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz>strong.svelte-1vmg6wz{display:block;font-size:var(--FONT-SIZE-LG);font-weight:600;text-transform:none;letter-spacing:0}.table-item.table-style-simple.image-position-left.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-simple.image-position-center.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 6/eighth-end 8}@media (max-width: 62.5em){.table-item.table-style-simple.image-position-left.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-simple.image-position-center.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 2/half-end 2}}@media (max-width: 31.25em){.table-item.table-style-simple.image-position-left.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-simple.image-position-center.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main;width:calc(50% - var(--SPACE-SM))}}.table-item.table-style-simple.image-position-right.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 1/eighth-end 4}@media (max-width: 62.5em){.table-item.table-style-simple.image-position-right.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 1/half-end 1}}@media (max-width: 31.25em){.table-item.table-style-simple.image-position-right.svelte-1vmg6wz>.table-item-heading-container.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main;width:calc(50% - var(--SPACE-SM))}}.table-item.table-style-detailed.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main;padding:var(--SPACE-MD) 0;border-top:1px solid var(--color-secondary, var(--COLOR-MID-GRAY));color:var(--color-secondary, var(--COLOR-MID-GRAY));transition:color .3s ease,border-color .3s ease;font-size:var(--FONT-SIZE-MD)}.table-item.table-style-detailed.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz:last-of-type{border-bottom:1px solid var(--color-secondary, var(--COLOR-MID-GRAY))}.table-item.table-style-detailed.active.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{color:var(--color-primary, var(--COLOR-BLACK));border-color:var(--color-primary, var(--COLOR-BLACK))}.table-item.table-style-detailed.active.svelte-1vmg6wz+figure.svelte-1vmg6wz+.table-style-detailed.svelte-1vmg6wz{border-color:var(--color-primary, var(--COLOR-BLACK))}.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-cols-container.svelte-1vmg6wz.svelte-1vmg6wz{display:flex;flex-direction:column;row-gap:var(--SPACE-SM)}@media (min-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-cols-container.svelte-1vmg6wz.svelte-1vmg6wz{display:contents}}.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{display:flex;flex-direction:column;align-items:space-between;justify-content:center}@media (max-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{justify-content:flex-start}}.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz>strong.svelte-1vmg6wz,.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz>strong.svelte-1vmg6wz{font-weight:500}.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.small.svelte-1vmg6wz.svelte-1vmg6wz{font-size:var(--FONT-SIZE-SM)}.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:sixth-start 1/sixth-end 2}@media (max-width: 62.5em){.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 1/half-end 1}}@media (max-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col1.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main}}.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz{foo:bar}@media (max-width: 62.5em){.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 2/third-end 3;grid-row:1}}@media (max-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main;font-size:var(--FONT-SIZE-XS)}}.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;row-gap:0;foo:bar}@media (max-width: 62.5em){.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:third-start 3/third-end 3;grid-row:1;align-items:flex-end}}@media (max-width: 31.25em){.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:main}}.table-item.table-style-detailed.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz>span.svelte-1vmg6wz{text-decoration:underline;text-decoration-style:dotted;text-decoration-skip:ink}@media (min-width: 62.5em){.table-item.table-style-detailed.image-position-left.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.image-position-center.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{foo:bar}.table-item.table-style-detailed.image-position-left.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.image-position-center.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:sixth-start 5/sixth-end 5}.table-item.table-style-detailed.image-position-left.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz,.table-item.table-style-detailed.image-position-center.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:sixth-start 6/sixth-end 6}.table-item.table-style-detailed.image-position-right.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{foo:bar}.table-item.table-style-detailed.image-position-right.svelte-1vmg6wz .table-item-col2.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 4/eighth-end 5}.table-item.table-style-detailed.image-position-right.svelte-1vmg6wz>.table-item-col3.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 6/eighth-end 6}}figure.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{z-index:4;position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;margin:0;padding:0;display:grid;grid-template-columns:var(--GRID-WRAPPER)}figure.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz{height:0}figure.table-style-simple.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz{width:100%;position:sticky;top:var(--top);object-fit:cover;opacity:0;transition:opacity .3s ease}figure.table-style-simple.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{foo:bar}figure.table-style-simple.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{top:0;width:100%}@media (min-width: 31.25em){figure.table-style-simple.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{height:100vh}}figure.table-style-simple.svelte-1vmg6wz>picture.svelte-1vmg6wz>img.svelte-1vmg6wz{max-width:100%;height:100%;object-fit:cover}figure.table-style-simple.image-position-left.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-simple.image-position-center.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport-start/eighth-end 4}@media (max-width: 62.5em){figure.table-style-simple.image-position-left.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-simple.image-position-center.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport-start/half-end 1}}figure.table-style-simple.image-position-right.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 5/viewport-end}@media (max-width: 62.5em){figure.table-style-simple.image-position-right.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:half-start 2/viewport-end}}@media (max-width: 31.25em){figure.table-style-simple.image-position-left.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-simple.image-position-center.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-simple.image-position-right.svelte-1vmg6wz>picture.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport;width:calc(50% - 2vw);justify-self:end}}figure.table-style-detailed.svelte-1vmg6wz.svelte-1vmg6wz.svelte-1vmg6wz{foo:bar}figure.table-style-detailed.image-position-left.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-left.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 4/eighth-end 5}figure.table-style-detailed.image-position-right.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-right.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:eighth-start 7/eighth-end 8}@media (max-width: 62.5em){figure.table-style-detailed.image-position-left.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-right.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-left.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-right.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:third-start 3/viewport-end}}@media (max-width: 31.25em){figure.table-style-detailed.image-position-left.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-right.svelte-1vmg6wz>img.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-left.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-center.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz,figure.table-style-detailed.image-position-right.svelte-1vmg6wz>div.svelte-1vmg6wz.svelte-1vmg6wz{grid-column:viewport;width:40%;justify-self:end}}section.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{z-index:var(--z-index);position:relative;grid-column:viewport;display:grid;grid-template-columns:subgrid;align-content:start}section.Grid.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{row-gap:var(--SPACE-XL)}section.Grid.svelte-1gwooez>.project-filter-menu-wrapper.svelte-1gwooez.svelte-1gwooez{margin-bottom:calc(-1 * var(--SPACE-LG))}section.Table.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{row-gap:0}section.Table.svelte-1gwooez>.project-filter-menu-wrapper.svelte-1gwooez.svelte-1gwooez{margin-bottom:var(--SPACE-MD)}section.svelte-1gwooez .project-filter-menu-wrapper.svelte-1gwooez.svelte-1gwooez{grid-column:viewport;display:grid;grid-template-columns:subgrid}section.svelte-1gwooez .project-filter-menu-wrapper.svelte-1gwooez>.project-filter-menu-heading.svelte-1gwooez{grid-column:main}section.tall.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{min-height:200vh}section.svelte-1gwooez button.svelte-1gwooez.svelte-1gwooez{grid-column:main}section.svelte-1gwooez>p.svelte-1gwooez.svelte-1gwooez{grid-column:main}section.svelte-1gwooez .grid-container.svelte-1gwooez.svelte-1gwooez{display:contents}section.svelte-1gwooez .grid-container.carousel-slide.svelte-1gwooez.svelte-1gwooez{grid-column:viewport;display:grid;grid-template-columns:subgrid;row-gap:var(--SPACE-XL);position:relative;grid-row:1;opacity:0;transform:0}section.svelte-1gwooez .grid-container.carousel-slide.slide-active.svelte-1gwooez.svelte-1gwooez{opacity:1;z-index:2}@media (max-width: 31.25em){section.svelte-1gwooez .grid-container.svelte-1gwooez.svelte-1gwooez:not(.carousel-slide){display:grid;grid-column:main;grid-template-columns:[column-start] 1fr [column-end] 4vw [column-start] 1fr [column-end];row-gap:var(--SPACE-LG)}}section.padding-top-sm.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-SM)}section.padding-bottom-sm.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-SM)}section.padding-top-md.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-MD)}section.padding-bottom-md.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-MD)}section.padding-top-lg.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-LG)}section.padding-bottom-lg.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-LG)}section.padding-top-xl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-XL)}section.padding-bottom-xl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-XL)}section.padding-top-xxl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-XXL)}section.padding-bottom-xxl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-XXL)}section.padding-top-xxxl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-top:var(--SPACE-XXXL)}section.padding-bottom-xxxl.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding-bottom:var(--SPACE-XXXL)}.button-container.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{grid-row:1;grid-column:main;margin-top:calc(-1 * var(--SPACE-LG));display:flex;justify-content:flex-end;gap:var(--SPACE-MD)}.button-container.buttons-centered.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{grid-column:eighth-start 1/eighth-end 4;justify-content:flex-end;margin-top:calc(-1.5 * var(--GRID-CELL))}button.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{border:none;box-shadow:none;background:transparent;font-family:"Inter",var(--FONT-FAMILY-PROXIMA-NOVA)}button.infinite-scroll.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{height:0;overflow:hidden;margin-top:-100vh;margin-bottom:1000vh}button.carousel-button.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez{padding:0;align-self:start;font-size:var(--FONT-SIZE-LG);color:var(--color-secondary);transition:color .3s ease}button.carousel-button.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez:first-of-type:not(:last-of-type){padding-right:var(--SPACE-SM)}button.carousel-button.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez:last-of-type{padding-left:var(--SPACE-SM)}button.carousel-button.svelte-1gwooez.svelte-1gwooez.svelte-1gwooez:hover{color:var(--color-accent);cursor:pointer}section.svelte-1phd5fv.svelte-1phd5fv{z-index:2;position:relative;grid-column:viewport;display:grid;grid-template-columns:subgrid;margin-top:var(--SPACE-XL)}section.svelte-1phd5fv>article.svelte-1phd5fv{grid-column:main;display:flex;flex-direction:column;row-gap:var(--SPACE-MD);align-items:flex-start}.hero.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{z-index:5;grid-column:viewport;width:100%;position:relative;margin-bottom:calc(var(--expertise-height) * 1px)}.hero.svelte-rvi0g6 .video-wrapper.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{width:100vw;height:100vh;position:sticky;top:0;overflow-x:hidden;display:flex;align-items:center;justify-content:center}.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{height:100%;flex:1 0 177.7777777778vh}@media (min-width: 177.777vh){.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{height:56.25vw;flex-basis:100vw}}.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6>iframe.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6,.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6>video.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{height:100%;width:100%}@media (max-width: 56.25vh){.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6>video.desktop.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{display:none}}@media (min-width: 56.25vh){.hero.svelte-rvi0g6 .video-wrapper .video-container.svelte-rvi0g6>video.mobile.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{display:none}}.hero.svelte-rvi0g6 img.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{width:100%;height:100vh;object-fit:cover;position:sticky;top:0}.hero.svelte-rvi0g6 .hero-scrim-top.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:absolute;top:0;left:0;width:100%;height:50vh;background:linear-gradient(rgba(26,24,24,.5) 0%,rgba(26,24,24,.405) 10%,rgba(26,24,24,.32) 20%,rgba(26,24,24,.245) 30%,rgba(26,24,24,.18) 40%,rgba(26,24,24,.125) 50%,rgba(26,24,24,.08) 60%,rgba(26,24,24,.045) 70%,rgba(26,24,24,.02) 80%,rgba(26,24,24,.005) 90%,rgba(26,24,24,0) 100%);mix-blend-mode:hard-light}.hero.svelte-rvi0g6 .hero-scrim-bottom.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:relative;width:100%;height:100vh;background:linear-gradient(transparent 0%,white 100%);background:linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.01) 10%,rgba(255,255,255,.04) 20%,rgba(255,255,255,.09) 30%,rgba(255,255,255,.16) 40%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.36) 60%,rgba(255,255,255,.49) 70%,rgba(255,255,255,.64) 80%,rgba(255,255,255,.81) 90%,rgb(255,255,255) 100%)}@media (max-width: 62.5em){.hero.svelte-rvi0g6 .hero-scrim-bottom.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:absolute;bottom:0;height:50vh}}.hero.svelte-rvi0g6 .hero-animation-trigger.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:absolute;top:0;left:0;height:100%;pointer-events:none}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:var(--GRID-WRAPPER)}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6:after{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;background-color:var(--color-background);z-index:0;pointer-events:none}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:sixth-start 1/sixth-end 4;height:100vh;box-sizing:border-box;padding-top:calc(var(--GRID-CELL) * 2);position:sticky;top:0}@media (max-width: 62.5em){.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:third-start 1/third-end 2}}@media (max-width: 31.25em){.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:main}}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6>h3.svelte-rvi0g6.svelte-rvi0g6{color:var(--color-background);transition:color .3s ease;margin-bottom:.15em}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6>.project-hero-h1-container.svelte-rvi0g6.svelte-rvi0g6{position:relative;height:50vh;height:calc(100vh - (var(--GRID-CELL) * 2 + (var(--h3-height) + var(--h2-height)) * 1px + var(--GRID-CELL) * 4));margin-bottom:.5em}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6>.project-hero-h1-container.svelte-rvi0g6>h1.svelte-rvi0g6{position:absolute;color:var(--color-background);transition:color .3s ease}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-headings.svelte-rvi0g6>h2.svelte-rvi0g6.svelte-rvi0g6{opacity:0;color:var(--color-primary);transition:color .3s ease;width:clamp(100%,22ch,96vw)}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{z-index:1;position:absolute;bottom:0;grid-column:viewport;width:100%;display:grid;grid-template-columns:var(--GRID-WRAPPER);padding-top:calc(var(--GRID-CELL) * 2);margin-bottom:calc(100vh - (var(--GRID-CELL) * 2 + (var(--headings-height) + var(--expertise-height)) * 1px))}@media (max-width: 31.25em){.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:main;display:flex;flex-direction:row;row-gap:var(--GRID-CELL)}}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-type.svelte-rvi0g6.svelte-rvi0g6,.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-sector.svelte-rvi0g6.svelte-rvi0g6{width:100%;grid-row:1;display:flex;flex-direction:column;row-gap:.5em}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-type.svelte-rvi0g6>h3.svelte-rvi0g6,.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-sector.svelte-rvi0g6>h3.svelte-rvi0g6{margin-bottom:0}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-type.svelte-rvi0g6.svelte-rvi0g6{grid-column:sixth-start 1/sixth-end 2}@media (max-width: 62.5em){.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-type.svelte-rvi0g6.svelte-rvi0g6{grid-column:third-start 1/third-end 1}}.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-sector.svelte-rvi0g6.svelte-rvi0g6{grid-column:sixth-start 3/sixth-end 4}@media (max-width: 62.5em){.hero.svelte-rvi0g6 .project-details.svelte-rvi0g6>.project-expertise.svelte-rvi0g6>.project-sector.svelte-rvi0g6.svelte-rvi0g6{grid-column:third-start 2/third-end 2}}.hero.svelte-rvi0g6 .hero-headline-above.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;grid-template-columns:var(--GRID-WRAPPER)}.hero.svelte-rvi0g6 .hero-headline-above.svelte-rvi0g6>.hero-headline.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:sixth-start 1/sixth-end 4;height:100vh;box-sizing:border-box;padding-top:calc(var(--GRID-CELL) * 2);position:sticky;top:0}@media (max-width: 62.5em){.hero.svelte-rvi0g6 .hero-headline-above.svelte-rvi0g6>.hero-headline.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:third-start 1/third-end 2}}@media (max-width: 31.25em){.hero.svelte-rvi0g6 .hero-headline-above.svelte-rvi0g6>.hero-headline.svelte-rvi0g6.svelte-rvi0g6.svelte-rvi0g6{grid-column:main}}.hero.svelte-rvi0g6 .hero-headline-above.svelte-rvi0g6>.hero-headline.svelte-rvi0g6>h1.svelte-rvi0g6.svelte-rvi0g6{color:var(--color-background);margin-bottom:.15em;white-space:pre-line}.hero-media-animate{animation:svelte-rvi0g6-hero-media-animate 1s linear forwards}@keyframes svelte-rvi0g6-hero-media-animate{0%{opacity:1}50%{opacity:1}83.3%{opacity:0}to{opacity:0}}h1.hero-h1-above{animation:svelte-rvi0g6-hero-h1-above 1s ease forwards}@keyframes svelte-rvi0g6-hero-h1-above{0%{opacity:1}33.3%{opacity:1}50%{opacity:0}to{opacity:0}}h3.project-hero-h3{animation:svelte-rvi0g6-project-hero-h3 1s ease forwards}@keyframes svelte-rvi0g6-project-hero-h3{0%{opacity:1}33.3%{opacity:1}50%{opacity:0}to{opacity:0}}h1.project-hero-h1{animation:svelte-rvi0g6-project-hero-h1 1s ease forwards}@keyframes svelte-rvi0g6-project-hero-h1{0%{top:0;font-size:var(--FONT-SIZE-XXXL);font-weight:400;color:var(--color-background)}33.3%{top:0;font-size:var(--FONT-SIZE-XXXL);font-weight:400;color:var(--color-background)}50%{color:var(--color-background);font-weight:400}66.7%{top:calc((var(--h1-container-height) - var(--h1-height)) * 1px);font-size:var(--FONT-SIZE-LG);font-weight:600;color:var(--color-primary);transform:translate(0)}to{top:calc((var(--h1-container-height) - var(--h1-height)) * 1px);font-size:var(--FONT-SIZE-LG);font-weight:600;color:var(--color-primary);transform:translateY(calc(var(--SPACE-LG) * -1))}}h2.project-hero-h2{animation:svelte-rvi0g6-project-hero-h2 1s ease forwards}@keyframes svelte-rvi0g6-project-hero-h2{0%{opacity:0}33.3%{opacity:0}50%{opacity:0}66.7%{opacity:1;transform:translate(0)}to{opacity:1;transform:translateY(calc(var(--SPACE-SM) * -1))}}section.svelte-4rzd9u.svelte-4rzd9u.svelte-4rzd9u{z-index:2;position:relative;margin-top:var(--SPACE-XXL);padding-bottom:var(--SPACE-XXL);grid-column:viewport;max-width:100vw;overflow-x:hidden;display:grid;grid-template-columns:subgrid;align-content:start;row-gap:var(--SPACE-XL)}@media (max-width: 31.25em){section.svelte-4rzd9u.svelte-4rzd9u.svelte-4rzd9u{grid-template-columns:[viewport-start] 2% [third-start] 10fr [third-end] 1fr [third-start] 10fr [third-end] 1fr [third-start] 10fr [third-end] 2% [viewport-end];grid-template-columns:[viewport-start] 2% [half-start] 15fr [half-end] 2fr [half-start] 15fr [half-end] 2% [viewport-end]}}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u{position:relative;padding:0;margin:0}section.svelte-4rzd9u>figure.svelte-4rzd9u>.parallax-animation-trigger.svelte-4rzd9u{position:absolute;top:0;left:0;height:100%}@media (min-width: 62.5em){section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n+1){grid-column:sixth-start 1/sixth-end 2}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n+2){grid-column:sixth-start 3/sixth-end 4}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n){grid-column:sixth-start 5/sixth-end 6}}@media (max-width: 62.5em){section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n+1){grid-column:third-start 1/third-end 1}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n+2){grid-column:third-start 2/third-end 2}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(3n){grid-column:third-start 3/third-end 3}}@media (max-width: 31.25em){section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u{grid-column:main}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(odd){grid-column:half-start 1/half-end 1}section.svelte-4rzd9u>figure.svelte-4rzd9u.svelte-4rzd9u:nth-of-type(2n){grid-column:half-start 2/half-end 2}}section.svelte-4rzd9u>figure.svelte-4rzd9u>img.svelte-4rzd9u{width:100%;filter:drop-shadow(var(--COLOR-DIM-GRAY) .5rem .5rem 1rem)}.book-parallax-animate{foo:bar;animation:svelte-4rzd9u-book-parallax-animate 1s linear forwards}@keyframes svelte-4rzd9u-book-parallax-animate{0%{transform:translate(calc(var(--SPACE-XL) * (1 + var(--position-in-grid-row)) * var(--animation-direction)))}to{transform:translate(calc(-1 * var(--SPACE-LG) * (3 - var(--position-in-grid-row)) * var(--animation-direction)))}}section.svelte-1ubwtod.svelte-1ubwtod.svelte-1ubwtod{z-index:2;margin-top:var(--SPACE-LG);grid-column:viewport;width:100vw;max-width:100vw;height:var(--SPACE-LG);overflow-x:hidden;overflow-y:visible;position:relative}section.svelte-1ubwtod>.ticker-container.svelte-1ubwtod.svelte-1ubwtod{height:100%;display:flex;column-gap:var(--SPACE-XL);position:absolute;left:0;animation:600s linear infinite forwards svelte-1ubwtod-ticker-tape-animate}section.svelte-1ubwtod>.ticker-container.svelte-1ubwtod>img.svelte-1ubwtod{display:block;width:auto;height:auto;max-width:var(--SPACE-XXL);max-height:var(--SPACE-LG);object-fit:contain}@keyframes svelte-1ubwtod-ticker-tape-animate{0%{transform:translate(0)}to{transform:translate(-100%)}}
