.tabContainer{overflow:hidden;position:relative;transition:height .5s ease}.tabContainer .tab{position:absolute!important;top:0;left:0;width:100%;opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition:-webkit-transform .5s ease,opacity .5s ease;transition:transform .5s ease,opacity .5s ease}.tabContainer.tabStageTransitioning .tab{overflow:hidden}.tabContainer.stage1 .tab:nth-child(1),.tabContainer.stage2 .tab:nth-child(2),.tabContainer.stage3 .tab:nth-child(3),.tabContainer.stage4 .tab:nth-child(4),.tabContainer.stage5 .tab:nth-child(5),.tabContainer.stage6 .tab:nth-child(6){opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.tabContainer.stage1 .tab:nth-child(n+2),.tabContainer.stage2 .tab:nth-child(n+3),.tabContainer.stage3 .tab:nth-child(n+4),.tabContainer.stage4 .tab:nth-child(n+5),.tabContainer.stage5 .tab:nth-child(n+6){opacity:0;pointer-events:none;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}.tabContainer.stage6 .tab:nth-child(-n+5),.tabContainer.stage5 .tab:nth-child(-n+4),.tabContainer.stage4 .tab:nth-child(-n+3),.tabContainer.stage3 .tab:nth-child(-n+2),.tabContainer.stage2 .tab:nth-child(-n+1){opacity:0;pointer-events:none;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}.tabMasks{position:absolute;bottom:0;width:100%;height:15px;white-space:nowrap;-webkit-transform:translateZ(0);transform:translateZ(0)}.tabMasks .farLeft,.tabMasks .farRight{display:inline-block;width:100%;height:100%;background-color:#ebeced}.tabMasks .farLeft{margin-left:-100%}.tabMasks .pointer{display:inline-block;position:relative;overflow:visible;height:100%;top:14.5px;width:calc(50% - 15px);transition:left .5s ease}.tabMasks .end{border-top:10px solid #00b0b7;border-left:10px solid transparent;border-right:10px solid transparent;width:0;height:0;content:"";display:block}
