.v3-how-to{color:var(--text-main)}.v3-how-to .container{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:20px}.v3-how-to__subtitle{background-color:var(--contrast-bg);border-radius:16px;color:var(--contrast-color);font-size:14px;font-weight:500;line-height:150%;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v3-how-to .text-block{max-width:585px}.v3-how-to__steps{display:grid;grid-template-columns:repeat(3,1fr);width:100%;grid-gap:100px;container-type:inline-size}.v3-how-to__steps-card{background:var(--site-bg);border:1px solid var(--line-secondary);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;overflow:hidden;padding:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:16px;justify-content:space-between}.v3-how-to__steps-card__num{background-color:var(--contrast-bg);border-radius:16px;color:var(--contrast-color);font-size:14px;font-weight:500;line-height:150%;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v3-how-to__steps-card__title{font-size:24px;font-weight:600;line-height:130%}.v3-how-to__steps-card__img{background-color:var(--card-bg);border-radius:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;width:100%}.v3-how-to__steps-card__img-content{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:1200px){.v3-how-to__steps{gap:32px}}@media (max-width:1000px){.v3-how-to__steps{gap:32px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.v3-how-to .container{gap:16px}.v3-how-to__steps-card__title{font-size:20px;font-weight:600;line-height:140%}}@media (max-width:600px){.v3-how-to__steps{gap:24px;grid-template-columns:repeat(1,1fr);margin-top:8px}}