/* Dev-only experiment: use a regular background instead of a GPU-expensive blur layer. */
.c-bg::before {
  display: none !important;
}

.c-bg {
  background-image: radial-gradient(
    ellipse 110% 700px at 50% 310px,
    rgba(24, 146, 199, 0.27) 0%,
    rgba(24, 146, 199, 0.13) 48%,
    rgba(24, 146, 199, 0) 80%
  );
  background-repeat: no-repeat;
}
