.h--timeline-container *,.h--timeline-events *{outline:0}.h--timeline-container,.h--timeline-events{position:relative;width:100%;margin:0 auto}.h--timeline-navigation-container ul,.h--timeline-navigation-container li,.h--timeline-events ol,.h--timeline-events li,.h--timeline-line ol,.h--timeline-line li{list-style-type:none;margin:0;padding:0}.h--timeline{opacity:0;transition:opacity .2s;font-family:sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.h--timeline--loaded{opacity:1}.h--timeline-container{height:100px}.h--timeline-dates{position:relative;height:100%;margin:0 40px;overflow:hidden}.h--timeline-dates::after,.h--timeline-dates::before{content:'';position:absolute;z-index:2;top:0;height:100%;width:50px}.h--timeline-dates::before{left:0;background:linear-gradient(to right,white,rgba(255,255,255,0))}.h--timeline-dates::after{right:0;background:linear-gradient(to left,white,rgba(255,255,255,0))}.h--timeline-line{position:absolute;z-index:1;left:-20px;top:49px;height:2px;background-color:#f7f7f7;transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s}.h--timeline-filling-line{position:absolute;z-index:1;left:0;top:0;height:100%;width:100%;background-color:#6e1e46;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.h--timeline-date{position:absolute;bottom:0;z-index:2;text-align:center;font-size:1rem;font-weight:600;padding-bottom:.75rem;color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}.h--timeline-date:hover{font-weight:600}.h--timeline-date::after,.h--timeline-date::before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-8px;height:15px;width:15px;border-radius:50%;border-width:2px;border-style:solid;border-color:#6e1e46;background-color:#f7f7f7;transition:background-color .3s,border-color .3s,top .3s}.h--timeline-date::before{bottom:-3px;height:9px;width:9px;border-width:0;border-color:transparent;background-color:transparent;z-index:2}.h--timeline-date:hover::before,.h--timeline-date:hover::after{transition:background-color .3s,border-color .3s,top .3s}.h--timeline-date:hover::after{background-color:#f7f7f7;border-color:#6e1e46}.h--timeline-date--selected{pointer-events:none}.h--timeline-date--selected::after{background-color:#f7f7f7;border-color:#6e1e46}.h--timeline-date--selected::before{background-color:#6e1e46}.h--timeline-date--older-event::after{background-color:#6e1e46;border-color:#6e1e46}.h--timeline-navigation{font-size:0;position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:34px;width:34px;border-radius:50%;border-width:2px;border-style:solid;border-color:#f7f7f7;transition:border-color .3s}.h--timeline-navigation::after{content:'';position:absolute;height:16px;width:16px;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0}.h--timeline-navigation:hover{border-color:#6e1e46}.h--timeline-navigation--prev{left:0;-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.h--timeline-navigation--next{right:0}.h--timeline-navigation--inactive{cursor:not-allowed}.h--timeline-navigation--inactive::after{background-position:0 -16px}.h--timeline-navigation--inactive:hover{border-color:#f7f7f7}.h--timeline-events{overflow:hidden;transition:height .4s}.h--timeline-event{position:absolute;z-index:1;width:100%;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);padding:1px 5%;opacity:0;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.h--timeline-event-content{max-width:800px;margin:0 auto;padding:2rem;border:1px solid #f7f7f7;border-radius:5px;box-shadow:0 0 50px 0 rgba(0,0,0,.1)}.h--timeline-event--selected{position:relative;z-index:2;opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.h--timeline-event--enter-right,.h--timeline-event--leave-right{-webkit-animation-name:cd-enter-right;animation-name:cd-enter-right}.h--timeline-event--enter-left,.h--timeline-event--leave-left{-webkit-animation-name:cd-enter-left;animation-name:cd-enter-left}.h--timeline-event--leave-right,.h--timeline-event--leave-left{animation-direction:reverse}.h--timeline-event-title{color:#000;font-size:3rem;font-weight:600}.h--timeline-event-date{display:block;font-style:italic;margin:.5rem auto;margin:1rem auto}.h--timeline-event-date::before{content:'- '}@-webkit-keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes cd-enter-right{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes cd-enter-left{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0%);transform:translateX(0%)}}.h--timeline-date::after,.h--timeline-date::before{background-color:#6e1e46}.h--timeline-date--selected::after{background-color:#f7f7f7;border-color:#6e1e46}.h--timeline-date--older-event::after{background-color:#6e1e46;border-color:#6e1e46}.h--timeline-line li:nth-child(even) .h--timeline-date{bottom:-48px}.h--timeline-line li .h--timeline-date--selected::after,.h--timeline-line li .h--timeline-date:hover::after{width:21px;height:21px;bottom:-11px;background-color:#f7f7f7;border-color:#6e1e46}.h--timeline-line li:nth-child(even) .h--timeline-date::after{bottom:40px}.h--timeline-line li:nth-child(even) .h--timeline-date:hover::after,.h--timeline-line li:nth-child(even) .h--timeline-date--selected::after{bottom:37px}.h--timeline-line li:nth-child(even) .h--timeline-date::before{bottom:45px}.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{bottom:-3px}.h--timeline-events li.h--timeline-event{background-image:url(../images/about-us/sellerJou-slide1.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;height:100vh;padding:150px 0 0}.h--timeline-events li.h--timeline-event.targeting-image{background-image:url(../images/targeting.jpg)}.h--timeline-events li.h--timeline-event.visibilty-image{background-image:url(../images/visibilty.jpg)}.h--timeline-events li.h--timeline-event.execution-image{background-image:url(../images/excution.jpg)}.h--timeline-events li.h--timeline-event.enablement-image{background-image:url(../images/enablement.jpg)}.h--timeline-events li.h--timeline-event.revenue-image{background-image:url(../images/revenue-generation.jpg)}.sellersjourney-sec .h--timeline-dates::after,.sellersjourney-sec .h--timeline-dates::before{display:none}.sellersjourney-sec .h--timeline-line{background-color:#f7f7f717}.sellersjourney-sec .h--timeline-line{top:70px}.sellersjourney-sec .h--timeline-navigation{display:none}.sellersjourney-sec .h--timeline-container{bottom:100px;width:100%;position:absolute;z-index:11;left:220px}.sellersjourney-sec{position:relative}.sellersjourney-sec::before{content:'';position:absolute;top:0;left:220px;width:2px;height:100%;z-index:11;background:#f7f7f717}.sellersjourney-sec .h--timeline-dates{margin:0;position:relative}.sellersjourney-sec .h--timeline-line::before{content:'';position:absolute;width:2000px;height:2px;background:#f7f7f7;left:0;z-index:1;top:0;opacity:.3}.sellersjourney-sec .h--timeline-line li:nth-child(even) .h--timeline-date{bottom:-30px}.sellersjourney-sec .h--timeline-line li:nth-child(even) .h--timeline-date::after{bottom:30px}.sellersjourney-sec .h--timeline-line li:nth-child(even) .h--timeline-date::before{bottom:30px}.sellersjourney-sec .h--timeline-filling-line{background-color:#f7f7f794}.sellersjourney-sec .h--timeline-date::after{height:30px;width:2px;border-radius:0;border-width:0;background:#f7f7f7;opacity:.3;bottom:30px;transition:all .5s ease-in-out}.sellersjourney-sec .h--timeline-date::before{display:none}.sellersjourney-sec .h--timeline-line li .h--timeline-date--selected::after,.sellersjourney-sec .h--timeline-line li .h--timeline-date:hover::after{width:2px;height:70px;bottom:30px;background-color:#f7f7f794;border:0;opacity:1;transition:all .5s ease-in-out}.sellersjourney-sec .h--timeline-date{bottom:-30px;padding-bottom:0;font-size:18px;line-height:21px;font-weight:400;color:#fff;font-family:poppins,sans-serif;opacity:.7;width:190px}.sellersjourney-sec .h--timeline-event-content{width:65%;position:relative;margin:0;padding:30px;border:0;border-radius:0;box-shadow:none;left:16%;top:10%}.sellersjourney-sec h2{font-family:poppins,sans-serif}.sellersjourney-sec .h--timeline-event-title{color:#fff;font-size:30px;line-height:35px;font-weight:700;font-family:poppins,sans-serif;margin-bottom:15px}ul.list-description li{font-size:17px;line-height:31px;font-weight:300;color:#fff;opacity:1;font-family:poppins,sans-serif;position:relative;padding-left:17px;margin-bottom:7px}ul.list-description li::before{content:'';position:absolute;top:12px;left:4px;width:6px;height:6px;border-radius:50%;background:#fff}.sellersjourney-sec .h--timeline-line li a.h--timeline-date--selected{opacity:1}@media only screen and (max-width:1566px){.sellersjourney-sec .h--timeline-event-title{font-size:25px;line-height:31px;margin-bottom:13px}ul.list-description li{font-size:16px;line-height:28px}.sellersjourney-sec .h--timeline-event-content{top:0%}.sellersjourney-sec .h--timeline-date{font-size:17px}.sellersjourney-sec .h--timeline-container{bottom:60px}}@media only screen and (max-width:1366px){.sellersjourney-sec .h--timeline-event-title{font-size:23px;line-height:29px;margin-bottom:11px}}@media only screen and (max-width:1280px){ul.list-description li{font-size:12px;line-height:initial}.sellersjourney-sec .h--timeline-event-title{font-size:19px;line-height:initial;margin-bottom:5px}ul.list-description li::before{top:8px;height:4px;width:4px}.timelineevent-icon img{max-width:30px}.timelineevent-icon{margin-bottom:10px}.sellersjourney-sec::before{left:120px}.sellersjourney-sec .h--timeline-container{bottom:70px}.h--timeline-events li.h--timeline-event{height:610px;padding-top:100px}.sellersjourney-heading{top:13%}.sellersjourney-sec .h--timeline-event-content{top:7%}.sellersjourney-sec .h--timeline-date{font-size:13px}}@media only screen and (max-width:1024px){.sellersjourney-sec .h--timeline-event-title{font-size:21px;line-height:25px;margin-bottom:10px}ul.list-description li{font-size:15px;line-height:26px}}@media only screen and (max-width:768px){section.sellersjourney-sec::before{left:40px}section.sellersjourney-sec .h--timeline-container{left:40px}.timelineevent-icon{width:18%;margin-bottom:27px}.sellersjourney-sec .h--timeline-event-title{font-size:19px;line-height:23px;margin-bottom:8px}.sellersjourney-sec .h--timeline-event-content{width:85%;top:15%}ul.list-description li{font-size:12px;line-height:21px}.sellersjourney-sec .h--timeline-line li .h--timeline-date--selected::after,.sellersjourney-sec .h--timeline-line li .h--timeline-date:hover::after{height:50px}.h--timeline-events li.h--timeline-event{height:635px}}