.acp-fund{background:var(--acp-color-surface);font-family:Montserrat,sans-serif}
.acp-fund-box{max-width:1140px;margin:auto;width:100%}
.acp-fund-hero{position:relative;display:flex;align-items:center;min-height:90vh;margin-top:-10%;background-image:var(--acp-fund-image,none);background-position:center;background-repeat:no-repeat;background-size:cover}
.acp-fund-hero--original{background-size:auto;background-color:#f70340}
.acp-fund-hero-overlay{position:absolute;inset:0;background:var(--acp-color-black);opacity:.4}
.acp-fund-hero-content{position:relative;width:100%;padding-top:5%}
.acp-fund-divider{display:flex;justify-content:center;margin-bottom:20px}
.acp-fund-divider:last-child{margin-bottom:0}
.acp-fund-divider hr{width:100px;height:0;border:2px solid var(--acp-color-highlight);transform:rotate(90deg)}
.acp-fund-hero-title{padding:6% 0;margin-bottom:20px;text-align:center}
.acp-fund-hero-title h1{margin:0;color:var(--acp-color-white);font:400 68px/1.2 'Playfair Display',serif}
.acp-fund-intro-inner{padding:10px}
.acp-fund-intro h2{padding:5% 0 1%;margin:0 0 5px;color:var(--acp-color-primary);font:400 50px/1.2 'Playfair Display',serif}
.acp-fund-category,.acp-fund-status{font:500 16px/1.5 Montserrat,sans-serif}
.acp-fund-category{font-style:oblique;margin-bottom:5px}
.acp-fund-main{padding:5% 0}
.acp-fund-columns{display:flex;align-items:stretch}
.acp-fund-description{width:50%;padding:10px;min-width:0}
.acp-fund-prose{display:flow-root;text-align:justify;font:400 16px/1.5 Montserrat,sans-serif;margin-bottom:20px}
.acp-fund-prose>div{padding-right:8%;display:flow-root}
.acp-fund-prose p{margin-top:0;margin-bottom:14.4px}
.acp-fund-prose:last-child{margin-bottom:0}
.acp-fund-prose a{overflow-wrap:anywhere}
.acp-fund-disclosure .acp-link{font-weight:600;line-height:1.5}
.acp-fund-characteristics{width:50%;padding:10px;background:var(--acp-color-primary);color:var(--acp-color-white);min-width:0}
.acp-fund-table-title{padding:10px}
.acp-fund-table-title h3{margin:0;color:inherit;font:600 16px/1 Montserrat,sans-serif}
.acp-fund-row{display:flex;align-items:stretch;border-top:1px solid #ffffff8a;padding:2% 0}
.acp-fund-cell{display:flex;align-items:center;width:50%;padding:10px;min-width:0;font:400 16px/1 Montserrat,sans-serif;overflow-wrap:anywhere}
.acp-fund-cell--label{font-weight:600}
.acp-fund-cell a{color:inherit;font-weight:600}
.acp-fund-cell a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.acp-fund-labels{padding-left:5px}
.acp-fund-labels-inner{padding-left:5px;display:flex}
.acp-fund-label-text{width:66.666%;padding:0}
.acp-fund-labels .acp-fund-category{margin-bottom:0}
.acp-fund-logo{width:33.333%;text-align:left}
.acp-fund-logo img{width:77.129%;height:auto;display:block}
.acp-fund--wide .acp-fund-description{width:54%}
.acp-fund--wide .acp-fund-characteristics{width:46%}
.acp-fund--wide .acp-fund-prose{margin-bottom:0}
.acp-fund--wide .acp-fund-prose>div{margin:-3px}
.acp-fund--wide .acp-fund-intro h2{margin-bottom:0}
@media(max-width:1024px){
.acp-fund-hero{min-height:80vh}
.acp-fund-divider{display:none}
.acp-fund-intro,.acp-fund-main{padding:5%}
.acp-fund-labels,.acp-fund-labels-inner{padding:5%}
}
@media(max-width:767px){
.acp-fund-hero{margin-top:-37%;background-image:var(--acp-fund-mobile-image,var(--acp-fund-image,none));background-position:top right;background-size:cover}
.acp-fund-hero--extended .acp-fund-hero-content{padding-top:15%}
.acp-fund-hero-title{padding:14% 0;margin-bottom:0}
.acp-fund-hero-title h1{font-size:45px}
.acp-fund-intro h2{font-size:32px;padding:5% 0 0}
.acp-fund-columns,.acp-fund-labels-inner{flex-wrap:wrap}
.acp-fund-description,.acp-fund-characteristics,.acp-fund--wide .acp-fund-description,.acp-fund--wide .acp-fund-characteristics,.acp-fund-label-text,.acp-fund-logo{width:100%}
.acp-fund-characteristics{padding:0;margin:5% 0}
.acp-fund-row{flex-wrap:wrap}
.acp-fund-cell{width:100%}
}

.acp-fund:not(.acp-fund--wide) .acp-fund-cell--linked:hover{background-image:linear-gradient(180deg,var(--acp-color-primary) 0%,var(--acp-color-accent) 100%)}
