.animated-background{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffef9;z-index:-1;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(130px);opacity:1;will-change:transform}.blob-yellow{width:600px;height:600px;background:radial-gradient(circle,var(--blob-yellow-color, #FFF4B5) 0%,var(--blob-yellow-rgba, rgba(255, 244, 181, .6)) 70%,transparent 100%);top:-200px;left:-150px;animation:moveYellow 12s ease-in-out infinite;transition:background .8s cubic-bezier(.4,0,.2,1)}.blob-blue{width:700px;height:700px;background:radial-gradient(circle,var(--blob-blue-color, #C4D7FF) 0%,var(--blob-blue-rgba, rgba(196, 215, 255, .6)) 70%,transparent 100%);top:50%;left:50%;transform:translate(-50%,-50%);animation:moveBlue 14s ease-in-out infinite;transition:background .8s cubic-bezier(.4,0,.2,1)}.blob-peach{width:650px;height:650px;background:radial-gradient(circle,var(--blob-peach-color, #FFD7C4) 0%,var(--blob-peach-rgba, rgba(255, 215, 196, .6)) 70%,transparent 100%);bottom:-200px;right:-150px;animation:movePeach 15s ease-in-out infinite;transition:background .8s cubic-bezier(.4,0,.2,1)}@keyframes moveYellow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(150px,200px) scale(1.1)}66%{transform:translate(-120px,150px) scale(.95)}}@keyframes moveBlue{0%,to{transform:translate(-50%,-50%) scale(1)}33%{transform:translate(calc(-50% + 180px),calc(-50% - 150px)) scale(1.05)}66%{transform:translate(calc(-50% - 160px),calc(-50% + 180px)) scale(.98)}}@keyframes movePeach{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-180px,-200px) scale(1.08)}66%{transform:translate(140px,-160px) scale(.97)}}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease}.sticky-header-nav{display:flex;justify-content:space-between;align-items:center;width:100%;padding:19.2px;transition:all .3s ease}.sticky-header-left{display:flex;align-items:center;gap:6.4px;font-family:Fira Sans,sans-serif;font-weight:400;font-size:12.8px;color:#000c}.sticky-header-name-link{background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:opacity .3s ease}.sticky-header-name-link:hover{opacity:.7}.sticky-header-name{color:#000c}.sticky-header-separator{color:#0006;margin:0}.sticky-header-title{color:#0009}.sticky-header-links{display:flex;align-items:center;gap:25.6px;list-style:none;margin:0;padding:0}.sticky-header-link{font-family:Fira Sans,sans-serif;font-weight:400;font-size:12.8px;color:#000c;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;position:relative;transition:color .3s ease}.sticky-header-link:after{content:"";position:absolute;bottom:-3.2px;left:0;right:0;height:1px;background-color:#000c;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.sticky-header-link:hover{color:#000000e6}.sticky-header-link:hover:after,.sticky-header-link.active:after{transform:scaleX(1)}.sticky-header-contact-button{font-family:Fira Sans,sans-serif;font-weight:500;font-size:12.8px;color:#000c;background:#fffef980;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:300px;padding:8px 20px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000000a,inset 0 1px #ffffff4d}.sticky-header-contact-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,244,181,.3),rgba(196,215,255,.3),rgba(255,215,196,.3),transparent);transition:left .6s ease}.sticky-header-contact-button:hover:before{left:100%}.sticky-header-contact-button:hover{background:#fffef9b3;border-color:#ffffff4d;box-shadow:0 4px 12px #0000000f,inset 0 1px #fff6;transform:translateY(-1px)}.sticky-header-contact-button.active{background:#fffef9cc;border-color:#fff6}.sticky-header.scrolled{padding:12.8px 19.2px}.sticky-header.scrolled .sticky-header-nav{width:auto;max-width:calc(100% - 38.4px);margin:0 auto;padding:16px 32px;gap:32px;border-radius:19.2px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#fffef980;border:1px solid rgba(255,255,255,.2);box-shadow:0 6.4px 25.6px #00000014,0 1.6px 6.4px #0000000a,inset 0 1px #ffffff4d;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (min-width: 1024px){.sticky-header-nav{max-width:1120px;margin:0 auto;padding-left:64px;padding-right:64px}.sticky-header.scrolled{padding:12.8px 64px}.sticky-header.scrolled .sticky-header-nav{max-width:1120px;padding:16px 32px}}@media (min-width: 768px) and (max-width: 1023px){.sticky-header-nav{padding-left:38.4px;padding-right:38.4px}.sticky-header.scrolled{padding:12.8px 38.4px}.sticky-header.scrolled .sticky-header-nav{padding:14.4px 25.6px;border-radius:300px}}@media (max-width: 767px){.sticky-header-nav{padding:12.8px;flex-direction:row;justify-content:center;align-items:center;gap:12.8px}.sticky-header-left{display:none}.sticky-header-name-link{display:flex;align-items:center;gap:4.8px;white-space:nowrap}.sticky-header-name,.sticky-header-separator,.sticky-header-title{white-space:nowrap;flex-shrink:0}.sticky-header-links{gap:32px;flex-wrap:nowrap;display:flex;align-items:center;flex-shrink:1;min-width:0}.sticky-header-links li{flex-shrink:0}.sticky-header-link{font-size:10.4px;white-space:nowrap}.sticky-header-contact-button{font-size:10.4px;padding:6px 12px;white-space:nowrap}.sticky-header.scrolled{padding:9.6px 12.8px}.sticky-header.scrolled .sticky-header-nav{padding:10px 14px;border-radius:300px;flex-wrap:nowrap}}.hero-section{height:-moz-fit-content;height:fit-content;min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;padding-top:102.4px;padding-bottom:102.4px;position:relative;z-index:1}.hero-container{width:100%;max-width:100%;margin:0;padding:0}.hero-content{display:flex;flex-direction:column;gap:51.2px;width:100%;padding-left:19.2px;padding-right:19.2px}.hero-profile-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;position:relative}.hero-profile-image{width:113.49px;height:113.49px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;position:relative;z-index:1;image-rendering:-webkit-optimize-contrast;image-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translateZ(0);backface-visibility:hidden}.hero-text-content{display:flex;flex-direction:column;gap:40px;align-items:flex-start;width:100%}.hero-heading{font-family:Fira Sans,sans-serif;font-weight:500;font-size:51.2px;line-height:1.1;color:#000c;margin:0;letter-spacing:1px;text-align:left;width:100%;min-height:3.3em}.hero-tagline-suffix{display:inline;position:relative;word-wrap:break-word;overflow-wrap:break-word}.hero-tagline-cursor{display:inline-block;margin-left:2px;animation:blink 1s infinite;color:#000c;font-weight:300;vertical-align:baseline}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-paragraphs{display:flex;flex-direction:column;gap:19.2px;width:100%;align-items:flex-start}.hero-text{font-family:Fira Sans,sans-serif;font-weight:400;font-size:20px;color:#0009;margin:0;padding-right:180px;text-align:left;width:100%}.hero-text strong{font-weight:500;color:#000000e6}@media (max-width: 767px){.hero-text{padding-right:0}}.hero-companies{display:flex;flex-direction:column;gap:25.6px;width:100%;align-items:flex-start}.hero-companies-title{font-family:Fira Sans,sans-serif;font-weight:400;font-size:12.8px;color:#8a8a8acc;margin:0;text-transform:uppercase;letter-spacing:.05em;text-align:left}.hero-logos-container{width:100%;position:relative;overflow:hidden;padding-right:64px}.hero-logos-wrapper{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:0}.hero-logos-wrapper .hero-logos:first-of-type{margin-right:0}.hero-logos-wrapper .hero-logos:last-of-type{margin-left:0}.hero-logos{height:42.4px;width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) brightness(.7);opacity:.8;display:block;flex-shrink:0;padding-right:32px}.hero-logos-mask-left,.hero-logos-mask-right{display:none}.hero-logos-mask-left{left:0;background:#fffef9;mask-image:linear-gradient(to right,#000,#000c,#0006 60%,#0000);-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 30%,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 100%)}.hero-logos-mask-right{right:0;background:#fffef9;mask-image:linear-gradient(to left,#000,#000c,#0006 60%,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 0%,rgba(0,0,0,.8) 30%,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 100%)}.hero-logos-container.auto-scroll{overflow:hidden;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:none}.hero-logos-container.auto-scroll .hero-logos-wrapper{animation:scroll-logos 40s linear infinite;will-change:transform;display:flex}.hero-logos-container.auto-scroll .hero-logos-mask-left,.hero-logos-container.auto-scroll .hero-logos-mask-right{display:block}.hero-logos-container:not(.auto-scroll) .hero-logos-mask-left,.hero-logos-container:not(.auto-scroll) .hero-logos-mask-right{display:none}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(var(--scroll-distance, -500px))}}.hero-discover-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:Fira Sans,sans-serif;font-weight:100;font-size:16px;color:#000c;text-decoration:none;border-radius:8px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#fffef980;border:1px solid rgba(255,255,255,.6);box-shadow:inset 0 1px #ffffff4d;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;width:-moz-fit-content;width:fit-content;margin-top:26px}.hero-discover-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle 200px at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,244,181,.4) 0%,rgba(196,215,255,.35) 35%,rgba(255,215,196,.3) 70%,transparent 100%);opacity:0;transition:opacity .4s ease;pointer-events:none}.hero-discover-button:hover:before{opacity:1}.hero-discover-button:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:8px;padding:1px;background:linear-gradient(135deg,#fff4b5cc,#c4d7ffcc,#ffd7c4cc);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:-1}.hero-discover-button:hover:after{opacity:1;animation:borderGlow 2s ease-in-out infinite}@keyframes borderGlow{0%,to{opacity:.7}50%{opacity:1}}.hero-discover-button-text{position:relative;z-index:1;transition:color .3s ease;font-size:13px}.hero-discover-button:hover .hero-discover-button-text{color:#000000e6}.hero-discover-button:not(:hover){animation:subtlePulse 3s ease-in-out infinite}@keyframes subtlePulse{0%,to{transform:scale(1);box-shadow:inset 0 1px #ffffff4d}50%{transform:scale(1.02);box-shadow:inset 0 1px #fff6}}@media (min-width: 1024px){.hero-container{max-width:1120px;margin:0 auto;padding:0 64px}.hero-content{padding-left:0;padding-right:0}.hero-profile-image{width:136.53px;height:136.53px}.hero-heading{font-size:76.8px}.hero-text{font-size:20px}.hero-logos{height:42.4px}.hero-discover-button{font-size:14px;padding:12px 16px;line-height:normal}}@media (min-width: 768px) and (max-width: 1023px){.hero-container{padding:0 38.4px}.hero-content{padding-left:0;padding-right:0}.hero-profile-image{width:102.4px;height:102.4px}.hero-heading{font-size:48px}.hero-text{font-size:20px}.hero-logos{height:42.4px}.hero-discover-button{font-size:16px;padding:16px 32px}}@media (max-width: 767px){.hero-section{padding-top:65.28px;padding-bottom:0}.hero-content{gap:32.64px;padding-left:24px;padding-right:24px}.hero-profile-wrapper{padding-left:0;padding-right:0}.hero-profile-image{width:91.31px;height:91.31px}.hero-text-content{gap:32.64px;width:100%;padding-left:0;padding-right:0}.hero-heading{font-size:36px;line-height:1.15;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.hero-text{font-size:20px;padding-left:0;padding-right:0;margin-left:0;margin-right:0;width:100%}.hero-paragraphs{gap:13.6px;width:100%;padding-left:0;padding-right:0}.hero-companies{gap:16.32px;width:100%;margin-left:0;padding-left:0}.hero-logos-container{overflow:hidden;width:100%;padding-right:0}.hero-logos-wrapper{display:flex;min-width:-moz-max-content;min-width:max-content}.hero-logos{height:32px;width:auto}.hero-discover-button{font-size:14.4px;padding:14.4px 28.8px;margin-top:19.2px}}@media (min-width: 768px) and (max-width: 1023px){.hero-heading{font-size:clamp(38.4px,5.6vw,44.8px)}.hero-text{font-size:clamp(18px,2vw,20px)}}@media (min-width: 1024px){.hero-heading{font-size:clamp(51.2px,6.4vw,76.8px)}.hero-text{font-size:20px}}.hero-section{will-change:scroll-position}.hero-content{will-change:opacity}.hero-profile-image{image-rendering:-webkit-optimize-contrast;image-rendering:auto;-ms-interpolation-mode:bicubic}.hero-logos{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media (prefers-reduced-motion: reduce){.hero-content{transition:none}.hero-logos-container.auto-scroll .hero-logos-wrapper,.hero-profile-image{animation:none}.hero-tagline-cursor{animation:none;opacity:0}}.work-section{min-height:100vh;display:flex;align-items:flex-start;padding-top:64px;padding-bottom:64px;position:relative;z-index:1}.work-container{width:100%;max-width:100%;margin:0;padding:0}.work-content{display:flex;flex-direction:column;gap:80px;width:100%;padding-left:19.2px;padding-right:19.2px}.work-section-title{font-family:Fira Sans,sans-serif;font-weight:400;font-size:12.8px;color:#8a8a8acc;margin:0;text-transform:uppercase;letter-spacing:.05em;text-align:left}.work-title{font-family:Fira Sans,sans-serif;font-weight:500;font-size:51.2px;line-height:1.1;color:#000c;margin:0;letter-spacing:-.02em;text-align:left;width:100%}.project-content{display:flex;flex-direction:column;gap:51.2px;width:100%}.project-content+.project-content{margin-top:102.4px}.project-header{display:flex;flex-direction:column;gap:24px}.project-logo{width:150px;height:auto;display:block;margin:0;image-rendering:-webkit-optimize-contrast;image-rendering:auto;-ms-interpolation-mode:bicubic;transform:translateZ(0);backface-visibility:hidden}.project-subtitle{font-family:Fira Sans,sans-serif;font-weight:100;font-size:20px;color:#0009;margin:0}.project-description{font-family:Fira Sans,sans-serif;font-weight:300;font-size:16px;color:#0009;margin:0}#doctolib-project .project-description{font-weight:100}.project-visuals-container{width:100%}.project-visuals-grid{display:flex;flex-direction:column;gap:32px;width:100%}.project-visuals-row{display:flex;gap:32px;width:100%;align-items:stretch}.project-visual-item{position:relative;overflow:hidden;border-radius:16px;height:400px;flex-shrink:0;flex-grow:1}.project-visual-item.project-visual-large{flex:2 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-regular{flex:1.5 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-small{flex:1 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-xl{flex:1 1 100%;min-width:0;max-width:none;width:100%}.project-visual-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;display:block;border-radius:16px}@media (min-width: 1024px){.work-container{max-width:1120px;margin:0 auto;padding:0 64px}.work-content{padding-left:0;padding-right:0}.work-title{font-size:76.8px}.project-logo{width:150px}.project-subtitle{font-size:20px}.project-description{font-size:16px}}@media (min-width: 768px) and (max-width: 1023px){.work-container{padding:0 38.4px}.work-content{padding-left:0;padding-right:0}.work-title{font-size:44.8px}}@media (max-width: 767px){.work-section{padding-top:32px;padding-bottom:65.28px}.work-content{gap:32.64px;padding-left:24px;padding-right:24px}.work-section-title{padding-left:0;padding-right:0}.work-title{font-size:36px;padding-left:0;padding-right:0}.project-logo{width:150px}.project-subtitle{font-size:20px;padding-left:0;padding-right:0;margin-left:0;margin-right:0}.project-description{font-size:16px;padding-left:0;padding-right:0;margin-left:0;margin-right:0;width:100%}.project-header{padding-left:0;padding-right:0;width:100%}.project-content{gap:43.52px;padding-left:0;padding-right:0}.project-content+.project-content{margin-top:87.04px}.project-visuals-container{width:100vw;position:relative;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x}.project-visuals-container::-webkit-scrollbar{display:none}.project-visuals-container:active{cursor:grabbing}.project-visuals-grid{display:flex;flex-direction:row;gap:16px;width:-moz-max-content;width:max-content;padding-left:0;padding-right:0}.project-visuals-row{display:contents}.project-visuals-row>.project-visual-item{flex-shrink:0}.project-visual-item{flex:0 0 200px!important;height:300px!important;width:200px!important;min-width:200px!important;max-width:200px!important;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;background:#00000005;position:relative}.project-visual-item.project-visual-large,.project-visual-item.project-visual-regular,.project-visual-item.project-visual-small,.project-visual-item.project-visual-xl{height:300px!important;width:200px!important;min-width:200px!important;max-width:200px!important;flex:0 0 200px!important}.project-visual-image{-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;width:100%;height:100%;min-width:100%;min-height:100%;border-radius:16px;display:block}.project-visual-item video{-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;width:100%;height:100%;min-width:100%;min-height:100%;border-radius:16px;display:block}}@media (min-width: 768px){.project-visuals-row.mobile-duplicate{display:none}.project-visuals-grid{display:flex;flex-direction:column;gap:32px;width:100%}.project-visuals-row{display:flex;flex-direction:row;gap:32px;width:100%;align-items:stretch}.project-visual-item{position:relative;overflow:hidden;border-radius:16px;height:400px;flex-shrink:0;flex-grow:1}.project-visual-item.project-visual-large{flex:2 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-regular{flex:1.5 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-small{flex:1 1 0;min-width:0;max-width:none}.project-visual-item.project-visual-xl{flex:1 1 100%;min-width:0;max-width:none;width:100%}}.glass-button{font-family:Fira Sans,sans-serif;font-weight:500;font-size:12.8px;color:#000c;background:#fffef980;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.2);border-radius:300px;padding:8px 20px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease;display:inline-block;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 8px #0000000a,inset 0 1px #ffffff4d}.glass-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,244,181,.3),rgba(196,215,255,.3),rgba(255,215,196,.3),transparent);transition:left .6s ease}.glass-button:hover:before{left:100%}.glass-button:hover{background:#fffef9b3;border-color:#ffffff4d;box-shadow:0 4px 12px #0000000f,inset 0 1px #fff6;transform:translateY(-1px)}.glass-button.active{background:#fffef9cc;border-color:#fff6}.icon-button{width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%}.icon-button svg{width:24px;height:24px;color:#000c;transition:transform .3s ease}.icon-button:hover svg{transform:scale(1.1)}.about-section{min-height:100vh;display:flex;align-items:flex-start;padding-top:64px;padding-bottom:64px;position:relative;z-index:1;overflow-x:visible;overflow-y:visible}.about-container{width:100%;max-width:100%;margin:0;padding:0;overflow-x:visible;overflow-y:visible}.about-content{display:flex;flex-direction:column;gap:51.2px;width:100%;padding-left:19.2px;padding-right:19.2px;overflow-x:visible;overflow-y:visible;position:relative}.about-header{display:flex;flex-direction:column;gap:24px}.about-title{font-family:Fira Sans,sans-serif;font-weight:400;font-size:20px;color:#000c;margin:0;text-align:left}.about-main-content{display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:flex-start}.about-text-section{display:flex;flex-direction:column}.about-description{font-family:Fira Sans,sans-serif;font-weight:300;font-size:16px;color:#0009;margin:0;text-align:left;line-height:1.6}.about-cards-section{position:relative;width:100%;height:400px}.about-cards-stack{position:relative;width:100%;height:400px;cursor:grab}.about-cards-stack:active{cursor:grabbing}.about-card{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:16px;background:#fffef980;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #0000000a,0 1px 4px #00000005,inset 0 1px #ffffff4d;width:100%;touch-action:pan-y;will-change:transform;align-items:flex-start}.about-card:active{cursor:grabbing}.about-card-title{font-family:Fira Sans,sans-serif;font-weight:500;font-size:16px;color:#000c;margin:0;text-align:left}.about-card-visual{width:100%;max-height:150px;border-radius:12px;overflow:hidden;background:#00000005;position:relative;display:flex;align-items:center;justify-content:center}.about-card-image{width:100%;height:100%;max-height:150px;-o-object-fit:contain;object-fit:contain;display:block}.about-card-play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.about-card-play-icon{width:48px;height:48px;border-radius:8px;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fffffff2;box-shadow:0 2px 8px #0003;transition:all .3s ease}.about-card:hover .about-card-play-icon{background:#000000bf;transform:scale(1.05)}.about-card-description{font-family:Fira Sans,sans-serif;font-weight:300;font-size:14px;color:#0009;margin:0;text-align:left;line-height:1.5}.about-carousel{width:100vw;position:relative;left:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-moz-user-select:none;user-select:none;-webkit-user-select:none;padding-right:19.2px}.about-carousel::-webkit-scrollbar{display:none}.about-carousel:active{cursor:grabbing}.about-carousel-track{display:flex;flex-direction:row;width:-moz-max-content;width:max-content;gap:32px;padding-left:calc(50vw + 19.2px);padding-right:calc(50vw + 19.2px)}.about-carousel-item{flex-shrink:0;scroll-snap-align:start;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}.about-carousel-image{max-height:400px;height:auto;width:auto;-o-object-fit:contain;object-fit:contain;display:block;border-radius:20px}.about-carousel-caption{font-family:Fira Sans,sans-serif;font-weight:400;font-size:14px;color:#000c;text-align:left;margin:0}@media (min-width: 1024px){.about-content{max-width:1120px;margin:0 auto;padding-left:64px;padding-right:64px}.about-carousel{padding-right:64px}.about-carousel-track{padding-left:calc(50vw + 64px);padding-right:calc(50vw + 64px)}.about-main-content{gap:64px}}@media (min-width: 768px) and (max-width: 1023px){.about-content{padding-left:38.4px;padding-right:38.4px}.about-carousel{padding-right:38.4px}.about-carousel-track{padding-left:calc(50vw + 38.4px);padding-right:calc(50vw + 38.4px)}.about-main-content{gap:38.4px}}@media (max-width: 767px){.about-section{padding-top:48px;padding-bottom:48px}.about-content{padding-left:24px;padding-right:24px;gap:32px}.about-carousel{padding-right:24px}.about-carousel-track{padding-left:calc(50vw + 24px);padding-right:calc(50vw + 24px)}.about-title{font-size:18px}.about-main-content{grid-template-columns:1fr;gap:32px}.about-cards-section{height:450px}.about-card{padding:20px}.about-carousel-caption{font-size:12px;bottom:24px;padding:6px 12px}}.contact-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:64px;padding-bottom:64px;position:relative;z-index:1}.contact-container{width:100%;max-width:100%;margin:0;padding:0}.contact-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:48px;padding-left:19.2px;padding-right:19.2px}.contact-title{font-family:Fira Sans,sans-serif;font-weight:500;font-size:38.4px;color:#000c;margin:0;text-align:center}.contact-social-links{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.contact-copy-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;border-radius:300px}.contact-copy-button svg{width:20px;height:20px;flex-shrink:0;color:#000c}.contact-copy-button-text{font-family:Fira Sans,sans-serif;font-weight:500;font-size:12.8px;color:#000c;text-transform:uppercase;letter-spacing:.5px}.contact-icon-buttons{display:flex;align-items:center;gap:16px}@media (min-width: 1024px){.contact-title{font-size:57.6px}}@media (max-width: 767px){.contact-section{padding-top:48px;padding-bottom:48px}.contact-content{gap:32px;padding-left:24px;padding-right:24px}.contact-title{font-size:32px}.contact-social-links{gap:20px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Fira Sans,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}html{scroll-behavior:smooth}body{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1));background-color:#fffef9;overflow-x:hidden}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.relative{position:relative}.z-10{z-index:10}.block{display:block}.min-h-screen{min-height:100vh}.resize{resize:both}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
