@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap");.hs-timeline-container{background:#fff;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.08);box-sizing:border-box;font-family:Quicksand,sans-serif;margin:40px auto;max-width:1200px;overflow:hidden;padding:60px 40px;width:100%}.hs-timeline-wrapper{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.hs-timeline-wrapper:before{animation:drawLine 4s cubic-bezier(.4,0,.2,1) forwards;background:linear-gradient(90deg,#eb6671,#515ca7);content:"";height:2px;left:12.5%;position:absolute;right:12.5%;top:30px;transform:scaleX(0);transform-origin:left;z-index:1}.hs-timeline-step{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:0 10px;position:relative;text-align:center;z-index:2}.hs-timeline-node-container{height:60px;margin-bottom:24px;width:100%}.hs-timeline-node,.hs-timeline-node-container{align-items:center;display:flex;justify-content:center}.hs-timeline-node{animation:popNode .5s cubic-bezier(.34,1.56,.64,1) forwards;background:linear-gradient(135deg,#eb6671,#515ca7);border-radius:50%;opacity:0;transform:scale(0)}.step-1 .hs-timeline-node{animation-delay:.2s;height:24px;width:24px}.step-2 .hs-timeline-node{animation-delay:1.2s;height:36px;width:36px}.step-3 .hs-timeline-node{animation-delay:2.4s;height:48px;width:48px}.step-4 .hs-timeline-node{animation-delay:3.6s;height:60px;width:60px}.hs-timeline-content{animation:fadeInText .6s ease forwards;opacity:0;width:100%}.step-1 .hs-timeline-content{animation-delay:.5s}.step-2 .hs-timeline-content{animation-delay:1.5s}.step-3 .hs-timeline-content{animation-delay:2.7s}.step-4 .hs-timeline-content{animation-delay:3.9s}.node-icon{color:#fff;font-size:24px}.step-heading{color:#000;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 8px}.step-description,.step-heading{font-family:Quicksand,sans-serif}.step-description{color:#4a5568;font-size:14px;line-height:1.5;margin:0}@keyframes drawLine{to{transform:scaleX(1)}}@keyframes popNode{to{opacity:1;transform:scale(1)}}@keyframes fadeInText{to{opacity:1}}@media (max-width:768px){.hs-timeline-wrapper:before{display:none}.hs-timeline-wrapper{flex-direction:column;gap:30px}.hs-timeline-step{align-items:flex-start;flex-direction:row;padding:0;text-align:left;width:100%}.hs-timeline-node-container{height:auto;margin-bottom:0;width:auto}.hs-timeline-content,.hs-timeline-node{animation:none!important;opacity:1!important;transform:scale(1)!important}.hs-timeline-step[class*=step-] .hs-timeline-node{flex-shrink:0;height:40px;margin:0 20px 0 0;width:40px}.node-icon{font-size:18px}}