@import"https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;500;700&display=swap";.navbar-container{background-color:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box;transition:background-color .4s ease,backdrop-filter .4s ease,border-color .4s ease,box-shadow .4s ease}.navbar-container--scrolled{background-color:#121212bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-color:#ffffff1f;box-shadow:0 8px 32px #0006}.navbar-content{display:flex;align-items:center;justify-content:space-between;gap:64px;width:100%}.navbar-logo-group{display:flex;flex-direction:row;align-items:center;gap:8px}.logo-wrapper{width:24px;height:32px;display:flex;align-items:center;justify-content:center}.logo-mark{width:100%;height:100%;display:block}.brand-wrapper{width:102.36px;height:17.69px;display:flex;align-items:center}.brand-text{width:100%;height:100%;display:block}.navbar-links{display:flex;gap:32px;align-items:center}.nav-link{font-family:DM Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:#fff;text-decoration:none;white-space:nowrap;display:inline-block;height:1.5em;overflow:hidden}.nav-link__inner{display:flex;flex-direction:column;transition:transform .3s ease}.nav-link:hover .nav-link__inner{transform:translateY(-50%)}.nav-link__line{line-height:1.5em;flex-shrink:0}.navbar-cta{display:flex;align-items:center;justify-content:center;padding:12px 20px;height:40px;background:linear-gradient(90.28deg,#9eec3e .17%,#caefdd 101.02%);border-radius:10px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:background .3s ease}.navbar-cta:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(110deg,#fff0,#ffffffa6,#fff0);transform:translate(-160%) skew(-20deg);pointer-events:none}.navbar-cta:hover:before{animation:navbar-cta-shine .65s ease forwards}.navbar-cta:hover{background:linear-gradient(90.28deg,#b8f05a .17%,#d4f2e4 101.02%)}.navbar-cta:active{background:linear-gradient(90.28deg,#8bd634 .17%,#b5e8d0 101.02%)}@keyframes navbar-cta-shine{0%{transform:translate(-160%) skew(-20deg)}to{transform:translate(260%) skew(-20deg)}}.navbar-cta:not(:hover):before{animation:none}@media(prefers-reduced-motion:reduce){.navbar-cta:before,.navbar-cta:hover:before{animation:none;opacity:0}}.cta-text{position:relative;z-index:1;font-family:DM Sans,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.16px;color:#111;font-variation-settings:"opsz" 14;white-space:nowrap}.navbar-toggle{display:none;border:none;background:transparent;padding:0;cursor:pointer}.navbar-toggle span{pointer-events:none}@media(max-width:768px){.navbar-container{background-color:transparent;border:none;border-radius:0;padding:20px 20px 4px;max-width:100%;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;transition:none}.navbar-content{gap:0;flex-wrap:nowrap;justify-content:space-between}.navbar-logo-group{order:1}.navbar-cta{display:none}.navbar-toggle{order:2;display:flex;width:38px;height:38px;border-radius:999px;border:none;align-items:center;justify-content:center}.navbar-toggle span{display:block;width:14px;height:2px;border-radius:999px;background:#fff;transition:transform .2s ease,opacity .2s ease}.navbar-toggle span+span{margin-top:3px}.navbar-toggle--open span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-toggle--open span:nth-child(2){opacity:0}.navbar-toggle--open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-links,.navbar-links.navbar-links--open{display:none!important}}@media(max-width:768px){.navbar-toggle svg{width:30px;height:21px}}.hero-container{display:flex;flex-direction:column;align-items:flex-start;gap:32px;width:100%;max-width:526px;min-width:0;text-align:left;margin:0;padding:0;box-sizing:border-box}.hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%;max-width:100%}.hero-header{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:100%;color:#fff;text-align:left}.hero-badge{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:#fff;margin:0;text-align:left}.hero-text-group{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:100%;min-width:0;text-align:left}.hero-title{font-family:DM Sans,sans-serif;font-style:normal;font-weight:500;font-size:64px;line-height:1.1em;letter-spacing:-.01em;color:#fff;margin:0;text-align:left;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.hero-description{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:1.4em;letter-spacing:-.02em;color:#fff;opacity:.64;margin:0;text-align:left;max-width:100%;overflow-wrap:break-word;word-wrap:break-word}@media(max-width:768px){.hero-text-group{width:368px;max-width:100%}.hero-title{font-size:64px;font-weight:500;line-height:110%;letter-spacing:-.64px;color:#fff;text-align:left;width:100%;max-width:368px}.hero-description{font-size:16px;max-width:368px}}.hero-buttons{display:flex;flex-direction:row;gap:12px;align-items:flex-start}.hero-btn-primary{display:flex;align-items:center;justify-content:center;padding:12px 20px;background:linear-gradient(90.27deg,#9eec3e .17%,#caefdd 101.02%);border-radius:10px;border:none;cursor:pointer;transition:background .3s ease;position:relative;overflow:hidden}.hero-btn-primary:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(110deg,#fff0,#ffffffa6,#fff0);transform:translate(-160%) skew(-20deg);pointer-events:none}.hero-btn-primary:hover:before{animation:hero-btn-shine .65s ease forwards}.hero-btn-primary:hover{background:linear-gradient(90.27deg,#b8f05a .17%,#d4f2e4 101.02%)}.hero-btn-primary:active{background:linear-gradient(90.27deg,#8bd634 .17%,#b5e8d0 101.02%)}.hero-btn-primary:not(:hover):before{animation:none}@media(prefers-reduced-motion:reduce){.hero-btn-primary:before,.hero-btn-primary:hover:before{animation:none;opacity:0}}@keyframes hero-btn-shine{0%{transform:translate(-160%) skew(-20deg)}to{transform:translate(260%) skew(-20deg)}}.hero-btn-primary span{position:relative;z-index:1;font-family:DM Sans,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.16px;font-variation-settings:"opsz" 14;color:#111;white-space:nowrap}.hero-btn-secondary{display:flex;align-items:center;justify-content:center;padding:12px 20px;background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:10px;cursor:pointer;transition:all .2s ease}.hero-btn-secondary:hover{border-color:#ffffff3d;background:#ffffff0a}.hero-btn-secondary:active{transform:scale(.98)}.hero-btn-secondary span{font-family:DM Sans,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.16px;font-variation-settings:"opsz" 14;color:#fff;white-space:nowrap}.hero-stats{display:flex;gap:12px;align-items:center}.hero-avatars{display:flex;align-items:center;padding-right:17.143px}.avatar-item{width:40px;height:40px;margin-right:-17.143px;position:relative}.avatar-item img{width:100%;height:100%;display:block;border-radius:50%;border:2px solid #000}.hero-stats-text{font-family:DM Sans,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:#fff;opacity:.64;margin:0;text-align:left}.shiny-text{display:inline-block}.image-gallery{position:relative;flex-shrink:0;box-sizing:border-box;overflow:hidden}.image-gallery__desktop{position:relative;width:100%;height:100%;z-index:0}.image-gallery__columns{position:relative;display:flex;flex-direction:row;gap:16px;width:672px;height:100%;min-height:0;z-index:0}.image-gallery__column{display:flex;flex-direction:column;flex-shrink:0;width:328px;min-width:328px;height:100%;min-height:0}.image-gallery__scroll{flex:1;min-height:0;width:328px;overflow:hidden;position:relative}.image-gallery__scroll-inner{display:flex;flex-direction:column;will-change:transform;backface-visibility:hidden}.image-gallery__column--right{flex-shrink:0}.image-gallery__cell{flex-shrink:0;overflow:hidden;border-radius:8px;background:#ffffff14}.image-gallery__cell:last-child{margin-bottom:0!important}.image-gallery__img{width:100%;height:100%;object-fit:cover;display:block}.image-gallery__gradient{position:absolute;left:0;width:100%;pointer-events:none;z-index:1}.image-gallery__gradient--top{background:linear-gradient(180deg,#000,#000000b3 40%,#0000)}.image-gallery__gradient--bottom{background:linear-gradient(0deg,#000,#000000b3 40%,#0000)}@media(max-width:768px){.image-gallery{position:relative;z-index:0;width:100%!important;max-width:100%!important;min-width:0!important;height:252px!important;min-height:252px!important}.image-gallery__desktop{display:none!important}.image-gallery__mobile{display:flex;flex-direction:column;gap:12px;width:100%;height:252px;overflow:hidden;padding:0 16px;box-sizing:border-box}.image-gallery__mobile-row{flex:0 0 120px;height:120px;overflow:hidden}.image-gallery__mobile-inner{display:flex;flex-direction:row;gap:12px;height:100%;width:max-content;align-items:center;will-change:transform;backface-visibility:hidden}.image-gallery__mobile-cell{width:120px;height:120px;min-width:120px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#ffffff14;box-shadow:0 4px 16px #00000059}.image-gallery__mobile-cell .image-gallery__img{width:100%;height:100%;object-fit:cover;display:block}.image-gallery__gradient{display:none}.image-gallery:before,.image-gallery:after{content:"";position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:3}.image-gallery:before{left:0;background:linear-gradient(to right,#000 0%,rgba(0,0,0,.85) 20%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.08) 85%,transparent 100%)}.image-gallery:after{right:0;background:linear-gradient(to left,#000 0%,rgba(0,0,0,.85) 20%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.08) 85%,transparent 100%)}}.hero-frame{position:relative;width:100%;max-width:1440px;min-height:100vh;margin:0 auto;overflow-y:visible;background:#000;padding:24px 16px 40px;box-sizing:border-box}.hero-frame__navbar{position:relative;z-index:2;margin:0 auto 24px}.hero-frame__content{position:relative;width:100%;max-width:526px;min-width:0;margin:40px auto 0;z-index:1}.hero-frame__gallery{position:relative;margin:40px auto 0;z-index:0;display:flex;justify-content:center;width:100%;max-width:100%;min-width:0}@media(max-width:768px){.hero-frame{min-height:auto;height:auto;padding:16px 16px 0;overflow:hidden}.hero-frame__navbar{margin:0 auto 16px}.hero-frame__content{margin:24px auto 0}.hero-frame__gallery{margin:24px auto 0;overflow:hidden}}@media(min-width:1024px){.hero-frame{width:1440px;padding:0;min-height:max(100vh,1041px)}.hero-frame__navbar{position:fixed;left:calc((100vw - 1440px)/2 + 287px);top:24px;margin:0;z-index:100}.hero-frame__content{position:absolute;left:80px;top:248px;width:526px;margin:0}.hero-frame__gallery{position:absolute;left:689px;top:-13px;width:672px;height:1054px}}.trusted-by-companies{width:1440px;max-width:100%;margin:150px auto 0;padding:24px 80px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;background:#000}.trusted-by-companies__inner{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:24px}.trusted-by-companies__heading{font-family:DM Sans,sans-serif;font-weight:400;font-size:24px;line-height:1.4em;letter-spacing:-.02em;text-align:center;color:#fff;margin:0}.trusted-by-companies__logos{width:100%;min-height:48px}.trusted-by-companies__logos-img{width:auto;height:auto;max-height:48px;object-fit:contain;object-position:center;display:block;margin-right:56px;flex-shrink:0}.trusted-by-companies__marquee{width:100%;overflow:hidden;position:relative}.trusted-by-companies__marquee-track{display:flex;flex-direction:row;align-items:center;width:max-content;will-change:transform;animation:trusted-marquee 22s linear infinite;backface-visibility:hidden}@keyframes trusted-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.trusted-by-companies__marquee:hover .trusted-by-companies__marquee-track{animation-play-state:paused}.trusted-by-companies__marquee{transform:translateZ(0)}@media(prefers-reduced-motion:reduce){.trusted-by-companies__marquee-track{animation:none;justify-content:center}}@media(max-width:1440px){.trusted-by-companies{position:relative;z-index:10;padding:24px 48px;background:#000}.trusted-by-companies__logos-img{margin-right:40px}}@media(max-width:1280px){.trusted-by-companies{padding:24px 32px}.trusted-by-companies__heading{font-size:20px}.trusted-by-companies__logos-img{max-height:40px;margin-right:32px}}@media(max-width:768px){.trusted-by-companies{position:relative;z-index:10;width:100%;padding:16px 20px;gap:11px;margin-top:0;background:#000}.trusted-by-companies__inner{gap:11px}.trusted-by-companies__heading{font-size:14px;line-height:1.4em;letter-spacing:-.02em;width:100%}.trusted-by-companies__logos{min-height:24px}.trusted-by-companies__logos-img{max-height:24px;margin-right:25px}.trusted-by-companies__marquee-track{animation-duration:18s}}.scroll-reveal{display:block}.scroll-reveal__word{display:inline;white-space:normal;transition:color .12s linear}@media(prefers-reduced-motion:reduce){.scroll-reveal__word{transition:none;color:#fff!important}}.feature-cards{width:100%;max-width:1440px;padding:80px;display:flex;flex-direction:column;align-items:stretch;gap:8px;box-sizing:border-box;overflow:visible}.feature-cards__inner{display:flex;flex-direction:column;align-items:stretch;gap:72px;width:100%}.feature-cards__row{display:flex;flex-direction:row;align-items:center;gap:64px;width:100%;overflow:visible}.feature-cards__row--reversed{flex-direction:row-reverse}.feature-card__media{position:relative;z-index:0;flex-shrink:0;width:612px;height:456px;border-radius:20px;overflow:hidden;background:#ffffff0f}.feature-card__img{width:100%;height:100%;object-fit:cover;display:block}.feature-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px;width:604px;flex-shrink:0}.feature-card__header{display:flex;flex-direction:column;gap:12px}.feature-card__text-group{display:flex;flex-direction:column;gap:16px}.feature-card__kicker{font-family:DM Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:#fff;margin:0}.feature-card__title{font-family:DM Sans,sans-serif;font-weight:500;font-size:48px;line-height:1.2;letter-spacing:-.03em;color:#fff;width:485px;max-width:100%;margin:0}.feature-card__description{font-family:DM Sans,sans-serif;font-weight:400;font-size:20px;line-height:1.4em;letter-spacing:-.01em;color:#fff;opacity:.64;margin:0}.feature-card__btn{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:transparent;color:#fff;font-family:DM Sans,sans-serif;font-weight:500;font-size:16px;line-height:1.5;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:border-color .2s ease,background .2s ease;width:fit-content}.feature-card__btn:hover{border-color:#ffffff3d;background:#ffffff0a}.feature-card__btn svg{width:24px;height:24px;flex-shrink:0}.feature-card__btn-text{white-space:nowrap}@media(max-width:1024px){.feature-cards{padding:40px 20px}.feature-cards__row{gap:40px}.feature-card__media{width:100%;max-width:100%;height:auto;aspect-ratio:612 / 456}.feature-card__content{width:100%;max-width:100%}}@media(max-width:768px){.feature-cards{padding:40px 16px;gap:0;align-items:stretch;box-sizing:border-box;width:100%;max-width:100%}.feature-cards__inner{gap:40px;width:100%;max-width:100%;margin:0 auto}.feature-cards__row,.feature-cards__row--reversed{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;width:100%;max-width:500px;margin:0 auto;overflow:visible}.feature-card__media{order:-1;position:relative;z-index:0;width:100%;height:auto;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;flex-shrink:0}.feature-card__img{width:100%;height:100%;object-fit:cover;object-position:center top}.feature-card__content{order:1;width:100%;gap:20px;align-items:flex-start;flex-shrink:0;position:relative;z-index:1;min-height:140px}.feature-card__header{gap:7px;width:100%;align-self:stretch}.feature-card__text-group{gap:9px;align-self:stretch}.feature-card__kicker{font-size:12px;line-height:1.5em;letter-spacing:-.01em}.feature-card__title{font-size:22px;line-height:1.25;letter-spacing:-.03em;max-width:100%;width:100%}.feature-card__description{font-size:14px;line-height:1.45em;letter-spacing:-.01em}.feature-card__btn{padding:10px 16px;gap:4.5px;border-radius:6px;border:.56px solid rgba(255,255,255,.12);font-size:12px;line-height:1.5em;min-height:44px;align-self:flex-start}.feature-card__btn svg{width:13.5px;height:13.5px}}.howitworks{width:100%;max-width:1440px;margin:50px auto 0;display:flex;flex-direction:column;align-items:center;gap:72px;padding:0 80px;box-sizing:border-box}.howitworks__header{width:753px;max-width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.howitworks__kicker{margin:0;color:#fff;font-family:DM Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em}.howitworks__titleGroup{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.howitworks__title{margin:0;color:#fff;font-family:DM Sans,sans-serif;font-weight:500;font-size:48px;line-height:1.2em;letter-spacing:-.03em}.howitworks__subtitle{margin:0;width:527px;max-width:100%;color:#ffffffa3;font-family:DM Sans,sans-serif;font-weight:400;font-size:20px;line-height:1.4em;letter-spacing:-.02em}.howitworks__cards{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}.howitworksCard{background:#1a1a1a;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:28px;box-sizing:border-box}.howitworksCard__content{width:360px;display:flex;flex-direction:column;gap:35px}.howitworksCard__content--tall{gap:74px}.howitworksCard__row{display:flex;flex-direction:row;gap:16px;width:100%}.howitworksIcon{width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0}.howitworksCard__text{width:296px;display:flex;flex-direction:column;gap:5px}.howitworksCard__title{margin:0;font-family:DM Sans,sans-serif;font-weight:500;font-size:24px;line-height:1.2em;letter-spacing:-.03em;color:#fff}.howitworksCard__desc{margin:0;font-family:DM Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;color:#ffffffa3}.howitworksPrompt{width:350px;height:254px;border-radius:22px;background:#111;position:relative;overflow:hidden}.howitworksPrompt__label{position:absolute;left:18px;top:20px;font-family:DM Sans,sans-serif;font-weight:500;font-size:18.3704px;line-height:1.2em;letter-spacing:-.03em;color:#fff}.howitworksPrompt__box{position:absolute;left:18px;top:52px;width:316px;height:136px;border-radius:14px;background:#161616;border:1px solid rgba(42,42,42,.67)}.howitworksPrompt__text{position:absolute;left:27px;top:69px;width:297.31px;height:51px;font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.2em;letter-spacing:-.03em;color:#ffffffa3}.howitworksPrompt__text--typing{white-space:pre-wrap}.howitworksPrompt__caret{display:inline-block;width:1px;height:1em;margin-left:2px;background:#fffc;vertical-align:-2px;animation:howitworks-caret-blink 1s steps(1,end) infinite}@keyframes howitworks-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media(prefers-reduced-motion:reduce){.howitworksPrompt__caret{display:none;animation:none}}.howitworksPrompt__cta{position:absolute;left:18px;top:198px;width:316px;height:37px;border-radius:22px;background:linear-gradient(91deg,#9eec3e,#caefdd);display:flex;align-items:center;justify-content:center;overflow:hidden}.howitworksPrompt__cta:before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(110deg,#fff0,#ffffffa6,#fff0);transform:translate(-160%) skew(-20deg);pointer-events:none;animation:howitworks-cta-shine 1.8s linear infinite}.howitworksPrompt__ctaText{font-family:DM Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.5em;letter-spacing:-.01em;color:#000}.howitworksPrompt__ctaIcon{position:absolute;right:5px;top:4.5px;width:28px;height:28px;display:grid;place-items:center}@keyframes howitworks-cta-shine{0%{transform:translate(-160%) skew(-20deg)}45%{transform:translate(260%) skew(-20deg)}to{transform:translate(260%) skew(-20deg)}}@media(prefers-reduced-motion:reduce){.howitworksPrompt__cta:before{animation:none;opacity:0}}.howitworksCard__media{width:100%;height:254px;border-radius:16px;overflow:hidden}.howitworksCard__mediaImg{width:100%;height:100%;object-fit:cover;display:block}.howitworksCard__download{width:360px;height:215px;overflow:hidden}.howitworksCard__download img{width:100%;height:100%;display:block}@media(max-width:1024px){.howitworks{padding:0 16px}.howitworks__cards{flex-direction:column;align-items:center}}@media(max-width:768px){.howitworks{gap:40px;padding:0 20px;margin-top:32px}.howitworks__header{width:100%;align-items:center;text-align:center}.howitworks__kicker{font-size:14px;text-align:center}.howitworks__title{font-size:25px;font-weight:500;line-height:120%;letter-spacing:-.75px;text-align:center;width:100%;max-width:100%}.howitworks__subtitle{width:100%;font-size:16px;text-align:center}}.gallery-section-header{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:753px;margin:0 auto;box-sizing:border-box}.gallery-section-header__kicker{font-family:DM Sans,sans-serif;font-weight:400;font-size:16px;line-height:1.5em;letter-spacing:-.01em;text-align:center;color:#fff;margin:0}.gallery-section-header__inner{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:16px}.gallery-section-header__title{font-family:DM Sans,sans-serif;font-weight:500;font-size:48px;line-height:1.2;letter-spacing:-.03em;text-align:center;color:#fff;margin:0}.gallery-section-header__subtitle{font-family:DM Sans,sans-serif;font-weight:400;font-size:20px;line-height:1.4em;letter-spacing:-.02em;text-align:center;color:#fff;opacity:.64;width:100%;max-width:527px;margin:0}@media(max-width:768px){.gallery-section-header__title{font-size:32px;line-height:1.2}.gallery-section-header__subtitle{font-size:16px;max-width:100%}}.gallery-infinite{position:relative;flex-shrink:0;width:100%;max-width:1280px;height:1388px;overflow:hidden;box-sizing:border-box;contain:layout style paint}.gallery-infinite__columns{display:flex;flex-direction:row;justify-content:center;gap:16px;width:1280px;height:100%;margin:0 auto;position:relative;z-index:0}.gallery-infinite__scroll{flex:0 0 308px;width:308px;height:100%;min-height:0;overflow:hidden;position:relative;contain:layout style paint}.gallery-infinite__scroll-inner{display:flex;flex-direction:column;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.gallery-infinite__cell{flex-shrink:0;overflow:hidden;border-radius:8px;background:#ffffff14;contain:layout style paint}.gallery-infinite__img{width:100%;height:100%;object-fit:cover;display:block}.gallery-infinite__gradient{position:absolute;left:0;width:100%;height:180px;pointer-events:none;z-index:1}.gallery-infinite__gradient--top{top:0;background:linear-gradient(180deg,#000,#000000b3 40%,#0000)}.gallery-infinite__gradient--bottom{bottom:0;top:auto;background:linear-gradient(0deg,#000,#000000b3 40%,#0000)}@media(max-width:768px){.gallery-infinite{height:1000px;border-radius:16px}.gallery-infinite__gradient{height:100px}}.gallery-section{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1280px;margin:0 auto;padding:0 20px;box-sizing:border-box}.gallery-section__top{display:flex;flex-direction:column;align-items:center;align-self:stretch;gap:72px}.gallery-section__gallery-wrap{display:flex;justify-content:center;align-items:center;width:100%}@media(max-width:1320px){.gallery-section__gallery-wrap{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding-bottom:8px}.gallery-section__gallery-wrap::-webkit-scrollbar{height:6px}.gallery-section__gallery-wrap::-webkit-scrollbar-track{background:#ffffff0f;border-radius:3px}.gallery-section__gallery-wrap::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}}.gallery-section__cta{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 20px;border:none;border-radius:10px;background:linear-gradient(91deg,#9eec3e,#caefdd);color:#111;font-family:DM Sans,sans-serif;font-weight:500;font-size:16px;line-height:1.5em;letter-spacing:-.01em;text-decoration:none;cursor:pointer;transition:opacity .2s ease,transform .15s ease}.gallery-section__cta:hover{opacity:.95}.gallery-section__cta:active{transform:scale(.98)}@media(max-width:768px){.gallery-section{padding:0 16px;gap:32px}.gallery-section__top{gap:48px}}.footer{width:100%;background-color:#000}.footer__top{width:100%;max-width:1440px;margin:0 auto;padding:24px 16px 32px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer__copyright{width:100%;max-width:1575px;margin:0 auto;padding:24px 80px 32px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer__copyright-text{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.01em;color:#ffffff8f}.footer__copyright-links{display:flex;align-items:center;gap:16px}.footer__copyright-link{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.01em;color:#ffffff8f;text-decoration:none}.footer__copyright-link:hover{color:#ffffffe6}.footer_divider:after{width:100%;content:"";display:block;margin-bottom:20px;height:1px;background:#ffffff0f}.footer__logo img{display:block;width:135px;height:40px}.footer__tagline{margin:0;color:#fff;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:20px;line-height:1.4;letter-spacing:-.02em;text-align:right}.footer__bottom{width:100%;max-width:1575px;margin:0 auto;padding:0 80px 56px;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:space-between;gap:48px}.footer__links{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:64px;min-width:0}.footer__column{display:flex;flex-direction:column;gap:16px}.footer__column-title{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:20px;line-height:1.4;letter-spacing:-.02em;color:#fff}.footer__column-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.footer__link{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:-.01em;color:#ffffffa3;text-decoration:none}.footer__link:hover{color:#fff}.footer__cta img{display:block;width:196px;height:40px;flex-shrink:0}@media(max-width:1024px){.footer__bottom{padding-left:24px;padding-right:24px;gap:32px}.footer__links{gap:48px}.footer__copyright{padding-left:24px;padding-right:24px}}@media(max-width:768px){.footer__top{flex-direction:column;align-items:flex-start;padding:20px 16px 24px;gap:12px}.footer__tagline{text-align:left;font-size:18px}.footer__bottom{flex-direction:column;padding:0 16px 40px;gap:32px}.footer__links{gap:32px}.footer__cta{align-self:flex-start}.footer__copyright{flex-direction:column;align-items:flex-start;padding:24px 16px 32px;gap:12px}}.gradual-blur{pointer-events:none;transition:opacity .3s ease-out;isolation:isolate}.gradual-blur-parent{overflow:hidden}.gradual-blur-inner{pointer-events:none;position:relative;width:100%;height:100%}.gradual-blur-inner>div{-webkit-backdrop-filter:inherit;backdrop-filter:inherit}@supports not (backdrop-filter: blur(1px)){.gradual-blur-inner>div{background:#0000004d;opacity:.5}}.gradual-blur-fixed{position:fixed!important;inset:0;pointer-events:none;z-index:1000}:root{--bg-dark: #1a1a1a;--text-white: #ffffff;--text-dark: #111111;--border-color: rgba(255, 255, 255, .08);--primary-gradient: linear-gradient(90.28deg, #9eec3e .17%, #caefdd 101.02%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{overflow-x:hidden;max-width:100vw}body{font-family:DM Sans,sans-serif;background-color:#000;color:var(--text-white);min-height:100vh}.app-container{width:100%;max-width:100%;min-height:100vh;padding:20px;display:flex;flex-direction:column;align-items:center;gap:64px;overflow-x:hidden}
