/* Start custom CSS */.tabs-wrapper {
  position: relative;
}

.anim-tab {
  position: sticky;
  top: 0;
  transform-origin: top center;
}

.anim-tab:nth-child(1) { z-index: 1 !important; }
.anim-tab:nth-child(2) { z-index: 2 !important; }
.anim-tab:nth-child(3) { z-index: 3 !important; }
.anim-tab:nth-child(4) { z-index: 4 !important; }
.anim-tab:nth-child(5) { z-index: 5 !important; }
.anim-tab:nth-child(6) { z-index: 6 !important; }/* End custom CSS */