.how-it-works-wrapper{align-items:center;box-sizing:border-box;display:flex;height:580px;overflow:hidden;padding:40px 20px;position:relative}.how-it-works-step{animation:fadeIn .5s ease-in-out;display:none;text-align:center;width:100%}.how-it-works-step.active-step{display:block}.step-image-wrapper{margin-bottom:25px}.step-image-wrapper img{display:block;height:auto;margin:0 auto;max-width:100px}.step-content-wrapper h2{font-size:28px;font-weight:700;margin-bottom:15px;margin-top:0}.step-description{line-height:1.6;margin:0 auto;max-width:850px}.step-single-cta-wrapper{margin-top:30px}.navigation-arrows-container{display:flex;gap:15px;justify-content:center;margin-top:20px;position:relative;z-index:2}.arrow{align-items:center;background:#fff;border:1px solid #cbd6e2;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .2s;width:40px}.arrow:hover{border-color:#002d42;transform:scale(1.1)}.arrow svg{height:24px;width:24px;fill:#002d42}.arrow:disabled{cursor:not-allowed;opacity:.4}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.how-it-works-wrapper{display:block;height:auto}}