.v9-how-to{color:var(--text-main)}.v9-how-to__wrapper{gap:20px}.v9-how-to__steps,.v9-how-to__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v9-how-to__steps{gap:16px}.v9-step{background:var(--card-bg);border:1px solid var(--line-secondary);border-radius:8px;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);box-shadow:0 4px 8px 0 rgba(0,0,0,.04),0 12px 20px 0 rgba(0,0,0,.06);color:var(--text-main);display:grid;gap:32px;grid-template-columns:1fr 346px;grid-template-rows:1fr;padding:24px;position:relative}.v9-step__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:45px;width:100%}.v9-step__num{background:var(--accent-lighten-3);border-radius:6px;color:var(--accent-darken-3);font-size:14px;font-weight:600;left:24px;line-height:150%;padding:8px 16px;position:absolute;text-align:center;top:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v9-step__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:8px;margin-bottom:16px}.v9-step__title{font-size:20px;font-weight:600;line-height:140%}.v9-step .vAll-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v9-step__img{border-radius:8px;height:auto;overflow:hidden;width:100%}.v9-step__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:1024px){.v9-step{padding:16px}.v9-step__num{left:16px;top:16px}}@media (max-width:768px){.v9-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v9-step .vAll-button{width:100%}}