* {
  box-sizing: border-box;
}
.tab {
  display: none;
}
.current {
  display: block;
}
.step.active {
  opacity: 1;
}
