.animations_grid__JiEEv{position:relative;display:grid;grid-template-columns:repeat(8,calc(8 * var(--dex-spacing-1x)));gap:calc(2 * var(--dex-spacing-1x));overflow:hidden}.animations_square__D_1sv{position:relative;width:calc(8 * var(--dex-spacing-1x));height:calc(8 * var(--dex-spacing-1x));border:1px dashed var(--dex-square-border-color);border-radius:var(--dex-border-radius);opacity:0;transition:opacity 5s}.animations_square-animation__T7T2U{animation:animations_squareEnter__LxQ_3 .75s ease-in-out forwards}.animations_square__D_1sv svg{opacity:0}.animations_square__D_1sv.animations_active__8PU_J svg{opacity:1}.animations_active__8PU_J{background:var(--anim-sq-active-bg-color);border:1px solid var(--anim-svg-border-color);animation:animations_squareActivate__gk_IN .5s ease-in-out forwards;animation-delay:0s;border-radius:6px;display:grid;place-items:center;opacity:0;transition:all .3s}.animations_line__cVbYW{position:absolute;animation:animations_drawLines__w9RRB .5s ease-out forwards;animation-delay:2s;stroke-dasharray:400px;stroke-dashoffset:400px}svg.animations_line__cVbYW path{fill:none}.animations_dot__KcP1i{width:var(--dex-spacing-1x);height:var(--dex-spacing-1x);border-radius:50%;background-color:var(--anim-primary-color);position:absolute;opacity:0}.animations_dot__KcP1i.animations_top__3fMhH{margin:0 auto;top:calc(-.5 * var(--dex-spacing-1x))}.animations_dot__KcP1i.animations_left__jjtgQ{margin:auto 0;left:calc(-.5 * var(--dex-spacing-1x))}.animations_dot__KcP1i.animations_right__esRXH{margin:auto 0;right:calc(-.5 * var(--dex-spacing-1x))}.animations_dot__KcP1i.animations_bottom__xuUqi{bottom:calc(-.5 * var(--dex-spacing-1x));margin:0 auto}.animations_dot-animation__xvyG5{animation:animations_dotActivate__52Fxl .3s ease-in-out forwards;animation-delay:1.5s}.animations_shim__WoGcJ{--anim-shim-gradient-small:rgba(255,255,255,0) 0%,rgba(255,255,255,0.0208296) 4.7%,rgba(255,255,255,0.0439704) 8.9%,rgba(255,255,255,0.0704) 12.8%,rgba(255,255,255,0.101096) 16.56%,rgba(255,255,255,0.137037) 20.37%,rgba(255,255,255,0.1792) 24.4%,rgba(255,255,255,0.228563) 28.83%,rgba(255,255,255,0.286104) 33.84%,rgba(255,255,255,0.3528) 39.6%,rgba(255,255,255,0.42963) 46.3%,rgba(255,255,255,0.51757) 54.1%,rgba(255,255,255,0.6176) 63.2%,rgba(255,255,255,0.730696) 73.76%,rgba(255,255,255,0.857837) 85.97%,#ffffff 100%;--anim-shim-gradient-large:#ffffff 0%,#ffffff 0.74%,rgba(255,255,255,0.99763) 2.87%,rgba(255,255,255,0.992) 6.26%,rgba(255,255,255,0.981037) 10.78%,rgba(255,255,255,0.962963) 16.31%,rgba(255,255,255,0.936) 22.71%,rgba(255,255,255,0.89837) 29.85%,rgba(255,255,255,0.848296) 37.61%,rgba(255,255,255,0.784) 45.86%,rgba(255,255,255,0.703704) 54.46%,rgba(255,255,255,0.60563) 63.29%,rgba(255,255,255,0.488) 72.21%,rgba(255,255,255,0.349037) 81.11%,rgba(255,255,255,0.186963) 89.84%,rgba(255,255,255,0) 98.28%;position:absolute}.animations_shim-right__n6q9u{background:linear-gradient(90deg,var(--anim-shim-gradient-small));width:120px;height:100%;right:0;top:0}.animations_shim-left__E9CVI{background:linear-gradient(90deg,var(--anim-shim-gradient-large));width:260px;height:100%;top:0;left:0}.animations_shim-bottom__j5Zz6{background:linear-gradient(180deg,var(--anim-shim-gradient-small));width:100%;height:120px;left:0;right:0;bottom:0}.animations_container__IOWr2{color:var(--anim-primary-color)}.animations_payments__TiAv0{--anim-sq-active-bg-color:var(--dex-capabilities-payments-bg-color);--anim-primary-color:var(--dex-capabilities-payments-fill-color);--anim-svg-border-color:var(--dex-capabilities-payments-svg-border-color)}.animations_commerce__KFjX6{--anim-sq-active-bg-color:var(--dex-capabilities-commerce-bg-color);--anim-primary-color:var(--dex-capabilities-commerce-fill-color);--anim-svg-border-color:var(--dex-capabilities-commerce-svg-border-color)}.animations_merchants___ejJC{--anim-sq-active-bg-color:var(--dex-capabilities-merchants-bg-color);--anim-primary-color:var(--dex-capabilities-merchants-fill-color);--anim-svg-border-color:var(--dex-capabilities-merchants-svg-border-color)}.animations_staff__GQimL{--anim-sq-active-bg-color:var(--dex-capabilities-staff-bg-color);--anim-primary-color:var(--dex-capabilities-staff-fill-color);--anim-svg-border-color:var(--dex-capabilities-staff-svg-border-color)}.animations_customers__DxlDM{--anim-sq-active-bg-color:var(--dex-capabilities-customers-bg-color);--anim-primary-color:var(--dex-capabilities-customers-fill-color);--anim-svg-border-color:var(--dex-capabilities-customers-svg-border-color)}@keyframes animations_squareActivate__gk_IN{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes animations_squareEnter__LxQ_3{0%{opacity:0;transform:translateY(-24px)}50%{opacity:.4;transform:translateY(24px)}to{opacity:.5;transform:translateY(0)}}@keyframes animations_drawLines__w9RRB{0%{stroke-dashoffset:400px}to{stroke-dashoffset:0px}}@keyframes animations_dotActivate__52Fxl{0%{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}