.fund-page article{background-color:var(--secondary);padding-top:200px;padding-inline:80px}.fund-page article .container-article{max-width:2200px;margin:0 auto}@media screen and (max-width:1440px){.fund-page article{padding-inline:64px}}@media screen and (max-width:1024px){.fund-page article{padding-inline:40px}}.fund-page article .fund-show-desk{display:inherit}@media screen and (max-width:1024px){.fund-page article .fund-show-desk{display:none!important}}.fund-page article .fund-show-mobile{display:none}@media screen and (max-width:1024px){.fund-page article .fund-show-mobile{display:inherit}}.fund-page article .fund-navigation{display:flex;width:100%;justify-content:space-between;margin-bottom:80px;padding:20px 0;align-items:center}@media screen and (max-width:1024px){.fund-page article .fund-navigation{display:none}}.fund-page article .fund-navigation svg{cursor:pointer}.fund-page article .fund-navigation .navigation-arrows{display:flex;gap:20px;align-items:center}.fund-page article .fund-details{display:flex;width:100%;gap:80px}.fund-page article .fund-details .chart-container{display:block;width:100%;height:700px;max-width:50vw}@media screen and (max-width:1440px){.fund-page article .fund-details{flex-direction:column}.fund-page article .fund-details .chart-container{max-width:100%;height:unset}}.fund-page article .fund-details .fund-information{width:50vw}@media screen and (max-width:1440px){.fund-page article .fund-details .fund-information{width:100%}}.fund-page article .fund-details .fund-information h3{color:rgba(var(--primary-rgb),.87);font-size:50px;font-weight:300;padding-bottom:80px;line-height:1}.fund-page article .fund-details .fund-information div{padding-block:18px;display:flex;justify-content:space-between;color:rgba(var(--primary-rgb),1);font-size:14px;gap:40px;font-weight:400;border-bottom:1px solid rgba(var(--primary-rgb),.1)}.fund-page article .fund-details .fund-information div span:last-child{text-align:end;font-weight:600}.fund-page article .fund-details .fund-information div:last-child{border-bottom:none}@media screen and (max-width:1440px){.fund-page article .fund-details .fund-information h3{font-size:32px;padding-bottom:48px}}@media screen and (max-width:1024px){.fund-page article .fund-details .fund-information h3{font-size:24px;font-weight:700}}.fund-page article .fund-info{margin-top:150px;display:flex;justify-content:space-between;gap:40px;padding-bottom:100px}@media screen and (max-width:1024px){.fund-page article .fund-info{flex-direction:column;margin-top:100px}}.fund-page article .fund-info h3{color:rgba(var(--primary-rgb),.87);font-size:50px;font-weight:400;width:350px;max-width:100%;line-height:1}@media screen and (max-width:1440px){.fund-page article .fund-info h3{font-size:24px;line-height:1}}@media screen and (max-width:1024px){.fund-page article .fund-info h3{font-size:20px}}.fund-page article .fund-info .info-content{width:65vw;display:flex;gap:40px;flex-direction:column}@media screen and (max-width:1024px){.fund-page article .fund-info .info-content{width:100%}}.fund-page article .fund-info .info-content h4{color:rgba(var(--primary-rgb),.87);font-size:40px;line-height:1.65;font-weight:300}@media screen and (max-width:1919px){.fund-page article .fund-info .info-content h4{font-size:24px}}@media screen and (max-width:1024px){.fund-page article .fund-info .info-content h4{font-size:16px}}.fund-page article .fund-info .info-content video{height:660px;width:100%;object-fit:cover;display:block!important}@media screen and (max-width:1400){.fund-page article .fund-info .info-content video{height:400px}}@media screen and (max-width:1024px){.fund-page article .fund-info .info-content video{height:448px}}.fund-page article .fund-documents{color:rgba(var(--primary-rgb),.87);display:flex;gap:40px;justify-content:space-between;flex-wrap:nowrap;padding-top:40px;padding-bottom:60px}@media screen and (max-width:1024px){.fund-page article .fund-documents{flex-wrap:wrap}}.fund-page article .fund-documents h3{color:rgba(var(--primary-rgb),.87);font-size:50px;font-weight:400}@media screen and (max-width:1024px){.fund-page article .fund-documents h3{font-size:20px}}.fund-page article .fund-documents .document-container{width:65vw;display:flex;flex-wrap:wrap;gap:2px}@media screen and (max-width:1024px){.fund-page article .fund-documents .document-container{width:100%}}.fund-page article .fund-documents .document-container .item-card{background-color:var(--white);max-width:292px;height:304px;padding:32px;display:flex;flex-grow:1;cursor:pointer;flex-direction:column;justify-content:space-between;align-items:start;color:rgba(var(--primary-rgb),.87);font-weight:600;font-size:17px;flex:0 0 24%}@media screen and (max-width:1300px){.fund-page article .fund-documents .document-container .item-card{flex:unset;min-width:240px}}@media screen and (max-width:1024px){.fund-page article .fund-documents .document-container .item-card{font-weight:600;font-size:12px;width:100%}}.chart .chart-filters{display:flex;gap:8px;margin-bottom:40px}.chart .chart-filters button{height:24px;text-transform:none;font-size:14px;font-weight:400;padding:0 16px}.chart .chart-filters button.selected{background-color:transparent;border:1px solid rgba(var(--primary-rgb),.16);color:rgba(var(--primary-rgb),.87)}