.fund-page{flex-direction:column;flex:1;justify-content:center;width:100%;display:flex}.fund-page a{color:var(--accent-font-color)}.fund-page .section{justify-content:center;padding:0 2rem;display:flex}.fund-page .section.stretch{flex:1;align-items:center;margin:0 -2rem;display:flex}.fund-page .section.top{background-color:#fff9;font-size:2rem}.fund-page .section.stretch .content{width:100%;padding:0 2rem}.fund-page .section .main-title{padding:5rem 0;font-size:3rem;font-weight:700}.fund-page .section .title{width:fit-content;margin-bottom:1rem;font-size:x-large;font-weight:600}.fund-page .section .title:after{content:"";border-bottom:2px solid var(--accent-font-color);width:2rem;display:block}.fund-page .section.gray{background-color:var(--light-gray-color)}.fund-page .section.upper{padding:2rem}.fund-page .tiles-wrapper{flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem 0;display:flex}.fund-page .tiles-wrapper .tile{text-align:center;flex:1;min-width:300px;padding:1rem}.fund-page .tiles-wrapper .tile-title{font-size:larger;font-weight:600}.fund-page .tiles-wrapper .tile-desc{font-weight:100}.fund-page .section.bottom,.fund-page .section.investment-obj{padding:2rem}.fund-page .section.bottom .two-cols{flex-wrap:wrap;gap:2rem;padding:2rem 0;display:flex}.fund-page .section.bottom .two-cols>div{flex:1;min-width:300px}.fund-page .investment-obj{background-blend-mode:lighten;background:#fff9 url(/images/bg_1.png) 100% 0/contain no-repeat}.fund-page .investment-obj .list{padding:2rem 0}.fund-page .investment-obj .list>div{font-weight:600}.fund-page .investment-obj .two-cols{flex-wrap:wrap;flex:1;justify-content:space-between;gap:2rem 6rem;display:flex}.fund-page .investment-obj .two-cols>div{flex:1;min-width:300px;font-weight:600}.fund-page .investment-obj .two-cols>div div{padding-bottom:1rem}.fund-page .investment-obj .two-cols>div img{max-width:100%}.fund-page .investment-obj .two-cols>div .disclaimer{font-size:.625rem;font-weight:200}.fund-page .markets ul{margin:0;padding:2rem;list-style-type:square;list-style-position:outside}.fund-page .markets ul li{margin-bottom:1rem}@media screen and (width<=619px){.fund-page .section.upper .tiles-wrapper,.fund-page .section.bottom .tiles-wrapper{gap:0}}