.how-it-works-section *{box-sizing:border-box}.how-it-works-section .section-title{margin-bottom:50px}.how-it-works-section{background:#f9f9f9;font-family:sans-serif}.how-it-works-section .steps-wrap-container{height:250vh;padding-bottom:100px;position:relative}.how-it-works-section .steps-wrap-inner{margin:0 auto;max-width:80rem;position:sticky;top:0}.how-it-works-section .steps-wrap-inner.vertical-centered{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:670px;padding:15px}.how-it-works-section .steps-wrap{display:grid;gap:80px;grid-template-columns:repeat(3,1fr);position:relative;z-index:1}.how-it-works-section .step{align-items:center;display:flex;flex-direction:column;opacity:0;text-align:center;transform:translateY(60px);transition:opacity .6s ease-out,transform .6s ease-out,filter .6s ease-out}.how-it-works-section .step.visible{opacity:1;transform:translateY(0)}.how-it-works-section .step-img{aspect-ratio:16/9;border-radius:5%;margin-bottom:16px;max-width:400px;opacity:0;overflow:hidden;transform:translateY(-120px);transition:opacity .8s ease-out,transform .8s ease-out;width:100%}.how-it-works-section .step-img img{border-radius:5%;display:block;height:100%;object-fit:cover;width:100%}.how-it-works-section .step.visible .step-img{opacity:1;transform:translateY(0)}.how-it-works-section .step-number{align-items:center;background:#39486b;border-radius:10%;color:#fff;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;margin-bottom:16px;opacity:0;transform:scale(.4);transition:opacity .4s ease-out,transform .4s cubic-bezier(.34,1.56,.64,1);width:40px;z-index:2}.how-it-works-section .step-number span{margin:0!important}.how-it-works-section .step.visible .step-number{opacity:1;transform:scale(1)}.how-it-works-section .step-text{opacity:0;transform:translateY(120px);transition:opacity .8s ease-out,transform .8s ease-out}.how-it-works-section .step.visible .step-text{opacity:1;transform:translateY(0)}.how-it-works-section .step-text p{align-items:start;color:#39486b;line-height:1.5;padding-top:25px;text-align:justify}.how-it-works-section .steps-line{background:linear-gradient(88deg,#39486b,#5c6d8a,#a3afc4);height:4px;left:0;mask-image:linear-gradient(90deg,#000 95%,transparent);pointer-events:none;position:absolute;right:0;top:51.5%;transform:scaleX(0);transform-origin:left;z-index:0}@media (max-width:1200px) and (min-width:851px){.how-it-works-section .steps-wrap{gap:40px}.how-it-works-section .steps-line{top:61.5%}.how-it-works-section .steps-wrap-inner{top:13rem}}@media (max-width:850px){.how-it-works-section .steps-wrap-container{height:auto;padding:60px 0 40px}.how-it-works-section .steps-wrap-inner{padding:0 20px;position:relative;top:auto}.how-it-works-section .steps-wrap{gap:120px;grid-template-columns:1fr;position:relative}.how-it-works-section .step{align-items:flex-start;flex-direction:column;position:relative}.how-it-works-section .step-number{left:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.how-it-works-section .step-img{margin-bottom:16px;margin-left:80px;width:calc(100% - 120px)}.how-it-works-section .step-text{margin-left:80px;text-align:left;width:calc(100% - 120px)}.how-it-works-section .steps-line{background:linear-gradient(180deg,#39486b,#5c6d8a,#a3afc4,rgba(163,175,196,0) 95%);height:100%;left:38px;margin-top:0;top:0;transform:scaleY(0);transform-origin:top;width:4px}}@media (min-width:1200px){.how-it-works-section .steps-wrap-inner.vertical-centered{min-height:670px;padding:15px}.how-it-works-section .steps-wrap-inner{top:13rem}}