/* cs-progress — dc-build-sections (desktop: cellule-staminali) */
.bruschetta-cs-progress-1 {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  z-index: 90;
  background: transparent;
}
.bruschetta-cs-progress-2 {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgb(137, 156, 198), rgb(250, 242, 202));
  transition: width 0.1s linear;
}
