:root{--lf-gd-bg-circle:#fff;--lf-gd-stroke:#000}.lf-growth-diagram{max-width:100%;padding:32px;position:relative;width:460px}.lf-growth-diagram .lf-gd-grid{display:grid;gap:40px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);min-height:320px;position:relative;z-index:2}.lf-growth-diagram .lf-gd-cell{align-items:center;display:flex;justify-content:center}.lf-growth-diagram .lf-gd-hub,.lf-growth-diagram .lf-gd-node{align-items:center;background:var(--lf-gd-bg-circle);border:1px solid rgba(0,0,0,.08);border-radius:50%;display:flex;height:96px;justify-content:center;width:96px}.lf-growth-diagram .lf-gd-center{background:#fef1e5!important}.lf-growth-diagram .lf-gd-hub{animation:lf-gd-hubPulse 4s ease-in-out infinite;height:124px;width:124px}.lf-growth-diagram .lf-gd-icon i{color:var(--lf-gd-stroke);font-size:34px}.lf-growth-diagram .lf-gd-connections{height:calc(100% - 64px);inset:32px;position:absolute;width:calc(100% - 64px);z-index:1}.lf-growth-diagram .lf-gd-flow-line{animation:lf-gd-flow 10s linear infinite;opacity:.7;stroke:var(--lf-gd-stroke);stroke-dasharray:2 10;stroke-linecap:round;stroke-width:1.6}@keyframes lf-gd-hubPulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.12);transform:scale(1)}50%{box-shadow:0 0 0 16px transparent;transform:scale(1.04)}to{box-shadow:0 0 0 0 transparent;transform:scale(1)}}@keyframes lf-gd-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-240}}@media (max-width:600px){.lf-growth-diagram{padding:20px}.lf-growth-diagram .lf-gd-grid{gap:26px;min-height:260px}.lf-growth-diagram .lf-gd-node{height:80px;width:80px}.lf-growth-diagram .lf-gd-hub{height:104px;width:104px}.lf-growth-diagram .lf-gd-icon i{font-size:28px}}