.wfs-pb{
  margin: 12px 0;
  padding: 12px 12px 10px;
  border-radius: 10px;
  background: none;
}
.wfs-pb__text{
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
  text-align: center;
}
.wfs-pb__track{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.08);
  overflow: hidden;
}
.wfs-pb__fill{
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #AEBEB6, #6aabac);
}