.category-card{background-color:#fff;border-radius:4px;height:132px;padding-top:16px;padding-bottom:16px;padding-inline-start:8px;padding-inline-end:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;gap:16px;overflow:hidden;position:relative}.category-card .progress{position:absolute;bottom:0;left:0;width:100%;height:2px}.category-card .progress .progress-done{height:inherit;width:0;opacity:0;transition:1s ease;background-color:var(--v3-color-toast-progress-error)}.category-card .cat-icon{min-width:66px;min-height:33px;width:66px;height:33px}.category-card .category-title{font-family:Roboto;font-weight:500;font-size:14px;line-height:18px;color:#363641;transition:all .2s ease-in-out}.category-card:hover .category-title{color:#da382b}#d3_leasing-page{padding:20px 0;gap:32px}#d3_leasing-page .leasing-offers-container{gap:20px;width:100%}#d3_leasing-page .leasing-offers-container .leasing-categories-container{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;width:100%}#d3_leasing-page .leasing-text-container{gap:20px;width:100%;max-width:848px}@media screen and (max-width:1200px){.category-card{height:100px}.category-card .category-title{font-size:12px;line-height:15px}.category-card .cat-icon{min-width:56px;min-height:28px;width:56px;height:28px}#d3_leasing-page{padding:16px 0 12px;gap:18px}#d3_leasing-page .leasing-offers-container{gap:18px}#d3_leasing-page .leasing-offers-container .leasing-offers-title{font-size:28px;line-height:32px}#d3_leasing-page .leasing-offers-container .leasing-categories-container{grid-template-columns:repeat(4,1fr);gap:16px}#d3_leasing-page .leasing-text-container{gap:18px}#d3_leasing-page .leasing-text-container h1{font-size:24px;line-height:28px}}@media screen and (max-width:768px){.category-card .cat-icon{min-width:48px;min-height:24px;width:48px;height:24px}#d3_leasing-page{padding:20px 0;gap:24px}#d3_leasing-page .leasing-offers-container{gap:24px}#d3_leasing-page .leasing-offers-container .leasing-offers-title{font-size:24px;line-height:28px}#d3_leasing-page .leasing-offers-container .leasing-categories-container{grid-template-columns:repeat(2,1fr);gap:12px}#d3_leasing-page .leasing-text-container{gap:16px}#d3_leasing-page .leasing-text-container h1{font-size:20px;line-height:24px}}