@-webkit-keyframes pulse{0%{width:28px;height:28px}to{width:17px;height:17px}}@keyframes pulse{0%{width:28px;height:28px}to{width:17px;height:17px}}.timeline{position:relative}.timeline:after{content:"";position:absolute;top:-5px;left:28px;display:block;width:3px;height:calc(100% + 15px);background-color:#00b3e5;z-index:0}.timeline__item{position:relative;min-height:50px;width:100%;padding-top:15px;cursor:pointer}.timeline__item:hover .timeline__dot{background-color:#008bb2}.timeline__item--pulse:first-of-type .timeline__animation{-webkit-animation:pulse .7s infinite alternate backwards;animation:pulse .7s infinite alternate backwards}.timeline__item.active .timeline__dot{background-color:#008bb2;-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff}.timeline__item.active .timeline__label-head-text{background-size:100% 100%}.timeline__dot{top:19px;left:17px;width:24px;height:24px;background-color:#00b3e5;position:absolute;border-radius:100%;z-index:20}.timeline__animation{top:31px;left:29px;width:25px;height:25px;position:absolute;border-radius:100%;z-index:21;border:4px solid #fff;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.timeline__heading,.timeline__label{font-weight:600}.timeline__label{margin-left:60px}.timeline__label-head{position:relative;margin-bottom:10px}.timeline__label-head-text{font-size:.9rem;line-height:2.11111}.timeline__label-head:hover-text{background-size:100% 100%}.timeline__content{-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);position:static;opacity:1;visibility:visible;background-color:transparent;font-size:.75rem;line-height:1.6;font-weight:400;padding:0 20px 0 0;height:0;overflow:hidden;-webkit-transition:height .2s;-o-transition:height .2s;transition:height .2s}

/*# sourceMappingURL=timeline.css.map*/