@charset "utf-8";

/* Org Chart */
.org-chart-line {
  background: rgba(0, 0, 0, 0.3);
}

.org-division-purple {
  background: linear-gradient(120deg, #b654ba 0%, #062058 55%, #b654ba 100%);
}

.org-division-teal {
  background: linear-gradient(120deg, #57c2d2 0%, #0d3489 65%, #57c2d2 100%);
}

.org-ceo-circle {
  background: linear-gradient(135deg, #031335 12%, #57c2d2 100%);
}

.org-team-card-top {
  height: 1rem;
  background: #57c2d2;
  border-radius: 0.9375rem 0.9375rem 0 0;
}
