:root {
  --primary: #90affa;
  --secondary: #b3cfff;
  --tertiary: #ebf5ff;
}

body {
  background: #ebf5ff !important;
}

.team-grid {
  background-color: #b3cfff;
}

.insights-grid {
  background-color: #ebf5ff;
}

.insights-grid.related {
  background-color: white;
}

.site-header {
  background-color: rgba(255, 0, 0, 0);
}

.site-header.sticky {
  background-color: white;
}

.right-side {
  border-bottom: 5px solid #6c9bff;
}

.site-header.sticky .right-side {
 border-bottom: unset;
}

.site-header .nav {
  margin: 0 auto;
}