.fundDownloadsSection{display:block}
.fundDownloadsSection.hidden{display:none}
.downloads_cards{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:14px}
.downloads_cards_item{width:24%;border:1px solid #005dac;border-radius:8px;padding:16px;background-color:#fff;display:flex;align-items:center;justify-content:space-between;height:max-content}
.downloads_cards_item>div{display:flex;align-items:center;gap:5px}
.downloads_cards_item>div p{font-weight:500;font-size:14px;line-height:18px;color:#363c41}
.downloads_cards_item a{border:0;background-color:unset;cursor:pointer;text-decoration:none}
.downloads_cards_item img.pdf-icon{width:24px;height:24px}
.downloads_cards_item img.download-icon{width:20px;height:20px}
.fundDownloads{padding:10px 0 20px;background-color:#f5f9ff}
.fundDownloads_header{display:flex;justify-content:space-between;margin-bottom:14px}
.fy-filter-wrap{display:flex;gap:18px;flex-wrap:wrap}
.fy-dropdown{position:relative}
.fy-dropdown select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:12px 20px 12px 12px;border-radius:10px;background:#f2f2f2;font-size:14px;line-height:18px;font-weight:500;cursor:pointer;outline:0;border:1px solid #005eac}
.fy-dropdown:last-child select{width:max-content;min-width:90px}
.fy-dropdown::after{content:"";position:absolute;right:8px;top:46%;width:6px;height:6px;border-right:1.5px solid #000;border-bottom:1.5px solid #000;transform:translateY(-60%) rotate(45deg);transition:.3s;pointer-events:none}
.fy-dropdown.open::after{transform:translateY(-35%) rotate(-135deg)}
.fundDownloads .fundPerformance_body .investment_wrapper_heading{margin:5px 0 18px}
.fy-filter-wrap select option{font-size:12px}
@media(max-width:767px){.downloads_cards_item{width:100%}
}