.step-process{align-items:center;display:flex;gap:200px;margin-left:calc(50dvw - 700px + 3%)}.step-process__content p{font-size:18px}.step-process__content .button-new{margin-bottom:0;margin-top:40px}.step-process__steps{flex-grow:1}.step-process__steps-list{list-style:none;margin:0;padding:0}.step-process__step{background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:10px 15px;position:relative;width:100%}.step-process__step+.step-process__step{margin-top:25px}.step-process__step p{color:#fff;margin:0;max-width:480px}.step-process__step .step-number{color:#ffa301;font-size:30px;font-weight:700;margin-bottom:15px}.step-process__step strong{color:#1fb3d9;font-size:18px}.step-process__note p{font-style:italic}.step-process__note p:last-child{margin-bottom:0}.step-process__note{margin-top:18px;max-width:650px;padding-left:15px;width:100%}.step-process__step p{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.step-process__step p.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.step-process__step p{opacity:1;transform:none;transition:none}}@media (max-width:1400px){.step-process{gap:50px;margin-left:5%}}@media (max-width:1024px){.step-process{flex-direction:column;margin:0 auto;max-width:90%}.step-process__steps{width:100%}.step-process__content .button-new{margin-top:25px}}@media (min-width:1024px){.step-process__content{flex:0 0 455px}}