.section-how-to-tabs .how-to-tabs__tabs{display:flex;flex-wrap:wrap;margin:0 auto 32px;justify-content:center}.section-how-to-tabs .how-to-tabs__tabs>.tab{order:0;appearance:none;-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border:1px solid #010b13;padding:14px 24px;color:var(--text-color);font-family:var(--font-suisse-condensed);font-size:16px;font-weight:600;text-transform:uppercase;line-height:1;cursor:pointer;background-color:#fff;min-width:150px;margin-bottom:20px}.section-how-to-tabs .how-to-tabs__tabs>.tab.active{background:#010b13;color:#fff}.section-how-to-tabs .how-to-tabs__tabs>.content{order:1;width:100%;flex:0 0 100%;display:none}.section-how-to-tabs .how-to-tabs__tabs>.content.active{display:block}.section-how-to-tabs .how-to-tabs__tabs>.content{background:rgba(0,0,0,0);padding:0;margin:0}.section-how-to-tabs .how-to-tabs__steps{counter-reset:how-to-step;display:grid;grid-template-columns:repeat(var(--how-to-columns-m, 1), minmax(0, 1fr));gap:var(--how-to-gap-m, 16px)}.section-how-to-tabs .how-to-tabs__step{counter-increment:how-to-step;position:relative;padding-top:18px;height:100%}.section-how-to-tabs .how-to-tabs__step-badge{position:absolute;top:0;left:50%;transform:translate(-50%, 10px);z-index:2;background:#fff;border-radius:9999px;padding:7px 22px;font-family:var(--font-suisse-condensed);font-size:18px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;line-height:1;white-space:nowrap}.section-how-to-tabs .how-to-tabs__step-badge::before{content:"STEP " counter(how-to-step)}.section-how-to-tabs .how-to-tabs__step-card{background:#fff;padding:20px;overflow:hidden;height:100%;display:flex;flex-direction:column}.section-how-to-tabs .how-to-tabs__step-media{width:100%}.section-how-to-tabs .how-to-tabs__step-body{padding:16px 16px 0;text-align:center;display:flex;flex-direction:column;gap:10px}.section-how-to-tabs .how-to-tabs__step-title{margin:0}.section-how-to-tabs .how-to-tabs__step-text{margin-left:auto;margin-right:auto}.section-how-to-tabs .how-to-tabs__step-text p{margin:0}@media only screen and (min-width: 769px){.section-how-to-tabs .how-to-tabs__steps{grid-template-columns:repeat(3, minmax(0, 1fr));gap:8px}}