.home{display:flex;flex-direction:column;align-items:center;gap:120px}.home .home_section{max-width:1240px;width:100%}.home .home_section:not(:first-child){border-radius:24px;background:var(--statement-secondary-background);border:1px solid var(--statement-border-color);padding:48px}.home .connection_loop{width:100%;overflow:hidden}.home .connection_loop .connection_track{position:relative;animation:toolScroll linear infinite;display:flex;width:-moz-max-content;width:max-content;gap:71px;cursor:default}.home .connection_loop .connection_track div{color:var(--statement-primary-text-color);font-size:20.087px;font-style:normal;font-weight:500;line-height:24.104px;display:flex;align-items:center}.home .connection_loop .connection_track div img{width:28px;height:28px;margin-right:5px}.home .connection_loop .connection_track:hover{animation-play-state:paused}.home .connection_loop.banner_loop{margin:36px 0}.home .connection_loop.reverse .connection_track{animation-direction:reverse}@keyframes toolScroll{0%{transform:translateX(0)}to{transform:translateX(var(--scroll-distance,-2000px))}}.home h2{color:var(--statement-primary-text-color);font-size:48px;font-weight:500;line-height:64px;letter-spacing:-2px}.home p{color:var(--statement-secondary-text-color);font-size:18px;line-height:28px}.home button{padding:12px 18px;border-radius:8px;color:var(--statement-secondary-background);font-size:20px;font-style:normal;font-weight:500;line-height:24px;background:var(--statement-primary-text-color);display:flex;justify-content:center;align-items:center;gap:6px;max-width:100%;min-width:0;white-space:nowrap}.home button img{width:22px}.home .home_banner{margin:120px auto auto;display:flex;flex-direction:column;align-items:center}.home .home_banner h1{margin-bottom:24px}.home .home_banner p{font-size:20px;line-height:32px;color:var(--statement-secondary-text-color);text-align:center;max-width:560px}.home .home_banner .home_banner_buttons{display:flex;gap:24px;margin-top:32px}.home .home_banner .home_banner_buttons button{color:var(--statement-secondary-background);background:var(--statement-primary-text-color);transition:.2s ease-in-out}.home .home_banner .home_banner_buttons button:last-child{background:var(--statement-secondary-background);color:var(--statement-primary-text-color);border:1.225px solid var(--statement-border-color)}.home .home_banner_2{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.home .home_banner_2 div{border-radius:24px;background:#1e1e1e;width:100%;overflow:hidden}.home .home_instruction_1{display:flex;align-items:center;gap:64px}.home .home_instruction_1 ._instruction_wrap{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.home .home_instruction_1 ._instruction_wrap h3{display:flex;gap:12px;align-items:center}.home .home_instruction_1 ._instruction_wrap div{display:flex;flex-direction:column;gap:16px}.home .home_instruction_1 ._instruction_wrap svg path{stroke:var(--statement-primary-background)}.home .home_instruction_1 ._instruction_wrap svg rect{fill:var(--statement-primary-text-color)}.home .home_instruction_1 ._instruction_wrap svg ._tick{fill:var(--statement-primary-background)}.home .home_instruction_1 ._instruction_wrap img{display:none}.home .home_instruction_1 img{width:100%;min-width:0;border:1px solid var(--statement-border-color);border-radius:16px}.home .home_connected.home_section{padding:0}.home .home_connected .home_connected_wrap{padding:48px 48px 0}.home .home_connected .home_connected_wrap:last-child{padding:0 0 48px}.home .home_connected h2{max-width:460px}.home .home_connected p{max-width:646px;margin-top:16px}.home .home_connected ._connected_buttons{display:flex;flex-wrap:wrap;gap:17px;margin:64px 0}.home .home_connected ._connected_buttons button{flex:1 1 300px;padding:14px 16px;border-radius:8px;background:var(--statement-primary-text-color);color:var(--statement-secondary-background);font-size:18px;font-style:normal;font-weight:500;line-height:24.104px;width:100%;min-width:0;white-space:nowrap;cursor:default;pointer-events:none}.home .home_connected .connection_track{gap:17px;margin-bottom:24px}.home .home_connected .connection_track div{border-radius:8px;border:2px solid var(--statement-border-color);padding:8px;background:var(--statement-primary-background)}.home .home_app_template h2{max-width:680px}.home .home_app_template p{max-width:686px;margin-top:16px}.home .home_app_template ._app_template_wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,360px),1fr));-moz-column-gap:24px;column-gap:24px;row-gap:48px;margin:48px 0}.home .home_app_template ._app_template_wrap ._app_template{padding:24px;border-radius:16px;border:2px solid var(--statement-border-color);background:var(--statement-primary-background)}.home .home_app_template ._app_template_wrap ._app_template ._app_template_image{padding:10px;border-radius:10.8px;background:var(--statement-secondary-background);width:-moz-fit-content;width:fit-content}.home .home_app_template ._app_template_wrap ._app_template ._app_template_image svg{width:28px;height:28px}.home .home_app_template ._app_template_wrap ._app_template ._app_template_image svg path{stroke:var(--statement-primary-text-color)}.home .home_app_template ._app_template_wrap ._app_template h3{color:var(--statement-primary-text-color);font-size:24px;font-weight:500;line-height:33.6px;letter-spacing:-.5px;margin-top:16px}.home .home_app_template ._app_template_wrap ._app_template p{color:var(--statement-secondary-text-color);font-size:16px;line-height:24px;margin-bottom:16px;margin-top:8px;text-align:left}.home .home_app_template ._app_template_wrap ._app_template button{border-radius:8px;border:1px solid var(--statement-border-color);background:var(--statement-secondary-background);color:var(--statement-secondary-text-color);font-size:18px;font-weight:500;line-height:24px;width:100%;padding:8px 0;transition:.2s ease-in-out}.home .home_app_template ._app_template_wrap ._app_template button:hover{background:var(--statement-primary-text-color);color:var(--statement-secondary-background)}.home .home_app_template .home_app_cta{display:flex;justify-content:space-between;align-items:flex-end;border-radius:16px;border:2px solid var(--statement-border-color);background:var(--statement-primary-background);padding:16px 24px;gap:40px}.home .home_app_template .home_app_cta h3{color:var(--statement-primary-text-color);font-size:34px;font-weight:500;line-height:54px;max-width:464px}.home .home_app_template .home_app_cta p{color:var(--statement-secondary-text-color);font-size:16px;line-height:24px;max-width:420px}.home .home_app_template .home_app_cta button{width:40%}.home .home_people h2{max-width:595px}.home .home_people p{max-width:595px;margin-top:16px}.home .home_people .home_people_wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,270px),1fr));gap:20px;margin-top:48px}.home .home_people .home_people_wrap .home_people_card{display:flex;flex-direction:column;padding:16px;border-radius:16px;border:1px solid var(--statement-border-color);background:var(--statement-primary-background);transition:.2s ease-in-out}.home .home_people .home_people_wrap .home_people_card ._logo_wrap{padding:12px;border-radius:12px;background:var(--statement-secondary-background);width:-moz-fit-content;width:fit-content}.home .home_people .home_people_wrap .home_people_card ._logo_wrap svg path{stroke:var(--statement-primary-text-color)}.home .home_people .home_people_wrap .home_people_card p{color:var(--statement-primary-text-color);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.5px;margin-top:24px;text-align:left}.home .home_people .home_people_wrap .home_people_card span{color:var(--statement-secondary-text-color);font-size:14px;line-height:18px;margin-top:8px}.home .home_people .home_people_wrap .home_people_card:hover{transform:translateY(-3px)}@media(max-width:1280px){.home .home_section:not(:first-child){padding:35px}.home .home_section:not(:first-child).home_connected{padding:0}.home .home_section:not(:first-child).home_connected .home_connected_wrap{padding:24px 16px 0}.home .home_section:not(:first-child).home_connected .home_connected_wrap:last-child{padding:0 0 35px}.home .home_section:not(:first-child).home_connected ._connected_buttons button{padding:10px;font-size:14px}.home .home_section:not(:first-child).home_connected .connection_track{gap:16px}.home .home_section:not(:first-child).home_connected .connection_track div{font-size:16px;padding:6px}.home .home_section:not(:first-child).home_connected .connection_track div img{width:24px;height:24px}.home .home_instruction_1{gap:24px}.home h2{font-size:42px;line-height:58px}}@media(max-width:1024px){.home .home_instruction_1{flex-direction:column;gap:64px}.home .home_instruction_1 ._instruction_wrap{align-items:center}.home .home_instruction_1 ._instruction_wrap h2,.home .home_instruction_1 ._instruction_wrap p{text-align:center}.home .home_instruction_1 img{max-width:640px;height:auto}}@media(max-width:768px){.home{gap:32px}.home .connection_loop .connection_track{gap:35px}.home h2{font-size:28px;line-height:36px;letter-spacing:-.567px}.home h2,.home p{text-align:center}.home p{font-size:16px;line-height:24px}.home button{padding:12px;font-size:18px;line-height:26px}.home .home_section:not(:first-child){padding:24px}.home .home_section:not(:first-child).home_app_template,.home .home_section:not(:first-child).home_cta,.home .home_section:not(:first-child).home_people{padding:0;background:rgba(0,0,0,0);border:none}.home .home_section:not(:first-child).home_app_template .home_people_wrap .home_people_card,.home .home_section:not(:first-child).home_cta .home_people_wrap .home_people_card,.home .home_section:not(:first-child).home_people .home_people_wrap .home_people_card{background:var(--statement-secondary-background)}.home .home_section:not(:first-child).home_app_template .home_people_wrap .home_people_card ._logo_wrap,.home .home_section:not(:first-child).home_cta .home_people_wrap .home_people_card ._logo_wrap,.home .home_section:not(:first-child).home_people .home_people_wrap .home_people_card ._logo_wrap{background:var(--statement-primary-background)}.home .home_section:not(:first-child).home_cta div{background:var(--statement-secondary-background)}.home .home_section:not(:first-child).home_cta div p{background:var(--statement-primary-background)}.home .home_banner{margin-top:32px;padding:16px 0}.home .home_banner h1{font-size:34px;line-height:42px;letter-spacing:-2px}.home .home_banner p{font-size:16px;line-height:24px}.home .home_banner .home_banner_buttons{margin-top:10px;flex-direction:column;gap:16px;width:100%}.home .home_banner .home_banner_buttons button{width:100%}.home .home_banner_2{gap:16px;padding:24px 16px!important}.home .home_banner_2 h2{text-align:center}.home .connection_loop.banner_loop{margin:16px 0}.home .home_instruction_1{gap:24px}.home .home_instruction_1 img{display:none}.home .home_instruction_1 ._instruction_wrap{gap:16px}.home .home_instruction_1 ._instruction_wrap img{display:block}.home .home_app_template ._app_template_wrap{gap:24px}.home .home_app_template ._app_template_wrap ._app_template{background:var(--statement-secondary-background)}.home .home_app_template ._app_template_wrap ._app_template ._app_template_image,.home .home_app_template ._app_template_wrap ._app_template button{background:var(--statement-primary-background)}.home .home_app_template .home_app_cta{flex-direction:column;align-items:center;background:var(--statement-secondary-background)}.home .home_app_template .home_app_cta h3,.home .home_app_template .home_app_cta p{text-align:center}.home .home_app_template .home_app_cta button{width:100%}.home .home_connected p{margin-top:16px}.home .home_connected ._connected_buttons{margin-top:16px;margin-bottom:42px}.home .home_connected ._connected_buttons button{white-space:normal}.home .home_connected .connection_track{margin-bottom:15px}}