.reports-index{display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.reports-index .report-box{background-color:#fff;border-radius:16px;box-shadow:2px 2px 10px 0 rgb(0 0 0/8%);display:flex;flex-direction:column;padding:16px}.reports-index .report-box img{margin-bottom:8px;max-width:100%}.reports-index .report-box h2{font-size:20px;margin-bottom:8px;text-align:left}.reports-index .report-box .publish-date{font-size:12px;line-height:1;margin-bottom:16px}.reports-index .report-box p{font-size:16px}.reports-index .report-box strong{font-weight:600}.report-box-copy{display:flex;flex:1;flex-direction:column;justify-content:space-between}@media (max-width:990px){.reports-index{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.reports-index{grid-template-columns:repeat(1,1fr)}}.productSubnav{display:flex;gap:24px;margin-bottom:24px}.productSubnavItem{border-radius:50px;line-height:normal;padding:8px 16px;transition:all .2s ease-out}.productSubnavItem.active{pointer-events:none}.productSubnavItem span{font-size:16px;font-weight:500}.productSubnavItem span a{color:#374151!important;font-weight:500;text-decoration:none}.productSubnavItem:hover{background-color:#edfdf5}.productSubnavItem:hover a{color:#10b981!important}.productSubnavItem.active{background-color:#edfdf5}.productSubnavItem.active a{color:#10b981!important}@media (max-width:767px){.productSubnav{gap:16px}.productSubnav a{font-size:13px}.productSubnavItem{padding:8px 12px}}