.info-animation{display:flex;gap:2.5rem}@media(max-width:1440px){.info-animation{gap:2rem}}.info-animation-steps{flex:1 1;display:flex;flex-direction:column;gap:1.5rem}.info-animation-step{display:flex;padding:2.5rem;border-radius:2rem;background:rgba(44,8,87,.3);cursor:pointer;transition:background .2s ease,outline .2s ease}@media(max-width:1600px){.info-animation-step{padding:2rem 2.5rem}}@media(max-width:1440px){.info-animation-step{padding:1.5rem 2rem;border-radius:1.5rem}}@media(max-width:768px){.info-animation-step{padding:1.5rem;flex-direction:column}}.info-animation-step.active{border-radius:2rem;outline:.125rem solid #6eff7c;background:linear-gradient(180deg,rgba(143,19,241,.01),rgba(143,19,241,.1)),rgba(44,8,87,.2)}@media(max-width:1440px){.info-animation-step.active{border-radius:1.5rem}}.info-animation-step-name{display:flex;align-items:flex-start;gap:1.5rem}@media(max-width:1440px){.info-animation-step-name{gap:1rem}}@media(max-width:768px){.info-animation-step-name{gap:1.5rem}}@media(max-width:475px){.info-animation-step-name{gap:1rem}}.info-animation-step-img{position:relative;min-width:2.5rem;min-height:2.5rem;opacity:.2;transition:opacity .2s ease}@media(max-width:1440px){.info-animation-step-img{min-width:2rem;min-height:2rem}}.info-animation-step-img.active{opacity:1}.info-animation-step-text{display:flex;flex-direction:column;gap:1rem}.info-animation-step-text-title{color:#fff;font-family:var(--font-sf-pro-display);font-weight:700;font-size:2rem;line-height:100%}@media(max-width:1600px){.info-animation-step-text-title{font-size:1.5rem;line-height:133%}}@media(max-width:768px){.info-animation-step-text-title{font-size:1rem;line-height:150%}}.info-animation-step-text-description{color:hsla(0,0%,100%,.4);font-family:var(--font-sf-pro-text);font-size:1.5rem;line-height:133.333%;font-weight:400}@media(max-width:1600px){.info-animation-step-text-description{font-size:1.125rem;line-height:133.333%}}@media(max-width:1440px){.info-animation-step-text-description{font-size:1rem;line-height:150%}}@media(max-width:768px){.info-animation-step-text-description{font-size:.875rem;line-height:142%}}.info-animation-step-video{margin-top:1.25rem;border-radius:2rem;display:none;position:relative;width:100%;animation:fadeIn .5s ease forwards}@media(max-width:768px){.info-animation-step-video{margin-top:1.5rem;display:block}}@media(max-width:475px){.info-animation-step-video{margin-top:1.25rem}}.info-animation-content{flex:1 1;position:relative;z-index:1}@media(max-width:768px){.info-animation-content{display:none}}.info-animation-content-video{position:relative;width:100%;border-radius:2rem;overflow:hidden;animation:fadeIn .5s ease forwards}@media(max-width:1440px){.info-animation-content-video{border-radius:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}