.acc-step{display:flex;flex-direction:column;width:100%}.acc-step__item{border-top:1px solid #1f2630;display:grid;grid-template-rows:min-content 0fr;overflow:hidden;transition:all .35s;grid-gap:16px;gap:16px}.acc-step__item-title-step,.acc-step__item-title-text{width:50%}.acc-step__item.open{grid-template-rows:min-content 1fr}.acc-step__item.open .acc-step__item-content{padding-bottom:16px}.acc-step__item.open .acc-step__item-container{margin-top:2px}.acc-step__item.open .acc-step__item-title svg{transform:rotate(-90deg)}.acc-step__item-heading{margin:0;font-size:inherit}.acc-step__item-title-step{transition:all .35s}.acc-step__item-title,.acc-step__item-title-step{font-family:var(--font-manrope),sans-serif;font-size:20px;font-weight:500;line-height:normal;color:#1f2630}.acc-step__item-title{display:flex;gap:16px;justify-content:space-between;overflow:hidden;cursor:pointer;align-items:center;padding-top:16px;width:100%;background:none;border:none;text-align:left}@media(hover:hover)and (pointer:fine){.acc-step__item-title:hover .acc-step__item-title-step,.acc-step__item-title:hover .acc-step__item-title-text{color:#3430e9}}@media(hover:none)and (pointer:coarse){.acc-step__item-title:active .acc-step__item-title-step,.acc-step__item-title:active .acc-step__item-title-text{color:#3430e9}}.acc-step__item-title-text{transition:all .35s;font-family:var(--font-manrope),sans-serif;font-size:20px;font-weight:500;line-height:normal;margin:0;display:flex;justify-content:space-between;align-items:center;color:#1f2630}.acc-step__item-title svg{transition:all .35s;min-height:36px;min-width:36px;align-self:center}.acc-step__item-container{transition:all .35s;overflow:hidden;padding:0}.acc-step__item-content{width:calc(50% - 8px);margin-left:auto;display:flex;flex-direction:column;gap:30px}.acc-step__item-content-item{display:flex;flex-direction:column;gap:22px}.acc-step__item-content-title{font-size:20px}.acc-step__item-content-text,.acc-step__item-content-title{font-family:var(--font-manrope),sans-serif;font-weight:500;line-height:normal}.acc-step__item-content-text{font-size:14px;color:#6c7079}.acc-step__item-content-text-block{display:flex;flex-direction:column;gap:8px}@media(max-width:1199px){.acc-step__item-title-text{max-width:100%;width:100%}.acc-step__item-title-step{width:-moz-fit-content;width:fit-content}.acc-step__item-content{width:100%;padding-left:30px;box-sizing:border-box;gap:12px}.acc-step__item-content-item{gap:16px}.acc-step__item-title{gap:6px}.acc-step__item-content-title,.acc-step__item-title-step,.acc-step__item-title-text{font-family:var(--font-manrope),sans-serif;font-size:16px;font-weight:500;line-height:normal}}.card-step{min-height:520px;height:520px;width:401px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;padding:25px;flex:1 0;position:relative;overflow:hidden}.card-step.in-view:after,.card-step.in-view:before{content:"";position:absolute;height:1px;background-color:#1f2630;width:0;left:0;z-index:1;animation:draw-horizontal .6s forwards}.card-step.in-view:before{top:0}.card-step.in-view:after{bottom:0;animation-delay:.3s}.card-step.in-view .v-line-left,.card-step.in-view .v-line-right{content:"";position:absolute;width:1px;height:0;background-color:#1f2630;top:0;z-index:1;animation:draw-vertical .6s forwards}.card-step.in-view .v-line-right{animation-delay:.3s}.card-step.in-view .v-line-left{left:0}.card-step.in-view .v-line-right{right:0}.card-step__title{margin:0;padding:0;text-decoration:none;font-family:var(--font-cygre),sans-serif;font-size:20px;font-weight:700;line-height:115%;color:#1f2630}.card-step__content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.card-step__list{list-style:none;display:flex;flex-direction:column;gap:12px}.card-step__list,.card-step__list-item{margin:0;padding:0;text-decoration:none}.card-step__list-item{color:#6c7079;font-family:var(--font-manrope),sans-serif;font-size:14px;font-weight:500;line-height:normal}.card-step__footer{display:flex;flex-direction:row;align-items:flex-end;gap:24px;justify-content:space-between;height:100%!important}.card-step__number{margin:0;padding:0;text-decoration:none;font-family:var(--font-cygre),sans-serif;font-size:34px;font-weight:700;line-height:115%;color:#8fffd1;text-align:right}.card-step__img{object-fit:cover;object-position:center;width:160px;height:163px;opacity:0;transform:translateY(200px)}.card-step.in-view .card-step__img{animation:step-image .7s ease-out forwards}@keyframes step-image{0%{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}@keyframes draw-horizontal{to{width:100%}}@keyframes draw-vertical{to{height:100%}}@media(max-width:743px){.card-step{min-height:-moz-fit-content;min-height:fit-content;height:-moz-fit-content;height:fit-content;flex:0 1;width:100%}.card-step.in-view:before{background-color:rgba(0,0,0,0)}.card-step.in-view:first-child:before{background-color:#1f2630}.card-step__content{justify-content:flex-start}.card-step__footer{margin-top:30px}}