.theme-steps{--steps-row-gap: 2rem;--steps-heading-gap: 1rem;--steps-item-gap: .75rem;--steps-item-px: 1.25rem;--steps-list-row-gap: 2rem;--steps-line-color: var(--theme-primary-color)}@media(min-width:992px){.theme-steps{--steps-row-gap: 3rem;--steps-heading-gap: 1.5rem}}.theme-steps__row{row-gap:var(--steps-row-gap)}.theme-steps__heading{display:flex;flex-direction:column;align-items:center;gap:var(--steps-heading-gap);text-align:center}.theme-steps__title{margin:0;color:var(--theme-primary-color)}.theme-steps__heading-line{flex:none;width:6.875rem;height:.5rem}.theme-steps__text{color:var(--theme-text-color-default)}.theme-steps__text>*:first-child{margin-top:0}.theme-steps__text>*:last-child{margin-bottom:0}.theme-steps__list{display:grid;grid-template-columns:1fr;row-gap:var(--steps-list-row-gap);margin:0;padding:0;list-style:none}@media(min-width:768px){.theme-steps__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.theme-steps__list{grid-template-columns:repeat(4,1fr)}}.theme-steps__item{display:flex;flex-direction:column;gap:var(--steps-item-gap)}.theme-steps__item:nth-child(4n+2){--steps-line-color: var(--theme-secondary-color)}.theme-steps__item:nth-child(4n+3){--steps-line-color: var(--theme-accent-green)}.theme-steps__item:nth-child(4n+4){--steps-line-color: var(--theme-alternative-color)}.theme-steps__number{margin:0;padding:0 var(--steps-item-px);color:var(--theme-primary-color);text-align:center}.theme-steps__line{display:block;width:100%;height:.5rem;background-color:var(--steps-line-color)}.theme-steps__body{display:flex;flex-direction:column;gap:var(--steps-item-gap);padding:0 var(--steps-item-px)}.theme-steps__step-title,.theme-steps__step-text{margin:0;color:var(--theme-primary-color)}.theme-steps__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.theme-steps__placeholder{padding:2rem;border:1px dashed var(--theme-base-neutral);border-radius:var(--theme-radius);text-align:center}.theme-steps__placeholder p{margin:0}
