.row:has(.twz-steps){--row-maxwidth: 96rem}.twz-steps{--steps-gap: 3rem;--steps-item-gap: 4rem;--steps-item-divider-color: var(--grey-300);--steps-item-icon-size: 3.2rem;--steps-tip-icon-size: 2rem;--steps-tip-icon-gap: 1rem}@media(max-width: 767px){.twz-steps{--steps-item-gap: 2rem}}.twz-steps__wrapper{display:flex;flex-direction:column;align-items:center;gap:var(--steps-gap)}.twz-steps__image{width:100%}@media(max-width: 767px){.twz-steps__image{display:none}}.twz-steps__image img{max-height:20rem;-o-object-fit:cover;object-fit:cover}.twz-steps__list{display:grid;grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));gap:var(--steps-gap)}.twz-steps__item{gap:var(--steps-item-gap)}.twz-steps__item:not(:first-child){position:relative}.twz-steps__item:not(:first-child):before{position:absolute;left:calc(var(--steps-item-gap)/2*-1);top:0;content:"";display:block;width:1px;height:100%;background-color:var(--steps-item-divider-color)}.twz-steps__item>img{width:var(--steps-item-icon-size);height:var(--steps-item-icon-size);border:1px solid var(--blue-500);border-radius:50%;padding:.3rem;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.twz-steps__item>img{display:none}}.twz-steps__item .step+p{margin-top:.1em}.twz-steps__tip{color:var(--grey-500);display:flex;align-items:flex-start;gap:var(--steps-tip-icon-gap);font-size:var(--theme-fs-h5)}@media(max-width: 767px){.twz-steps__tip{font-size:1.3rem}}.twz-steps__tip svg{min-width:var(--steps-tip-icon-size);width:var(--steps-tip-icon-size);height:var(--steps-tip-icon-size)}
