.StepModule{margin:0 auto;text-align:center}.StepModule__Heading{align-items:center;display:inline-flex;flex-wrap:wrap;font-size:3.2rem;gap:12px;justify-content:center;margin-bottom:40px}.StepModule__HeadingIcon{flex-shrink:0;height:32px;width:32px}.StepModule__StepsWithLine{display:flex;gap:32px;justify-content:space-between;min-height:130px;padding-top:40px;position:relative}.StepModule__LineUnderLabels{align-items:center;background-color:#e25c00;display:flex;height:2px;justify-content:space-between;left:0;padding:0 4%;position:absolute;top:90px;width:100%;z-index:0}.StepModule__Arrow{background:#fff;border-right:2px solid #e25c00;border-top:2px solid #e25c00;display:block;height:12px;transform:rotate(45deg);width:12px}.StepModule__Item{position:relative;text-align:center;width:22%;z-index:1}.StepModule__LabelCircle{align-items:center;background-color:#e25c00;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:60px;justify-content:center;margin:0 auto 12px;position:relative;width:60px;z-index:2}.StepModule__Description{font-size:1.4rem;margin-bottom:8px}.StepModule__ImageWrapper img{border-radius:8px;width:100%}.fade-up{opacity:0;transform:translateY(60px);transition:opacity .8s ease,transform .8s ease}.fade-up.is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:768px){.StepModule__StepsWithLine{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;padding-top:20px}.StepModule__Item{max-width:100%;width:calc(45% - 12px)}.StepModule__Heading{align-items:center;display:inline-flex;flex-wrap:wrap;font-size:2rem;gap:4px;justify-content:center;margin-bottom:12px}.StepModule__LabelCircle{font-size:1.2rem;height:48px;width:48px}.StepModule__Description{font-size:1.2rem}.StepModule__LineUnderLabels{display:none}}