:root{--color-deep-blue:#1757a0;--color-clear-blue:#1d81cd;--color-sand:#fff6e5;--color-night-blue:#123f73;--color-yellow:#ffc457;--color-yellow-hover:#ffb41c;--color-green:#2e7d32;--color-red:#c62828;--color-soft-black:#202021;--color-dark-gray:#494c5b;--color-medium-gray:#a1a7c4;--color-light-gray:#e0e2ec;--color-cold-blue:#eff7ff;--color-bg:#fff;--color-surface:#fff;--color-surface-alt:var(--color-cold-blue);--color-cream:var(--color-sand);--color-text:var(--color-soft-black);--color-text-muted:var(--color-dark-gray);--color-link:var(--color-clear-blue);--color-primary:var(--color-clear-blue);--color-primary-dark:var(--color-deep-blue);--color-topbar:var(--color-night-blue);--color-border:var(--color-light-gray);--color-divider:var(--color-light-gray);--color-success:var(--color-green);--color-danger:var(--color-red);--color-warning:var(--color-yellow);--color-focus-ring:rgba(29,129,205,.35);--font-heading:"Ubuntu",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--font-body:"Roboto",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--fw-regular:400;--fw-semibold:600;--fw-bold:700;--fs-h1:54px;--fs-h2:42px;--fs-h3:16px;--fs-h4:18px;--fs-h5:16px;--fs-h6:12px;--fs-large-copy:18px;--fs-body:16px;--fs-button:16px;--lh-h1:1.3;--lh-h2:1.15;--lh-heading:1.2;--lh-body:1.6;--ls-heading:-0.02em;--ls-normal:0;--container-max:1120px;--gutter:20px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-10:40px;--space-12:48px;--space-14:56px;--space-16:64px;--space-20:80px;--radius-md:16px;--radius-lg:30px;--radius-xl:100px;--radius-pill:999px;--radius-btn:999px;--shadow-default:2px 16px 48.4px -12px rgba(165,178,194,.4);--btn-font-family:var(--font-heading);--btn-font-weight:var(--fw-bold);--btn-border-width:2px;--btn-icon-size:18px;--btn-height:44px;--btn-padding-x:18px;--btn-font-size:16px;--btn-cta-height:52px;--btn-cta-padding-x:42px;--btn-cta-font-size:16px;--btn-primary-bg:var(--color-clear-blue);--btn-primary-text:#fff;--btn-primary-hover-bg:var(--color-deep-blue);--btn-secondary-bg:transparent;--btn-secondary-text:var(--color-clear-blue);--btn-secondary-border:var(--color-clear-blue);--btn-secondary-hover-bg:rgba(29,129,205,.1);--btn-focus-ring:0 0 0 4px var(--color-focus-ring);--btn-hover-mix:12%;--btn-active-mix:22%;--btn-disabled-opacity:0.45;--icon-btn-size:34px;--icon-btn-radius:999px;--icon-btn-icon-size:18px;--icon-btn-transition:background 0.2s ease,opacity 0.2s ease,transform 0.05s ease;--icon-hover-opacity:0.1;--icon-active-opacity:0.16;--input-height:44px;--input-radius:var(--radius-pill);--input-padding-x:16px;--input-bg:#fff;--input-text:var(--color-text);--input-placeholder:rgba(73,76,91,.65);--input-border:var(--color-light-gray);--input-border-active:var(--color-clear-blue);--input-bg-disabled:rgba(224,226,236,.55);--input-text-disabled:rgba(32,32,33,.4);--input-error:var(--color-red);--input-focus-ring:0 0 0 3px var(--color-focus-ring);--menu-bg:#fff;--menu-border:var(--color-light-gray);--menu-shadow:var(--shadow-md);--menu-radius:16px;--card-bg:var(--color-surface);--card-border:1px solid var(--color-border);--card-shadow:var(--shadow-md)}*,:after,:before{box-sizing:border-box}body{overflow-x:hidden}.content-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.h1,h1{font-size:var(--fs-h1);line-height:var(--lh-h1)}.h1,.h2,h1,h2{font-family:var(--font-heading);font-weight:var(--fw-bold);letter-spacing:var(--ls-heading)}.h2,h2{font-size:var(--fs-h2);line-height:var(--lh-h2)}.h3,h3{font-family:var(--font-body);font-size:var(--fs-h3);font-weight:var(--fw-semibold);line-height:var(--lh-heading);text-transform:uppercase}.h4,h4{font-size:var(--fs-h4)}.h4,.h5,h4,h5{font-family:var(--font-heading);font-weight:var(--fw-bold);line-height:var(--lh-heading)}.h5,h5{font-size:var(--fs-h5)}.h6,h6{font-family:var(--font-heading);font-size:var(--fs-h6);font-weight:var(--fw-bold);line-height:var(--lh-heading)}.large-copy{font-size:var(--fs-large-copy)}.body-copy,.large-copy{font-family:var(--font-body);font-weight:var(--fw-regular);line-height:var(--lh-body)}.body-copy{font-size:var(--fs-body)}.btn-text{font-family:var(--font-heading);font-size:var(--fs-button);font-weight:var(--fw-bold);line-height:1}.text--deep-blue{color:var(--color-deep-blue)}@media (min-width:768px){header.header{transition:all .3s}header.header__container[data-layout=desktop].header-scroll{animation:stuckMoveDown .6s;-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.15);box-shadow:1px 1px 10px rgba(0,0,0,.15)}@keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}header.header__container[data-layout=desktop] .header__logo-col{margin:18.5px 0;transition:all .3s}header.header__container[data-layout=desktop].header-scroll .header__logo-col{margin:0}header .header__logo img{max-height:73px;max-width:73px;padding:6px 0;transition:all .3s;width:auto}header.header-scroll .header__logo img{max-height:49px;padding:2px 0}header__menu-wrapper{display:flex;gap:20px}header nav.header__menu--desktop li.header__menu-item--depth-1{margin-right:7px}header nav.header__menu--desktop>ul>li.header__menu-item--depth-1:last-child{margin-right:0}header nav.header__menu--desktop>ul>li.header__menu-item--depth-1>.header__menu-link{padding:10px 0!important}header button.hs-search-field__button.search--icon{background-color:transparent!important;border:none;height:20px!important;min-height:20px;width:20px}header button.hs-search-field__button.search--icon:hover{background-color:transparent!important;border:none}header.header__container[data-layout=desktop] .search{height:20px;margin:0 0 0 14px;width:20px}header button.hs-search-field__button.search--icon svg{fill:#0857a2;height:17.28px;width:17.28px}header button.hs-search-field__button.search--icon svg path{fill:#0857a2}header .hs-search-field__desktop .hs-search-field__input{border:2px solid #ddd!important;bottom:-12px;-webkit-box-shadow:1px 1px 15px rgba(0,0,0,.15);box-shadow:1px 1px 15px rgba(0,0,0,.15);padding-right:35px;right:-10px}body.direct-index-template header button.hs-search-field__button.search--icon svg,body.direct-index-template header button.hs-search-field__button.search--icon svg path{fill:var(--accent-color)}body.direct-index-template header .header__logo img,body.nucleus-super-template header .header__logo img{max-height:unset;max-width:140px}body.nucleus-super-template header button.hs-search-field__button.search--icon svg,body.nucleus-super-template header button.hs-search-field__button.search--icon svg path{fill:var(--accent-color)}}@media (max-width:767px){body.direct-index-template header .header__logo img{max-height:unset;max-width:120px}header .header__logo{max-width:100px}header__menu-wrapper{display:block}}header.header__container{z-index:999}.underline u{text-decoration-skip-ink:none;text-decoration-thickness:3px;text-underline-offset:5px}.underline.blue u{text-decoration-color:#0b57a5}.underline.yellow u{text-decoration-color:#fcc201}a.broken_link{text-decoration:line-through}.highlighter-blue span{color:#0b55a2}ol li:not(:last-child){margin-bottom:1rem}p{font-size:16px}p a{text-decoration:underline}.section-heading{margin-bottom:50px}.bottom-content .img-inner{padding-top:30px}a.custom-button{background-color:#0857a2;border:2px solid;color:#fff;display:inline-block;font-size:14px;font-weight:700;padding:5px 10px}a.custom-button:hover{background-color:transparent;border:2px solid;color:#0857a2}.social-buttons .cta-group{gap:7px}.social-buttons .btn-wrapper a.cta-button{align-items:center;border-radius:50%;box-sizing:border-box;display:inline-flex;height:30px;justify-content:center;min-height:unset;padding:5px;width:30px}.social-buttons .btn-wrapper a.cta-button span{display:contents;margin-left:0!important}.social-buttons .btn-wrapper a.cta-button svg{height:14px;width:auto}body.direct-index-template footer li.hs-menu-item:hover>a{color:var(--accent-color)}body.direct-index-template .sr-footer-min p a{color:var(--secondary-color)}body.direct-index-template .sr-footer-min p a:hover{color:var(--accent-color)}.blog iframe{max-width:100%}.blog .tag-post:hover h4{color:#0b57a5}.blog .pagination__link--number{color:var(--link_color)}.blog .pagination__link--number:hover{color:var(--black)}.blog .pagination__link--number.pagination__link--active{background-color:var(--secondary);color:var(--white)}span.tooltip-text{background-color:#f2f2f2;display:inline-block;display:none;font-size:13px;height:max-content;line-height:1.4;overflow:auto;padding:10px;position:absolute;right:0;top:100%;width:250px;z-index:9;z-index:99}.details__content.description{z-index:99}.details__content.description sup{cursor:pointer}.details__content.description sup:hover span.tooltip-text{display:block}.hubDB-section{padding:50px 0}.hubDB-section .faq-inner .faq{border:1px solid #e5e7ea;border-bottom:0;box-shadow:15px 25px 60px 0 transparent;cursor:pointer;font-size:1.125rem;list-style:none;margin-bottom:20px;outline:0;overflow:hidden;transition:color .3s ease-in-out;transition:height .3s ease-in-out,box-shadow .2s ease-in-out}.hubDB-section .faq-inner .faq .faq-question{border-bottom:1px solid;border-color:#e5e7ea;cursor:pointer;font-size:1.125rem;list-style:none;outline:0;padding:15px 62px 15px 10px!important;position:relative;transition:color .3s ease-in-out}.hubDB-section .faq-inner .faq .faq-answer{border-bottom:1px solid;border-color:#e5e7ea;padding:1.5rem 1.25rem;position:relative}.hubDB-section .faq-inner .faq:last-child{margin-bottom:0}.hubDB-section .faq-inner{margin-bottom:40px}.hubDB-section .faq-inner:last-child{margin-bottom:0}.hubDB-section .faq-inner h2{margin-bottom:30px}.hubDB-section .faq-inner .faq .faq-question h3{font-size:16px;margin-bottom:0}.hubDB-section .faq-inner .faq .faq-answer li,.hubDB-section .faq-inner .faq .faq-answer span{font-size:16px}.hubDB-section .faq-inner .faq .faq-answer h3{font-size:18px}.hubDB-section .faq-inner .faq .faq-question .details-icon{background-color:#0c63ff;border-radius:100%;height:32px;position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .2s ease-in;width:32px}.hubDB-section .faq-inner .faq .faq-question .details-icon:after,.hubDB-section .faq-inner .faq .faq-question .details-icon:before{background-color:#fff;content:"";height:2px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:12px}.hubDB-section .faq-inner .faq .faq-question .details-icon:after{height:.7rem;width:2.5px}.hubDB-section .faq-inner .faq .faq-question .active~.details-icon{transform:translateY(-50%) rotate(135deg)}header.system-logo{margin:0 auto;max-width:200px}footer .footer-logo{min-height:100px}footer p{font-size:14px}.fund-performance-module{box-sizing:border-box;margin:0 auto;max-width:450px;width:100%}body .custom-shadow-cards .card{border-radius:30px!important;box-shadow:0 10px 40px rgba(0,0,0,.08)!important}#remove-image-background>.container.container-small{background:#fff}.text-capitalize{text-transform:capitalize!important}