.Grid_outer__aiR6k{width:100%;display:flex;justify-content:center;padding:0 var(--grid-gutter-outer)}@media screen and (max-width:var(--grid_small )){.Grid_outer__aiR6k{padding:0 var(--grid-gutter-outer-small)}}.Grid_inner__uiTSY{display:grid;position:relative;max-width:var(--grid-max-width);width:100%;grid-template-columns:repeat(var(--grid-columns),[col-start] 1fr);grid-column-gap:var(--grid-gutter);column-gap:var(--grid-gutter)}.Grid_inner__uiTSY.Grid_dense__MTsnv{grid-auto-flow:dense}.Grid_cell__G3mpM{grid-template-columns:subgrid;grid-column:span var(--grid-size-default)}@media only screen and (min-width:640px){.Grid_cell__G3mpM{grid-column:span var(--grid-size-sm,--grid-size-default)}}@media only screen and (min-width:768px){.Grid_cell__G3mpM{grid-column:span var(--grid-size-md,--grid-size-default)}}@media only screen and (min-width:1024px){.Grid_cell__G3mpM{grid-column:span var(--grid-size-lg,--grid-size-default)}}@media only screen and (min-width:1280px){.Grid_cell__G3mpM{grid-column:span var(--grid-size-xl,--grid-size-default)}}@media only screen and (min-width:1536px){.Grid_cell__G3mpM{grid-column:span var(--grid-size-xxl,--grid-size-default)}}.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-default)/span var(--grid-size-default)}@media only screen and (min-width:640px){.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-sm)/span var(--grid-size-sm)}}@media only screen and (min-width:768px){.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-md)/span var(--grid-size-md)}}@media only screen and (min-width:1024px){.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-lg)/span var(--grid-size-lg)}}@media only screen and (min-width:1280px){.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-xl)/span var(--grid-size-xl)}}@media only screen and (min-width:1536px){.Grid_cell__G3mpM.Grid_withStart__HLIaC{grid-column:col-start var(--grid-start-xxl)/span var(--grid-size-xxl)}}.Spinner_container__wY3Z2{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.Spinner_container__wY3Z2.Spinner_small__mvL0z .Spinner_loader__UMPEe{width:12px;height:12px}.Spinner_container__wY3Z2.Spinner_small__mvL0z .Spinner_loader__UMPEe:before{border-width:1px}.Spinner_container__wY3Z2.Spinner_medium__prHAi .Spinner_loader__UMPEe{width:16px;height:16px}.Spinner_container__wY3Z2.Spinner_medium__prHAi .Spinner_loader__UMPEe:before{border-width:2px}.Spinner_loader__UMPEe{width:24px;height:24px;border-radius:50%;position:relative;animation:Spinner_rotate__1ElpS 1s linear infinite}.Spinner_loader__UMPEe:before{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:2px solid #fff;animation:Spinner_prixClipFix__pK1fI 2s linear infinite}.Spinner_inverse__kN_rf .Spinner_loader__UMPEe:before{border-color:#000}.Spinner_coral__AiVOT .Spinner_loader__UMPEe:before{border-color:var(--color-coral)}@keyframes Spinner_rotate__1ElpS{to{transform:rotate(1turn)}}@keyframes Spinner_prixClipFix__pK1fI{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.Button_button__nbDXA{border:none}.Button_badge__5lsav{font-size:10px;padding:0 3px;border-radius:4px}.Button_badge__5lsav,.Button_primary__VcoA9{font-family:var(--font-plex-sans);font-weight:600}.Button_primary__VcoA9{background-color:var(--color-button-primary-background);color:var(--color-button-primary-text);padding:8px 12px;border:none;border-radius:6px;font-size:12px;display:flex;justify-content:center;align-items:center;gap:6px}.Button_primary__VcoA9:hover{background-color:var(--color-button-primary-background-hover)}.Button_primary__VcoA9.Button_disabled__y2Ed8{opacity:.5}.Button_secondarySmall__xOggZ,.Button_secondary__cM38g{background-color:var(--color-button-secondary-background);color:var(--color-button-secondary-text);padding:8px 12px;min-height:36px;border:1px solid var(--color-button-secondary-outline);border-radius:6px;font-family:var(--font-plex-sans);font-weight:400;font-size:12px;display:flex;justify-content:center;align-items:center;gap:6px;transition:border .2s ease}.Button_secondarySmall__xOggZ:hover,.Button_secondary__cM38g:hover{border-color:var(--color-button-secondary-outline-hover)}.Button_secondarySmall__xOggZ.Button_highlight__33M0L,.Button_secondary__cM38g.Button_highlight__33M0L{background:var(--color-button-secondary-highlight-background);color:var(--color-button-secondary-highlight-text);border-color:var(--color-button-secondary-highlight-outline)}.Button_secondarySmall__xOggZ.Button_dark__cy_Fd,.Button_secondary__cM38g.Button_dark__cy_Fd{background-color:var(--color-button-secondary-dark-background)}.Button_secondarySmall__xOggZ .Button_badge__5lsav,.Button_secondary__cM38g .Button_badge__5lsav{background-color:var(--color-button-secondary-badge-background);color:var(--color-button-secondary-badge-text)}.Button_secondarySmall__xOggZ{font-size:11px;min-height:24px;padding:0 12px}.Button_square__11LdB{background-color:var(--color-button-secondary-background);color:var(--color-button-secondary-text);border:1px solid var(--color-button-secondary-outline);border-radius:6px;display:flex;justify-content:center;align-items:center;transition:border .2s ease;width:24px;height:24px}.Button_square__11LdB:hover{border-color:var(--color-button-secondary-outline-hover)}.Button_disabled__y2Ed8,.Button_spinner__FwY58{pointer-events:none}.Button_link__nr02o{display:flex;align-items:center;gap:6px;color:var(--color-button-link-text);background:none;border:none;font-family:var(--font-plex-sans);font-size:12px;font-weight:400}.Button_link__nr02o:hover{color:var(--color-button-link-text-hover)}.Button_link__nr02o.Button_dim__UBwf9{color:var(--color-button-link-text-dim)}.Button_link__nr02o.Button_dim__UBwf9:hover{color:var(--color-button-link-text)}.SectionSplash_container__3CjU3{position:relative;width:100%}.SectionSplash_splash__FmO4z{width:100%;aspect-ratio:1280/550;min-height:400px;position:relative}.SectionSplash_video__4SjLD{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center}.SectionSplash_header__4K_rg{padding-top:24px;display:flex;justify-content:space-between;align-items:center}.SectionSplash_header__4K_rg a{text-decoration:none}.SectionSplash_logo__XW3Fx{mix-blend-mode:difference}.SectionSplash_headingContainer__MR7GI{padding-bottom:56px;border-bottom:1px solid var(--color-divider-line)}.SectionSplash_heading__g2Dg3{font-family:var(--font-linear);font-size:24px;font-weight:500}@media only screen and (min-width:640px){.SectionSplash_heading__g2Dg3{font-size:32px}}@media only screen and (min-width:768px){.SectionSplash_heading__g2Dg3{font-size:48px}}.TextAnimationRolling_container__ILFIX{display:flex;overflow:hidden;height:1em;height:1lh}.TextAnimationRolling_container__ILFIX .TextAnimationRolling_letterWrap__wi4x5{display:block}.TextAnimationRolling_container__ILFIX .TextAnimationRolling_letter__WquH_{display:block;white-space:nowrap}.TextAnimationRolling_container__ILFIX .TextAnimationRolling_letters__JodY5{display:flex;flex-direction:column;overflow:hidden;text-transform:uppercase}.TextAnimationRolling_container__ILFIX .TextAnimationRolling_letters__JodY5 span{line-height:1em;line-height:1lh}.TextAnimationRolling_container__ILFIX.TextAnimationRolling_codeSnippet__NQtQ5 .TextAnimationRolling_letters__JodY5{text-transform:none}.TextAnimationRolling_container__ILFIX.TextAnimationRolling_codeSnippet__NQtQ5.TextAnimationRolling_finished__WYLcX,.TextAnimationRolling_container__ILFIX.TextAnimationRolling_codeSnippet__NQtQ5.TextAnimationRolling_finished__WYLcX .TextAnimationRolling_letters__JodY5{overflow:visible}.TextAnimationRolling_container__ILFIX.TextAnimationRolling_codeSnippet__NQtQ5.TextAnimationRolling_finished__WYLcX .TextAnimationRolling_letterNotInitial__d1CUL{display:none}@keyframes TextAnimation_headingTransform___WGtt{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes TextAnimation_headingOpacity__j_gWs{0%{opacity:0}to{opacity:1}}.TextAnimation_animation__CetY1.TextAnimation_heading__dpEXk .TextAnimation_line__oBnf_{opacity:0}.TextAnimation_animation__CetY1.TextAnimation_heading__dpEXk.TextAnimation_visible__7kqqj .TextAnimation_line__oBnf_{animation:TextAnimation_headingOpacity__j_gWs 1s cubic-bezier(.09,.26,.21,.99),TextAnimation_headingTransform___WGtt .7s cubic-bezier(.09,.26,.21,.99);animation-fill-mode:both}@keyframes TextAnimation_subheadingTransform__G92Ju{0%{transform:translateY(1100%)}to{transform:translateY(0)}}.TextAnimation_animation__CetY1.TextAnimation_subheading__IxjXh .TextAnimation_line__oBnf_{opacity:0}.TextAnimation_animation__CetY1.TextAnimation_subheading__IxjXh.TextAnimation_visible__7kqqj .TextAnimation_line__oBnf_{animation:TextAnimation_headingOpacity__j_gWs .83s cubic-bezier(.09,.26,.21,.99),TextAnimation_subheadingTransform__G92Ju 1.3s cubic-bezier(.09,.26,.21,.99);animation-fill-mode:both}@keyframes TextAnimation_topheadingText__3t6Nz{0%{transform:translateY(100%) translateX(-72px);opacity:0}70%{transform:translateY(0) translateX(-72px);opacity:1}to{transform:translateY(0) translateX(0);opacity:1}}@keyframes TextAnimation_topheadingLine__mZGLC{0%{transform:scaleX(0)}70%{transform:scaleX(0)}to{transform:scaleX(1)}}.TextAnimation_animation__CetY1.TextAnimation_topheading__PpAJp{display:flex;align-items:center;gap:12px}.TextAnimation_line__oBnf_{display:block}.SectionWhoWeAre_container__vexAh{margin-top:24px}.SectionWhoWeAre_heading__Gm_0A{font-family:var(--font-plex-mono);font-size:14px;text-transform:uppercase;color:var(--color-brand)}.SectionWhoWeAre_content__p1lXn{font-family:var(--font-plex-sans);font-size:16px;color:var(--color-text-dim)}.SectionProcess_container__jK1xd{position:relative;height:3000px;width:100%}.SectionProcess_sticky__GHcUx{position:-webkit-sticky;position:sticky;top:0}.SectionProcess_stickyInner__KedTV{display:flex;height:100vh;justify-content:center;flex-direction:column}.SectionProcess_cell__ieW1E{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;gap:6px}.SectionProcess_cell__ieW1E .SectionProcess_step__aURf5{font-family:var(--font-plex-mono);font-size:14px;font-weight:400;text-transform:uppercase;color:var(--color-brand)}.SectionProcess_cell__ieW1E h2{margin:0;font-family:var(--font-linear);font-size:32px;font-weight:500;color:var(--color-text)}@media only screen and (min-width:768px){.SectionProcess_cell__ieW1E h2{font-size:48px}}.SectionProcess_cell__ieW1E p{font-family:var(--font-plex-sans);font-size:14px;color:var(--color-text-dim);max-width:320px}.SectionProcess_track__HDFrS{position:relative;width:100%;height:100%;grid-row:1/span 3}.SectionProcess_track__HDFrS .SectionProcess_trackInner__PlLkO{position:-webkit-sticky;position:sticky;top:0;width:100%;height:100%}@media only screen and (min-width:768px){.SectionProcess_track__HDFrS{height:100px;margin-top:24px;grid-row:inherit}}.SectionOffering_container__orQpB{width:100%;display:flex;flex-direction:column;margin-top:64px;gap:45px;padding:0 24px}.SectionOffering_row__zCVdu{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;opacity:.5;transition:opacity .3s ease}.SectionOffering_row__zCVdu.SectionOffering_active__2fhhw{opacity:1}.SectionOffering_row__zCVdu h2{font-family:var(--font-linear);font-weight:600;font-size:36px;margin:0;transition:filter .3s ease}@media only screen and (min-width:768px){.SectionOffering_row__zCVdu h2{font-size:48px}}@media only screen and (min-width:1024px){.SectionOffering_row__zCVdu h2{font-size:56px}}.SectionOffering_row__zCVdu p{font-family:var(--font-plex-sans);font-weight:400;font-size:14px;color:var(--color-text-dim);max-width:240px}.SectionAboutUs_container__rSwEh{margin-top:156px;margin-bottom:248px}.SectionAboutUs_container__rSwEh h2{font-family:var(--font-plex-mono);font-size:14px;font-weight:400;text-transform:uppercase;color:var(--color-brand);margin:0}.SectionAboutUs_container__rSwEh h3{font-family:var(--font-linear);font-weight:600;font-size:48px;margin:0}.SectionAboutUs_container__rSwEh p{font-family:var(--font-plex-sans);font-size:14px;color:var(--color-text-dim);margin:3px 0 2em;line-height:145%}.SectionAboutUs_content__mqIe6{margin-top:36px}@media only screen and (min-width:768px){.SectionAboutUs_content__mqIe6{margin-top:0}}.SectionAboutUs_img__0cCfe{position:relative;border-radius:3px;overflow:hidden;opacity:0;transition:opacity .5s ease-in-out}.SectionAboutUs_img__0cCfe.SectionAboutUs_show__bIyj0{opacity:1}.SectionAboutUs_img__0cCfe img{width:100%;height:auto}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);button&{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.Gallery_container__MbL6e{position:-webkit-sticky;position:sticky;top:32px}.Gallery_container__MbL6e .swiper-pagination{background:#151515;border:1px solid #3a3a3a;padding:6px;width:auto;border-radius:6px;left:50%;transform:translateX(-50%)}.Gallery_container__MbL6e .swiper-pagination-bullet{background-color:var(--color-brand)}.SectionSoftware_container__recC3{margin-top:354px;margin-bottom:248px}.SectionSoftware_container__recC3 h2{font-family:var(--font-plex-mono);font-size:14px;font-weight:400;text-transform:uppercase;color:var(--color-brand);margin:0}.SectionSoftware_container__recC3 h3{font-family:var(--font-linear);font-weight:600;font-size:48px;margin:0}@media only screen and (min-width:768px){.SectionSoftware_container__recC3 h3{font-size:64px}}.SectionSoftware_container__recC3 p{font-family:var(--font-plex-sans);font-size:14px;color:var(--color-text-dim);margin:3px 0 2em;line-height:145%}.SectionSoftware_container__recC3 .SectionSoftware_items___xfju{display:flex;flex-direction:column;gap:42px;margin-top:76px}.SectionSoftware_container__recC3 .SectionSoftware_item__DEANf{max-width:300px}.SectionSoftware_container__recC3 .SectionSoftware_item__DEANf h4{font-family:var(--font-plex-sans);font-weight:600;font-size:16px}.SectionSoftware_container__recC3 .SectionSoftware_item__DEANf p{font-family:var(--font-plex-sans);font-weight:400;font-size:14px;color:var(--color-text-dim)}.SectionSoftware_container__recC3 .SectionSoftware_item__DEANf p:last-of-type{margin-bottom:0}.SectionSoftware_container__recC3 .SectionSoftware_item__DEANf.SectionSoftware_active__Looz0 h4{color:var(--color-brand)}.SectionSoftware_content__2ELxL{margin-bottom:24px}@media only screen and (min-width:768px){.SectionSoftware_content__2ELxL{margin-bottom:0}}.SectionSoftware_screenshot__nW5_0{position:relative;margin-top:48px;transition:opacity .5s ease-in-out}@media only screen and (min-width:768px){.SectionSoftware_screenshot__nW5_0{margin-top:0}}.SectionSoftware_screenshot__nW5_0.SectionSoftware_show__Lsncc{opacity:1}.SectionSoftware_screenshot__nW5_0.SectionSoftware_desktop__SEyLj{display:none}@media only screen and (min-width:768px){.SectionSoftware_screenshot__nW5_0.SectionSoftware_desktop__SEyLj{display:block}}.SectionSoftware_screenshot__nW5_0.SectionSoftware_mobile__hxI6o{display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:768px){.SectionSoftware_screenshot__nW5_0.SectionSoftware_mobile__hxI6o{display:none}}.SectionSoftware_screenshot__nW5_0.SectionSoftware_mobile__hxI6o img{position:relative}.SectionSoftware_screenshot__nW5_0 img{position:-webkit-sticky;position:sticky;top:32px;width:100%;height:auto;border-radius:3px;border:1px solid var(--color-button-secondary-outline);overflow:hidden}.Footer_container__w17O5{border-top:1px solid var(--color-divider-line);padding-top:14px;padding-bottom:36px}.Footer_content__uuyMx{display:flex;flex-direction:column;gap:32px}@media only screen and (min-width:768px){.Footer_content__uuyMx{flex-direction:row;justify-content:space-between}}.Footer_logo__gR__n{height:40px;width:auto}.Footer_right__dYKL8{display:flex;flex-direction:column;gap:4px}@media only screen and (min-width:768px){.Footer_right__dYKL8{text-align:right}}.Footer_right__dYKL8 a{text-decoration:none}.Footer_right__dYKL8 div:first-of-type{font-family:var(--font-plex-mono);font-size:14px;font-weight:400;text-transform:uppercase;color:var(--color-text)}.Footer_right__dYKL8 div:nth-of-type(2){font-family:var(--font-plex-mono);font-size:12px;font-weight:400;text-transform:uppercase;color:var(--color-text-dim)}.Footer_right__dYKL8 div:nth-of-type(3){font-family:var(--font-plex-mono);font-size:10px;font-weight:400;text-transform:uppercase;color:var(--color-text-dark)}