:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{visibility:hidden;width:max-content;position:absolute;top:0;left:0;padding:8px 16px;border-radius:3px;font-size:90%;pointer-events:none;opacity:0;transition:opacity .3s ease-out;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{position:absolute;background:inherit;width:8px;height:8px;transform:rotate(45deg)}.styles-module_no-arrow__KcFZN{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{visibility:visible;opacity:var(--rt-opacity)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{width:100%;background-color:#e9e9e9}.rc-slider-rail,.rc-slider-track{position:absolute;height:4px;border-radius:6px}.rc-slider-track{left:0;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:2px solid #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;display:block!important;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform-origin:50% 100%;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{opacity:0;transform-origin:50% 100%;transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,html *{box-sizing:border-box}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}a{color:#304268;text-decoration:none}a:hover{color:#283757}::placeholder{color:#304268;opacity:1}:-ms-input-placeholder{color:#304268}::-ms-input-placeholder{color:#304268}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media print{body{position:relative}@page{size:auto}.scb-header{position:static!important}.fund-compare-chart-section .recharts-responsive-container{page-break-after:always}.scb-app--details__content .performance-pane .interactive-chart{page-break-before:always}.piechart-wrapper{page-break-inside:avoid}}hr{border:unset;border-top:1px solid #eaeaea;width:90%}body{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.425;color:#304268}h1,h2,h3{line-height:normal}h1{font-size:146%;line-height:130%}@media only screen and (min-width:813px){h1{font-size:32px;line-height:140%}}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6,p{font-size:16px}input[type=email],input[type=number],input[type=text],input[type=url]{font-weight:500;font-size:16px}strong{font-weight:700}.withBgImage{background-image:url(/_next/static/media/bg-risk-tolerance.2fe0495e.png);background-attachment:fixed;background-size:cover;background-position:50%;background-repeat:no-repeat;height:100%}.withBgImage #__next{width:100%;height:100%;position:fixed}@media only screen and (min-width:813px){.withBgImage #__next{width:auto;position:relative}}.layout{display:flex;flex-direction:column;overflow:hidden}.layout--singleApp{height:100%;position:relative}.layout--singleApp .layout__main{height:100%}@media only screen and (min-width:813px){.layout--singleApp .layout__main{height:100vh}}.layout--singleApp .layout__main .container{max-width:800px;height:100%}.layout--singleApp .logo{display:none}@media only screen and (min-width:1025px){.layout--singleApp .logo{display:block;position:fixed;top:42px;left:40px}}.layout--withNavbar .layout__main{height:calc(100vh - 112px);display:flex;align-items:center;justify-content:center;position:relative}.layout--withNavbar .layout__main .container{max-width:800px;height:100%;overflow:auto}@media only screen and (min-width:813px){.layout--withNavbar .layout__main .container{height:auto;width:800px}}.layout--withSidebar{display:flex;overflow:unset}.layout--withSidebar .layout__main{overflow:auto;padding:20px 0 0;flex:1 1}.layout--withSidebar .layout__main .container{display:flex;justify-content:space-between;max-width:1354px}@media only screen and (min-width:736px){.layout--withSidebar .layout__main{padding:20px 8px 8px}}@media only screen and (min-width:813px){.layout--withSidebar .layout__main{width:100%;margin:auto}}.layout--withSidebar .layout__main__sidebar{display:none}@media only screen and (min-width:736px){.layout--withSidebar .layout__main__sidebar{min-width:230px;margin-right:20px}}@media only screen and (min-width:813px){.layout--withSidebar .layout__main__sidebar{display:block;min-width:25%}}@media only screen and (min-width:1025px){.layout--withSidebar .layout__main__sidebar{min-width:280px;max-width:280px;margin-right:40px}}.layout--withSidebar .layout__main__content{flex-grow:1;min-height:300px}@media only screen and (min-width:813px){.layout--withSidebar .layout__main__content{min-width:714px}}.layout--default .layout__main{height:calc(100vh - 112px);overflow:auto}.layout--default .layout__main .container{max-width:1216px}.layout--distributors .layout__main{height:calc(100vh - 112px);background:linear-gradient(#f1f7fe,#fff,#fff,#fff);overflow:auto}.layout--distributors .layout__main .container{max-width:1216px}.layout--distributors .layout__main__content .container{padding:0 20px}.layout--blog .layout__main{height:calc(100vh - 112px);background:linear-gradient(#f1f7fe,#fff);overflow:auto}.layout--blog .layout__main .container{max-width:1216px}.layout--blog .layout__main__content .container{padding:0 20px}.layout--blogArticle .layout__main{height:calc(100vh - 112px);background:linear-gradient(#f1f7fe,#fff);overflow:auto}.layout--blogArticle .layout__main__content{padding:0 20px}@media only screen and (min-width:813px){.layout--blogArticle .layout__main__content{padding:unset}}.layout--blogArticle .layout__main__content .containerArticle{max-width:1216px;border-bottom:unset;margin:auto}.layout--blogArticle .layout__main__content .container{max-width:1216px;background:#fff;border-radius:8px;-o-border-radius:8px;padding:20px;margin-bottom:20px}@media only screen and (min-width:813px){.layout--blogArticle .layout__main__content .container{padding:40px}}.layout--compare,.layout--details,.layout--riskReturn{display:flex;overflow:unset}.layout--compare .layout__main,.layout--details .layout__main,.layout--riskReturn .layout__main{flex:1 1}.layout--details .layout__main .container,.layout--riskReturn .layout__main .container{max-width:1216px}.layout .container{margin:0 auto}.container{max-width:94%}.container--2cols{display:flex;flex-direction:column}@media only screen and (min-width:736px){.container--2cols{flex-direction:row}}.container--2cols .container__item{width:100%}.container--withMinWidth{flex-direction:row}.container--withButtons,.container--withButtons a+div{display:flex;flex-direction:column}.container--withButtons a+div{margin-top:15px}@media only screen and (min-width:813px){.container--withButtons a+div{flex-direction:row;margin-top:unset}}.container--withButtons a+div .nw-btn{margin-bottom:10px}@media only screen and (min-width:813px){.container--withButtons a+div .nw-btn{margin-bottom:unset}}.container--withButtons a+div>div{width:100%;margin-bottom:10px}@media only screen and (min-width:813px){.container--withButtons a+div>div{width:unset;margin-bottom:unset}.container--withButtons{align-items:center;flex-direction:row;justify-content:space-between}.container--withButtons .nw-btn{margin-right:10px}.container--withButtons div+div{margin-left:10px}}.container--withMinHeight{min-height:300px}@media only screen and (min-width:736px){.container--withPadding{padding:0 15px}}.container--empty{display:flex;align-items:center;justify-content:center;border:1px solid #eaeaea;margin-bottom:20px!important}.nw-app{width:100%}.nw-app__main{border:1px dotted red}.nw-app .container{margin:0 auto}.scb-app{width:100%;position:relative}.scb-app main{background:#fff}.scb-app .container{margin:0 auto}.scb-app__notes{max-width:1024px;margin:auto;color:#3c90f4;padding:0 10px}@media only screen and (min-width:1025px){.scb-app__notes{max-width:1025px}}@media only screen and (min-width:1224px){.scb-app__notes{max-width:1224px}}.scb-app.scb-app--home .hero-banner{margin-top:62px}@media only screen and (min-width:813px){.scb-app.scb-app--home .hero-banner{margin-top:120px}}@media only screen and (min-width:1025px){.scb-app.scb-app--home .container{max-width:1025px}}@media only screen and (min-width:1224px){.scb-app.scb-app--home .container{max-width:1224px}}.scb-app.scb-app--details{position:relative}.scb-app.scb-app--details .breadcrumbs{margin-top:62px}@media only screen and (min-width:813px){.scb-app.scb-app--details .breadcrumbs{margin-top:120px}}.scb-app.layout-compare .breadcrumbs{margin-top:62px}@media only screen and (min-width:813px){.scb-app.layout-compare .breadcrumbs{margin-top:120px}}.scb-app.scb-app--Information{overflow:hidden}.scb-app.scb-app--Information .container--error{margin-top:62px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.scb-app.scb-app--Information .container--error h3{margin:0}.scb-app.scb-app--Information .container--error a{margin-top:20px}@media only screen and (min-width:813px){.scb-app.scb-app--Information .container--error{margin-top:120px;min-height:400px}}.positive{color:#00a546}.negative{color:#d0021b}.dv-star-rating{display:flex}.dv-star-rating label img{width:84%}.pdf-icon{display:block}.pdf-icon img{width:24px;position:relative;top:-4px;right:-7px}.fund1{border-bottom:2px solid #26b4ff}.fund2{border-bottom:2px solid #33a02c}.fund3{border-bottom:2px solid #fe7f7f}.fund4{border-bottom:2px solid #f0d05d}.colorCode{width:16px;height:16px;border:5px solid #26b4ff;display:inline-block;border-radius:16px;-o-border-radius:16px}.colorCode--1{border-color:#26b4ff}.colorCode--2{border-color:#33a02c}.colorCode--3{border-color:#fe7f7f}.colorCode--4{border-color:#f0d05d}.colorCode--5{border-color:#897ffe}.colorCode--6{border-color:#1ced18}.colorCode--7{border-color:#ff8a35}.notRated{color:#9296a0;display:block;padding-top:4px}.noData{display:flex;align-items:center;justify-content:center;min-height:300px}@media only screen and (min-width:813px){.noData{min-height:52vh}}.rc-slider-disabled{background-color:unset;opacity:.75}.rc-slider-disabled:hover{cursor:not-allowed}.chartSlider .slick-dots{bottom:10px}.chartSlider .slick-dots li button:before{color:#3c90f4;font-size:10px}.scb-button{background:inherit;border:1px solid transparent;min-height:42px;line-height:normal;display:inline-block;text-align:center;padding:10px 20px;outline:none;font-size:16px;cursor:pointer;font-weight:300;-webkit-appearance:none;-moz-appearance:none;appearance:none}.scb-button.scb-button--outline{background:inherit;border-color:#eaeaea;color:inherit}.scb-button.scb-button--midSize{min-height:48px;max-height:48px}.scb-button.scb-button--bigSize{min-height:52px;max-height:52px}.scb-button.scb-button--primary{background:#3c90f4;color:#fff}.scb-button.scb-button--primary:focus,.scb-button.scb-button--primary:hover{background:#2482f3}.scb-button.scb-button--primary.scb-button--outline{background:inherit;border-color:#3c90f4;color:#3c90f4}.scb-button.scb-button--primary.scb-button--outline:focus,.scb-button.scb-button--primary.scb-button--outline:hover{border-color:#2482f3;color:#2482f3}.scb-button.scb-button--secondary{background:#304268}.scb-button.scb-button--secondary.scb-button--outline{background:inherit;border-color:#304268;color:#304268}.scb-button.scb-button--azure{background:#fff;color:#727272;border-radius:24px;border-color:#f0f0f0}.scb-button.scb-button--azure.scb-button--outline{background:inherit;border-color:#0091ea;color:#0091ea}.scb-button.scb-button--reset{border-radius:42px;-o-border-radius:42px;margin:0 0 0 10px;width:42px;padding:2px;display:flex;justify-content:center}.scb-button.scb-button--compare,.scb-button.scb-button--reset{background:#0091ea;color:#fff;box-shadow:0 8px 12px 0 rgba(0,0,0,.25);min-height:42px}.scb-button--pill,.scb-button.scb-button--compare{border-radius:24px}.scb-button--loadmore{color:rgba(0,0,0,.3);padding-left:38px}.scb-button--loadmore:disabled{display:none}.nw-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:8px;-o-border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:none}.nw-btn+.nw-btn{margin-left:5px}@media only screen and (min-width:813px){.nw-btn+.nw-btn{margin-left:10px}}.nw-btn:hover{cursor:pointer}.nw-btn:focus{outline:none}.nw-btn:disabled{cursor:not-allowed;opacity:.5}.nw-btn--fullWidth{width:100%}.nw-btn:not(.nw-btn--icon){padding:0 10px}.nw-btn:not(.nw-btn--big){min-height:42px;font-size:16px}.nw-btn:not(.nw-btn--big).nw-btn--tab{min-height:34px;font-size:14px}@media only screen and (min-width:736px){.nw-btn:not(.nw-btn--big).nw-btn--tab{min-height:42px;font-size:16px}}.nw-btn--rounded{border-radius:42px;-o-border-radius:42px}.nw-btn--big{min-height:52px;font-size:18px}.nw-btn--icon{background:transparent;min-height:42px;max-height:52px}.nw-btn--link{background:transparent;padding:unset!important}.nw-btn--tab.nw-btn--primary{padding:0 10px}@media only screen and (min-width:813px){.nw-btn--tab.nw-btn--primary{padding:0 20px}}.nw-btn--tab.nw-btn--primary.nw-btn--outline{background:#fff;border-color:#fff}.nw-btn--primary{color:#fff;background:#3c90f4;border:1px solid #3c90f4}.nw-btn--primary:active,.nw-btn--primary:focus,.nw-btn--primary:hover{background:#2482f3}.nw-btn--primary.nw-btn--outline{background:inherit;color:#3c90f4}.nw-btn--primary.nw-btn--link{color:#3c90f4;background:unset;border:unset}.nw-btn--primary.nw-btn--tab.nw-btn--disabled{color:#9296a0;border:.5px solid #9296a0;background:none}.nw-btn--primary.nw-btn--inverted{background:#f1f7fe;border-color:#f1f7fe;color:#3c90f4}.nw-btn--secondary{color:#fff;background:#304268;border:1px solid #304268}.nw-btn--secondary:active,.nw-btn--secondary:focus,.nw-btn--secondary:hover{background:#283757}.nw-btn--secondary.nw-btn--outline{background:#fff;color:#304268}.nw-btn--secondary.nw-btn--link{color:#304268;background:unset;border:unset}.nw-btn--tertiary{color:#fff;background:#f1f7fe;border:1px solid #f1f7fe}.nw-btn--tertiary:active,.nw-btn--tertiary:focus,.nw-btn--tertiary:hover{background:#d9e9fc}.nw-btn--tertiary.nw-btn--outline{background:inherit;color:#f1f7fe;background:unset;border:unset}.nw-btn--warning{color:#fff;background-color:#d0021b}.comparePortfolio .nw-btn--disabled{background:#9296a0;border-color:#9296a0;opacity:.4}.__react_component_tooltip.type-light{background-color:#e5f6ed;border-color:#e5f6ed;padding:10px;font-size:14px;margin-left:6px;color:#304268;line-height:21px;z-index:10000}.tooltip{z-index:10000}.tooltip--withMaxWidth{font-size:13px!important;max-width:350px}@media only screen and (min-width:813px){.tooltip--withMaxWidth{max-width:450px}}.tooltip ol{list-style:none;margin:unset;padding:10px 20px}.tooltip ol li{display:flex;align-items:center;justify-content:space-between;padding:5px 0}.tooltip ol li small{font-size:12px}.disclaimer,.tooltip ol li+li{border-top:1px solid #eaeaea}.disclaimer{background:#f9f9f9;min-height:110px;display:block}.disclaimer .container{font-size:14px;text-align:center;padding:20px}.disclaimer .container p{font-size:11px;font-weight:300;text-align:justify}.disclaimer .container article{margin-bottom:10px}.disclaimer .container h5{font-weight:300;text-transform:uppercase;margin:10px 0 20px}.disclaimer .container ol{font-weight:300;padding-left:20px}.disclaimer .container li{padding-left:15px}.disclaimer .container__poweredBy{width:100px}@media only screen and (min-width:813px){.disclaimer .container{padding:30px 0 20px}}.accordion{border-bottom:1px solid #eaeaea}.accordion.active .accordion__header{background:#fff}.accordion.active .accordion__header__arrow{transform:rotate(180deg)}.accordion.active .accordion__content{background:#fff}.accordion.active .accordion__content *{visibility:visible}.accordion__header{padding:18.1818181818px 0;min-height:38px;transition:background-color .6s ease;display:flex;align-items:center;justify-content:space-between}.accordion__header__title{flex-grow:1;font-weight:700}.accordion__header__title:hover{cursor:pointer}.accordion__header__arrow{width:16px;height:16px;display:inline-block;background-image:url(/_next/static/media/arrow-down.778350cb.svg);background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;transform:rotate(0deg)}.accordion__content{transition:max-height .3s ease;background-color:#fff;overflow:auto}.accordion__content>div{font-size:14px;padding:0 10px 10px}.accordion__content>div *{visibility:hidden}.accordion__content button{font-size:14px!important}.nw-checkmark{padding:6.6666666667px 0;position:relative}.nw-checkmark__label{-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;display:flex;align-items:center;cursor:pointer}.nw-checkmark__label__button{width:14px;height:14px;content:"";position:absolute;background-image:url(/_next/static/media/option.9df41230.svg);background-repeat:no-repeat}.nw-checkmark__label__text{flex-grow:1;color:#304268;padding-left:20px}.nw-checkmark__input{display:none;height:0;width:0;visibility:hidden}.nw-checkmark__input:disabled+.nw-checkmark__label{cursor:not-allowed}.nw-checkmark__input:disabled+.nw-checkmark__label.nw-checkmark__label:hover .nw-checkmark__label__button{background-color:#eaeaea;background-image:none}.nw-checkmark__input:checked+.nw-checkmark__label .nw-checkmark__label__button{background-image:url(/_next/static/media/option-checked.c28a2df0.svg)}.advanced-filters>div{width:100%;padding:10px 10px 0}@media only screen and (min-width:813px){.advanced-filters>div{padding:10px}}.advanced-filters .scb-button{border:1px solid #eaeaea;width:100%}.advanced-filters .scb-button span{font-size:88%}.advanced-filters .reset-container{display:flex;justify-content:flex-start;align-items:center;padding-left:21px;margin-top:10px}@media only screen and (min-width:813px){.advanced-filters .reset-container{margin-top:0}}.advanced-filters .reset-container .reset-text{font-family:Inter,sans-serif;font-weight:400;color:#304268;cursor:pointer}.advanced-filters .reset-container .reset-icon{margin-right:8px}@media only screen and (min-width:813px){.advanced-filters{display:flex}.advanced-filters>div:not(.reset-container){width:25%;padding:0}.advanced-filters .reset-container{width:18%}}.scb-button.scb-button--filter-dropdown{display:flex;justify-content:space-between;align-items:center;padding-right:10px;padding-left:15px;text-transform:uppercase;color:#304268;font-size:92%}.scb-button.scb-button--filter-dropdown>span{font-weight:500}.scb-button.scb-button--filter-dropdown.active{background:#eaeaea}.scb-button.scb-button--filter-dropdown.active .icon{transform:translateY(50%) rotate(-180deg)}.scb-button.scb-button--filter-dropdown .icon{transform:translateY(50%);transition-property:transform;transition-duration:.5s;margin-top:-8px;margin-left:20px;color:#304268}.scb-button.scb-button--filter-dropdown .icon svg{padding:0;display:block}.filter-dropdown-list{width:95vw;text-align:left}@media only screen and (min-width:813px){.filter-dropdown-list{width:240px}}.fund-navigation{background:#f9f9f9;display:block}.fund-navigation .container{padding:20px 0}.fund-navigation .container .nav-buttons{padding:0}@media only screen and (min-width:813px){.fund-navigation .container .nav-buttons{padding:20px 0}.fund-navigation .container .nav-buttons .tab-list button{border-radius:52px;-o-border-radius:52px;margin-right:10px;border-style:dashed}.fund-navigation .container .nav-buttons .tab-list button+button{border-left:1px dashed #eaeaea}}.fund-navigation .container .pdf-download{height:42px}.fund-navigation .container .pdf-download a{display:flex;line-height:42px}.fund-navigation .container .pdf-download a img{line-height:42px}.fund-navigation .container .pdf-download a button{padding-left:0}.fund-navigation .container .fund-navigation__other-actions{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding:0 10px}.fund-navigation .container .fund-navigation__other-actions .scb-button{color:#304268}@media only screen and (min-width:813px){.fund-navigation .container .fund-navigation__other-actions{padding:0}}.compare-buttons-group{bottom:60px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center}.compare-buttons-group .scb-button--compare{min-width:160px}.compare-buttons-group .scb-button--reset{min-width:42px;height:42px}.compare-buttons-group--pre-login{position:fixed;bottom:60px;z-index:3}.compare-buttons-group--post-login{position:absolute;top:850px;z-index:1;align-items:flex-start}.funds-list-item__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none}.funds-list-item__checkbox:hover~.tooltip-container{visibility:visible}.subscribe-button{display:inline-block;padding:5px}.search-bar{display:flex}.search-bar input{margin-left:12px;border:1px solid #eaeaea;font-size:14px;letter-spacing:1px;color:#3c90f4;width:90%;outline:none;height:27px;padding-top:2px;padding-left:14px;border-radius:26px;-o-border-radius:26px;background:#f6f6f6;display:flex;align-items:center}.search-bar input:active,.search-bar input:focus{color:#3c90f4;background:#e5f6ed}.popup-content{padding:0!important}.popup-content .modal{width:480px;box-shadow:0 8px 16px 0 rgba(0,0,0,.02);background-color:#fff}.popup-content .modal .header{width:100%;font-size:18px;text-align:center;padding:0;width:480px;height:56px;background-color:#00a546;display:flex;align-items:center;justify-content:center}.popup-content .modal .header .select-settlement-mo{width:178px;height:24px;font-family:Inter,sans-serif;font-size:16px;font-weight:300;font-style:normal;font-stretch:normal;line-height:1.5;letter-spacing:normal;text-align:center;color:#fff}.popup-content .modal .content{width:100%;padding:10px 5px}.popup-content .modal .actions{margin:auto;width:100%;padding:10px 5px;text-align:center}.popup-content .modal .close{cursor:pointer;position:absolute;display:block;padding:2px 5px;line-height:20px;right:-10px;top:-10px;font-size:24px;background:#fff;border-radius:18px;border:1px solid #cfcece}.popup-content .modal .combined-shape{outline:none;cursor:pointer}.popup-content .modal .combined-shape+.combined-shape{margin:0;border-right:1px solid #eaeaea;cursor:pointer}.popup-content .modal .combined-shape{width:210px;height:52px;background-color:hsla(0,0%,100%,.965);border:1px solid #eaeaea;border-right:none}.popup-content .modal .combined-shape .option{width:65px;height:19px;font-family:Inter,sans-serif;font-size:16px;font-weight:300;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#727272}.popup-content .modal .combined-shape.last-item{border-right:1px solid #eaeaea}.funds-list-item .funds-list-item__checkbox{min-width:24px;height:24px;padding:0;text-align:left;align-self:flex-start;border:none;outline:inherit;background:none;cursor:pointer;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiNGMEYwRjAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyIDBDNS4zNzMgMCAwIDUuMzczIDAgMTJzNS4zNzMgMTIgMTIgMTIgMTItNS4zNzMgMTItMTJTMTguNjI3IDAgMTIgMHptLTEuNjAzIDE2LjUzN0w1LjYxOCAxMS45OGwxLjgzNi0xLjc1IDIuOTQyIDIuODA3IDYuMjQyLTUuOTU0IDEuODM1IDEuNzUxLTguMDc2IDcuNzA0eiIvPgo8L3N2Zz4K")}.funds-list-item .funds-list-item__checkbox.active{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGZpbGw9IiMwMDkxZWEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEyIDBDNS4zNzMgMCAwIDUuMzczIDAgMTJzNS4zNzMgMTIgMTIgMTIgMTItNS4zNzMgMTItMTJTMTguNjI3IDAgMTIgMHptLTEuNjAzIDE2LjUzN0w1LjYxOCAxMS45OGwxLjgzNi0xLjc1IDIuOTQyIDIuODA3IDYuMjQyLTUuOTU0IDEuODM1IDEuNzUxLTguMDc2IDcuNzA0eiIvPgo8L3N2Zz4K");background-repeat:no-repeat}.funds-list-item .funds-list-item__label{margin-left:0;margin-right:auto;text-align:left;display:flex}.funds-list-item .funds-list-item__label h3{font-weight:300;margin:0 0 10px;font-size:16px;font-style:400}.funds-list-item .funds-list-item__label .funds-list-item__label__tags span{padding:5px 6.6666666667px;margin-right:8px;margin-bottom:4px;display:inline-block;font-size:12px;font-weight:300;border-radius:2px;border:1px solid #f0f0f0;color:#bdbdbd}.funds-list-item__returns{color:#304268}.funds-list-item__returns--positive{color:#00a546}.funds-list-item__returns--negative{color:#d0021b}.funds-list-item__no-risk{width:80px;font-size:18px;padding-right:10px}.fund-banner-container{display:none;width:0;padding:0!important}.fund-banner-container .funds-list__row-banner{top:0;left:40px;background-color:#fff;height:100%;width:310px;position:absolute;right:0;display:none;display:flex;padding:20px}.fund-banner-container .funds-list__row-banner span{cursor:pointer;max-width:60%}.fund-banner-container .funds-list__row-banner{justify-content:space-between;align-items:center;text-align:left;white-space:inherit h3;white-space-max-width:60%}.fund-banner-container .funds-list__row-banner .scb-button{width:80px;font-size:80%;padding:unset;height:36px}.rt-tbody .funds-list-item .fund-banner-container:hover,.rt-tbody .funds-list-item .rt-td:nth-child(n+2):hover~.fund-banner-container{display:flex}.top-performance-header{height:48px;background-color:#0091ea;text-transform:uppercase;display:flex;align-items:center;justify-content:left;color:#fff;padding-left:40px}.hero-banner{background-size:cover;background-position:center 60%;background-repeat:no-repeat}.hero-banner .container{display:flex;justify-content:space-between;min-height:280px;position:relative}.hero-banner .container article{background:hsla(0,0%,100%,.965);padding:20px;align-self:flex-end;position:absolute;top:100%}.hero-banner .container article h3{margin-top:0;font-weight:300}.hero-banner .container article .scb-button{line-height:32px;text-transform:uppercase}.hero-banner .container__links{padding:20px}.hero-banner .container__links .scb-button{border-radius:5px;-o-border-radius:5px;line-height:20px}.hero-banner .container__links .scb-button+.scb-button{margin-left:10px}@media only screen and (min-width:813px){.hero-banner .container__links{padding:unset}.hero-banner{align-items:flex-end}.hero-banner .container{padding:14px 0;min-height:360px;margin-bottom:0}.hero-banner .container article{position:relative;max-width:480px;align-self:flex-end;border-top:3px solid #3c90f4;box-shadow:0 3px 6px rgba(35,35,35,.125)}}.about-fund-tab{background:#fff;padding:20px;display:block}.about-fund-tab .container{margin:0}.about-fund-tab h3{font-weight:400}.fund-documents{background:#f9f9f9;border-top:1px solid #eaeaea;padding:10px 20px 30px}.fund-documents h3{font-weight:300}@media only screen and (min-width:813px){.fund-documents{padding:20px 0 40px}}@media only screen and (min-width:736px){.fund-documents{padding:20px}.fund-documents .fund-documents__list{display:flex;flex-flow:row wrap;justify-content:space-between}.fund-documents .fund-documents__list .fund-documents__list__item{width:47%;margin-bottom:0}}.fund-documents__list__item{display:flex;justify-content:space-between;border-bottom:1px solid #eee;align-items:center;padding:20px 0}.fund-documents__list__item h6{margin:0;font-weight:400}.fund-documents__list__item p{margin-top:8px;margin-bottom:25px}.fund-documents__list__item a{display:flex;align-items:center;color:#0967a1;font-weight:700}@media only screen and (min-width:813px){.fund-documents__list__item{margin-bottom:20px}}.fund-item-list{display:flex;flex-direction:column;flex-flow:wrap;justify-content:space-between}.fund-item-list .fund-item{width:100%;min-height:62px}@media only screen and (min-width:736px){.fund-item-list .fund-item{width:48%}}.fund-item{display:flex;align-items:center;justify-content:space-between;width:50%;padding:10px 0;font-size:94%;border-bottom:1px solid #eaeaea}.fund-item .fund-item__value{flex-grow:1;text-align:right}.investment-opportunity{background:#f9f9f9;padding:20px}.investment-opportunity .investment-opportunity__head>header>div{margin-bottom:10px}.investment-opportunity .investment-opportunity__head>header>div span{font-size:14px;color:#bdbdbd}.investment-opportunity .investment-opportunity__head>header>div span.currency{background:#757575;color:#fff;padding:3px 8px;border-radius:2px;-o-border-radius:2px}.investment-opportunity .investment-opportunity__head>header>div span+span{margin-left:6.6666666667px}.investment-opportunity .investment-opportunity__head>header h1{margin:0}.investment-opportunity .investment-opportunity__head>header h1+h1{margin-bottom:14px}.investment-opportunity .investment-opportunity__head button{width:100%}.investment-opportunity .investment-opportunity__head .positive-number{color:#00a546}.investment-opportunity .investment-opportunity__head .negative-number{color:#d0021b}.investment-opportunity .investment-opportunity__head .dash{color:#000}.investment-opportunity .investment-opportunity__head .scb-button--getStarted{white-space:nowrap}.investment-opportunity .investment-opportunity__tags{list-style:none;margin:5px 0;padding:0;display:flex}.investment-opportunity .investment-opportunity__tags li{display:inline-block;padding:3px 8px;font-size:12px;background:#fff;border:1px solid #eaeaea;color:#bdbdbd;border-radius:2px;-o-border-radius:2px}.investment-opportunity .investment-opportunity__tags li+li{margin-left:6.6666666667px}.investment-opportunity .investment-opportunity__tags+p strong{margin-right:10px}.investment-opportunity .investment-opportunity__tags+p small{color:#bdbdbd;text-transform:uppercase}.investment-opportunity .investment-opportunity__objective{padding:10px 28px;background:#fff;margin-top:20px}@media only screen and (min-width:813px){.investment-opportunity{padding:40px 0}.investment-opportunity .investment-opportunity__head{display:flex;justify-content:space-between;flex-direction:row}.investment-opportunity .investment-opportunity__head button{width:auto;margin-top:40px}.investment-opportunity .scb-button--getStarted{white-space:nowrap}}._loading_overlay_wrapper.loading{position:fixed;width:100%;height:100vh;overflow:hidden}._loading_overlay_wrapper.loaded{position:relative}.nav-buttons{padding:20px 0}.nav-buttons .tab-list{width:100%;overflow:auto}.nav-buttons .tab-list .scb-button:not(.scb-button--filter){background:#fff;border:1px solid #f1f7fe;color:#3c90f4;padding:5px 6.6666666667px;font-size:12px}@media only screen and (min-width:813px){.nav-buttons .tab-list .scb-button:not(.scb-button--filter){padding:5px 20px;font-size:16px}}.nav-buttons .tab-list .scb-button:not(.scb-button--filter).react-tabs__tab--disabled{color:#9296a0;border:.5px solid #9296a0;background:none;cursor:not-allowed;opacity:.5}.nav-buttons .tab-list .scb-button:not(.scb-button--filter)+.scb-button{margin-left:10px}.nav-buttons .tab-list .scb-button:not(.scb-button--filter).active,.nav-buttons .tab-list .scb-button:not(.scb-button--filter):focus{background:#3c90f4;border-color:#3c90f4;color:#fff}.nav-buttons .tab-list .scb-button:not(.scb-button--filter).scb-button--azure.active,.nav-buttons .tab-list .scb-button:not(.scb-button--filter).scb-button--azure:focus{background:inherit;border-color:#3c90f4;color:#3c90f4;background:#3c90f4;color:#fff}.nav-buttons .tab-list .separator{flex-flow:1}.nav-buttons .tab-list ul{padding:0}.nav-buttons .tab-list .tab-azure-style{border-bottom:1px solid #f1f7fe;border-top:1px solid #f1f7fe;padding:20px;margin:0;background:#f3f8fe;box-shadow:0 -1px 12px rgba(48,66,104,.08);overflow:auto}.nav-buttons .tab-list .tab-azure-style li{display:flex;align-items:center}.nav-buttons .tab-list .tab-list-center{display:flex;justify-content:center}.nav-buttons .tab-list .tab-list-left{display:flex}.nav-buttons .tab-list .tab-list-right{display:flex;justify-content:flex-end}.nav-buttons .react-tabs__tab{border:1px dotted red}.custom-table-cell{display:flex;justify-content:space-between;align-items:center;font-size:14px;min-height:56px;padding-top:6.6666666667px;padding-bottom:6.6666666667px}.custom-table-cell+.custom-table-cell{border-top:1px solid #eaeaea}.custom-table-cell a{color:#3c90f4}.custom-table-cell a:hover{text-decoration:underline}.custom-table-cell.title-as-cell{font-weight:700;border-bottom:1px solid #eaeaea;margin-bottom:-20px}.custom-table-cell div b{font-weight:900}.custom-table-cell div:first-child{margin-right:10px}.custom-table-cell div:last-child{text-align:right}.custom-table-cell .cell-icon{position:relative;top:2px;width:12px;height:12px;border-radius:4px;-o-border-radius:4px;display:inline-block;margin-right:12px}.custom-table-column{width:100%}.fund-details .custom-table-column{padding:0 20px}.fund-details .custom-table-column .custom-table-cell{padding:0 10px}.fund-details .custom-table-column .custom-table-column-title h5,.fund-details .custom-table-column .custom-table-column-title h6{padding-left:10px}.custom-table{display:flex}.label-wrapper{display:flex;justify-content:center;align-items:center;padding:16px 10px;margin:20px 0;border-top:1px solid #f1f7fe;border-bottom:1px solid #f1f7fe;background:#f3f8fe;box-shadow:0 -1px 12px rgba(48,66,104,.08)}@media only screen and (min-width:813px){.label-wrapper{padding:24px}}.label-wrapper__label{margin:unset}.custom-table,.fund-detail-list{background-color:#fff;display:flex;align-items:stretch;overflow:auto}.custom-table .custom-table-column,.fund-detail-list .custom-table-column{padding:0 14px 14px}@media only screen and (min-width:813px){.custom-table .custom-table-column,.fund-detail-list .custom-table-column{padding:0 25px 25px}}.custom-table.custom-table--2 .fund-detail-list__item,.custom-table.custom-table--2 .fund-sum-column,.custom-table.fund-detail-list--2 .fund-detail-list__item,.custom-table.fund-detail-list--2 .fund-sum-column,.fund-detail-list.custom-table--2 .fund-detail-list__item,.fund-detail-list.custom-table--2 .fund-sum-column,.fund-detail-list.fund-detail-list--2 .fund-detail-list__item,.fund-detail-list.fund-detail-list--2 .fund-sum-column{width:50%}.custom-table.custom-table--3 .custom-table-column,.custom-table.custom-table--3 .fund-detail-list__item,.custom-table.custom-table--3 .fund-sum-column,.custom-table.fund-detail-list--3 .custom-table-column,.custom-table.fund-detail-list--3 .fund-detail-list__item,.custom-table.fund-detail-list--3 .fund-sum-column,.fund-detail-list.custom-table--3 .custom-table-column,.fund-detail-list.custom-table--3 .fund-detail-list__item,.fund-detail-list.custom-table--3 .fund-sum-column,.fund-detail-list.fund-detail-list--3 .custom-table-column,.fund-detail-list.fund-detail-list--3 .fund-detail-list__item,.fund-detail-list.fund-detail-list--3 .fund-sum-column{min-width:176px}@media only screen and (min-width:736px){.custom-table.custom-table--3 .custom-table-column,.custom-table.custom-table--3 .fund-detail-list__item,.custom-table.custom-table--3 .fund-sum-column,.custom-table.fund-detail-list--3 .custom-table-column,.custom-table.fund-detail-list--3 .fund-detail-list__item,.custom-table.fund-detail-list--3 .fund-sum-column,.fund-detail-list.custom-table--3 .custom-table-column,.fund-detail-list.custom-table--3 .fund-detail-list__item,.fund-detail-list.custom-table--3 .fund-sum-column,.fund-detail-list.fund-detail-list--3 .custom-table-column,.fund-detail-list.fund-detail-list--3 .fund-detail-list__item,.fund-detail-list.fund-detail-list--3 .fund-sum-column{min-width:calc(100% / 3)}}.custom-table.custom-table--4 .custom-table-column,.custom-table.custom-table--4 .fund-detail-list__item,.custom-table.custom-table--4 .fund-sum-column,.custom-table.fund-detail-list--4 .custom-table-column,.custom-table.fund-detail-list--4 .fund-detail-list__item,.custom-table.fund-detail-list--4 .fund-sum-column,.fund-detail-list.custom-table--4 .custom-table-column,.fund-detail-list.custom-table--4 .fund-detail-list__item,.fund-detail-list.custom-table--4 .fund-sum-column,.fund-detail-list.fund-detail-list--4 .custom-table-column,.fund-detail-list.fund-detail-list--4 .fund-detail-list__item,.fund-detail-list.fund-detail-list--4 .fund-sum-column{min-width:199px}@media only screen and (min-width:813px){.custom-table.custom-table--4 .custom-table-column,.custom-table.custom-table--4 .fund-detail-list__item,.custom-table.custom-table--4 .fund-sum-column,.custom-table.fund-detail-list--4 .custom-table-column,.custom-table.fund-detail-list--4 .fund-detail-list__item,.custom-table.fund-detail-list--4 .fund-sum-column,.fund-detail-list.custom-table--4 .custom-table-column,.fund-detail-list.custom-table--4 .fund-detail-list__item,.fund-detail-list.custom-table--4 .fund-sum-column,.fund-detail-list.fund-detail-list--4 .custom-table-column,.fund-detail-list.fund-detail-list--4 .fund-detail-list__item,.fund-detail-list.fund-detail-list--4 .fund-sum-column{min-width:calc(100% / 4)}.custom-table .fund-detail-list__item,.fund-detail-list .fund-detail-list__item{display:flex}.custom-table .fund-detail-list__item button,.fund-detail-list .fund-detail-list__item button{width:auto;margin-top:40px}}.react-tabs__tab-panel>.container,.react-tabs__tab-panel>div:first-child{overflow-y:auto!important;scrollbar-width:none}.recharts-responsive-container .recharts-text{font-size:14px;fill:#bdbdbd}.recharts-responsive-container .recharts-cartesian-axis-line{stroke:#eaeaea}@media print{.recharts-responsive-container,.recharts-responsive-container .recharts-wrapper{max-width:100%}.recharts-responsive-container .recharts-wrapper .recharts-surface,.scb-app--details__content .recharts-responsive-container{width:100%}}.recharts-tooltip-item-list li{border:none!important}.recharts-responsive-container .recharts-wrapper .recharts-text{fill:#304268}.recharts-responsive-container .recharts-wrapper .recharts-cartesian-axis-tick-value{font-size:14px;fill:#9296a0}.annualized-returns{max-width:1024px;min-width:360px;box-shadow:inset 0 -1px 0 0 #f0f0f0,inset 0 -1px 0 0 #f0f0f0}.annualized-returns .annualized-returns__section-header .caption{font-size:24px;display:block;margin-top:45px}@media only screen and (min-width:813px){.annualized-returns .annualized-returns__section-header .caption{padding-left:0}}.annualized-returns .annualized-returns__section-container{padding-top:47px;padding-bottom:60px}@media only screen and (min-width:813px){.annualized-returns .annualized-returns__section-container{display:flex;flex-wrap:nowrap}}@media only screen and (min-width:736px){.annualized-returns .annualized-returns__section-container{display:flex;flex-wrap:nowrap}}.annualized-returns .annualized-returns__section-container .annualized-returns__values{display:flex;width:100%}@media only screen and (min-width:813px){.annualized-returns .annualized-returns__section-container .annualized-returns__values{width:50%}}@media only screen and (min-width:736px){.annualized-returns .annualized-returns__section-container .annualized-returns__values{width:55%}}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item{width:calc(100% / 3);padding-left:20px;border-left:1px solid #eaeaea}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item:last-child{border-right:1px solid #eaeaea}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item .year{display:block;color:#bdbdbd}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item .value{display:block;font-size:125%;color:#3c90f4;font-weight:500}@media only screen and (min-width:813px){.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item .value{font-size:24px}}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item .value.negative{color:#d0021b}.annualized-returns .annualized-returns__section-container .annualized-returns__values .annualized-returns__values__item .value.dash{color:#000;padding-left:7px}.annualized-returns .annualized-returns__section-container .annualized-returns__desc{width:100%;align-items:center;text-align:center}.annualized-returns .annualized-returns__section-container .annualized-returns__desc span{padding-top:20px;padding-left:0;display:block}@media only screen and (min-width:813px){.annualized-returns .annualized-returns__section-container .annualized-returns__desc{width:50%;text-align:left}.annualized-returns .annualized-returns__section-container .annualized-returns__desc span{padding-top:0;padding-left:20px}}@media only screen and (min-width:736px){.annualized-returns .annualized-returns__section-container .annualized-returns__desc{width:45%;text-align:left}.annualized-returns .annualized-returns__section-container .annualized-returns__desc span{padding-top:0}}.interactive-chart{background-color:#fff}.interactive-chart .interactive-chart__section-header .caption{display:block;font-size:24px;margin-top:45px}@media only screen and (min-width:813px){.interactive-chart .interactive-chart__section-header .caption{padding-left:0}}.interactive-chart .interactive-chart__section-container .tab-list li{width:140px}.performance-pane{display:block}.fundTable-wrapper{max-width:1032px;overflow:auto}.fundTable-wrapper__noResult,.nw-fund-table__noResult{width:100%;min-height:300px;display:flex;justify-content:center;align-items:center;border:1px solid #eaeaea}.nw-fund-table__loadmore{padding:13.3333333333px;text-align:center;display:flex;align-items:center;justify-content:center}.nw-fund-table__loadmore span{margin-right:5px}.nw-fund-table .nw-arrow{position:absolute;padding-right:3px!important}.nw-fund-table .nw-arrow--up{transform:rotate(-180deg)}.nw-fund-table__checkbox{position:relative;overflow:initial}.nw-fund-table__checkbox .tooltip-container{width:inherit;min-width:250px;z-index:2;top:-12px;left:20px;white-space:pre-wrap}.nw-fund-table__checkbox .tooltip-container--right:after{content:" ";position:absolute;top:50%;right:100%;height:5px;width:5px;margin-top:-8px;border:5px solid transparent;border-right-color:#e5f6ed}.nw-fund-table .nw-table,.nw-fund-table table{width:100%;color:#304268}.nw-fund-table .nw-table thead tr th,.nw-fund-table table thead tr th{font-weight:400;padding:6.6666666667px;text-align:right;border-bottom:1px solid #eaeaea;text-align:center}@media only screen and (min-width:736px){.nw-fund-table .nw-table thead tr th,.nw-fund-table table thead tr th{border-top:1px solid #eaeaea}}@media only screen and (min-width:813px){.nw-fund-table .nw-table thead tr th,.nw-fund-table table thead tr th{height:70px}}.nw-fund-table .nw-table thead tr th:first-child,.nw-fund-table table thead tr th:first-child{padding-right:0}.nw-fund-table .nw-table thead tr th:nth-child(2),.nw-fund-table table thead tr th:nth-child(2){text-align:left}.nw-fund-table .nw-table tbody tr td,.nw-fund-table table tbody tr td{padding:11.1111111111px 5px;border-bottom:1px solid #eaeaea;text-align:center;vertical-align:top}@media only screen and (min-width:813px){.nw-fund-table .nw-table tbody tr td,.nw-fund-table table tbody tr td{padding:16.6666666667px 6.6666666667px 13.3333333333px}}.nw-fund-table .nw-table tbody tr td:first-child,.nw-fund-table table tbody tr td:first-child{border-bottom:unset}@media only screen and (min-width:813px){.nw-fund-table .nw-table tbody tr td:first-child,.nw-fund-table table tbody tr td:first-child{padding-right:0;border-bottom:1px solid #eaeaea}}.nw-fund-table .nw-table tbody tr td:first-child .nw-checkmark,.nw-fund-table table tbody tr td:first-child .nw-checkmark{margin-top:4px}.nw-fund-table .nw-table tbody tr td:nth-child(2),.nw-fund-table table tbody tr td:nth-child(2){text-align:left;min-width:280px}@media only screen and (min-width:813px){.nw-fund-table .nw-table tbody tr td:nth-child(2),.nw-fund-table table tbody tr td:nth-child(2){min-width:346px}}.nw-fund-table .nw-table tbody tr:hover h6,.nw-fund-table table tbody tr:hover h6{color:#3c90f4}.nw-fund-table .nw-table--overview thead,.nw-fund-table table--overview thead{visibility:hidden;display:none}@media only screen and (min-width:736px){.nw-fund-table .nw-table--overview thead,.nw-fund-table table--overview thead{visibility:visible;display:contents}}.nw-fund-table .nw-table--overview tbody tr td:nth-child(3),.nw-fund-table .nw-table--overview tbody tr td:nth-child(4),.nw-fund-table .nw-table--overview tbody tr td:nth-child(5),.nw-fund-table .nw-table--overview tbody tr td:nth-child(6),.nw-fund-table .nw-table--overview tbody tr td:nth-child(7),.nw-fund-table .nw-table--overview tbody tr th:nth-child(3),.nw-fund-table .nw-table--overview tbody tr th:nth-child(4),.nw-fund-table .nw-table--overview tbody tr th:nth-child(5),.nw-fund-table .nw-table--overview tbody tr th:nth-child(6),.nw-fund-table .nw-table--overview tbody tr th:nth-child(7),.nw-fund-table .nw-table--overview thead tr td:nth-child(3),.nw-fund-table .nw-table--overview thead tr td:nth-child(4),.nw-fund-table .nw-table--overview thead tr td:nth-child(5),.nw-fund-table .nw-table--overview thead tr td:nth-child(6),.nw-fund-table .nw-table--overview thead tr td:nth-child(7),.nw-fund-table .nw-table--overview thead tr th:nth-child(3),.nw-fund-table .nw-table--overview thead tr th:nth-child(4),.nw-fund-table .nw-table--overview thead tr th:nth-child(5),.nw-fund-table .nw-table--overview thead tr th:nth-child(6),.nw-fund-table .nw-table--overview thead tr th:nth-child(7),.nw-fund-table table--overview tbody tr td:nth-child(3),.nw-fund-table table--overview tbody tr td:nth-child(4),.nw-fund-table table--overview tbody tr td:nth-child(5),.nw-fund-table table--overview tbody tr td:nth-child(6),.nw-fund-table table--overview tbody tr td:nth-child(7),.nw-fund-table table--overview tbody tr th:nth-child(3),.nw-fund-table table--overview tbody tr th:nth-child(4),.nw-fund-table table--overview tbody tr th:nth-child(5),.nw-fund-table table--overview tbody tr th:nth-child(6),.nw-fund-table table--overview tbody tr th:nth-child(7),.nw-fund-table table--overview thead tr td:nth-child(3),.nw-fund-table table--overview thead tr td:nth-child(4),.nw-fund-table table--overview thead tr td:nth-child(5),.nw-fund-table table--overview thead tr td:nth-child(6),.nw-fund-table table--overview thead tr td:nth-child(7),.nw-fund-table table--overview thead tr th:nth-child(3),.nw-fund-table table--overview thead tr th:nth-child(4),.nw-fund-table table--overview thead tr th:nth-child(5),.nw-fund-table table--overview thead tr th:nth-child(6),.nw-fund-table table--overview thead tr th:nth-child(7){min-width:68px;font-size:14px}@media only screen and (min-width:813px){.nw-fund-table .nw-table--overview tbody tr td:nth-child(3),.nw-fund-table .nw-table--overview tbody tr td:nth-child(4),.nw-fund-table .nw-table--overview tbody tr td:nth-child(5),.nw-fund-table .nw-table--overview tbody tr td:nth-child(6),.nw-fund-table .nw-table--overview tbody tr td:nth-child(7),.nw-fund-table .nw-table--overview tbody tr th:nth-child(3),.nw-fund-table .nw-table--overview tbody tr th:nth-child(4),.nw-fund-table .nw-table--overview tbody tr th:nth-child(5),.nw-fund-table .nw-table--overview tbody tr th:nth-child(6),.nw-fund-table .nw-table--overview tbody tr th:nth-child(7),.nw-fund-table .nw-table--overview thead tr td:nth-child(3),.nw-fund-table .nw-table--overview thead tr td:nth-child(4),.nw-fund-table .nw-table--overview thead tr td:nth-child(5),.nw-fund-table .nw-table--overview thead tr td:nth-child(6),.nw-fund-table .nw-table--overview thead tr td:nth-child(7),.nw-fund-table .nw-table--overview thead tr th:nth-child(3),.nw-fund-table .nw-table--overview thead tr th:nth-child(4),.nw-fund-table .nw-table--overview thead tr th:nth-child(5),.nw-fund-table .nw-table--overview thead tr th:nth-child(6),.nw-fund-table .nw-table--overview thead tr th:nth-child(7),.nw-fund-table table--overview tbody tr td:nth-child(3),.nw-fund-table table--overview tbody tr td:nth-child(4),.nw-fund-table table--overview tbody tr td:nth-child(5),.nw-fund-table table--overview tbody tr td:nth-child(6),.nw-fund-table table--overview tbody tr td:nth-child(7),.nw-fund-table table--overview tbody tr th:nth-child(3),.nw-fund-table table--overview tbody tr th:nth-child(4),.nw-fund-table table--overview tbody tr th:nth-child(5),.nw-fund-table table--overview tbody tr th:nth-child(6),.nw-fund-table table--overview tbody tr th:nth-child(7),.nw-fund-table table--overview thead tr td:nth-child(3),.nw-fund-table table--overview thead tr td:nth-child(4),.nw-fund-table table--overview thead tr td:nth-child(5),.nw-fund-table table--overview thead tr td:nth-child(6),.nw-fund-table table--overview thead tr td:nth-child(7),.nw-fund-table table--overview thead tr th:nth-child(3),.nw-fund-table table--overview thead tr th:nth-child(4),.nw-fund-table table--overview thead tr th:nth-child(5),.nw-fund-table table--overview thead tr th:nth-child(6),.nw-fund-table table--overview thead tr th:nth-child(7){min-width:92px;font-size:16px}}.nw-fund-table .nw-table--calendar tbody tr td:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(8),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(8),.nw-fund-table .nw-table--calendar thead tr td:nth-child(3),.nw-fund-table .nw-table--calendar thead tr td:nth-child(4),.nw-fund-table .nw-table--calendar thead tr td:nth-child(5),.nw-fund-table .nw-table--calendar thead tr td:nth-child(6),.nw-fund-table .nw-table--calendar thead tr td:nth-child(7),.nw-fund-table .nw-table--calendar thead tr td:nth-child(8),.nw-fund-table .nw-table--calendar thead tr th:nth-child(3),.nw-fund-table .nw-table--calendar thead tr th:nth-child(4),.nw-fund-table .nw-table--calendar thead tr th:nth-child(5),.nw-fund-table .nw-table--calendar thead tr th:nth-child(6),.nw-fund-table .nw-table--calendar thead tr th:nth-child(7),.nw-fund-table .nw-table--calendar thead tr th:nth-child(8),.nw-fund-table table--calendar tbody tr td:nth-child(3),.nw-fund-table table--calendar tbody tr td:nth-child(4),.nw-fund-table table--calendar tbody tr td:nth-child(5),.nw-fund-table table--calendar tbody tr td:nth-child(6),.nw-fund-table table--calendar tbody tr td:nth-child(7),.nw-fund-table table--calendar tbody tr td:nth-child(8),.nw-fund-table table--calendar tbody tr th:nth-child(3),.nw-fund-table table--calendar tbody tr th:nth-child(4),.nw-fund-table table--calendar tbody tr th:nth-child(5),.nw-fund-table table--calendar tbody tr th:nth-child(6),.nw-fund-table table--calendar tbody tr th:nth-child(7),.nw-fund-table table--calendar tbody tr th:nth-child(8),.nw-fund-table table--calendar thead tr td:nth-child(3),.nw-fund-table table--calendar thead tr td:nth-child(4),.nw-fund-table table--calendar thead tr td:nth-child(5),.nw-fund-table table--calendar thead tr td:nth-child(6),.nw-fund-table table--calendar thead tr td:nth-child(7),.nw-fund-table table--calendar thead tr td:nth-child(8),.nw-fund-table table--calendar thead tr th:nth-child(3),.nw-fund-table table--calendar thead tr th:nth-child(4),.nw-fund-table table--calendar thead tr th:nth-child(5),.nw-fund-table table--calendar thead tr th:nth-child(6),.nw-fund-table table--calendar thead tr th:nth-child(7),.nw-fund-table table--calendar thead tr th:nth-child(8){min-width:80px;font-size:13px}@media only screen and (min-width:736px){.nw-fund-table .nw-table--calendar tbody tr td:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(8),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(8),.nw-fund-table .nw-table--calendar thead tr td:nth-child(3),.nw-fund-table .nw-table--calendar thead tr td:nth-child(4),.nw-fund-table .nw-table--calendar thead tr td:nth-child(5),.nw-fund-table .nw-table--calendar thead tr td:nth-child(6),.nw-fund-table .nw-table--calendar thead tr td:nth-child(7),.nw-fund-table .nw-table--calendar thead tr td:nth-child(8),.nw-fund-table .nw-table--calendar thead tr th:nth-child(3),.nw-fund-table .nw-table--calendar thead tr th:nth-child(4),.nw-fund-table .nw-table--calendar thead tr th:nth-child(5),.nw-fund-table .nw-table--calendar thead tr th:nth-child(6),.nw-fund-table .nw-table--calendar thead tr th:nth-child(7),.nw-fund-table .nw-table--calendar thead tr th:nth-child(8),.nw-fund-table table--calendar tbody tr td:nth-child(3),.nw-fund-table table--calendar tbody tr td:nth-child(4),.nw-fund-table table--calendar tbody tr td:nth-child(5),.nw-fund-table table--calendar tbody tr td:nth-child(6),.nw-fund-table table--calendar tbody tr td:nth-child(7),.nw-fund-table table--calendar tbody tr td:nth-child(8),.nw-fund-table table--calendar tbody tr th:nth-child(3),.nw-fund-table table--calendar tbody tr th:nth-child(4),.nw-fund-table table--calendar tbody tr th:nth-child(5),.nw-fund-table table--calendar tbody tr th:nth-child(6),.nw-fund-table table--calendar tbody tr th:nth-child(7),.nw-fund-table table--calendar tbody tr th:nth-child(8),.nw-fund-table table--calendar thead tr td:nth-child(3),.nw-fund-table table--calendar thead tr td:nth-child(4),.nw-fund-table table--calendar thead tr td:nth-child(5),.nw-fund-table table--calendar thead tr td:nth-child(6),.nw-fund-table table--calendar thead tr td:nth-child(7),.nw-fund-table table--calendar thead tr td:nth-child(8),.nw-fund-table table--calendar thead tr th:nth-child(3),.nw-fund-table table--calendar thead tr th:nth-child(4),.nw-fund-table table--calendar thead tr th:nth-child(5),.nw-fund-table table--calendar thead tr th:nth-child(6),.nw-fund-table table--calendar thead tr th:nth-child(7),.nw-fund-table table--calendar thead tr th:nth-child(8){min-width:76px}}@media only screen and (min-width:813px){.nw-fund-table .nw-table--calendar tbody tr td:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr td:nth-child(8),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(3),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(4),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(5),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(6),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(7),.nw-fund-table .nw-table--calendar tbody tr th:nth-child(8),.nw-fund-table .nw-table--calendar thead tr td:nth-child(3),.nw-fund-table .nw-table--calendar thead tr td:nth-child(4),.nw-fund-table .nw-table--calendar thead tr td:nth-child(5),.nw-fund-table .nw-table--calendar thead tr td:nth-child(6),.nw-fund-table .nw-table--calendar thead tr td:nth-child(7),.nw-fund-table .nw-table--calendar thead tr td:nth-child(8),.nw-fund-table .nw-table--calendar thead tr th:nth-child(3),.nw-fund-table .nw-table--calendar thead tr th:nth-child(4),.nw-fund-table .nw-table--calendar thead tr th:nth-child(5),.nw-fund-table .nw-table--calendar thead tr th:nth-child(6),.nw-fund-table .nw-table--calendar thead tr th:nth-child(7),.nw-fund-table .nw-table--calendar thead tr th:nth-child(8),.nw-fund-table table--calendar tbody tr td:nth-child(3),.nw-fund-table table--calendar tbody tr td:nth-child(4),.nw-fund-table table--calendar tbody tr td:nth-child(5),.nw-fund-table table--calendar tbody tr td:nth-child(6),.nw-fund-table table--calendar tbody tr td:nth-child(7),.nw-fund-table table--calendar tbody tr td:nth-child(8),.nw-fund-table table--calendar tbody tr th:nth-child(3),.nw-fund-table table--calendar tbody tr th:nth-child(4),.nw-fund-table table--calendar tbody tr th:nth-child(5),.nw-fund-table table--calendar tbody tr th:nth-child(6),.nw-fund-table table--calendar tbody tr th:nth-child(7),.nw-fund-table table--calendar tbody tr th:nth-child(8),.nw-fund-table table--calendar thead tr td:nth-child(3),.nw-fund-table table--calendar thead tr td:nth-child(4),.nw-fund-table table--calendar thead tr td:nth-child(5),.nw-fund-table table--calendar thead tr td:nth-child(6),.nw-fund-table table--calendar thead tr td:nth-child(7),.nw-fund-table table--calendar thead tr td:nth-child(8),.nw-fund-table table--calendar thead tr th:nth-child(3),.nw-fund-table table--calendar thead tr th:nth-child(4),.nw-fund-table table--calendar thead tr th:nth-child(5),.nw-fund-table table--calendar thead tr th:nth-child(6),.nw-fund-table table--calendar thead tr th:nth-child(7),.nw-fund-table table--calendar thead tr th:nth-child(8){min-width:94px;font-size:14px}}.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(9),.nw-fund-table .nw-table--risk tbody tr td:nth-child(10),.nw-fund-table .nw-table--risk tbody tr td:nth-child(3),.nw-fund-table .nw-table--risk tbody tr td:nth-child(4),.nw-fund-table .nw-table--risk tbody tr td:nth-child(5),.nw-fund-table .nw-table--risk tbody tr td:nth-child(6),.nw-fund-table .nw-table--risk tbody tr td:nth-child(7),.nw-fund-table .nw-table--risk tbody tr td:nth-child(8),.nw-fund-table .nw-table--risk tbody tr td:nth-child(9),.nw-fund-table .nw-table--risk tbody tr th:nth-child(10),.nw-fund-table .nw-table--risk tbody tr th:nth-child(3),.nw-fund-table .nw-table--risk tbody tr th:nth-child(4),.nw-fund-table .nw-table--risk tbody tr th:nth-child(5),.nw-fund-table .nw-table--risk tbody tr th:nth-child(6),.nw-fund-table .nw-table--risk tbody tr th:nth-child(7),.nw-fund-table .nw-table--risk tbody tr th:nth-child(8),.nw-fund-table .nw-table--risk tbody tr th:nth-child(9),.nw-fund-table .nw-table--risk thead tr td:nth-child(10),.nw-fund-table .nw-table--risk thead tr td:nth-child(3),.nw-fund-table .nw-table--risk thead tr td:nth-child(4),.nw-fund-table .nw-table--risk thead tr td:nth-child(5),.nw-fund-table .nw-table--risk thead tr td:nth-child(6),.nw-fund-table .nw-table--risk thead tr td:nth-child(7),.nw-fund-table .nw-table--risk thead tr td:nth-child(8),.nw-fund-table .nw-table--risk thead tr td:nth-child(9),.nw-fund-table .nw-table--risk thead tr th:nth-child(10),.nw-fund-table .nw-table--risk thead tr th:nth-child(3),.nw-fund-table .nw-table--risk thead tr th:nth-child(4),.nw-fund-table .nw-table--risk thead tr th:nth-child(5),.nw-fund-table .nw-table--risk thead tr th:nth-child(6),.nw-fund-table .nw-table--risk thead tr th:nth-child(7),.nw-fund-table .nw-table--risk thead tr th:nth-child(8),.nw-fund-table .nw-table--risk thead tr th:nth-child(9),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(10),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(3),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(4),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(5),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(6),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(7),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(8),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(9),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(10),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(3),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(4),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(5),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(6),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(7),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(8),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(9),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(10),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(3),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(4),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(5),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(6),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(7),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(8),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(9),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(10),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(3),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(4),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(5),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(6),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(7),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(8),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(9),.nw-fund-table table--risk tbody tr td:nth-child(10),.nw-fund-table table--risk tbody tr td:nth-child(3),.nw-fund-table table--risk tbody tr td:nth-child(4),.nw-fund-table table--risk tbody tr td:nth-child(5),.nw-fund-table table--risk tbody tr td:nth-child(6),.nw-fund-table table--risk tbody tr td:nth-child(7),.nw-fund-table table--risk tbody tr td:nth-child(8),.nw-fund-table table--risk tbody tr td:nth-child(9),.nw-fund-table table--risk tbody tr th:nth-child(10),.nw-fund-table table--risk tbody tr th:nth-child(3),.nw-fund-table table--risk tbody tr th:nth-child(4),.nw-fund-table table--risk tbody tr th:nth-child(5),.nw-fund-table table--risk tbody tr th:nth-child(6),.nw-fund-table table--risk tbody tr th:nth-child(7),.nw-fund-table table--risk tbody tr th:nth-child(8),.nw-fund-table table--risk tbody tr th:nth-child(9),.nw-fund-table table--risk thead tr td:nth-child(10),.nw-fund-table table--risk thead tr td:nth-child(3),.nw-fund-table table--risk thead tr td:nth-child(4),.nw-fund-table table--risk thead tr td:nth-child(5),.nw-fund-table table--risk thead tr td:nth-child(6),.nw-fund-table table--risk thead tr td:nth-child(7),.nw-fund-table table--risk thead tr td:nth-child(8),.nw-fund-table table--risk thead tr td:nth-child(9),.nw-fund-table table--risk thead tr th:nth-child(10),.nw-fund-table table--risk thead tr th:nth-child(3),.nw-fund-table table--risk thead tr th:nth-child(4),.nw-fund-table table--risk thead tr th:nth-child(5),.nw-fund-table table--risk thead tr th:nth-child(6),.nw-fund-table table--risk thead tr th:nth-child(7),.nw-fund-table table--risk thead tr th:nth-child(8),.nw-fund-table table--risk thead tr th:nth-child(9){min-width:40px;font-size:12px}@media only screen and (min-width:813px){.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance tbody tr td:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance tbody tr th:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance thead tr td:nth-child(9),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(10),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(3),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(4),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(5),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(6),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(7),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(8),.nw-fund-table .nw-table--cumulativePerformance thead tr th:nth-child(9),.nw-fund-table .nw-table--risk tbody tr td:nth-child(10),.nw-fund-table .nw-table--risk tbody tr td:nth-child(3),.nw-fund-table .nw-table--risk tbody tr td:nth-child(4),.nw-fund-table .nw-table--risk tbody tr td:nth-child(5),.nw-fund-table .nw-table--risk tbody tr td:nth-child(6),.nw-fund-table .nw-table--risk tbody tr td:nth-child(7),.nw-fund-table .nw-table--risk tbody tr td:nth-child(8),.nw-fund-table .nw-table--risk tbody tr td:nth-child(9),.nw-fund-table .nw-table--risk tbody tr th:nth-child(10),.nw-fund-table .nw-table--risk tbody tr th:nth-child(3),.nw-fund-table .nw-table--risk tbody tr th:nth-child(4),.nw-fund-table .nw-table--risk tbody tr th:nth-child(5),.nw-fund-table .nw-table--risk tbody tr th:nth-child(6),.nw-fund-table .nw-table--risk tbody tr th:nth-child(7),.nw-fund-table .nw-table--risk tbody tr th:nth-child(8),.nw-fund-table .nw-table--risk tbody tr th:nth-child(9),.nw-fund-table .nw-table--risk thead tr td:nth-child(10),.nw-fund-table .nw-table--risk thead tr td:nth-child(3),.nw-fund-table .nw-table--risk thead tr td:nth-child(4),.nw-fund-table .nw-table--risk thead tr td:nth-child(5),.nw-fund-table .nw-table--risk thead tr td:nth-child(6),.nw-fund-table .nw-table--risk thead tr td:nth-child(7),.nw-fund-table .nw-table--risk thead tr td:nth-child(8),.nw-fund-table .nw-table--risk thead tr td:nth-child(9),.nw-fund-table .nw-table--risk thead tr th:nth-child(10),.nw-fund-table .nw-table--risk thead tr th:nth-child(3),.nw-fund-table .nw-table--risk thead tr th:nth-child(4),.nw-fund-table .nw-table--risk thead tr th:nth-child(5),.nw-fund-table .nw-table--risk thead tr th:nth-child(6),.nw-fund-table .nw-table--risk thead tr th:nth-child(7),.nw-fund-table .nw-table--risk thead tr th:nth-child(8),.nw-fund-table .nw-table--risk thead tr th:nth-child(9),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(10),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(3),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(4),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(5),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(6),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(7),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(8),.nw-fund-table table--cumulativePerformance tbody tr td:nth-child(9),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(10),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(3),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(4),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(5),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(6),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(7),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(8),.nw-fund-table table--cumulativePerformance tbody tr th:nth-child(9),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(10),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(3),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(4),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(5),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(6),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(7),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(8),.nw-fund-table table--cumulativePerformance thead tr td:nth-child(9),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(10),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(3),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(4),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(5),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(6),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(7),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(8),.nw-fund-table table--cumulativePerformance thead tr th:nth-child(9),.nw-fund-table table--risk tbody tr td:nth-child(10),.nw-fund-table table--risk tbody tr td:nth-child(3),.nw-fund-table table--risk tbody tr td:nth-child(4),.nw-fund-table table--risk tbody tr td:nth-child(5),.nw-fund-table table--risk tbody tr td:nth-child(6),.nw-fund-table table--risk tbody tr td:nth-child(7),.nw-fund-table table--risk tbody tr td:nth-child(8),.nw-fund-table table--risk tbody tr td:nth-child(9),.nw-fund-table table--risk tbody tr th:nth-child(10),.nw-fund-table table--risk tbody tr th:nth-child(3),.nw-fund-table table--risk tbody tr th:nth-child(4),.nw-fund-table table--risk tbody tr th:nth-child(5),.nw-fund-table table--risk tbody tr th:nth-child(6),.nw-fund-table table--risk tbody tr th:nth-child(7),.nw-fund-table table--risk tbody tr th:nth-child(8),.nw-fund-table table--risk tbody tr th:nth-child(9),.nw-fund-table table--risk thead tr td:nth-child(10),.nw-fund-table table--risk thead tr td:nth-child(3),.nw-fund-table table--risk thead tr td:nth-child(4),.nw-fund-table table--risk thead tr td:nth-child(5),.nw-fund-table table--risk thead tr td:nth-child(6),.nw-fund-table table--risk thead tr td:nth-child(7),.nw-fund-table table--risk thead tr td:nth-child(8),.nw-fund-table table--risk thead tr td:nth-child(9),.nw-fund-table table--risk thead tr th:nth-child(10),.nw-fund-table table--risk thead tr th:nth-child(3),.nw-fund-table table--risk thead tr th:nth-child(4),.nw-fund-table table--risk thead tr th:nth-child(5),.nw-fund-table table--risk thead tr th:nth-child(6),.nw-fund-table table--risk thead tr th:nth-child(7),.nw-fund-table table--risk thead tr th:nth-child(8),.nw-fund-table table--risk thead tr th:nth-child(9){min-width:74px;font-size:14px}}.nw-fund-table .nw-table--fees tbody tr td:nth-child(3),.nw-fund-table .nw-table--fees tbody tr td:nth-child(4),.nw-fund-table .nw-table--fees tbody tr td:nth-child(5),.nw-fund-table .nw-table--fees tbody tr td:nth-child(6),.nw-fund-table .nw-table--fees tbody tr td:nth-child(7),.nw-fund-table .nw-table--fees tbody tr td:nth-child(8),.nw-fund-table .nw-table--fees tbody tr th:nth-child(3),.nw-fund-table .nw-table--fees tbody tr th:nth-child(4),.nw-fund-table .nw-table--fees tbody tr th:nth-child(5),.nw-fund-table .nw-table--fees tbody tr th:nth-child(6),.nw-fund-table .nw-table--fees tbody tr th:nth-child(7),.nw-fund-table .nw-table--fees tbody tr th:nth-child(8),.nw-fund-table .nw-table--fees thead tr td:nth-child(3),.nw-fund-table .nw-table--fees thead tr td:nth-child(4),.nw-fund-table .nw-table--fees thead tr td:nth-child(5),.nw-fund-table .nw-table--fees thead tr td:nth-child(6),.nw-fund-table .nw-table--fees thead tr td:nth-child(7),.nw-fund-table .nw-table--fees thead tr td:nth-child(8),.nw-fund-table .nw-table--fees thead tr th:nth-child(3),.nw-fund-table .nw-table--fees thead tr th:nth-child(4),.nw-fund-table .nw-table--fees thead tr th:nth-child(5),.nw-fund-table .nw-table--fees thead tr th:nth-child(6),.nw-fund-table .nw-table--fees thead tr th:nth-child(7),.nw-fund-table .nw-table--fees thead tr th:nth-child(8),.nw-fund-table table--fees tbody tr td:nth-child(3),.nw-fund-table table--fees tbody tr td:nth-child(4),.nw-fund-table table--fees tbody tr td:nth-child(5),.nw-fund-table table--fees tbody tr td:nth-child(6),.nw-fund-table table--fees tbody tr td:nth-child(7),.nw-fund-table table--fees tbody tr td:nth-child(8),.nw-fund-table table--fees tbody tr th:nth-child(3),.nw-fund-table table--fees tbody tr th:nth-child(4),.nw-fund-table table--fees tbody tr th:nth-child(5),.nw-fund-table table--fees tbody tr th:nth-child(6),.nw-fund-table table--fees tbody tr th:nth-child(7),.nw-fund-table table--fees tbody tr th:nth-child(8),.nw-fund-table table--fees thead tr td:nth-child(3),.nw-fund-table table--fees thead tr td:nth-child(4),.nw-fund-table table--fees thead tr td:nth-child(5),.nw-fund-table table--fees thead tr td:nth-child(6),.nw-fund-table table--fees thead tr td:nth-child(7),.nw-fund-table table--fees thead tr td:nth-child(8),.nw-fund-table table--fees thead tr th:nth-child(3),.nw-fund-table table--fees thead tr th:nth-child(4),.nw-fund-table table--fees thead tr th:nth-child(5),.nw-fund-table table--fees thead tr th:nth-child(6),.nw-fund-table table--fees thead tr th:nth-child(7),.nw-fund-table table--fees thead tr th:nth-child(8){min-width:84px;font-size:12px}@media only screen and (min-width:813px){.nw-fund-table .nw-table--fees tbody tr td:nth-child(3),.nw-fund-table .nw-table--fees tbody tr td:nth-child(4),.nw-fund-table .nw-table--fees tbody tr td:nth-child(5),.nw-fund-table .nw-table--fees tbody tr td:nth-child(6),.nw-fund-table .nw-table--fees tbody tr td:nth-child(7),.nw-fund-table .nw-table--fees tbody tr td:nth-child(8),.nw-fund-table .nw-table--fees tbody tr th:nth-child(3),.nw-fund-table .nw-table--fees tbody tr th:nth-child(4),.nw-fund-table .nw-table--fees tbody tr th:nth-child(5),.nw-fund-table .nw-table--fees tbody tr th:nth-child(6),.nw-fund-table .nw-table--fees tbody tr th:nth-child(7),.nw-fund-table .nw-table--fees tbody tr th:nth-child(8),.nw-fund-table .nw-table--fees thead tr td:nth-child(3),.nw-fund-table .nw-table--fees thead tr td:nth-child(4),.nw-fund-table .nw-table--fees thead tr td:nth-child(5),.nw-fund-table .nw-table--fees thead tr td:nth-child(6),.nw-fund-table .nw-table--fees thead tr td:nth-child(7),.nw-fund-table .nw-table--fees thead tr td:nth-child(8),.nw-fund-table .nw-table--fees thead tr th:nth-child(3),.nw-fund-table .nw-table--fees thead tr th:nth-child(4),.nw-fund-table .nw-table--fees thead tr th:nth-child(5),.nw-fund-table .nw-table--fees thead tr th:nth-child(6),.nw-fund-table .nw-table--fees thead tr th:nth-child(7),.nw-fund-table .nw-table--fees thead tr th:nth-child(8),.nw-fund-table table--fees tbody tr td:nth-child(3),.nw-fund-table table--fees tbody tr td:nth-child(4),.nw-fund-table table--fees tbody tr td:nth-child(5),.nw-fund-table table--fees tbody tr td:nth-child(6),.nw-fund-table table--fees tbody tr td:nth-child(7),.nw-fund-table table--fees tbody tr td:nth-child(8),.nw-fund-table table--fees tbody tr th:nth-child(3),.nw-fund-table table--fees tbody tr th:nth-child(4),.nw-fund-table table--fees tbody tr th:nth-child(5),.nw-fund-table table--fees tbody tr th:nth-child(6),.nw-fund-table table--fees tbody tr th:nth-child(7),.nw-fund-table table--fees tbody tr th:nth-child(8),.nw-fund-table table--fees thead tr td:nth-child(3),.nw-fund-table table--fees thead tr td:nth-child(4),.nw-fund-table table--fees thead tr td:nth-child(5),.nw-fund-table table--fees thead tr td:nth-child(6),.nw-fund-table table--fees thead tr td:nth-child(7),.nw-fund-table table--fees thead tr td:nth-child(8),.nw-fund-table table--fees thead tr th:nth-child(3),.nw-fund-table table--fees thead tr th:nth-child(4),.nw-fund-table table--fees thead tr th:nth-child(5),.nw-fund-table table--fees thead tr th:nth-child(6),.nw-fund-table table--fees thead tr th:nth-child(7),.nw-fund-table table--fees thead tr th:nth-child(8){min-width:100px;font-size:14px}}.nw-fund-table .nw-table--esg tbody tr td:nth-child(3),.nw-fund-table .nw-table--esg tbody tr th:nth-child(3),.nw-fund-table .nw-table--esg thead tr td:nth-child(3),.nw-fund-table .nw-table--esg thead tr th:nth-child(3),.nw-fund-table table--esg tbody tr td:nth-child(3),.nw-fund-table table--esg tbody tr th:nth-child(3),.nw-fund-table table--esg thead tr td:nth-child(3),.nw-fund-table table--esg thead tr th:nth-child(3){font-size:13px;min-width:100px}.nw-fund-table .nw-table--esg tbody tr td:nth-child(4),.nw-fund-table .nw-table--esg tbody tr td:nth-child(5),.nw-fund-table .nw-table--esg tbody tr td:nth-child(6),.nw-fund-table .nw-table--esg tbody tr td:nth-child(7),.nw-fund-table .nw-table--esg tbody tr td:nth-child(8),.nw-fund-table .nw-table--esg tbody tr td:nth-child(9),.nw-fund-table .nw-table--esg tbody tr th:nth-child(4),.nw-fund-table .nw-table--esg tbody tr th:nth-child(5),.nw-fund-table .nw-table--esg tbody tr th:nth-child(6),.nw-fund-table .nw-table--esg tbody tr th:nth-child(7),.nw-fund-table .nw-table--esg tbody tr th:nth-child(8),.nw-fund-table .nw-table--esg tbody tr th:nth-child(9),.nw-fund-table .nw-table--esg thead tr td:nth-child(4),.nw-fund-table .nw-table--esg thead tr td:nth-child(5),.nw-fund-table .nw-table--esg thead tr td:nth-child(6),.nw-fund-table .nw-table--esg thead tr td:nth-child(7),.nw-fund-table .nw-table--esg thead tr td:nth-child(8),.nw-fund-table .nw-table--esg thead tr td:nth-child(9),.nw-fund-table .nw-table--esg thead tr th:nth-child(4),.nw-fund-table .nw-table--esg thead tr th:nth-child(5),.nw-fund-table .nw-table--esg thead tr th:nth-child(6),.nw-fund-table .nw-table--esg thead tr th:nth-child(7),.nw-fund-table .nw-table--esg thead tr th:nth-child(8),.nw-fund-table .nw-table--esg thead tr th:nth-child(9),.nw-fund-table table--esg tbody tr td:nth-child(4),.nw-fund-table table--esg tbody tr td:nth-child(5),.nw-fund-table table--esg tbody tr td:nth-child(6),.nw-fund-table table--esg tbody tr td:nth-child(7),.nw-fund-table table--esg tbody tr td:nth-child(8),.nw-fund-table table--esg tbody tr td:nth-child(9),.nw-fund-table table--esg tbody tr th:nth-child(4),.nw-fund-table table--esg tbody tr th:nth-child(5),.nw-fund-table table--esg tbody tr th:nth-child(6),.nw-fund-table table--esg tbody tr th:nth-child(7),.nw-fund-table table--esg tbody tr th:nth-child(8),.nw-fund-table table--esg tbody tr th:nth-child(9),.nw-fund-table table--esg thead tr td:nth-child(4),.nw-fund-table table--esg thead tr td:nth-child(5),.nw-fund-table table--esg thead tr td:nth-child(6),.nw-fund-table table--esg thead tr td:nth-child(7),.nw-fund-table table--esg thead tr td:nth-child(8),.nw-fund-table table--esg thead tr td:nth-child(9),.nw-fund-table table--esg thead tr th:nth-child(4),.nw-fund-table table--esg thead tr th:nth-child(5),.nw-fund-table table--esg thead tr th:nth-child(6),.nw-fund-table table--esg thead tr th:nth-child(7),.nw-fund-table table--esg thead tr th:nth-child(8),.nw-fund-table table--esg thead tr th:nth-child(9){min-width:52px;font-size:13px}.nw-fund-table .nw-table--esg tbody tr td .esg-rating-global,.nw-fund-table .nw-table--esg tbody tr th .esg-rating-global,.nw-fund-table .nw-table--esg thead tr td .esg-rating-global,.nw-fund-table .nw-table--esg thead tr th .esg-rating-global,.nw-fund-table table--esg tbody tr td .esg-rating-global,.nw-fund-table table--esg tbody tr th .esg-rating-global,.nw-fund-table table--esg thead tr td .esg-rating-global,.nw-fund-table table--esg thead tr th .esg-rating-global{text-align:center}.funds-list-item__checkbox{display:inline-block;width:14px;height:14px;padding:14px;text-align:left;align-self:flex-start;border:none;outline:inherit;background:none;cursor:pointer;margin-top:-3px;margin-right:2px;background-image:url(/_next/static/media/option.9df41230.svg);background-repeat:no-repeat;background-position:50%}.funds-list-item__checkbox.active{background-image:url(/_next/static/media/option-checked.c28a2df0.svg)}.nw-dropdown{display:inline-flex;justify-content:flex-end;align-self:center}.nw-dropdown__inputContainer{display:flex;flex-direction:row;border-radius:8px;-o-border-radius:8px;background:#f1f7fe;padding:13.3333333333px;cursor:pointer}.nw-dropdown__inputContainer span{white-space:nowrap}.nw-dropdown__inputContainer input{border:unset;outline:unset;padding:unset;margin:unset;margin-left:4px;background:#f1f7fe;color:#304268;font-weight:700;cursor:pointer;background:#f1f7fe url(/_next/static/media/pointer-down.7d00beb1.svg) no-repeat 99% 50%}.nw-dropdown--isDisabled{opacity:.75;cursor:not-allowed;pointer-events:none}.nw-dropdown__dropdown-list{position:absolute;z-index:10;width:-moz-fit-content;width:fit-content;list-style:none;margin:unset;margin-top:calc(55px + 10px);border-radius:16px;-o-border-radius:16px;padding:20px;background:#fff;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);color:#304268}.nw-dropdown__dropdown-list li{padding:10px calc(20px/1.5 + 14px) 10px 10px}.nw-dropdown__dropdown-list li:active,.nw-dropdown__dropdown-list li:hover{background:#f1f7fe url(/_next/static/media/checkmark-box.f27f8a0f.svg) no-repeat 99% 50%;color:#3c90f4;cursor:pointer}.nw-dropdown__dropdown-list li+li{border-top:1px dotted #e0e0e0}.nw-dropdown__dropdown-list li.active{background:url(/_next/static/media/checkmark-box.f27f8a0f.svg) no-repeat 99% 50%;color:#3c90f4}.nw-tag{padding:4px 6px;margin-bottom:5px;margin-right:5px;color:#304268;font-size:12px!important;text-align:left;border-radius:4px;-o-border-radius:4px}@media only screen and (min-width:813px){.nw-tag{font-size:14px}}.nw-tag--currency{background:#3c90f4;color:#fff}.nw-tag--sector{background:#ffe1cc}.nw-tag--category{background:#a3e0bd}.nw-tag--cpf,.nw-tag--subCategory{background:#9cd4f4}.nw-tag--ilp{background:#f2f49c}.nw-tag--bondStatistics{background:#a7b6d6}.nw-tag--equityStatistics{background:#d9e9fc}.riskSlider__container{padding:10px}.riskSlider__container .rc-slider{margin-bottom:10px}.riskSlider__container .rc-slider .rc-slider-mark{top:22px}.riskSlider__container .rc-slider .rc-slider-mark .rc-slider-mark-text:first-child{transform:translateX(-16%)!important}.riskSlider__container .rc-slider .rc-slider-mark .rc-slider-mark-text:last-child{transform:translateX(-80%)!important}.riskSlider__container .rc-slider .rc-slider-step .rc-slider-dot-active:first-child{background-color:#b0e551!important}.riskSlider__container .rc-slider .rc-slider-step .rc-slider-dot-active:nth-child(3){background-color:#d3d141!important}.riskSlider__container .rc-slider .rc-slider-step .rc-slider-dot-active:nth-child(4){background-color:#f1bd33!important}.riskSlider__container .rc-slider .rc-slider-step .rc-slider-dot-active:nth-child(5){background-color:#e5752b!important}.riskSlider__container .rc-slider .rc-slider-handle{text-align:center}.riskSlider__container .rc-slider .rc-slider-handle:after{display:flex;align-items:center;justify-content:center;width:22px;height:22px;color:#fff;border:1px dotted transparent;font-size:13px}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="1"]{background-color:#b0e551!important}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="1"]:after{content:"1"}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="2"]{background-color:#d3d141!important}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="2"]:after{content:"2"}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="3"]{background-color:#f1bd33!important}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="3"]:after{content:"3"}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="4"]{background-color:#e5752b!important}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="4"]:after{content:"4"}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="5"]{background-color:#d92c23!important}.riskSlider__container .rc-slider .rc-slider-handle[aria-valuenow="5"]:after{content:"5"}.esg-slider__header{padding:10px 0;display:flex;align-items:center;justify-content:space-between}.esg-slider__header h6{font-weight:400;margin:unset;font-size:14px}.esg-slider__body{padding-top:2px;padding-bottom:11.1111111111px}.esgPreferences{background:#f1f7fe;padding:20px;margin:10px 0;border-radius:8px;-o-border-radius:8px}.div-container{flex:1 1 auto}.divTable .tr .td{width:unset!important;height:auto}.divTable__header{overflow:unset;display:none}@media only screen and (min-width:736px){.divTable__header{display:block}}.divTable__header .tr{padding:20px 0}@media only screen and (min-width:736px){.divTable__header .tr{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}}.divTable__header .tr .th{display:flex;align-items:center}.divTable__header .tr .th:not(:nth-child(2)){justify-content:center}.divTable__body{overflow:auto;max-width:100%}.divTable__body .tr{position:relative}@media only screen and (min-width:736px){.divTable__body .tr:before{content:"";width:100%;height:1px;position:absolute;top:-13px;background:#eaeaea}}.divTable__body .tr .td{padding:unset}.divTable__body .tr,.divTable__header .tr{display:flex;margin-bottom:20px}.divTable__body .tr .td:first-child,.divTable__body .tr .th:first-child,.divTable__header .tr .td:first-child,.divTable__header .tr .th:first-child{min-width:34px}.divTable__body .tr .td:nth-child(2),.divTable__body .tr .th:nth-child(2),.divTable__header .tr .td:nth-child(2),.divTable__header .tr .th:nth-child(2){padding-right:10px;flex-grow:1;min-width:255px}.divTable__body .tr .td:nth-child(3),.divTable__body .tr .td:nth-child(4),.divTable__body .tr .td:nth-child(5),.divTable__body .tr .td:nth-child(6),.divTable__body .tr .td:nth-child(7),.divTable__body .tr .th:nth-child(3),.divTable__body .tr .th:nth-child(4),.divTable__body .tr .th:nth-child(5),.divTable__body .tr .th:nth-child(6),.divTable__body .tr .th:nth-child(7),.divTable__header .tr .td:nth-child(3),.divTable__header .tr .td:nth-child(4),.divTable__header .tr .td:nth-child(5),.divTable__header .tr .td:nth-child(6),.divTable__header .tr .td:nth-child(7),.divTable__header .tr .th:nth-child(3),.divTable__header .tr .th:nth-child(4),.divTable__header .tr .th:nth-child(5),.divTable__header .tr .th:nth-child(6),.divTable__header .tr .th:nth-child(7){flex-grow:1;text-align:center;min-width:68px;max-width:68px;font-size:13px}@media only screen and (min-width:1025px){.divTable__body .tr .td:nth-child(3),.divTable__body .tr .td:nth-child(4),.divTable__body .tr .td:nth-child(5),.divTable__body .tr .td:nth-child(6),.divTable__body .tr .td:nth-child(7),.divTable__body .tr .th:nth-child(3),.divTable__body .tr .th:nth-child(4),.divTable__body .tr .th:nth-child(5),.divTable__body .tr .th:nth-child(6),.divTable__body .tr .th:nth-child(7),.divTable__header .tr .td:nth-child(3),.divTable__header .tr .td:nth-child(4),.divTable__header .tr .td:nth-child(5),.divTable__header .tr .td:nth-child(6),.divTable__header .tr .td:nth-child(7),.divTable__header .tr .th:nth-child(3),.divTable__header .tr .th:nth-child(4),.divTable__header .tr .th:nth-child(5),.divTable__header .tr .th:nth-child(6),.divTable__header .tr .th:nth-child(7){min-width:96px;max-width:96px;font-size:14px}}.divTable__body--overview .tr .td:nth-child(8),.divTable__body--overview .tr .th:nth-child(8),.divTable__header--overview .tr .td:nth-child(8),.divTable__header--overview .tr .th:nth-child(8){min-width:40px;text-align:center;font-size:13px}.divTable__body--cumulativePerformance .tr .td:nth-child(2),.divTable__body--cumulativePerformance .tr .th:nth-child(2),.divTable__header--cumulativePerformance .tr .td:nth-child(2),.divTable__header--cumulativePerformance .tr .th:nth-child(2){min-width:248px;max-width:248px}@media only screen and (min-width:1025px){.divTable__body--cumulativePerformance .tr .td:nth-child(2),.divTable__body--cumulativePerformance .tr .th:nth-child(2),.divTable__header--cumulativePerformance .tr .td:nth-child(2),.divTable__header--cumulativePerformance .tr .th:nth-child(2){max-width:unset}}.divTable__body--cumulativePerformance .tr .td:nth-child(10),.divTable__body--cumulativePerformance .tr .td:nth-child(3),.divTable__body--cumulativePerformance .tr .td:nth-child(4),.divTable__body--cumulativePerformance .tr .td:nth-child(5),.divTable__body--cumulativePerformance .tr .td:nth-child(6),.divTable__body--cumulativePerformance .tr .td:nth-child(7),.divTable__body--cumulativePerformance .tr .td:nth-child(8),.divTable__body--cumulativePerformance .tr .td:nth-child(9),.divTable__body--cumulativePerformance .tr .th:nth-child(10),.divTable__body--cumulativePerformance .tr .th:nth-child(3),.divTable__body--cumulativePerformance .tr .th:nth-child(4),.divTable__body--cumulativePerformance .tr .th:nth-child(5),.divTable__body--cumulativePerformance .tr .th:nth-child(6),.divTable__body--cumulativePerformance .tr .th:nth-child(7),.divTable__body--cumulativePerformance .tr .th:nth-child(8),.divTable__body--cumulativePerformance .tr .th:nth-child(9),.divTable__header--cumulativePerformance .tr .td:nth-child(10),.divTable__header--cumulativePerformance .tr .td:nth-child(3),.divTable__header--cumulativePerformance .tr .td:nth-child(4),.divTable__header--cumulativePerformance .tr .td:nth-child(5),.divTable__header--cumulativePerformance .tr .td:nth-child(6),.divTable__header--cumulativePerformance .tr .td:nth-child(7),.divTable__header--cumulativePerformance .tr .td:nth-child(8),.divTable__header--cumulativePerformance .tr .td:nth-child(9),.divTable__header--cumulativePerformance .tr .th:nth-child(10),.divTable__header--cumulativePerformance .tr .th:nth-child(3),.divTable__header--cumulativePerformance .tr .th:nth-child(4),.divTable__header--cumulativePerformance .tr .th:nth-child(5),.divTable__header--cumulativePerformance .tr .th:nth-child(6),.divTable__header--cumulativePerformance .tr .th:nth-child(7),.divTable__header--cumulativePerformance .tr .th:nth-child(8),.divTable__header--cumulativePerformance .tr .th:nth-child(9){flex-grow:1;min-width:50px;max-width:unset;font-size:12px;text-align:center}@media only screen and (min-width:1025px){.divTable__body--cumulativePerformance .tr .td:nth-child(10),.divTable__body--cumulativePerformance .tr .td:nth-child(3),.divTable__body--cumulativePerformance .tr .td:nth-child(4),.divTable__body--cumulativePerformance .tr .td:nth-child(5),.divTable__body--cumulativePerformance .tr .td:nth-child(6),.divTable__body--cumulativePerformance .tr .td:nth-child(7),.divTable__body--cumulativePerformance .tr .td:nth-child(8),.divTable__body--cumulativePerformance .tr .td:nth-child(9),.divTable__body--cumulativePerformance .tr .th:nth-child(10),.divTable__body--cumulativePerformance .tr .th:nth-child(3),.divTable__body--cumulativePerformance .tr .th:nth-child(4),.divTable__body--cumulativePerformance .tr .th:nth-child(5),.divTable__body--cumulativePerformance .tr .th:nth-child(6),.divTable__body--cumulativePerformance .tr .th:nth-child(7),.divTable__body--cumulativePerformance .tr .th:nth-child(8),.divTable__body--cumulativePerformance .tr .th:nth-child(9),.divTable__header--cumulativePerformance .tr .td:nth-child(10),.divTable__header--cumulativePerformance .tr .td:nth-child(3),.divTable__header--cumulativePerformance .tr .td:nth-child(4),.divTable__header--cumulativePerformance .tr .td:nth-child(5),.divTable__header--cumulativePerformance .tr .td:nth-child(6),.divTable__header--cumulativePerformance .tr .td:nth-child(7),.divTable__header--cumulativePerformance .tr .td:nth-child(8),.divTable__header--cumulativePerformance .tr .td:nth-child(9),.divTable__header--cumulativePerformance .tr .th:nth-child(10),.divTable__header--cumulativePerformance .tr .th:nth-child(3),.divTable__header--cumulativePerformance .tr .th:nth-child(4),.divTable__header--cumulativePerformance .tr .th:nth-child(5),.divTable__header--cumulativePerformance .tr .th:nth-child(6),.divTable__header--cumulativePerformance .tr .th:nth-child(7),.divTable__header--cumulativePerformance .tr .th:nth-child(8),.divTable__header--cumulativePerformance .tr .th:nth-child(9){min-width:74px;max-width:74px;font-size:14px}}.divTable__body--fees .tr .td:nth-child(2),.divTable__body--fees .tr .th:nth-child(2),.divTable__header--fees .tr .td:nth-child(2),.divTable__header--fees .tr .th:nth-child(2){min-width:248px}.divTable__body--fees .tr .td:nth-child(10),.divTable__body--fees .tr .td:nth-child(3),.divTable__body--fees .tr .td:nth-child(4),.divTable__body--fees .tr .td:nth-child(5),.divTable__body--fees .tr .td:nth-child(6),.divTable__body--fees .tr .td:nth-child(7),.divTable__body--fees .tr .td:nth-child(8),.divTable__body--fees .tr .td:nth-child(9),.divTable__body--fees .tr .th:nth-child(10),.divTable__body--fees .tr .th:nth-child(3),.divTable__body--fees .tr .th:nth-child(4),.divTable__body--fees .tr .th:nth-child(5),.divTable__body--fees .tr .th:nth-child(6),.divTable__body--fees .tr .th:nth-child(7),.divTable__body--fees .tr .th:nth-child(8),.divTable__body--fees .tr .th:nth-child(9),.divTable__header--fees .tr .td:nth-child(10),.divTable__header--fees .tr .td:nth-child(3),.divTable__header--fees .tr .td:nth-child(4),.divTable__header--fees .tr .td:nth-child(5),.divTable__header--fees .tr .td:nth-child(6),.divTable__header--fees .tr .td:nth-child(7),.divTable__header--fees .tr .td:nth-child(8),.divTable__header--fees .tr .td:nth-child(9),.divTable__header--fees .tr .th:nth-child(10),.divTable__header--fees .tr .th:nth-child(3),.divTable__header--fees .tr .th:nth-child(4),.divTable__header--fees .tr .th:nth-child(5),.divTable__header--fees .tr .th:nth-child(6),.divTable__header--fees .tr .th:nth-child(7),.divTable__header--fees .tr .th:nth-child(8),.divTable__header--fees .tr .th:nth-child(9){flex-grow:1;min-width:86px;font-size:12px}@media only screen and (min-width:1025px){.divTable__body--fees .tr .td:nth-child(10),.divTable__body--fees .tr .td:nth-child(3),.divTable__body--fees .tr .td:nth-child(4),.divTable__body--fees .tr .td:nth-child(5),.divTable__body--fees .tr .td:nth-child(6),.divTable__body--fees .tr .td:nth-child(7),.divTable__body--fees .tr .td:nth-child(8),.divTable__body--fees .tr .td:nth-child(9),.divTable__body--fees .tr .th:nth-child(10),.divTable__body--fees .tr .th:nth-child(3),.divTable__body--fees .tr .th:nth-child(4),.divTable__body--fees .tr .th:nth-child(5),.divTable__body--fees .tr .th:nth-child(6),.divTable__body--fees .tr .th:nth-child(7),.divTable__body--fees .tr .th:nth-child(8),.divTable__body--fees .tr .th:nth-child(9),.divTable__header--fees .tr .td:nth-child(10),.divTable__header--fees .tr .td:nth-child(3),.divTable__header--fees .tr .td:nth-child(4),.divTable__header--fees .tr .td:nth-child(5),.divTable__header--fees .tr .td:nth-child(6),.divTable__header--fees .tr .td:nth-child(7),.divTable__header--fees .tr .td:nth-child(8),.divTable__header--fees .tr .td:nth-child(9),.divTable__header--fees .tr .th:nth-child(10),.divTable__header--fees .tr .th:nth-child(3),.divTable__header--fees .tr .th:nth-child(4),.divTable__header--fees .tr .th:nth-child(5),.divTable__header--fees .tr .th:nth-child(6),.divTable__header--fees .tr .th:nth-child(7),.divTable__header--fees .tr .th:nth-child(8),.divTable__header--fees .tr .th:nth-child(9){min-width:108px;font-size:14px}}.divTable .nw-arrow{position:absolute;padding-right:3px!important}.divTable .nw-arrow--up{transform:rotate(-180deg)}.listGrid .ReactVirtualized__Grid__innerScrollContainer .tr{display:flex;height:unset!important}.carousel-featuredFunds{margin-bottom:10px;display:block;position:relative;min-height:250px}.carousel-featuredFunds__header{font-weight:700;padding:16px 0;margin:unset}.carousel-featuredFunds__body{max-width:calc(100vw - 40px)}.carousel-featuredFunds__body .swiper-wrapper .swiper-slide{box-shadow:0 4px 16px #f1f7fe!important}.carousel-featuredFunds__body .swiper-wrapper .swiper-slide>section{padding:16px;background:linear-gradient(#f1f7fe,#fff);border-radius:16px;-o-border-radius:16px;min-height:462px}@media only screen and (min-width:1025px){.carousel-featuredFunds__body .swiper-wrapper .swiper-slide>section{min-height:488px}}@media only screen and (min-width:1224px){.carousel-featuredFunds__body .swiper-wrapper .swiper-slide>section{min-height:478px}}.carousel-featuredFunds__body .swiper-wrapper .swiper-slide>section h4{font-size:18px}.data-table,.data-table__tr{width:100%;position:relative}.data-table__tr{display:flex}.data-table__tr *{box-sizing:border-box}.data-table__tr__th{padding:14px 6px;display:flex;align-items:center;font-weight:500;opacity:.75;flex-grow:1}.data-table__tr__th:first-child{visibility:hidden}.data-table__tr__td,.data-table__tr__th{font-size:14px}.data-table__tr__td:nth-child(2),.data-table__tr__th:nth-child(2){padding-right:10px}@media only screen and (min-width:736px){.data-table__tr__td:nth-child(2),.data-table__tr__th:nth-child(2){min-width:30%;max-width:30%}}@media only screen and (min-width:813px){.data-table__tr__td:nth-child(2),.data-table__tr__th:nth-child(2){min-width:36%;max-width:36%}}@media only screen and (min-width:736px){.data-table__tr__td:not(:nth-child(2)),.data-table__tr__th:not(:nth-child(2)){min-width:10.4%;flex-grow:1}}.data-table__tr__td:first-child,.data-table__tr__th:first-child{width:38px;min-width:38px;max-width:38px;padding-right:0}.data-table__tr__td{padding-right:6px;padding-left:6px}@media only screen and (min-width:736px){.data-table__tr--template-0 .data-table__tr__td:nth-child(2),.data-table__tr--template-0 .data-table__tr__th:nth-child(2){min-width:32%;max-width:32%}}@media only screen and (min-width:813px){.data-table__tr--template-0 .data-table__tr__td:nth-child(2),.data-table__tr--template-0 .data-table__tr__th:nth-child(2){min-width:39%;max-width:39%}}@media only screen and (min-width:736px){.data-table__tr--template-1 .data-table__tr__td:nth-child(2),.data-table__tr--template-1 .data-table__tr__th:nth-child(2){min-width:36%;max-width:36%}}@media only screen and (min-width:813px){.data-table__tr--template-1 .data-table__tr__td:nth-child(2),.data-table__tr--template-1 .data-table__tr__th:nth-child(2){min-width:46%;max-width:46%}}@media only screen and (min-width:736px){.data-table__tr--template-2 .data-table__tr__td:nth-child(10),.data-table__tr--template-2 .data-table__tr__td:nth-child(3),.data-table__tr--template-2 .data-table__tr__td:nth-child(4),.data-table__tr--template-2 .data-table__tr__td:nth-child(5),.data-table__tr--template-2 .data-table__tr__td:nth-child(6),.data-table__tr--template-2 .data-table__tr__td:nth-child(7),.data-table__tr--template-2 .data-table__tr__td:nth-child(8),.data-table__tr--template-2 .data-table__tr__td:nth-child(9),.data-table__tr--template-2 .data-table__tr__th:nth-child(10),.data-table__tr--template-2 .data-table__tr__th:nth-child(3),.data-table__tr--template-2 .data-table__tr__th:nth-child(4),.data-table__tr--template-2 .data-table__tr__th:nth-child(5),.data-table__tr--template-2 .data-table__tr__th:nth-child(6),.data-table__tr--template-2 .data-table__tr__th:nth-child(7),.data-table__tr--template-2 .data-table__tr__th:nth-child(8),.data-table__tr--template-2 .data-table__tr__th:nth-child(9){min-width:7.5%}}.data-table__tr--template-3 .data-table__tr__th{font-size:12px}@media only screen and (min-width:736px){.data-table__tr--template-3 .data-table__tr__td:nth-child(10),.data-table__tr--template-3 .data-table__tr__td:nth-child(3),.data-table__tr--template-3 .data-table__tr__td:nth-child(4),.data-table__tr--template-3 .data-table__tr__td:nth-child(5),.data-table__tr--template-3 .data-table__tr__td:nth-child(6),.data-table__tr--template-3 .data-table__tr__td:nth-child(7),.data-table__tr--template-3 .data-table__tr__td:nth-child(8),.data-table__tr--template-3 .data-table__tr__td:nth-child(9),.data-table__tr--template-3 .data-table__tr__th:nth-child(10),.data-table__tr--template-3 .data-table__tr__th:nth-child(3),.data-table__tr--template-3 .data-table__tr__th:nth-child(4),.data-table__tr--template-3 .data-table__tr__th:nth-child(5),.data-table__tr--template-3 .data-table__tr__th:nth-child(6),.data-table__tr--template-3 .data-table__tr__th:nth-child(7),.data-table__tr--template-3 .data-table__tr__th:nth-child(8),.data-table__tr--template-3 .data-table__tr__th:nth-child(9){min-width:7.5%}}.data-table__tr--template-4 .data-table__tr__th{font-size:12px}.data-table__tr--template-4 .data-table__tr__td:nth-child(2),.data-table__tr--template-4 .data-table__tr__th:nth-child(2){padding-right:10px}@media only screen and (min-width:813px){.data-table__tr--template-4 .data-table__tr__td:nth-child(2),.data-table__tr--template-4 .data-table__tr__th:nth-child(2){min-width:32%;max-width:32%}}.data-table__tr--template-4 .data-table__tr__td:nth-child(3),.data-table__tr--template-4 .data-table__tr__td:nth-child(4),.data-table__tr--template-4 .data-table__tr__th:nth-child(3),.data-table__tr--template-4 .data-table__tr__th:nth-child(4){align-items:flex-start}@media only screen and (min-width:736px){.data-table__tr--template-4 .data-table__tr__td:nth-child(3),.data-table__tr--template-4 .data-table__tr__td:nth-child(4),.data-table__tr--template-4 .data-table__tr__th:nth-child(3),.data-table__tr--template-4 .data-table__tr__th:nth-child(4){min-width:10.8%;max-width:10.8%}}.data-table__tr--template-4 .data-table__tr__td:nth-child(5),.data-table__tr--template-4 .data-table__tr__td:nth-child(6),.data-table__tr--template-4 .data-table__tr__td:nth-child(7),.data-table__tr--template-4 .data-table__tr__td:nth-child(8),.data-table__tr--template-4 .data-table__tr__td:nth-child(9),.data-table__tr--template-4 .data-table__tr__th:nth-child(5),.data-table__tr--template-4 .data-table__tr__th:nth-child(6),.data-table__tr--template-4 .data-table__tr__th:nth-child(7),.data-table__tr--template-4 .data-table__tr__th:nth-child(8),.data-table__tr--template-4 .data-table__tr__th:nth-child(9){text-align:right;align-items:flex-start;justify-content:flex-end}@media only screen and (min-width:736px){.data-table__tr--template-4 .data-table__tr__td:nth-child(5),.data-table__tr--template-4 .data-table__tr__td:nth-child(6),.data-table__tr--template-4 .data-table__tr__td:nth-child(7),.data-table__tr--template-4 .data-table__tr__td:nth-child(8),.data-table__tr--template-4 .data-table__tr__td:nth-child(9),.data-table__tr--template-4 .data-table__tr__th:nth-child(5),.data-table__tr--template-4 .data-table__tr__th:nth-child(6),.data-table__tr--template-4 .data-table__tr__th:nth-child(7),.data-table__tr--template-4 .data-table__tr__th:nth-child(8),.data-table__tr--template-4 .data-table__tr__th:nth-child(9){min-width:7.7%;max-width:8.5%}}.data-table__header{background:#f1f7fe;border-radius:8px;-o-border-radius:8px}.data-table__body{position:relative}.data-table__body .data-table__tr{border-bottom:1px solid #eaeaea;padding-bottom:14px}.data-table--mobile .data-table__tr__td:first-child,.data-table--mobile .data-table__tr__th:first-child{width:100%;min-width:100%;max-width:100%}.data-table--mobile .data-table__body .data-table__tr{border-bottom:unset;padding-bottom:7px}.data-table .nw-arrow--up{transform:rotate(-180deg)}.pre-login{height:100%}.post-login{height:100%;overflow:auto;position:relative}.errorContainer{display:flex;flex-wrap:wrap-reverse;background:linear-gradient(#f1f7fe,#fff);align-items:center;justify-content:center;height:auto;min-height:calc(100vh - 112px)}.errorContainer__icon{width:280px}@media only screen and (min-width:736px){.errorContainer__icon{width:300px}}@media only screen and (min-width:813px){.errorContainer__icon{width:auto}}.errorContainer__content{padding:5px 30px 50px}.piechart-wrapper{padding:20px;display:flex;align-items:center;justify-content:center}.scb-app--details .performance-pane{padding:0}.performance-pane{padding:20px}@media only screen and (min-width:736px){.performance-pane{padding:0}}.nav-buttons .allocation-tab .scb-button{margin-left:14px!important}.nav-buttons .allocation-tab .scb-button.active{background-color:#0091ea!important;border-color:#0091ea!important}.allocation-section .allocation-section__donut__asset{display:flex;flex-direction:column;align-items:center;box-shadow:inset 1px 0 0 0 #eee,inset -1px 0 0 0 #eee;padding:0 30px;flex-grow:1}.allocation-section .allocation-section__donut__asset .allocation-section__donut__data{padding:0}.allocation-section .allocation-section__donut__asset .custom-table-column{margin-top:20px}.allocation-section .allocation-section__topholdings{box-shadow:inset -1px 0 0 0 #eee;flex-grow:1;padding:0 30px}.allocation-section .recharts-wrapper{display:flex}.allocation-section .recharts-wrapper svg{width:70%;margin:auto}@media only screen and (min-width:736px){.allocation-section .recharts-wrapper svg{width:100%}.allocation-section{display:flex}}.custom-table-column-title p{font-size:24px}@media only screen and (min-width:736px){.allocation-section__donut__others{display:flex;justify-content:center;flex-grow:1}.allocation-section__donut__others>div{width:50%}}.allocation-section__donut__others .allocation-section__donut__chart{box-shadow:inset 1px 0 0 0 #eee,inset -1px 0 0 0 #eee}.allocation-section__donut__others .allocation-section__donut__data{box-shadow:inset -1px 0 0 0 #eee}.allocation-section__donut__others .allocation-section__donut__chart>div{margin:auto}.allocation-section__donut__data{width:100%;flex-grow:1;padding:0 30px}.allocation .allocation-section .custom-table-cell{box-shadow:0 1px 0 0 #eee,inset 0 1px 0 0 #eee}.allocation-section__list{padding:0 30px}.allocation-section__list h3{font-weight:300}.allocation-tab .tab-list-center{margin-bottom:45px}.layout--compare .layout__main .wrapper-compare{overflow-y:auto}.layout--compare .layout__main .wrapper-compare .container{max-width:100%}@media only screen and (min-width:813px){.layout--compare .layout__main .wrapper-compare .container{max-width:1354px;overflow:hidden!important}}.fund-library{padding:10px 20px 20px}@media only screen and (min-width:813px){.fund-library{padding:unset}}.fund-library__loader{width:100%;min-height:300px;display:flex;justify-content:center;align-items:center;border:1px solid #eee}.fund-library__header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee;margin-bottom:20px}@media only screen and (min-width:736px){.fund-library__header{padding:20px 0;border-bottom:unset;margin-bottom:unset}}.fund-library__header h4{display:none;margin:unset}@media only screen and (min-width:813px){.fund-library__header h4{display:inline-block}}.fund-library__header h6{display:inline-block;margin:unset;font-weight:500}@media only screen and (min-width:813px){.fund-library__header h6{display:none}}.fund-library__body{min-height:500px;max-width:100%;overflow:auto}.fund-library__action{display:flex}.fund-library__action__listType{display:none}@media only screen and (min-width:736px){.fund-library__action__listType{display:flex}.fund-library__action__listType>div{margin-left:20px}}.fund-library__action__filter{display:block;margin-left:20px}@media only screen and (min-width:813px){.fund-library__action__filter{display:none;margin-left:unset}}.cardGrid .ReactVirtualized__Grid__innerScrollContainer{display:flex;flex-wrap:wrap;justify-content:space-between}.cardGrid .ReactVirtualized__Grid__innerScrollContainer .card{display:flex;align-items:center;padding:13.3333333333px}.cardGrid .ReactVirtualized__Grid__innerScrollContainer .card>section{padding-right:unset;padding-left:unset;width:100%;height:100%}.cardGrid--smallFont .ReactVirtualized__Grid__innerScrollContainer h6{font-size:16px}.cardGrid--normalFont .ReactVirtualized__Grid__innerScrollContainer h6{font-size:18px}@media only screen and (min-width:1224px){.cardGrid--normalFont .ReactVirtualized__Grid__innerScrollContainer h6{font-size:20px}}.displaySwitcher{background:#f1f7fe;display:flex;align-items:center;justify-content:space-between;padding-right:6px;padding-left:6px;border-radius:8px;-o-border-radius:8px}.displaySwitcher button{min-height:38px!important;padding-right:8px;padding-left:8px}.displaySwitcher button span{margin-left:8px;white-space:nowrap}.fund-filter{display:flex;flex-direction:column;height:100vh;overflow:hidden}.fund-filter__header{padding:16px 32px;min-height:112px;background:#f1f7fe;display:flex;align-items:center;justify-content:space-between}.fund-filter__header div .nw-btn+.nw-btn{margin-left:10px}.fund-filter__body{padding:20px 32px 48px;height:calc(100vh - navBarSize);overflow:auto}.riskTolerance{color:#fff;padding:60px 35px 35px;height:100%;position:relative;overflow:auto;display:flex;flex-direction:column}@media only screen and (min-width:813px){.riskTolerance{padding:unset;display:block}}.riskTolerance h4,.riskTolerance h5{font-weight:400}.riskTolerance button{min-width:200px;max-width:200px}.comparePortfolio{position:relative}.comparePortfolio__intro{margin-top:30px;padding:0 10px;text-align:center}@media only screen and (min-width:813px){.comparePortfolio__intro{text-align:left}}.comparePortfolio__error{color:#d0021b;text-align:center;margin:20px 0 0}.comparePortfolio .container--risk .custom-table .custom-table-column:nth-child(2) .custom-table-cell:nth-child(4),.comparePortfolio .container--risk .custom-table .custom-table-column:nth-child(2) .custom-table-cell:nth-child(5),.comparePortfolio .container--risk .custom-table .custom-table-column:nth-child(2) .custom-table-cell:nth-child(6){display:none}