.dact-wow-content{grid-template-columns:1fr;gap:40px;width:100%;margin-bottom:60px;display:grid}.dact-wow-network{opacity:0;justify-content:center;align-items:center;width:100%;min-height:600px;padding:40px 0;display:flex;position:relative}.dact-wow-network-center{z-index:3;opacity:0;position:relative}.dact-wow-center-node{width:180px;height:180px;box-shadow:0 0 40px var(--pink-60);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.dact-wow-center-icon{font-size:var(--wow-value-size-xl);margin-bottom:8px}.dact-wow-center-label{font-size:var(--wow-label-size);color:var(--wow-text-strong);font-weight:600}.dact-wow-pulse{border:2px solid var(--wow-stroke-accent-color);border-radius:var(--wow-radius-circle);opacity:0;pointer-events:none;width:180px;height:180px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dact-wow-pulse.pulse-1{animation:3s ease-out infinite dact-pulse}.dact-wow-pulse.pulse-2{animation:3s ease-out 1s infinite dact-pulse}.dact-wow-pulse.pulse-3{animation:3s ease-out 2s infinite dact-pulse}@keyframes dact-pulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.5)}}.dact-wow-endpoints{z-index:2;width:100%;max-width:800px;height:100%;max-height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dact-wow-endpoint{width:var(--wow-panel-width-sm);min-width:var(--wow-panel-width-sm);text-align:center;opacity:0;min-height:104px;position:absolute}.dact-wow-endpoint:first-child{top:0;left:50%;transform:translate(-50%)}.dact-wow-endpoint:nth-child(2){top:15%;right:5%}.dact-wow-endpoint:nth-child(3){top:50%;right:0;transform:translateY(-50%)}.dact-wow-endpoint:nth-child(4){bottom:15%;right:5%}.dact-wow-endpoint:nth-child(5){bottom:0;left:50%;transform:translate(-50%)}.dact-wow-endpoint:nth-child(6){top:50%;left:0;transform:translateY(-50%)}.dact-wow-endpoint-icon{font-size:var(--wow-value-size-xl);margin-bottom:8px}.dact-wow-endpoint-label{color:var(--wow-text-strong);font-weight:600}.dact-wow-network-svg{pointer-events:none;z-index:1;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.dact-wow-network-line{opacity:var(--wow-line-connector-opacity);animation:15s linear infinite dact-dash}@keyframes dact-dash{to{stroke-dashoffset:-100px}}@media (width<=768px){.dact-wow-network{min-height:500px}.dact-wow-center-node{width:140px;height:140px}.dact-wow-center-icon{font-size:var(--wow-value-size-xl)}.dact-wow-endpoints{max-width:600px;max-height:600px}.dact-wow-endpoint{min-width:110px;padding:12px 16px}.dact-wow-endpoint-icon{font-size:var(--wow-value-size-lg)}.dact-wow-endpoint-label{font-size:var(--wow-label-size)}}@media (width<=600px){.dact-wow-network{min-height:450px}.dact-wow-center-node{width:120px;height:120px}.dact-wow-endpoints{max-width:500px;max-height:500px}}