R29 MVP Awards: The Most Valuable Products Of 2024
let prvc = 1000; let curr = 1000; let mobile = false; if (window.innerWidth < 760) { mobile = true; } if (navigator.userAgent.match(/Android|BlackBerry|iPhone|iPad|iPod|Opera Mini|IEMobile/i)) { mobile = true; } function closeCard() { if (prvc != 1000) { let a = ["d" + prvc]; let b = document.getElementById(a); b.style.maxHeight = "1px";