@charset "UTF-8";@font-face{font-display:swap;font-family:Inconsolata;font-style:normal;font-weight:300;src:url(/fonts/inconsolata-v37-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inconsolata;font-style:normal;font-weight:400;src:url(/fonts/inconsolata-v37-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inconsolata;font-style:normal;font-weight:500;src:url(/fonts/inconsolata-v37-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:300;src:url(/fonts/poppins-v24-latin-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:300;src:url(/fonts/poppins-v24-latin-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/fonts/poppins-v24-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:400;src:url(/fonts/poppins-v24-latin-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:url(/fonts/poppins-v24-latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:500;src:url(/fonts/poppins-v24-latin-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:url(/fonts/poppins-v24-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:700;src:url(/fonts/poppins-v24-latin-700italic.woff2) format("woff2")}body[data-theme=dark]{--header-text: #333;--logo-eye: #333;--logo-chart: rgb(4, 205, 171)}.site-header{display:flex;align-items:center;padding:2vw 5vw;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;align-content:center;background:transparent;position:relative;z-index:20}.site-header a,.site-header button,.site-header .menu-item,.site-header .menu-link{color:var(--header-text)}svg g,svg path,svg circle{transform-origin:center}@keyframes rotateClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateCounterClockwise{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}#outer-circle{animation:rotateClockwise 3s linear infinite;animation-play-state:paused}#inner-circle{animation:rotateCounterClockwise 5s linear infinite;animation-play-state:paused}#center-circle{animation:rotateClockwise 8s linear infinite;animation-play-state:paused}svg:hover #outer-circle,svg:hover #inner-circle,svg:hover #center-circle{animation-play-state:running}.logo-link{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;flex-direction:row}.site-logo{width:7vw;height:auto;transition:color .3s}@media (max-width: 600px){.site-header{display:flex;align-items:flex-start;padding:2vw 0;flex-direction:column;justify-content:space-between;flex-wrap:nowrap;align-content:center}.site-logo{width:16vw;margin:12vw 0 12vw 6vw}}.main-menu{width:auto}.main-menu ul{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;margin:0;list-style:none}.main-menu li{font-weight:700}.main-menu a{text-decoration:none!important;color:var(--header-text);font-family:Poppins,sans-serif}.contact-button{background:none;border:none;text-decoration:none!important;color:var(--header-text);font-family:Poppins,sans-serif;font-size:1rem;cursor:pointer;font-weight:700;padding:0;margin:0}@media (min-width: 600px){.main-menu li{position:relative;margin:0 1.5rem}.main-menu a:after,.contact-button:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%) scaleX(0);transform-origin:center;width:80%;height:3px;background:var(--logo-chart);border-radius:2px;transition:transform .35s cubic-bezier(.45,0,.55,1);pointer-events:none}.main-menu a:hover:after,.main-menu a.active:after,.contact-button:hover:after,.contact-button:active:after{transform:translate(-50%) scaleX(1)}}@media (max-width: 600px){.main-menu{width:auto}.main-menu ul{display:flex;justify-content:space-between;align-items:center;width:100%;margin:0;list-style:none;background-color:#0000000d}.main-menu li{display:block;width:25vw;text-align:center}.main-menu li.active{background-color:#04cdab;color:#fff}.main-menu a,.main-menu button{text-decoration:none!important;color:var(--header-text);font-family:Poppins,sans-serif;font-weight:500;letter-spacing:.1em;font-size:.8em;display:block;padding:.8em 0;text-align:center}.contact-button{margin:auto}body:not([data-header-context=project]) .main-menu a.active,body:not([data-header-context=project]) .main-menu button.active{background-color:#04cdab;color:#fff;border-radius:2px}body[data-header-context=project] .main-menu a.active,body[data-header-context=project] .main-menu button.active{background-color:#fff;color:#333;border-radius:2px}}.ui-button{display:inline-block;font-family:Inconsolata,monospace;font-weight:600;font-size:1.1rem;text-decoration:none;padding:.85rem 2rem;border:none;border-radius:2px;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;background:#04cdab;color:#fff;box-shadow:0 2px 16px #04cdab1a;margin:1rem 0}.ui-button--primary{background:#04cdab;color:#fff}.ui-button--primary:hover,.ui-button--primary:focus{background:#009797;color:#fff;box-shadow:0 4px 24px #0097972e}.ui-button--secondary{background:transparent;color:#333;border:1px solid #333;font-size:.9rem;padding:.5rem .75rem;box-shadow:0 2px 10px #3333331a;text-align:center}.ui-button--secondary:hover,.ui-button--secondary:focus{background:#333;color:#fff}.ui-button:disabled{opacity:.5;cursor:not-allowed}.work-page hr{border:1px solid #eee;margin:0 5vw}.project-card{align-items:center}.project-card-img-container,.project-card-body{width:47.5vw;margin:0;padding:0;overflow:hidden}.project-card-body{padding-left:5vw}.project-card-body a.ui-button{margin-top:5vh;padding:.65rem 1rem;font-size:1rem}.project-card-img-container{padding:.75vh;transition:transform 2s ease,opacity 2s ease;transform:scale(1)}.project-card-img-container:hover{transform:scale(1.03);opacity:.8}.project-card-image{max-width:40vw;max-height:80vh}.project-card-info{display:flex;flex-direction:row;justify-content:space-between}.project-card-info hr{margin:1rem 0}.project-card-column{width:47%;margin:0}.project-info-label,.step-body-text{font-size:.9rem}.project-card-title{margin:.25rem 0 0;color:#333;line-height:1.25}.project-card-description{color:#777;font-weight:300;line-height:1.5}@media (max-width: 600px){.project-card-img-container,.project-card-body{min-width:88vw;margin:3vw 0;padding:0;position:relative;display:flex;flex-direction:column;overflow:hidden}.project-card-body{margin-bottom:10vh}.project-card-body a.ui-button{max-width:50%;text-align:center;margin-left:auto}.project-card-image{max-width:90vw;max-height:45vh;margin:5vh 0 0}.project-card-info{flex-direction:column}.project-card-column{width:100%}.project-card-category{margin-top:3rem!important}}.project-page{min-height:100vh;background-repeat:no-repeat;background-size:100% auto;overflow-x:hidden}.project-meta,.project-block{background:#fff}.project-block{min-height:30vh!important;padding-top:var(--space-4);padding-bottom:clamp(var(--space-8),6vw,var(--space-16));margin:10vh 0!important}.project-hero{min-height:auto;background:transparent;padding-top:6rem;padding-bottom:4rem}.project-hero,.project-hero h1,.project-hero h2,.project-hero p,.project-hero .main-text,.project-hero .small-text{color:inherit;-webkit-text-fill-color:currentColor;background:none;-webkit-background-clip:initial;background-clip:initial}.project-hero-main{width:60%;display:flex;flex-direction:column;gap:1rem}.project-category,.project-title,.project-intro,.project-meta-label,.project-meta-value{margin:0}.project-title{font-size:2.25rem!important}.project-intro{margin-top:2rem;max-width:45ch!important;font-size:1.25rem!important}.project-meta{min-height:auto!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;padding-top:0;padding-bottom:4rem;margin-bottom:20vh!important}.project-meta-item{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid #eee;margin:0;width:100%}.project-meta-label{color:#777;font-family:Inconsolata,monospace}.project-meta-value{color:#333;font-family:Poppins,sans-serif}.project-links{display:flex;flex-direction:column;gap:.35rem}.project-meta-link{color:#333;text-decoration:none;border-bottom:1px solid transparent;width:fit-content}.project-meta-link:hover{border-bottom:1px solid rgb(4,205,171)}.project-block-text h2,.project-highlight-text h2,.project-textLeft h2,.project-textRight h2,.project-block-image-text h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--project-accent, rgb(4, 205, 171))}.project-block-text p,.project-textLeft p,.project-textRight p,.project-highlight-text p,.project-block-image-text p{margin:0;max-width:36ch}.project-block-text{display:flex!important;justify-content:center}.project-text-wrap{width:100%;max-width:32rem;display:flex;flex-direction:column;gap:1rem}.project-block-textLeft.full-page-container,.project-block-textRight.full-page-container{display:grid!important;grid-template-columns:1fr 1fr;gap:clamp(var(--space-6),4vw,var(--space-16));align-items:start}.project-textLeft,.project-textRight{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.project-textLeft{grid-column:1;justify-self:center}.project-textRight{grid-column:2;justify-self:center}.project-block-highlight.full-page-container{display:grid!important;grid-template-columns:1fr 1fr;gap:clamp(var(--space-6),4vw,var(--space-16));align-items:center}.project-highlight-text{width:100%;max-width:24rem;justify-self:center;display:flex;flex-direction:column;gap:1rem}.project-highlight-media{width:100%;min-width:0}.project-block-highlight.highlight-right .project-highlight-text{order:1}.project-block-highlight.highlight-right .project-highlight-media,.project-block-highlight.highlight-left .project-highlight-text{order:2}.project-block-highlight.highlight-left .project-highlight-media{order:1}.project-block-image-text.full-page-container{display:flex!important;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(var(--space-6),4vw,var(--space-16))}.project-block-image-text.image-right.full-page-container{flex-direction:row-reverse}.project-image-wrap{width:50%;min-width:0;display:flex;align-items:center}.project-image-wrap img{width:100%;height:auto;display:block}.project-image-text-content{width:50%;display:flex;justify-content:center}.project-image-text-content-inner{width:100%;max-width:24rem;display:flex;flex-direction:column;gap:1rem;text-align:left}.project-image-text-content h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--project-accent, rgb(4, 205, 171))}.project-image-text-content p{margin:0;max-width:36ch}.project-block-video-text.full-page-container{display:flex!important;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(var(--space-6),4vw,var(--space-16))}.project-block-video-text.video-right.full-page-container{flex-direction:row-reverse}.project-video-wrap{width:50%;min-width:0;display:flex;align-items:center}.project-video-mask{width:100%;overflow:hidden;border-radius:1rem;box-shadow:0 10px 30px #0000004d,0 2px 10px #0000001a;background:#fff;-webkit-transform:translateZ(0);transform:translateZ(0)}.project-video{width:100%;height:auto;display:block;background:none}.project-video-text-content{width:50%;max-width:24rem;display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:left}.project-video-text-content h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--project-accent, rgb(4, 205, 171))}.project-video-text-content p{margin:0;max-width:36ch}.project-block-caption{display:flex;align-items:center;justify-content:space-between}.project-caption-wrap{width:100%}.project-block-caption p{margin:0;margin-top:5rem!important;width:100%;max-width:25ch;text-align:left;font-size:2.75rem;line-height:1.1;font-weight:700;font-family:Poppins,sans-serif;background:var(--project-gradient, linear-gradient(-45deg, rgb(4, 205, 171), #009797));background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.project-image-full,.project-image-half{width:100%;height:auto;display:block;background:#f8f8f8}.project-block-image-full{padding-top:0}.project-block-image-full-bleed{width:100%;max-width:100%;margin-left:0;padding:0;background:#fff}.project-block-image-full-bleed .project-image-full{width:100%;display:block}.project-block-image-half .project-image-half-wrap{width:47.5%}.project-block-image-half.image-align-left{justify-content:flex-start}.project-block-image-half.image-align-right{justify-content:flex-end}.project-image-pair-wrap{width:100%;display:flex;justify-content:space-between;gap:2.5vw}.project-image-pair-item{width:48%}@media (max-width: 600px){.project-hero{padding-top:3rem;padding-bottom:2rem}.project-hero-main,.project-meta,.project-block{margin:0 6vw!important;width:auto!important}.project-hero-main{width:100%;gap:.75rem}.project-title{max-width:100%;font-size:2rem!important}.project-intro{max-width:100%;margin-top:3rem!important;margin-bottom:3rem!important}.project-meta{margin-top:10vh!important;grid-template-columns:1fr;gap:1rem;padding-bottom:2rem}.project-block{padding-top:.5rem;padding-bottom:2rem;margin-top:10vh!important;margin-bottom:10vh!important}.project-video-wrap{margin-top:10vh!important;margin-bottom:2vh!important}.project-block-textLeft.full-page-container,.project-block-textRight.full-page-container,.project-block-highlight.full-page-container,.project-block-image-text.full-page-container{grid-template-columns:1fr;gap:1.5rem}.project-text-wrap,.project-textLeft,.project-textRight,.project-highlight-text,.project-highlight-media,.project-caption-wrap,.project-block-image-half .project-image-half-wrap,.project-block-image-text .project-image-wrap,.project-image-text-content{width:100%;max-width:100%}.project-block-image-text.image-left .project-image-wrap,.project-block-image-text.image-left .project-image-text-content,.project-block-image-text.image-right .project-image-wrap,.project-block-image-text.image-right .project-image-text-content{grid-column:auto;justify-self:stretch}.project-block-highlight.highlight-right .project-highlight-text,.project-block-highlight.highlight-right .project-highlight-media,.project-block-highlight.highlight-left .project-highlight-text,.project-block-highlight.highlight-left .project-highlight-media{order:initial}.project-block-caption p{font-size:1.8rem;max-width:100%}.project-image-pair-wrap{flex-direction:column;gap:1rem}.project-image-pair-item{width:100%}.project-block-image-text.full-page-container{flex-direction:column!important;align-items:stretch;gap:1.5rem}.project-image-wrap,.project-image-text-content,.project-image-text-content-inner{width:100%;max-width:100%}.project-block-video-text.full-page-container{flex-direction:column!important;align-items:stretch;gap:1.5rem}.project-video-wrap,.project-video-text-content{width:100%;max-width:100%}.project-video-mask{border-radius:.75rem}.project-textRight{grid-column:1}.project-block-image-full-bleed img{position:relative;left:-50%;width:200%!important}}.scrolly-wrapper{background-image:url(/FBRG_About-Ill-01_2024.png);background-attachment:fixed;background-size:50%;background-repeat:no-repeat;background-position:bottom 10px left 10px}.scrolly-container{display:flex;min-height:100vh;width:100%;position:relative}.scrolly-title{display:block;width:100%}.scrolly-text{flex:1;padding:5vw;display:flex;flex-direction:column;justify-content:center;z-index:2;line-height:1.5;font-weight:300}.scrolly-text .scrolly-step{display:flex;flex-direction:column;justify-content:center;min-height:30vh;padding:2rem;margin-bottom:33.5vh;position:relative;border-radius:22px;overflow:hidden;background:#fafafa1f;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);box-shadow:0 12px 40px #00000014,0 2px 12px #0000000d,inset 0 1px #ffffff8c,inset 0 -1px #ffffff1f;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.scrolly-text .scrolly-step.is-active{opacity:1}.scrolly-text .scrolly-step h3{font-size:1.5rem;color:#04cdab;background:linear-gradient(-45deg,#04cdab,#009797);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.scrolly-text .scrolly-step p{font-size:1.1rem}.step-body-text a{color:#333}.step-body-text a:hover{color:#009797}.scrolly-graphic{flex:1;position:sticky;margin:0 5vw;top:0;height:100vh;min-width:0;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1}.scrolly-graphic .scrolly-svg{width:90%;height:auto;max-height:80vh;transition:transform .8s cubic-bezier(.25,.46,.45,.94)}.scrolly-graphic .scrolly-svg g[id]{opacity:0;transition:opacity .5s;pointer-events:none}.scrolly-graphic .scrolly-svg #container{pointer-events:auto}hr.scrolly-divider{border:1px solid #eee;width:100%;margin-inline-start:0;margin-top:-1rem}@media (max-width: 600px){.scrolly-wrapper{background:none}.scrolly-container{display:block}.scrolly-graphic{position:sticky;margin:0 6vw;bottom:0;height:60vh;min-height:40vh;max-height:60vh;z-index:10;pointer-events:none}.scrolly-text{position:relative;z-index:20;padding-bottom:0vh}.scrolly-text .scrolly-step{margin-bottom:75vh;opacity:.7;transition:opacity .3s}.scrolly-text .scrolly-step:first-child{margin-top:6vh}.scrolly-text .scrolly-step:last-child{margin-bottom:1vh}}.site-footer-shell{background:#f5f3ef;padding:5rem 5vw 2rem;margin-top:10vh}.site-footer{display:flex;flex-direction:column;gap:2.5rem}.footer-main{display:grid;grid-template-columns:1.1fr .5fr .9fr;gap:2rem;align-items:start}.footer-mission-text{margin:0;max-width:10ch;font-family:Poppins,sans-serif;font-size:2.5rem;line-height:1.3;font-weight:300;color:#333}.footer-spacer{min-height:1px}.footer-contact{display:flex;flex-direction:column;gap:1rem;max-width:30rem}.footer-contact-title{margin:0;font-family:Poppins,sans-serif;font-size:1.5rem;line-height:1.15;color:#333}.footer-text{margin:0;font-size:.95rem;line-height:1.55rem;color:#333;font-family:Inconsolata,monospace}.footer-meta{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:end;padding-top:2rem}.footer-logo{--logo-eye: #777;--logo-chart: #777;color:var(--logo-eye);width:64px;height:auto;transition:color .3s}.footer-social{display:flex;align-items:center;gap:1rem;justify-self:end}.footer-social-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#777;font-family:Inconsolata,monospace}.footer-social-links{display:flex;gap:.65rem}.footer-social-link{width:2.5rem;height:2.5rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#333;background:#dedad3;text-decoration:none;transition:background .25s ease,transform .25s ease}.footer-social-link:hover{background:#04cdab}.footer-social-link svg{width:1.5rem;height:auto;display:block}.footer-bottom-row{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding-top:1rem;border-top:1px solid #ddd4cb}.footer-legal-links{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-legal-links a{font-size:.85rem;line-height:1.4;color:#333;font-family:Inconsolata,monospace;text-decoration:none}.footer-legal-links a:hover{text-decoration:underline;text-underline-offset:.15em}.footer-bottom-note{justify-self:end}.footer-bottom-note p{margin:0;font-size:.8rem;line-height:1.4;color:#777;font-family:Inconsolata,monospace;text-align:right}.site-footer .ui-button--secondary{width:fit-content;min-width:0}@media (max-width: 600px){.site-footer-shell{padding:3rem 6vw 2rem}.footer-main{grid-template-columns:1fr;gap:4.25rem}.footer-spacer{display:none}.footer-mission-text{max-width:8.5ch;font-size:clamp(2.15rem,7.8vw,2.9rem);line-height:1.08;letter-spacing:-.02em}.footer-contact{gap:1.15rem;max-width:32rem}.footer-contact-title{max-width:14ch;font-size:clamp(1.8rem,6vw,2.15rem);line-height:1.08;font-weight:400;letter-spacing:-.015em}.footer-text{max-width:26ch;font-size:1rem;line-height:1.8}.footer-meta{grid-template-columns:1fr;gap:1.5rem;align-items:start;padding-top:1rem}.footer-social{justify-self:start;flex-wrap:wrap}.footer-bottom-row{grid-template-columns:1fr;gap:1rem;align-items:start}.footer-legal-links{gap:.85rem 1.25rem}.footer-bottom-note{justify-self:start}.footer-bottom-note p{text-align:left}.site-footer .ui-button--secondary{width:100%}}body{margin:0}:root{--header-text: #333;--logo-eye: var(--header-text);--logo-chart: rgb(4, 205, 171)}body[data-theme=dark]{--header-text: white;--logo-eye: white;--logo-chart: white}.project-page[data-header-theme=dark]{--header-text: white;--logo-eye: white;--logo-chart: #f0f0f0}.project-page[data-header-theme=light]{--header-text: #333;--logo-eye: #333;--logo-chart: rgb(4, 205, 171)}h1,h2,h3,.main-text,.small-text,p{font-family:Poppins,sans-serif}h1{color:#04cdab;background:linear-gradient(-45deg,#04cdab,#009797);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}h2,.privacy-policy a{color:#333}.privacy-policy a:hover{color:#009797}h3{margin:0}.main-text,.small-text,.step-body-text,.privacy-policy p{color:#777}h1{font-size:3rem;line-height:1.3}h1.home-h1{font-size:3rem}@media (max-width: 1000px){h1.home-h1{font-size:2.4rem}}@media (max-width: 800px){h1.home-h1{font-size:2.25rem}}@media (max-width: 700px){h1.home-h1{font-size:1.7rem}}h2{font-size:1.75rem}.main-text{font-size:1.1rem;font-weight:300;max-width:50ch;line-height:1.5}.small-text,.privacy-policy p{font-size:1rem;font-weight:300}.project-card-title{text-decoration:none!important}.project-card-title h2{display:inline;color:inherit;border:none!important;text-decoration:none!important;background-image:linear-gradient(#04cdab,#04cdab);background-size:0% .15em;background-position:left 100%;background-repeat:no-repeat;transition:background-size .3s cubic-bezier(.45,0,.55,1);cursor:pointer}.project-card-title:hover,.project-card-title:focus{background-size:100% .15em}.project-info-label{font-size:.9rem}.project-card-category,.project-info-label,.project-info-body{font-family:Inconsolata,monospace;color:#333;margin:0;font-weight:500}.project-card-category{font-size:1.1rem;margin-bottom:1rem;color:#777}.project-info-body{color:#ababab;font-size:.9rem;margin-top:.5rem}.project-card-title{margin:.25rem 0 0;color:#333}.project-card-description{color:#777}.home-h1{background:none;background-clip:border-box;-webkit-background-clip:border-box;color:#04cdab;-webkit-text-fill-color:rgb(4,205,171);line-height:1.3}.home-h1__intro,.home-h1 .rotating-word{background:linear-gradient(-45deg,#04cdab,#009797);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.rotating-words-wrap{position:relative;display:inline-block;min-width:22ch;height:1.3em;overflow:hidden;vertical-align:bottom}.rotating-words-track{display:flex;flex-direction:column;transition:transform .55s cubic-bezier(.22,1,.36,1);will-change:transform}.rotating-words-track.is-resetting{transition:none}.rotating-word{display:block;flex:0 0 1.3em;height:1.3em;line-height:1.3em;white-space:nowrap}@media (max-width: 600px){h1{font-size:2.5rem}.main-text{font-size:1rem;margin-top:.2rem}.small-text{font-size:1rem}h1.home-h1{font-size:2.5rem;max-width:20ch}}hr{border:1px solid #eee}.full-page-container{min-height:80vh;width:90vw;padding:1vw 5vw;display:flex;flex-direction:row;margin:0}.half-page{min-height:80vh;width:47.5vw;margin:0;padding:0;position:relative;overflow:hidden}.section-title{padding:0 5vw;margin-top:5rem}.section-title hr.title-divider{border:2px solid rgb(4,205,171);width:2rem;margin-inline-start:0;margin-top:-1rem}#call-to-action{margin:3.5rem 0}#fbrg-illustration{max-width:57.5vw;max-height:80vh;position:absolute;right:-10vw;bottom:0}#dataviz-illustration{max-width:45vw;max-height:80vh;position:absolute;right:0;bottom:0}.privacy-policy{min-height:80vh;width:55vw;padding:1vw 5vw;margin:0;display:block!important}.privacy-policy h2{margin-top:6rem}.privacy-policy h3{margin-top:3rem}.privacy-policy li{font-family:Poppins,sans-serif;color:#777;max-width:55ch;margin-bottom:1rem;font-weight:300}.privacy-update{font-family:Inconsolata,monospace}.privacy-update strong{color:#009797!important}.back-to-top-button{position:fixed;right:2rem;bottom:2rem;z-index:100;display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:#f8faff6b;backdrop-filter:blur(10px) saturate(170%);-webkit-backdrop-filter:blur(10px) saturate(170%);box-shadow:0 12px 32px #00000024,0 2px 10px #00000014,inset 0 1px #ffffff9e,inset 0 -1px #ffffff29;color:#1c2028eb;font-family:Inconsolata,monospace;font-size:.95rem;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease,color .25s ease}.back-to-top-button.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-button:hover{transform:translateY(-2px);background:#f8faff8f;border-color:#ffffff8c;color:#12161efa;box-shadow:0 18px 38px #0000002e,0 4px 14px #00000014,inset 0 1px #ffffffb8,inset 0 -1px #fff3}.back-to-top-button:focus-visible{outline:2px solid rgb(4,205,171);outline-offset:3px}.back-to-top-button__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;flex-shrink:0;font-size:.9rem;line-height:1;color:inherit;transition:transform .25s ease}.back-to-top-button__icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 30% 28%,#ffffff57,#ffffff1f 38%,#ffffff0a);box-shadow:inset 0 1px 1px #ffffff7a,inset 0 -1px 1px #14182014,0 1px 2px #ffffff14;opacity:.95;pointer-events:none}.back-to-top-button__icon:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:50%;border:1px solid rgba(255,255,255,.16);opacity:.75;pointer-events:none}.back-to-top-button:hover .back-to-top-button__icon{transform:translateY(-1px)}.back-to-top-button__label{white-space:nowrap;transition:transform .25s ease}.back-to-top-button:hover .back-to-top-button__label{transform:translateY(-.5px)}@media (max-width: 600px){.back-to-top-button{right:1rem;bottom:1rem;padding:.8rem .95rem;font-size:.9rem}}@media (max-width: 600px){.full-page-container{min-height:70vh;width:100vw;padding:1vw 0;display:flex;flex-direction:column;margin:0}.half-page{min-height:45vh;min-width:86vw;margin:3vw 6vw;padding:0;position:relative;display:flex;flex-direction:column;overflow:hidden}#call-to-action{margin:1rem 0}#fbrg-illustration{min-width:100vw;max-width:110vw;max-height:100vh;margin:auto;top:5vh}#dataviz-illustration{max-width:90vw;max-height:45vh}.rotating-words-wrap{min-width:18ch}.privacy-policy{min-height:70vh;width:80vw;padding:3vw;margin:3vw}}body.modal-open{overflow:hidden!important;touch-action:none!important}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;pointer-events:auto;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s linear .4s}.modal-overlay.show{opacity:1;visibility:visible;transition:opacity .4s ease,visibility 0s linear 0s}.modal-content{background:#fff6;padding:2rem;width:100%;max-width:50vw;height:85vh;max-height:90vh;position:absolute;right:0;bottom:0;display:flex;flex-direction:column;gap:1rem;box-shadow:0 3px 14px 3px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transform:translateY(100%);opacity:0;transition:transform .5s cubic-bezier(.45,0,.55,1),opacity .3s ease;will-change:transform,opacity}.modal-overlay.show .modal-content{transform:translateY(0);opacity:1}.modal-header{flex:0 0 auto}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1}.modal-close:hover{color:#333}#contact-modal-title{margin:1rem 0 .5rem}.form-legal{font-family:Inconsolata,monospace;font-size:.9rem;color:#777}.modal-form{flex:1 1 auto;display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row input,.form-row textarea{width:100%;padding:.75rem 0;border:0;border-top:2px solid #eee;background:none;font-size:1rem;font-family:Inconsolata,monospace;transition:border-color .2s}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:#04cdab}textarea{resize:vertical;min-height:120px}.modal-form button[type=submit]{position:relative;box-sizing:border-box;margin-top:auto;align-self:flex-start;max-width:25vw;min-width:14rem;padding:.75rem 1rem;background:#04cdab;color:#fff;border:none;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:background .2s ease,color .2s ease;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.modal-form button[type=submit]:hover:not(:disabled){background:#009797}.modal-form button[type=submit]:disabled{opacity:.8;cursor:not-allowed}.modal-form button[type=submit]:disabled:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;transform:scaleX(0);transform-origin:left;will-change:transform;z-index:0}.modal-form button[type=submit]:disabled>span{position:relative;z-index:1}.modal-form button[type=submit].is-sending:disabled:before{animation:loading-sweep 1.2s linear forwards}.modal-form button[type=submit].is-sent{background:#000;color:#fff}.modal-form button[type=submit].is-error{background:#e53935;color:#fff}.modal-form button[type=submit].is-sent.is-sending:before,.modal-form button[type=submit].is-error.is-sending:before{animation:none;transform:scaleX(0)}@keyframes loading-sweep{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width: 600px){.modal-content{width:100%;max-width:70vw;height:90vh;max-height:100vh;top:0;flex-direction:column;gap:1rem}.modal-close{top:1rem;right:1rem;padding-left:.4rem;padding-right:.4rem;font-size:2.5rem}.modal-form button[type=submit]{width:100%;max-width:none}.form-row{gap:.5rem}.form-row input,.form-row textarea{margin-bottom:0}}
