.techdeck-wrapper{align-items:center;display:flex;flex-direction:column;gap:32px;padding:32px 0}.techdeck-tabs{box-sizing:border-box;flex-wrap:wrap;gap:12px;padding:0 12px}.techdeck-tab,.techdeck-tabs{display:flex;justify-content:center}.techdeck-tab{align-items:center;background:#f7f6f5;border:none;border-radius:6px;color:#000;cursor:pointer;flex-shrink:0;font-family:Roboto-Bold,sans-serif;font-size:16px;font-weight:700;height:48px;padding:0 24px;transition:.2s ease}.techdeck-tab:hover{background-color:#e0e0e0}.techdeck-tab.active{background-color:#2665e2;color:#fff;gap:8px}.techdeck-tab.active:hover{background-color:#3d74f6}.techdeck-content{max-width:900px;width:100%}.techdeck-icons{flex-wrap:wrap;gap:16px;overflow:visible}.techdeck-icon,.techdeck-icons{display:flex;justify-content:center}.techdeck-icon{align-items:center;background:#fff;border:1px solid rgba(14,10,2,.08);border-radius:56px;cursor:pointer;height:100px;transition:transform .2s ease,box-shadow .3s ease;width:100px}.techdeck-icon img{height:50px;object-fit:contain;width:50px}.techdeck-slide.hidden{display:none}.swiper-pagination.techdeck-pagination{margin-top:24px}@media (max-width:768px){.techdeck-tabs{justify-content:space-around;width:100%}.techdeck-tab{flex-basis:calc(50% - 6px);max-width:calc(50% - 6px);padding:0 10px}}@media (max-width:480px){.techdeck-tab{flex-basis:100%;max-width:100%}}