.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0,0,9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.msg span{text-align:center;font-family:Verdana;font-size:Bold;font-size:-webkit-xxx-large;font-style:oblique;position:absolute;margin-right:-37px;padding:-4px;margin-left:320px}.eror{text-align:center;font-family:Verdana;font-size:Bold;font-size:-webkit-xxx-large;font-style:oblique;position:absolute;margin-right:-37px;padding:-4px;margin-left:320px;margin-top:124px;margin-right:x;margin-left:614px}.message-box{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:32px 20px 56px;box-sizing:border-box}.error-page{width:100%;max-width:720px;margin:0 auto;padding:40px 36px;border-radius:28px;border:1px solid rgba(17,17,17,.06);background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 28%),linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 28px 70px #12263f14;text-align:center;box-sizing:border-box}.error-page__eyebrow{display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;padding:8px 14px;border-radius:999px;background:#e0081714;color:var(--brand-primary, #e00817);font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.error-page__title{margin:0 0 12px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:28px;line-height:1.2;text-wrap:balance}.error-page__copy{max-width:560px;margin:0 auto;color:#5c6570;font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif);font-size:15px;line-height:1.75;text-wrap:pretty}.buttons-con{margin-top:28px}.action-link-wrap{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:12px}.action-link-wrap .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;text-decoration:none!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:14px;font-weight:700}.action-link-wrap .btn-danger{background:linear-gradient(135deg,var(--brand-secondary, #12263f) 0%,var(--brand-primary, #e00817) 100%);color:#fff!important;box-shadow:0 16px 30px #12263f2e}.action-link-wrap .btn-secondary{border:1px solid rgba(18,38,63,.12);background:#12263f0a;color:#12263f!important}@media (max-width: 767px){.message-box{padding:20px 16px 36px}.error-page{padding:28px 22px;border-radius:22px}.error-page__title{font-size:24px}.action-link-wrap,.action-link-wrap .btn{width:100%}}.shape_bottom:after{content:"";width:12px;height:20px;background:#e00817;position:absolute;right:-12px;top:-10px;transform:skew(0,-52deg)}.launch-form-in{position:relative}.launch-form-in:after{content:"";position:absolute;width:15px;height:9px;background:#fff;border-bottom:1px solid #979797;transform:rotate(125deg);bottom:0;right:-6px;z-index:1}.launch-form-in:before{content:"";position:absolute;width:15px;height:9px;background:#fff;border-top:1px solid #979797;transform:rotate(125deg);top:0;left:-6px;z-index:1}.Toastify__toast-container--top-right{top:16px;right:16px;width:min(580px,calc(100vw - 32px))}.Toastify__toast.api-toast{width:100%;min-height:108px;margin:0;padding:0 44px 0 0;border-radius:20px;border:1px solid rgba(224,8,23,.14);background:radial-gradient(circle at top left,rgba(224,8,23,.1),transparent 45%),linear-gradient(180deg,#fff,#fff7f7);box-shadow:0 22px 48px #11111124;overflow:hidden}.Toastify__toast.api-toast .Toastify__toast-body{display:block;width:100%;padding:0;margin:0}.Toastify__toast.api-toast .Toastify__close-button{position:absolute;top:14px;right:14px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#7c1d2414;color:#7c1d24;opacity:.8;transition:background-color .16s ease,opacity .16s ease}.Toastify__toast.api-toast .Toastify__close-button:hover{opacity:1;background:#7c1d2424}.api-toast-card{display:flex;gap:16px;align-items:flex-start;width:100%;padding:18px 20px}.api-toast-accent{flex:0 0 44px;width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e00817,#b50714);color:#fff;box-shadow:0 10px 20px #e008173d;font-size:20px;font-weight:700}.api-toast-content{flex:1 1 auto;min-width:0;padding-right:8px}.api-toast-eyebrow{display:inline-flex;margin-bottom:6px;padding:4px 8px;border-radius:999px;background:#e0081714;color:#b50714;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.api-toast-title{margin:0 0 4px;color:#111;font-size:16px;font-weight:700;line-height:1.3}.api-toast-message{margin:0;color:#5b3a3d;font-size:14px;line-height:1.55}@media (max-width: 640px){.Toastify__toast-container--top-right{top:12px;right:12px;width:calc(100vw - 24px)}.Toastify__toast.api-toast{width:100%;min-height:96px;padding-right:40px}.api-toast-card{gap:14px;padding:16px}.api-toast-accent{flex-basis:40px;width:40px;height:40px;font-size:18px}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.my-30{margin-top:30px;margin-bottom:30px}.congrats-page.dashboard_view{padding:40px 0;line-height:30px}.congrats-page.dashboard_view h2{margin-bottom:25px}.congrats-page.dashboard_view h3{font-size:24px;margin:0 0 20px;color:#e31c31;width:100%}.congrats-page.dashboard_view h4{margin:0 0 20px}.congrats-page.dashboard_view .content{font-size:14px;width:490px;font-family:Open Sans SemiBold}@media (max-width: 767px){.congrats-page.dashboard_view .content{width:100%}}.congrats-page.dashboard_view img.img-responsive{width:100%;max-width:200px;display:block;margin:0 auto;padding-top:15%}@media (max-width: 1023px){.congrats-page.dashboard_view img.img-responsive{display:none}}.congrats-page.dashboard_view .img-box,.what-happens .img-box{border:none;width:90px;height:90px;padding:20px;margin-bottom:20px;cursor:initial}.box-shadow{box-shadow:0 0 15px #0000001a}.congrats-page.dashboard_view .img-box img,.what-happens .img-box img{width:100%;margin:0}.congrats-page.dashboard_view .social-icons{display:flex;align-items:center;justify-content:center}.congrats-page.dashboard_view .social-icons .img-box{border-radius:50%;overflow:hidden;padding:0;margin:20px;width:60px;height:60px}.congrats-page.dashboard_view .spread-word{padding:80px 0}.congrats-page.dashboard_view .stop_block .img-box{width:120px;height:120px}.congrats-page.dashboard_view .stop_block{padding:20px}.congrats-page.dashboard_view .stop_block p{width:100%;margin-bottom:20px}@media screen and (max-width: 600px){.what_nextcolumn{width:100%;display:block;margin-bottom:20px}.congrats-page .pull-right{float:none!important}}@media screen and (max-width: 600px){.socialmediacolumn{width:100%;display:block;margin-bottom:20px}}.socialmediarow .title{text-align:center}.socialmediarow .img{border:0;margin:0 8px 0 0;height:50px;width:50px;border-radius:50%}.centerButton{display:flex;justify-content:center}.fund-detail-shell{background:#f4f7f8;min-height:100vh;padding:20px 0 56px}.fund-detail-shell--loading{display:flex;align-items:center;justify-content:center}.fund-detail-shell--state{display:flex;align-items:center;justify-content:center;padding:48px 20px}.fund-detail-page{width:min(100%,1320px);max-width:1320px;padding:0 32px;margin:0 auto}.fund-detail-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#6d7079;font-size:14px}.fund-detail-breadcrumb__back{display:inline-flex;align-items:center;gap:8px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-breadcrumb__back:hover,.fund-detail-breadcrumb__back:focus,.fund-detail-link:hover,.fund-detail-link:focus{color:#ff4f91;text-decoration:none}.fund-detail-alert{margin-bottom:18px;padding:16px 18px;border:1px solid rgba(255,79,145,.2);border-radius:8px;background:#fff}.fund-detail-state-card{width:min(100%,560px);padding:34px;border:1px solid rgba(17,24,39,.08);border-radius:10px;background:#fff;box-shadow:0 24px 60px #1520371f;text-align:center}.fund-detail-state-card__icon{display:inline-flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:20px;background:linear-gradient(135deg,#ecfeff,#fdf2f8);color:#14b8a6}.fund-detail-state-card__icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.fund-detail-state-card__eyebrow{display:block;margin-top:20px;color:#ff4f91;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.fund-detail-state-card h1{margin:10px 0 0;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:26px;line-height:1.25}.fund-detail-state-card p{max-width:420px;margin:12px auto 0;color:#626775;font-size:15px;line-height:1.7}.fund-detail-state-card__actions{display:flex;justify-content:center;gap:12px;margin-top:24px}.fund-detail-link{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-hero,.fund-detail-snapshot,.fund-detail-overview,.fund-detail-section,.fund-detail-note,.fund-detail-sustainability-hero{border-radius:4px;background:#fff;box-shadow:0 6px 14px #1520370d}.fund-detail-hero{padding:28px 32px;border:1px solid rgba(45,50,64,.08);border-radius:6px;background:#fff;box-shadow:0 14px 30px #15203714}.fund-detail-hero__body{max-width:none}.fund-detail-hero__top,.fund-detail-hero__header,.fund-detail-hero__toolbar,.fund-detail-section-heading,.fund-detail-inline-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.fund-detail-hero__top{justify-content:flex-start;align-items:center;gap:18px;margin-bottom:20px}.fund-detail-hero__brand{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid rgba(45,50,64,.08);border-radius:6px;background:#111;color:#fff;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:20px;padding:0 10px}.fund-detail-sdr-badge{display:inline-flex;align-items:center;min-height:52px;max-width:min(100%,292px)}.fund-detail-sdr-badge__image{display:block;width:100%;max-height:64px;object-fit:contain}.fund-detail-sdr-badge__copy strong,.fund-detail-sdr-badge__copy small{display:block;line-height:1.1}.fund-detail-sdr-badge__copy strong{font-size:11px;letter-spacing:.04em;text-transform:uppercase}.fund-detail-sdr-badge__copy small{margin-top:2px;font-size:13px;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-hero__header h1,.fund-detail-section h2,.fund-detail-note h3,.fund-detail-overview h3,.fund-detail-section-heading h2,.fund-detail-snapshot h2{margin:0;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-hero__header h1{max-width:780px;font-size:30px;line-height:1.2}.fund-detail-hero__header p,.fund-detail-section-heading span,.fund-detail-body-copy,.fund-detail-overview p,.fund-detail-note p,.fund-detail-list__empty{margin:0;color:#626775;font-size:15px;line-height:1.7}.fund-detail-hero__price{min-width:180px;padding:14px 16px;border:1px solid #edf1f3;border-radius:6px;background:#f9fbfc;text-align:right}.fund-detail-hero__price strong{display:block;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:18px;line-height:1.1}.fund-detail-hero__price span,.fund-detail-stat span,.fund-detail-key-grid__row span{display:block;color:#7d8290;font-size:12px;font-family:Poppins Bold,Open Sans,Arial,sans-serif;text-transform:uppercase}.fund-detail-hero__change{display:inline-flex;align-items:center;gap:10px;margin:10px 0 2px;color:#535a67;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:13px}.fund-detail-hero__change.is-positive{color:#20bfa7}.fund-detail-hero__change.is-negative{color:#f04c5d}.fund-detail-hero__change-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:currentColor;color:#fff;font-size:12px}.fund-detail-chart{position:relative;margin:18px 0 12px;border-bottom:0}.fund-detail-chart--amcharts{min-height:316px;padding:14px 16px 24px;border:1px solid #e7eef2;border-radius:8px;background:linear-gradient(180deg,#fbfdfd,#fff);box-shadow:inset 0 1px #ffffffe0}.fund-detail-chart__canvas{width:100%;height:276px}.fund-detail-chart svg{width:100%;height:auto}.fund-detail-chart__baseline{stroke:#444b5c73;stroke-dasharray:2 12;stroke-width:2}.fund-detail-chart__path{fill:none;stroke:#2bc5b4;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.fund-detail-chart__value{position:absolute;bottom:4px;color:#7b8090;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px}.fund-detail-chart__value--left{left:18px}.fund-detail-chart__value--right{right:18px}.fund-detail-chart__empty{min-height:240px;padding:72px 18px;border:1px dashed #d8e2e7;border-radius:8px;background:#fbfdfd;color:#7d8290;text-align:center}.fund-detail-range{display:inline-grid;grid-template-columns:repeat(4,minmax(64px,1fr));gap:8px}.fund-detail-range__button{min-height:36px;border:1px solid #e4eaee;border-radius:999px;background:#fff;color:#667085;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:11px;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.fund-detail-range__button.is-active{background:#111;border-color:#111;color:#fff;box-shadow:0 8px 16px #1111111f}.fund-detail-range__button:hover,.fund-detail-range__button:focus{border-color:#14b8a6;color:#111}.fund-detail-range__button.is-active:hover,.fund-detail-range__button.is-active:focus{border-color:#111;color:#fff}.fund-detail-rating{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.fund-detail-rating__label{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-rating__stars{display:inline-flex;gap:4px}.fund-detail-rating__star{display:inline-block;position:relative;color:#dde0e7;font-size:21px;line-height:1}.fund-detail-rating__star:before{content:"★";position:absolute;top:0;right:0;bottom:0;left:0;width:var(--star-fill, 0%);overflow:hidden;color:#2bc5d2}.fund-detail-rating__value{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-hero__actions{display:flex;gap:12px;flex-wrap:nowrap;margin-top:18px}.fund-detail-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:20px 0 18px;padding:8px;border:1px solid rgba(45,50,64,.12);border-radius:6px;background:#eef3f6;box-shadow:inset 0 1px #ffffffbd,0 8px 20px #1520370a}.fund-detail-tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-height:64px;padding:13px 16px 13px 18px;border:1px solid rgba(45,50,64,.1);border-radius:4px;background:#fff;color:#596071;text-align:left;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.fund-detail-tab:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:0 4px 4px 0;background:transparent}.fund-detail-tab span{color:inherit;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:14px}.fund-detail-tab small{color:#7d8290;font-size:12px}.fund-detail-tab:hover,.fund-detail-tab:focus{border-color:#2bc5b452;background:#f9fffd;color:#1f2937;box-shadow:0 8px 16px #2bc5b414}.fund-detail-tab.is-active{border-color:#2bc5b4;background:#e7fbf8;color:#1f2937;box-shadow:0 10px 18px #2bc5b429;transform:translateY(-1px)}.fund-detail-tab.is-active:before{background:#2bc5b4}.fund-detail-tab.is-active small{color:#33635f}.fund-detail-tab-panel{display:none}.fund-detail-tab-panel.is-active{display:block}.fund-detail-section-kicker{display:inline-flex;margin-bottom:8px;color:#0f766e;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.fund-detail-sustainability-hero{display:flex;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px;border:1px solid rgba(43,197,180,.16);background:linear-gradient(135deg,#2bc5b41a,#fff0 42%),#fff}.fund-detail-impact-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:30px 34px;border:1px solid rgba(43,197,180,.2);border-radius:6px;background:#fff;box-shadow:0 10px 24px #1520370f}.fund-detail-impact-hero__copy{align-self:center;justify-self:start;flex:1 1 auto;width:auto;min-width:0;text-align:left}.fund-detail-impact-hero h2{text-align:left;max-width:none;margin:0;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:28px;line-height:1.2}.fund-detail-section-heading--stacked{align-items:flex-start;flex-direction:column;justify-content:flex-start;gap:6px;text-align:left}.fund-detail-impact-hero p{text-align:left;max-width:none;margin:14px 0 0;color:#4e5968;font-size:16px;line-height:1.75}.fund-detail-impact-hero__visual{display:flex;flex:0 0 180px;justify-content:flex-end}.fund-detail-impact-hero__visual:empty{display:none}.fund-detail-medal{display:flex;width:160px;min-height:170px;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(255,79,145,.16);border-radius:6px;background:#fff8fb;text-align:center}.fund-detail-medal img{width:96px;height:96px;object-fit:contain}.fund-detail-medal span,.fund-detail-medal strong{display:block}.fund-detail-medal span{margin-top:12px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;text-transform:uppercase}.fund-detail-medal--empty{padding:16px}.fund-detail-medal--empty strong{margin-top:8px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:18px}.fund-detail-key-grid--impact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:14px;border-top:0}.fund-detail-profile-card{display:flex;min-height:128px;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:18px 16px;border:1px solid #edf1f3;border-radius:6px;background:#fbfdfe;text-align:center}.fund-detail-profile-card--strategy{grid-column:1 / -1}.fund-detail-profile-card>span{display:block;color:#7b8090;font-size:12px;line-height:1.25}.fund-detail-profile-card>strong,.fund-detail-profile-card .fund-detail-impact-strategy-tags{margin-top:8px}.fund-detail-profile-card>strong{display:block;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:16px;line-height:1.35}.fund-detail-profile-card--strategy{grid-column:1 / -1;min-height:96px}.fund-detail-impact-strategy-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.fund-detail-impact-strategy-tags span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid rgba(18,143,124,.18);border-radius:999px;background:#128f7c12;color:#0f766e;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;line-height:1}.fund-detail-impact-flag-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin-top:16px}.fund-detail-impact-flag{display:flex;min-height:58px;align-items:center;gap:10px;padding:12px 14px;border:1px solid #edf1f3;border-radius:6px;background:#fff;color:#667085;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:13px}.fund-detail-disclaimer{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;margin:24px 0;padding:24px;border:1px solid rgba(20,184,166,.24);border-left:5px solid #14b8a6;border-radius:6px;background:linear-gradient(180deg,#fff,#f8fffd);box-shadow:0 14px 34px #15203714}.fund-detail-disclaimer__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:6px;background:#ecfeff;color:#0f766e}.fund-detail-disclaimer__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fund-detail-disclaimer__content h2{margin:0 0 12px;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:21px;line-height:1.25}.fund-detail-disclaimer__content p{margin:0;color:#4e5968;font-size:14px;line-height:1.75}.fund-detail-disclaimer__content p+p{margin-top:12px}.fund-detail-disclaimer__content a{color:#0f766e;font-family:Poppins Bold,Open Sans,Arial,sans-serif;text-decoration:underline;text-underline-offset:3px}.fund-detail-disclaimer__content a:hover,.fund-detail-disclaimer__content a:focus{color:#ff4f91}.fund-detail-impact-flag.is-active{border-color:#20bfa757;background:#f0fffb;color:#1f2937}.fund-detail-impact-flag.is-muted{opacity:.62}.fund-detail-impact-flag img{width:82px;max-width:48%;height:34px;flex:0 0 auto;object-fit:contain}.fund-detail-impact-doc-link{display:inline-flex;margin-top:18px}.fund-detail-impact-section-grid{display:flex;flex-direction:column;gap:12px}.fund-detail-impact-section,.fund-detail-collapsible-card{border:1px solid #edf1f3;border-radius:6px;background:#fff}.fund-detail-impact-section summary,.fund-detail-collapsible-card summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:16px 18px;cursor:pointer;list-style:none}.fund-detail-impact-section summary::-webkit-details-marker,.fund-detail-collapsible-card summary::-webkit-details-marker{display:none}.fund-detail-impact-section summary>span:first-child,.fund-detail-collapsible-card summary>span:first-child{display:block;min-width:0}.fund-detail-impact-section summary strong,.fund-detail-collapsible-card summary strong{display:block;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:15px}.fund-detail-impact-section summary small,.fund-detail-collapsible-card summary small{display:block;margin-top:4px;color:#667085;font-size:13px}.fund-detail-collapsible-card__chevron{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 auto;border-radius:50%;background:#f6f8fa;color:#ff4f91;font-size:24px;line-height:1;transform:rotate(90deg);transition:transform .18s ease,background .18s ease}.fund-detail-impact-section[open] .fund-detail-collapsible-card__chevron,.fund-detail-collapsible-card[open] .fund-detail-collapsible-card__chevron{background:#fff1f6;transform:rotate(-90deg)}.fund-detail-impact-section__body,.fund-detail-collapsible-card .fund-detail-body-copy{padding:0 18px 18px}.fund-detail-impact-section p{margin:0;color:#4e5968;font-size:14px;line-height:1.65}.fund-detail-impact-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-top:14px}.fund-detail-impact-values span{padding:10px 12px;border-radius:5px;background:#f7faf9;color:#4e5968;font-size:13px}.fund-detail-impact-values strong{display:block;margin-bottom:3px;color:#667085;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:11px;text-transform:uppercase}.fund-detail-sustainability-hero h2{margin:0;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:22px}.fund-detail-sustainability-hero p{max-width:760px;margin:8px 0 0;color:#626775;font-size:15px;line-height:1.7}.fund-detail-sustainability-hero__meta{display:flex;min-width:220px;align-self:stretch;flex-direction:column;justify-content:center;padding:16px;border:1px solid rgba(45,50,64,.08);border-radius:4px;background:#f8fbfa}.fund-detail-sustainability-hero__meta strong{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-sustainability-hero__meta span{margin-top:4px;color:#626775;font-size:13px}.fund-detail-stat-grid--sustainable{margin-top:14px}.fund-detail-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:16px}.fund-detail-pillar{padding:14px 16px;border:1px solid rgba(45,50,64,.08);border-radius:4px;background:#fafbfc}.fund-detail-pillar span{display:block;color:#7d8290;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;text-transform:uppercase}.fund-detail-pillar strong{display:block;margin-top:5px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:22px}.fund-detail-cta{display:inline-flex;align-items:center;justify-content:center;min-width:0;width:100%;min-height:48px;padding:0 18px;border-radius:2px;border:0;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.fund-detail-cta--primary{background:#111;color:#fff}.fund-detail-cta--primary.is-added{background:#25c1a7}.fund-detail-cta--secondary{background:#ed2327;color:#fff}.fund-detail-cta:hover,.fund-detail-cta:focus{color:#fff;text-decoration:none}.fund-detail-cta[disabled]{opacity:.6;cursor:not-allowed;box-shadow:none}.fund-detail-snapshot,.fund-detail-section,.fund-detail-note{margin-top:22px;padding:24px}.fund-detail-section-heading{margin-bottom:16px}.fund-detail-section-heading>div:first-child{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:4px}.fund-detail-section-heading>div:first-child span{display:block}.fund-detail-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 20px}.fund-detail-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.fund-detail-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:4px;background:#f5f7fb;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;text-transform:uppercase}.fund-detail-stat{padding:0;border:0;background:transparent}.fund-detail-stat strong,.fund-detail-key-grid__row strong,.fund-detail-list__row strong{display:block;margin-top:6px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:17px;line-height:1.2}.fund-detail-stat .is-highlight{color:#20bfa7}.fund-detail-overview{display:grid;grid-template-columns:1fr;gap:22px;margin-top:24px;padding:28px;border:1px solid rgba(45,50,64,.08);background:linear-gradient(135deg,#fff,#f8fcfb)}.fund-detail-overview__copy{max-width:980px}.fund-detail-overview__copy h3{margin-top:0;font-size:24px;line-height:1.25}.fund-detail-overview__copy p{margin-top:12px;color:#4e5968;font-size:16px;line-height:1.75}.fund-detail-overview__holdings{min-width:0;padding:18px;border:1px solid #e5edf0;border-radius:8px;background:#fff;box-shadow:inset 0 1px #ffffffe6}.fund-detail-overview__holdings-header{display:flex;gap:12px;align-items:center;margin-bottom:16px}.fund-detail-overview__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:4px;border-radius:8px;background:#20bfa71a;color:#128f7c}.fund-detail-overview__holdings-header strong,.fund-detail-overview__holdings-header span{display:block}.fund-detail-overview__holdings-header strong{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:15px;line-height:1.25}.fund-detail-overview__holdings-header span{margin-top:4px;color:#7d8290;font-size:12px}.fund-detail-overview__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fund-detail-overview__holding-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.fund-detail-overview__holding{min-height:92px;padding:14px;border:1px solid #edf2f4;border-radius:8px;background:#f8fbfc}.fund-detail-overview__holding span{display:block;color:#53606d;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.fund-detail-overview__holding strong{display:block;margin-top:10px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:18px;line-height:1.2}.fund-detail-text-link{display:inline-flex;align-items:center;min-height:34px;margin-top:16px;padding:0;border:0;background:transparent;color:#128f7c;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:14px;border-bottom:2px solid rgba(18,143,124,.34)}.fund-detail-inline-actions{margin-top:18px;padding:0}.fund-detail-inline-actions__badge{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 20px;border:1px solid #ededf0;border-radius:2px;background:#fff;color:#25c1a7;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-inline-actions__badge-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid currentColor;border-radius:50%;font-size:12px;line-height:1}.fund-detail-theme-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.fund-detail-themes-section .fund-detail-theme-grid{margin-top:18px}.fund-detail-theme-chip{display:flex;min-height:138px;flex-direction:column;align-items:center;justify-content:center;gap:12px;max-width:none;padding:22px 16px;border:1px solid #ededf0;border-radius:6px;background:#fbfdfe;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.fund-detail-theme-chip:hover{transform:translateY(-1px);box-shadow:0 10px 22px #15203714}.fund-detail-theme-chip__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#fff1f6;color:#ff4f91;flex:0 0 auto}.fund-detail-theme-chip__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fund-detail-theme-chip__image{display:block;width:34px;height:34px;object-fit:contain}.fund-detail-theme-chip__copy{display:block;min-width:0}.fund-detail-theme-chip__copy strong,.fund-detail-theme-chip__copy small{display:block}.fund-detail-theme-chip__copy strong{color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:14px;line-height:1.3;white-space:normal}.fund-detail-theme-chip__copy small{margin-top:6px;color:#7b8090;font-size:12px;line-height:1.45}.fund-detail-theme-chip--mint .fund-detail-theme-chip__icon,.fund-detail-theme-chip--rose .fund-detail-theme-chip__icon,.fund-detail-theme-chip--amber .fund-detail-theme-chip__icon,.fund-detail-theme-chip--violet .fund-detail-theme-chip__icon{background:#fff1f6;color:#ff4f91}.fund-detail-section--card{background:#fff}.fund-detail-section-heading__globe{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;color:#3a9be6}.fund-detail-section-heading__globe svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fund-detail-goal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,72px));gap:10px;align-items:center}.fund-detail-goal-card{overflow:hidden;border-radius:2px;background:transparent}.fund-detail-sdg-tile{display:flex;align-items:center;justify-content:center;min-height:54px;background:transparent}.fund-detail-sdg-tile__image{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.fund-detail-sdg-tile__fallback{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#e7eef2;color:#51606f;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:18px}.fund-detail-list{border-top:1px solid #f0f1f5}.fund-detail-list__row,.fund-detail-key-grid__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;padding:14px 0;border-bottom:1px solid #f0f1f5}.fund-detail-list__row--icon{align-items:center}.fund-detail-list__label{display:inline-flex;align-items:center;gap:12px}.fund-detail-list__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#474d5b}.fund-detail-list__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.fund-detail-exposure-list{border-top:0}.fund-detail-exposure-row{grid-template-columns:minmax(0,1fr) minmax(56px,auto);min-height:34px;padding:6px 0;border-bottom:0}.fund-detail-exposure-row .fund-detail-list__label{gap:10px}.fund-detail-exposure-row .fund-detail-list__icon{width:18px;height:18px;color:#505760}.fund-detail-exposure-row .fund-detail-list__icon svg{width:18px;height:18px;stroke-width:1.9}.fund-detail-exposure-row .fund-detail-list__label>span:last-child{color:#3f4650;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:13px}.fund-detail-exposure-row strong{color:#4e5968;font-size:13px}.fund-detail-exposure-row strong.is-none{color:#20bfa7}.fund-detail-list__row span,.fund-detail-key-grid__row span{color:#474d5b;font-size:15px;text-transform:none}.fund-detail-list__row strong,.fund-detail-key-grid__row strong{margin-top:0;font-size:16px;text-align:right}.fund-detail-list--compact{margin-top:20px}.fund-detail-sector-chart{display:grid;gap:16px;margin-top:20px}.fund-detail-sector-row{display:grid;gap:8px}.fund-detail-sector-row__header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px}.fund-detail-sector-row__header span{min-width:0;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:14px}.fund-detail-sector-row__header small{padding:4px 7px;border:1px solid #e4ecef;border-radius:999px;background:#f8fbfc;color:#667085;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:11px;line-height:1}.fund-detail-sector-row__header strong{color:#111827;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:14px}.fund-detail-sector-row__track{overflow:hidden;height:10px;border-radius:999px;background:#eef3f6}.fund-detail-sector-row__track span{display:block;height:100%;min-width:2px;border-radius:inherit;background:linear-gradient(90deg,#14b8a6,#ff4f91)}.fund-detail-region-card{position:relative;overflow:hidden;margin-top:16px;border:1px solid #e4ecef;border-radius:8px;background:#f8fbfc;box-shadow:inset 0 1px #ffffffdb}.fund-detail-region-card__image{width:100%;aspect-ratio:7001 / 4001;display:block;object-fit:contain;object-position:center}.fund-detail-region-card__markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.fund-detail-region-marker{position:absolute;display:inline-flex;min-width:128px;max-width:178px;flex-direction:column;gap:2px;padding:8px 10px;border:1px solid rgba(18,143,124,.22);border-radius:8px;background:#fffffff0;color:#2d3240;box-shadow:0 10px 22px #1520371f;transform:translate(-50%,-50%)}.fund-detail-region-marker:after{content:"";position:absolute;left:50%;bottom:-17px;width:10px;height:10px;border:2px solid #ffffff;border-radius:50%;background:#128f7c;box-shadow:0 0 0 4px #128f7c2e;transform:translate(-50%)}.fund-detail-region-marker span,.fund-detail-region-marker strong{display:block;line-height:1.2}.fund-detail-region-marker span{color:#53606d;font-size:12px}.fund-detail-region-marker strong{color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:15px}.fund-detail-body-copy{max-width:760px}.fund-detail-key-grid{border-top:1px solid #f0f1f5}.fund-detail-info-section{border:1px solid rgba(17,24,39,.06);background:linear-gradient(180deg,#fff,#fbfdfe)}.fund-detail-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;align-items:stretch}.fund-detail-info-card{display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto 1fr;gap:4px 14px;min-height:118px;padding:18px;border:1px solid #edf1f3;border-radius:8px;background:#fff;box-shadow:0 8px 18px #1520370a}.fund-detail-info-card__icon,.fund-detail-manager-card__avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:42px;height:42px;border-radius:8px;background:#128f7c1a;color:#128f7c;flex:0 0 auto}.fund-detail-info-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fund-detail-manager-card__avatar img{width:22px;height:22px;object-fit:contain}.fund-detail-manager-card__avatar img{width:100%;height:100%;padding:7px}.fund-detail-info-card span:not(.fund-detail-info-card__icon),.fund-detail-info-copy span,.fund-detail-pill-panel__label,.fund-detail-mini-table h3{display:block;color:#7a7f8d;font-size:12px;letter-spacing:.03em;text-transform:uppercase}.fund-detail-info-card span:not(.fund-detail-info-card__icon){align-self:end;margin-top:2px}.fund-detail-info-card strong{display:block;grid-column:2;align-self:start;margin-top:2px;color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:16px;line-height:1.35;overflow-wrap:anywhere}.fund-detail-info-copy-grid,.fund-detail-manager-grid,.fund-detail-fee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.fund-detail-info-copy,.fund-detail-manager-card,.fund-detail-pill-panel,.fund-detail-mini-table{border:1px solid #edf1f3;border-radius:8px;background:#fff;padding:18px}.fund-detail-info-copy span,.fund-detail-pill-panel__label,.fund-detail-mini-table h3{margin-top:0}.fund-detail-info-copy p,.fund-detail-manager-card p{margin:8px 0 0;color:#626775;font-size:14px;line-height:1.7}.fund-detail-theme-token-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.fund-detail-theme-token{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid rgba(255,127,80,.22);border-radius:999px;background:#fff7ed;color:#9a3412;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;line-height:1}.fund-detail-manager-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px}.fund-detail-manager-card strong,.fund-detail-manager-card span,.fund-detail-manager-card small{display:block}.fund-detail-manager-card strong{color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-manager-card span,.fund-detail-manager-card small{margin-top:4px;color:#7a7f8d;font-size:13px}.fund-detail-pill-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;background:#f8fbfc}.fund-detail-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.fund-detail-status-pill{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border:1px solid #e7ebef;border-radius:999px;background:#fff;color:#5f6875;font-size:12px}.fund-detail-status-pill.is-active{border-color:#14b8a659;background:#14b8a614;color:#0f766e}.fund-detail-mini-table{padding:0;overflow:hidden}.fund-detail-mini-table h3{padding:16px 18px 12px}.fund-detail-mini-table>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 18px;border-top:1px solid #edf1f3}.fund-detail-mini-table span,.fund-detail-mini-table small{color:#687384;font-size:13px}.fund-detail-mini-table strong{color:#1f2937;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-mini-table small{grid-column:1 / -1}.fund-detail-note{display:grid;grid-template-columns:38px minmax(0,1fr);gap:16px;background:#fbfbfc;box-shadow:none}.fund-detail-note__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:2px solid #35c8d5;color:#35c8d5;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.fund-detail-note a{color:#2d3240;text-decoration:underline}.fund-detail-documents-section{overflow:hidden;border:1px solid rgba(45,50,64,.08);background:linear-gradient(180deg,#fff,#fbfdfe)}.fund-detail-documents-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.fund-detail-documents-heading p{max-width:640px;margin:8px 0 0;color:#626775;font-size:14px;line-height:1.65}.fund-detail-documents-count{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border:1px solid #e6ecef;border-radius:999px;background:#f8fbfc;color:#53606d;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;white-space:nowrap}.fund-detail-document-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.fund-detail-document{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:104px;padding:18px;border:1px solid #e8eef2;border-radius:8px;background:#fff;color:#2d3240;box-shadow:0 8px 20px #1520370a;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.fund-detail-document:hover,.fund-detail-document:focus{border-color:#2bc5b46b;color:#2d3240;text-decoration:none;transform:translateY(-1px);box-shadow:0 14px 28px #15203714}.fund-detail-document:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:0 4px 4px 0;background:#20bfa7}.fund-detail-document--violet:before{background:#8a5eb1}.fund-detail-document--pink:before{background:#ff4f91}.fund-detail-document--violet .fund-detail-document__icon{background:#8a5eb11a;color:#7c4fa4}.fund-detail-document--pink .fund-detail-document__icon{background:#ff4f911a;color:#d93273}.fund-detail-document__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:8px;background:#20bfa71a;color:#128f7c;flex:0 0 auto}.fund-detail-document__icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.fund-detail-document__copy strong,.fund-detail-document__copy small,.fund-detail-document__copy span{display:block}.fund-detail-document__copy strong{margin-top:4px;color:#2d3240;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:15px;line-height:1.35;overflow-wrap:anywhere}.fund-detail-document__copy small{color:#7d8290;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:11px;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.fund-detail-document__copy span{margin-top:8px;color:#7d8290;font-size:12px;line-height:1.2}.fund-detail-document__action{display:inline-flex;align-items:center;gap:6px;color:#128f7c;font-family:Poppins Bold,Open Sans,Arial,sans-serif;font-size:12px;white-space:nowrap}.fund-detail-document__arrow{color:currentColor;font-size:22px;line-height:1}.fund-detail-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.fund-detail-hero__meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid #ececf0;border-radius:999px;background:#fff;color:#6c7280;font-size:11px;font-family:Poppins Bold,Open Sans,Arial,sans-serif;text-transform:uppercase}@media (min-width: 768px){.fund-detail-hero,.fund-detail-snapshot,.fund-detail-overview,.fund-detail-section,.fund-detail-note{padding-left:32px;padding-right:32px}.fund-detail-hero__header{align-items:flex-start}.fund-detail-theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px) and (max-width: 1100px){.fund-detail-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fund-detail-overview__holding-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.investments-table-action--details{background:#fff;color:#2d3240}@media (max-width: 767px){.fund-detail-shell{padding:8px 0 32px}.fund-detail-page{width:100%;max-width:440px;padding:0 20px}.fund-detail-hero,.fund-detail-snapshot,.fund-detail-overview,.fund-detail-section,.fund-detail-note{padding:20px}.fund-detail-hero{border-radius:6px}.fund-detail-hero__header,.fund-detail-hero__toolbar,.fund-detail-section-heading,.fund-detail-inline-actions{align-items:flex-start;flex-direction:column}.fund-detail-hero__header h1{font-size:18px}.fund-detail-hero__top{gap:12px}.fund-detail-hero__body{max-width:none}.fund-detail-hero__price{min-width:0;text-align:left}.fund-detail-hero__price strong,.fund-detail-stat strong,.fund-detail-list__row strong,.fund-detail-key-grid__row strong{font-size:15px;text-align:left}.fund-detail-range,.fund-detail-hero__actions{width:100%}.fund-detail-overview{grid-template-columns:1fr;gap:18px}.fund-detail-overview__copy h3{font-size:20px}.fund-detail-overview__copy p{font-size:15px}.fund-detail-overview__holdings{padding:14px}.fund-detail-overview__holding-list{grid-template-columns:repeat(2,minmax(0,1fr))}.fund-detail-overview__icon{width:38px;height:38px;margin:0}.fund-detail-overview__icon svg{width:22px;height:22px}.fund-detail-overview__holding{min-height:86px;padding:12px}.fund-detail-state-card{padding:26px 20px}.fund-detail-state-card h1{font-size:22px}.fund-detail-state-card__actions{flex-direction:column}.fund-detail-list__row,.fund-detail-key-grid__row{grid-template-columns:minmax(0,1fr) auto}.fund-detail-impact-hero{flex-direction:column;padding:20px}.fund-detail-impact-hero h2{font-size:22px}.fund-detail-impact-hero__visual{justify-content:flex-start}.fund-detail-disclaimer{grid-template-columns:1fr;gap:14px;padding:20px}.fund-detail-disclaimer__content h2{font-size:19px}.fund-detail-key-grid--impact,.fund-detail-impact-section-grid,.fund-detail-info-grid,.fund-detail-info-copy-grid,.fund-detail-manager-grid,.fund-detail-fee-grid,.fund-detail-pill-panel{grid-template-columns:1fr}.fund-detail-impact-strategy-tags{justify-content:center}.fund-detail-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}.fund-detail-theme-grid,.fund-detail-document-grid{grid-template-columns:1fr}.fund-detail-documents-heading{flex-direction:column;margin-bottom:18px}.fund-detail-documents-count{align-self:flex-start}.fund-detail-document{grid-template-columns:44px minmax(0,1fr);gap:14px;min-height:0;padding:16px}.fund-detail-document__icon{width:44px;height:44px}.fund-detail-document__icon svg{width:26px;height:26px}.fund-detail-document__copy strong{font-size:14px}.fund-detail-document__action{grid-column:2;justify-self:flex-start;margin-top:-4px}.fund-detail-region-marker{min-width:104px;max-width:130px;padding:6px 8px}.fund-detail-region-marker span{font-size:10px}.fund-detail-region-marker strong{font-size:12px}.fund-detail-goal-grid{grid-template-columns:repeat(auto-fit,minmax(50px,64px))}.fund-detail-theme-chip{min-height:122px;padding:18px 16px}.fund-detail-theme-chip__copy strong{font-size:14px}}@media (max-width: 420px){.fund-detail-overview__holding-list{grid-template-columns:1fr}}.information_footer{background:#08283d;color:#fff;padding:72px 20px 48px;position:static}.information_footer:before{display:none}.information_footer__container{max-width:1540px;margin:0 auto}.information_footer__top{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:48px;align-items:start}.information_footer__linksGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px}.information_footer__column h3{margin:0 0 22px;color:#fff;font-size:18px;line-height:1.3;font-family:Poppins Bold,Open Sans,Arial,sans-serif}.information_footer__links{list-style:none;padding:0;margin:0}.information_footer__links li{display:block;margin:0 0 16px}.information_footer__links a,.information_footer__policies a{display:inline-flex;color:#fffffff5;text-decoration:none;font-size:17px;line-height:1.45;transition:opacity .2s ease,transform .2s ease}.information_footer__links a:hover,.information_footer__policies a:hover{color:#fff;opacity:.82;text-decoration:none}.information_footer__aside{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.information_footer__social{display:flex;flex-wrap:wrap;gap:14px}.information_footer__social a{width:42px;height:42px;border-radius:999px;background:#ffffff1a;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease}.information_footer__social a:hover{transform:translateY(-1px);background:#ffffff29}.information_footer__social img{width:22px;height:22px;object-fit:contain}.information_footer__risk{margin:0;color:#fffffff5;font-size:18px;line-height:1.45;max-width:260px}.information_footer__bottom{margin-top:56px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.information_footer__policies{display:flex;flex-wrap:wrap;gap:28px 56px;margin-bottom:28px}.information_footer__legal{display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px;align-items:start}.information_footer__logoWrap{display:flex;align-items:center;justify-content:flex-start;min-height:118px}.information_footer__logo{max-width:180px;width:100%;object-fit:contain}.information_footer__legalCopy p{margin:0 0 22px;color:#fffffff5;font-size:18px;line-height:1.45;max-width:980px}.information_footer__legalCopy p:last-child{margin-bottom:0}.maincontent-db .information_footer{margin-bottom:-20px}@media (max-width: 1279px){.information_footer__top{grid-template-columns:1fr}.information_footer__aside{max-width:520px}}@media (max-width: 991px){.information_footer{padding:56px 20px 40px}.information_footer__linksGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px}.information_footer__legal{grid-template-columns:1fr;gap:24px}.information_footer__logoWrap{min-height:0}}@media (max-width: 640px){.information_footer__linksGrid{grid-template-columns:1fr;gap:28px}.information_footer__policies{gap:18px 24px}.information_footer__links a,.information_footer__policies a,.information_footer__risk,.information_footer__legalCopy p{font-size:16px}}.b10_section{padding:25px 0}.b10_section h2{margin-bottom:50px;color:#011627;line-height:35px}.b10_section h2 span{display:block;font-size:18px}.b10_section .card{margin-bottom:20px;min-height:317px}@media (max-width: 991px){.b10_section .card{min-height:355px}}@media (max-width: 767px){.b10_section .card{min-height:auto}}.account_type{display:table;padding:20px 0;width:100%}.account_type .accountype_inner{display:table-cell;vertical-align:top;padding:0 12px}.account_type .accountype_inner .icon_block{position:relative;display:table;margin-bottom:15px}.account_type .accountype_inner .icon_block:before{top:-7px;left:-7px}.account_type .accountype_inner .icon_block:after,.account_type .accountype_inner .icon_block:before{content:"";position:absolute;width:15px;height:15px;z-index:9;background:#fff;border-right:1px solid transparent;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.account_type .accountype_inner .icon_block:after{bottom:-7px;right:-7px}.account_type .accountype_inner .icon_block .icon{font-size:40px;color:#fff;background:#e00a14;display:inline-block;line-height:72px;width:60px;height:60px;text-align:center}.account_type .accountype_inner h4{text-align:left;vertical-align:middle;padding-right:25px;min-height:38px}.account_type .accountype_inner .btn_primary{width:100%;color:#fff;margin-bottom:20px}@media (max-width: 1200px){.account_type .accountype_inner .btn_primary{font-size:14px}}.account_type .accountype_inner a.btn_secondary{color:#e31c31;text-align:center;margin-bottom:0;font-size:15px}.account_type .accountype_inner a.btn_secondary:after{display:none}.account_type .accountype_inner span{font-family:Open Sans ExtraBold;position:relative;display:inline-block;color:#011627;font-size:25px;margin-bottom:5px}.account_type .accountype_inner p{padding:0;color:#011627;font-size:14.5px;font-weight:500;margin-bottom:0;min-height:112px}@media (max-width: 1120px){.account_type .accountype_inner p{min-height:120px}}.modal{font-size:12px}.modal>.header{width:100%;border-bottom:1px solid gray;font-size:18px;text-align:center;padding:5px}.modal>.content{width:100%;padding:10px 5px}.modal>.actions{width:100%;padding:10px 5px;margin:auto;text-align:center}.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}.child-trust-card{width:65%!important}@media (max-width: 767px){.child-trust-card{width:100%!important}}.child-trust-card .child-trust-popup p{margin-bottom:20px}.child-trust-card .ctf-btn{padding:5px 20px}.child-trust-card .child-trust-popup ul li{margin:16px 0}.child-trust-popup ul li a{color:#e31c31;font-family:Open Sans Bold;font-size:15px}.investment-basket-page{background:radial-gradient(circle at top left,rgba(226,8,23,.08),transparent 32%),linear-gradient(180deg,#faf7f2,#f3f6fb);padding:28px 0 140px}.investment-basket-shell{display:flex;flex-direction:column;gap:24px}.investment-basket-hero,.investment-basket-panel,.investment-basket-notice{animation:basketFadeIn .45s ease both}.investment-basket-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:24px;padding:28px;border:1px solid rgba(18,29,45,.08);border-radius:30px;background:linear-gradient(135deg,#101722,#1b2533 58%,#223247);box-shadow:0 24px 60px #1118272e}.investment-basket-hero:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);pointer-events:none}.investment-basket-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;color:#ffffffc7;font-family:Poppins Bold;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.investment-basket-back:hover,.investment-basket-back:focus{color:#fff;text-decoration:none}.investment-basket-kicker{display:inline-flex;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#ffffff1a;color:#ffffffe6;font-family:Poppins Bold;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.investment-basket-hero h1{margin:0 0 12px;color:#fff;font-family:Poppins Bold;font-size:42px;line-height:1.08}.investment-basket-hero__copy{max-width:680px;margin:0;color:#e9eff7db;font-size:15px;line-height:1.7}.investment-basket-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-content:end}.investment-basket-highlight{padding:16px 18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.investment-basket-highlight span{display:block;color:#e5ecf5c7;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.investment-basket-highlight strong{display:block;margin-top:6px;color:#fff;font-family:Poppins Bold;font-size:24px}.investment-basket-notice-grid{display:grid;grid-template-columns:1fr;gap:16px}.investment-basket-notice{padding:18px 20px;border-radius:22px;border:1px solid rgba(24,41,62,.08);background:#ffffffe0;box-shadow:0 16px 36px #1118270d}.investment-basket-notice strong{display:inline-flex;margin-bottom:8px;color:#111827;font-family:Poppins Bold;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.investment-basket-notice p{margin:0;color:#596579;font-size:14px;line-height:1.6}.investment-basket-notice--error{border-color:#e2081729;background:linear-gradient(180deg,#fff4f5f5,#fffffff5)}.investment-basket-notice--error strong,.investment-basket-notice--error p,.investment-basket-notice--error .error-msg{color:#9e1522}.investment-basket-notice a{color:#cf1c2b;font-family:Poppins Bold}.investment-basket-main-grid{display:grid;gap:22px}.investment-basket-panel{padding:24px;border-radius:28px;border:1px solid rgba(24,41,62,.08);background:#fffffff0;box-shadow:0 22px 48px #1118270f}.investment-basket-panel--funds{background:radial-gradient(circle at top right,rgba(226,8,23,.05),transparent 28%),linear-gradient(180deg,#fffffffa,#fafbfffa)}.investment-basket-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid rgba(226,232,240,.85);text-align:left}.investment-basket-panel__eyebrow{display:inline-flex;margin-bottom:8px;padding:6px 11px;border-radius:999px;background:#e2081714;color:#ab1623;font-family:Poppins Bold;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.investment-basket-panel__header h2{margin:0 0 6px;color:#0f172a;font-family:Poppins Bold;font-size:29px;text-align:left}.investment-basket-panel__header p{margin:0;color:#5e6b80;font-size:14px;line-height:1.65;text-align:left}.investment-basket-panel__header p a{color:#d41e2b;font-family:Poppins Bold}.investment-basket-add-funds{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border-radius:14px;background:#f8d9dc;color:#c81928;border:1px solid rgba(226,8,23,.12)}.investment-basket-add-funds:hover,.investment-basket-add-funds:focus{color:#fff;text-decoration:none;background:#c81928;border-color:#c81928}.investment-basket-form{display:flex;flex-direction:column;width:100%;align-items:stretch}.investment-basket-cash-card{margin-bottom:20px;padding:20px;border-radius:22px;border:1px solid rgba(18,38,63,.08);background:linear-gradient(180deg,#f8fbfd,#fff);box-shadow:inset 0 1px #ffffffe6}.investment-basket-cash-card--alert{background:linear-gradient(180deg,#fff5f6,#fff);border-color:#e0081724}.investment-basket-cash-card__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.investment-basket-cash-card__item{min-width:0;padding:18px 18px 16px;border-radius:18px;border:1px solid rgba(18,38,63,.06);background:#fffffff5;text-align:left}.investment-basket-cash-card__label{display:block;margin-bottom:10px;color:#7a8a9b;font-family:Poppins Bold;font-size:11px;letter-spacing:.08em;text-transform:uppercase;text-align:left}.investment-basket-cash-card__value{margin:0;display:block;color:#12263f;font-family:Poppins Bold;font-size:28px;line-height:1.15;letter-spacing:-.03em;text-align:left}.investment-basket-cash-card__value--alert{color:#9f1d26}.investment-basket-cash-card__footnote{margin:14px 0 0;color:#60758a;line-height:1.7}.investment-basket-actions{display:flex;flex-direction:column;align-items:flex-end;gap:14px;justify-content:flex-end;margin-top:20px}.investment-basket-kyc-block{display:flex;align-items:flex-start;gap:14px;width:min(100%,560px);padding:16px 18px;border-radius:18px;border:1px solid rgba(196,136,8,.24);background:linear-gradient(135deg,#fffbebf5,#f0fdfaf5);box-shadow:0 16px 34px #11182712}.investment-basket-kyc-block__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#b7791f;color:#fff;font-family:Poppins Bold;line-height:1}.investment-basket-kyc-block strong{display:block;margin-bottom:4px;color:#2d3748;font-family:Poppins Bold;font-size:14px}.investment-basket-kyc-block p{margin:0;color:#4a5568;font-size:14px;line-height:1.65}@media (max-width: 960px){.investment-basket-cash-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.investment-basket-actions__continue{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 22px;border-radius:16px;background:linear-gradient(135deg,#e20817,#ff4c39);color:#fff;border:0;box-shadow:0 18px 30px #e2081733}.investment-basket-actions__continue:hover,.investment-basket-actions__continue:focus{color:#fff}.investment-basket-actions__continue[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.investment-basket-tableShell{border:1px solid rgba(226,232,240,.95);border-radius:24px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 18px 36px #1118270f;overflow:hidden}.investment-basket-table .MuiTableCell-head{padding:18px 22px;border-bottom:1px solid rgba(226,232,240,.95);background:#f8fafc;color:#64748b;font-family:Poppins Bold;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.investment-basket-table .MuiTableCell-body{padding:20px 22px;border-bottom:1px solid rgba(226,232,240,.8);vertical-align:top}.investment-basket-table__row:last-child .MuiTableCell-body{border-bottom:0}.investment-basket-table__fundCell{width:34%;min-width:280px}.investment-basket-table__fundMeta{display:flex;flex-direction:column;gap:8px}.investment-basket-table__fundTopline{display:flex;align-items:center;gap:8px}.investment-basket-table__fundType{display:inline-flex;align-self:flex-start;padding:4px 9px;border-radius:999px;background:#e2081714;color:#ab1623;font-family:Poppins Bold;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.investment-basket-table__fundName{color:#0f172a;font-family:Poppins Bold;font-size:20px;line-height:1.35}.investment-basket-table__rowError{color:#b91c1c;font-size:13px;line-height:1.5}.investment-basket-table__amountCell{width:26%;min-width:250px}.investment-basket-table__amountCell .MuiFormControl-root{width:100%}.investment-basket-table__amountCell .MuiOutlinedInput-root{border-radius:14px;background:#fff}.investment-basket-table__amountCell .MuiOutlinedInput-input{padding-top:14px;padding-bottom:14px}.investment-basket-table__amountCell .MuiInputAdornment-root p,.investment-basket-table__amountCell .MuiInputAdornment-root span{color:#334155;font-family:Poppins Bold;font-size:18px}.investment-basket-table__amountCell .MuiFormHelperText-root{margin-left:0;margin-top:8px;font-size:12px}.performance_table{margin-bottom:0;overflow:hidden;border-collapse:separate;border-spacing:0;border-radius:20px;background:#fff}.performance_table thead th{padding:16px 18px;border:0;border-bottom:1px solid rgba(226,232,240,.9);background:#f8fafc;color:#64748b;font-family:Poppins Bold;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.performance_table tbody td{padding:18px;vertical-align:middle;border-top:1px solid rgba(226,232,240,.8);color:#0f172a;font-size:14px}.performance_table tbody tr:first-child td{border-top:0}.performance_table tbody td span+span{color:#64748b;font-size:12px}@keyframes basketFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 991px){.investment-basket-page{padding-bottom:180px}.investment-basket-hero,.investment-basket-notice-grid{grid-template-columns:1fr}.investment-basket-panel__header{flex-direction:column;align-items:flex-start}.investment-basket-actions{align-items:stretch;justify-content:stretch}.investment-basket-actions__continue{width:100%;justify-content:center}}@media (max-width: 767px){.investment-basket-page{padding:20px 0 40px}.investment-basket-shell{gap:18px}.investment-basket-hero,.investment-basket-panel,.investment-basket-notice{padding:20px;border-radius:22px}.investment-basket-hero h1{font-size:32px}.investment-basket-highlights{grid-template-columns:1fr 1fr}.investment-basket-highlight strong{font-size:20px}.investment-basket-tableShell{border-radius:18px}.investment-basket-table .MuiTableCell-head,.investment-basket-table .MuiTableCell-body{padding:16px}.investment-basket-table__fundCell,.investment-basket-table__amountCell{min-width:0}.investment-basket-table__fundName{font-size:18px}}.b5_section{padding-top:60px}.b5_section .card{margin-bottom:20px;padding:25px}.b5_section h3{margin-top:0;color:#011627;font-size:16px}.fund-details-page .info-icon{width:40px!important;height:40px!important;display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid #e31c31}.fund-details-page .information-box p{margin-bottom:0}@media (max-width: 767px){.b5_section h3{font-size:24px;text-align:center}.fund-details-page .row.d-flex>div{width:100%}.row.information-box{flex-wrap:wrap}}@media (max-width: 767px){.b5_section .btn{float:none!important}}.b5_section h4{color:#011627;font-family:Poppins Bold;margin-bottom:10px;font-size:16px}@media (max-width: 767px){.b5_section h4{text-align:center}}.b5_section .high_heading{margin:0}@media (max-width: 767px){.b5_section .high_heading{text-align:center;margin-bottom:20px}}.b5_section .high_heading img{width:55px;margin-left:10px;display:inline-block;vertical-align:middle}@media (max-width: 991px){.b5_section .high_heading img{width:50px}}@media (max-width: 767px){.b5_section .high_heading img{margin-top:0}}.b5_section .icon-add-to-basket{font-size:16px;position:relative;top:3px}.b5_section .price_view{padding:5px 0}.b5_section .price_view ul{margin-bottom:0;width:100%}.b5_section .price_view ul li{display:inline-block;margin-right:50px}@media (max-width: 767px){.b5_section .price_view ul li{display:block;margin-right:0;margin-bottom:10px;text-align:center}}.b5_section .price_view ul li h6{font-family:Poppins Bold;font-size:18px;margin:0}.b5_section .price_view ul li h6.price{font-size:24px}.b5_section .price_view ul li h6.price strong{font-size:18px}.b5_section .price_view ul li span{color:#011627;font-size:12px}.b5_section .price_view ul li:last-child{margin-right:0}.b5_section .be_icon{width:55px;float:right}.b5_section .highpos_impact{border:1px solid #d5d9dc;border-radius:4px;margin-bottom:15px}.b5_section .highpos_impact .highpos_block{float:left;width:50%;border-right:1px solid #d5d9dc}.b5_section .highpos_impact .highpos_block.border_none{border:none}.b5_section .highpos_impact .highpos_block h6{background:#eff3f7;margin:0;padding:15px 0;text-align:center;color:#011627;font-weight:700;border-radius:4px 0 0;font-size:12px}.b5_section .highpos_impact .highpos_block .list_block{padding:15px 20px}.list_block li{color:#011627;font-size:13px;position:relative;padding-left:20px;margin-bottom:10px}.list_block li:before{background:#e00a14;width:8px;height:8px;content:"";position:absolute;left:0;top:6px}.list_block li span{display:inline-block}.list_block li span:before{top:-1px;left:-8px}.list_block li span:after,.list_block li span:before{content:"";position:absolute;width:10px;height:10px;z-index:9;background:#fff;border-right:1px solid transparent;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.list_block li span:after{top:10px;left:7px}.content{color:#011627;font-size:14px;font-weight:400;margin-bottom:20px}.content.impact_content{width:90%;margin-bottom:30px}@media (max-width: 767px){.content.impact_content{width:100%}}.content.positive_content{width:60%}@media (max-width: 767px){.content.positive_content{width:100%}}.high-positive img{width:80px}.impact_block{width:90%}.financial-progress{display:flex;margin-bottom:40px;flex-wrap:wrap}@media (max-width: 767px){.financial-progress{margin-bottom:15px}}.impact_con{width:130px;padding-right:10px;display:flex;align-items:center}@media (max-width: 767px){.impact_con{width:100%;padding-left:0}}.impact_con span{display:block;line-height:20px;font-size:12px;font-weight:600}.financial_scale{padding-left:130px;margin-top:10px}.financial_scale ul{display:table;width:100%}.financial_scale ul li{width:10%;position:relative}@media (max-width: 767px){.financial_scale ul li{width:20%;font-size:8px}}.financial_scale ul li:last-child{position:absolute;right:12px;width:auto}.financial_legend{padding-left:130px}@media (max-width: 767px){.financial_legend,.financial_scale{padding-left:0}}.financial_legend ul{display:table;width:100%;margin-top:30px;padding-left:20px}.financial_scale ul.mobile-scale{display:none}@media (max-width: 767px){.financial_scale ul.view-scale{display:flex}}@media (max-width: 767px){.financial_scale ul.mobile-scale{display:table}}.financial_legend ul li{display:table-cell}@media (max-width: 767px){.financial_legend ul{padding-left:0}}@media (max-width: 767px){.financial_legend ul li{display:block;margin-bottom:5px}}.financial_legend ul li span{position:relative;padding-left:22px}.financial_legend ul li span:before{content:"";position:absolute;top:2px;left:0;width:15px;height:15px;border-radius:3px;background:green}.financial_legend ul li.green span:before{background:#1eb954}.financial_legend ul li.blue span:before{background:#0248ba}.financial_legend ul li.silver span:before{background:#e6e7eb}.financial_legend ul li.gray span:before{background:#9ca5ae}.financial_legend ul li.red span:before{background:#df3b31}.impact_market{margin-bottom:50px;margin-top:50px}.impact_market .progress{height:35px;margin-bottom:0;border-radius:3px;width:calc(100% - 130px)}@media (max-width: 767px){.impact_market .progress{width:100%}}.impact_market .progress-bar{box-shadow:none}.impact_market .progress-bar-green{background:#1eb954}.impact_market .progress-bar-blue{background:#0248ba}.impact_market .progress-bar-silver{background:#e6e7eb}.impact_market .progress-bar-gray{background:#9ca5ae}.impact_market .progress-bar-red{background:#df3b31}.invest_support{margin-bottom:90px;position:relative}.divider_line:after{position:absolute;height:300px;width:2px;background:#e31c31;content:"";right:-58px;top:0}@media (max-width: 767px){.divider_line:after{bottom:-40px;height:2px;width:100%;right:0;left:0;top:unset}}.invest_support h5{color:#000;font-weight:700;font-size:18px;margin-bottom:15px}.invest_support .support_block{width:200px;margin:0 auto;position:relative}@media (max-width: 767px){.invest_support .support_block{width:185px}}.invest_support .support_block img{width:100%}.invest_support .support_block .support-in{padding:0;border-radius:10px;display:contents;position:absolute}.invest_support .support_block .support-in span{float:left;color:#fff;font-weight:700;font-size:18px;margin:0;padding:0;line-height:13px;display:inline-block}.invest_support .support_block .support-in h6{float:left;color:#fff;text-transform:uppercase;font-size:8px;margin:0 0 0 6px;width:calc(100% - 30px);font-weight:600;word-break:break-word}.invest_support .support_block .support-in img{width:67%;height:auto;display:block;margin-bottom:16px}.create-bundle .lh-2{line-height:50px!important}.create-bundle .lh-30{line-height:30px!important}.invest_support .support_block .support-in.no-poverty{top:0;right:calc(100% - 50px);width:96px}@media (max-width: 767px){.invest_support .support_block .support-in.no-poverty{width:80px}.create-bundle .lh-2{line-height:unset!important}}@media (max-width: 991px){.invest_support .support_block .support-in.economic-growth{bottom:-48px;left:calc(50% - 44px)}}@media (max-width: 767px){.invest_support .support_block .support-in.economic-growth{width:80px}}.invest_support .support_block .support-in.justice{width:96px;right:-78px;top:0}@media (max-width: 991px){.invest_support .support_block .support-in.justice{right:-46px}}@media (max-width: 767px){.invest_support .support_block .support-in.justice{width:80px;top:-40px;right:-30px}}.invest_support .support_block .support-in.action{top:76%;right:80%;width:96px}@media (max-width: 767px){.invest_support .support_block .support-in.action{width:80px;right:75%}}.invest_support .support_block .support-in.responsible{bottom:-12px;right:-69px;width:96px}@media (max-width: 767px){.invest_support .support_block .support-in.responsible{width:80px;right:-30px}}.controversies_sec{margin-bottom:20px}.controversies_sec h4{margin-bottom:10px;font-size:16px}.controversies_sec h3{color:#e31c31;margin:0 0 10px;font-size:24px}.controversies_sec p{color:#000;width:60%}@media (max-width: 991px){.controversies_sec p{width:100%}}.controversies_sec a{border:1px solid #e5e7e9;display:block;padding:8px;text-align:center;color:#e31c31;font-weight:700;text-decoration:none;position:relative}@media (max-width: 767px){.controversies_sec a span{display:block}}.controversies_sec a.active:after{content:"b";font-family:tbe;font-size:12px;top:8px}.controversies_sec table tr th{width:200px;background:#eef2f6}.controversies_sec table tr td,.controversies_sec table tr th{color:#000;font-size:13px;text-align:left}.glance_block{margin-bottom:0}@media (max-width: 767px){.glance_block{margin-bottom:20px}}.glance_block h4{color:#011627;font-family:Poppins Bold;margin-top:0;margin-bottom:15px!important;text-align:left!important;font-size:16px}.glance_block h6{color:#011627;font-weight:400;font-size:24px;display:flex;justify-content:space-between;flex-wrap:wrap}.glance_block h6 span{color:#e31c31;font-weight:700;font-size:24px}.glance_block h6 .score-status{color:#000;font-size:11px;font-weight:700;width:75%;font-family:Open Sans,sans-serif;font-style:italic}.glance_block p{color:#011627;width:90%;margin-bottom:0;font-size:14px}@media (max-width: 767px){.glance_block p{width:100%}}a.btn.btn_secondary.btn_cart.add-basket{margin-top:3px}.investrisk_block .card .bundel-header{display:flex}.investrisk_block .card .bundel-header .bundel-icon img{width:100%;height:auto}.investrisk_block .card .bundel-header h5{margin:0}.investrisk_block .card .bundel-header h6{color:inherit;margin-bottom:0;margin-top:0;line-height:26px}.investrisk_block .card .bundel-header .header-title{width:40%;display:flex;align-items:center}.investrisk_block .card .bundel-header>div{align-items:center;width:35%}.investrisk_block .card .bundel-header .bundle-info.risk-info{width:15%!important}.investrisk_block .card .bundel-header p{margin-bottom:0}@media (max-width: 321px){.investrisk_block .card .bundel-header h5{margin:5px 0 5px 5px}}.search-filter-cover{position:relative}.instrument-filter{position:absolute;top:58px;left:0;background:#fff;width:195px;border:1px solid rgba(0,0,0,.04);box-shadow:0 16px 24px 2px #00000024;z-index:11}.strategy-filter{position:relative}.strategy-filter-list{position:absolute;left:0;background-color:#fff;z-index:99;width:100%;top:58px;box-shadow:0 16px 24px 2px #00000024;width:245px;border:1px solid rgba(0,0,0,.04)}.strategy-filter .medal-image{width:33px;border-radius:50%;margin-right:10px}.strategy-filter .medal-filter{display:flex;cursor:pointer;align-items:center;text-transform:capitalize}.strategy-filter li{padding:8px 12px}@media (max-width: 1024px){.instrument-filter{left:2%;width:18%}}@media (max-width: 767px){.instrument-filter{left:0;width:195px}}.instrument-filter ul,.strategy-filter ul{list-style:none;padding:0;margin:0}.instrument-filter li{padding:8px 12px}.instrument-filter .medal-image{width:13%;height:10%;border-radius:50%;margin-right:10px}.instrument-filter .all,.strategy-filter .all{padding-left:30px}.instrument-filter .gold-filter,.strategy-filter .gold-filter{background:#f1c321}.instrument-filter .sliver-filter,.strategy-filter .sliver-filter{background:silver}.instrument-filter .bronze-filter,.strategy-filter .bronze-filter{background:#cd7f32}.instrument-filter .medal-filter{display:flex;cursor:pointer}.instrument-filter li:hover,.strategy-filter li:hover,.instrument-filter .active,.strategy-filter .active{background-color:#c5b8b871}.fund-custom-columns ul{display:flex;justify-content:space-between;text-decoration:none;margin:0;padding:0;list-style-position:inside}.fund-custom-columns ul li{list-style:none;margin-bottom:25px}.fund-custom-columns ul li a{color:#999;padding:.6em;font-weight:700;position:relative;cursor:pointer;font-size:15px;display:inline-block}.fund-custom-columns ul li a:before{content:"";position:absolute;width:100%;height:3px;background:#e00a14;left:0;bottom:-3px;opacity:0}.wrapper-columns{padding:1.5em;max-width:1200px;margin:auto 0}.columns-data-added ul li{display:inline;word-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.columns-data-added{max-width:720px;margin:auto}.modern-investments-page{padding-bottom:32px}.modern-investments-page .investments-hero{position:relative;overflow:hidden;padding:40px 42px;border-radius:30px;background:linear-gradient(135deg,#101418,#17222d 58%,#25384d);box-shadow:0 28px 80px #0a142247;margin-bottom:8px}.modern-investments-page .investments-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 28%);pointer-events:none}.modern-investments-page .investments-hero>*{position:relative;z-index:1}.modern-investments-page .investments-hero__eyebrow{display:inline-flex;align-items:center;padding:8px 14px;margin-bottom:18px;border-radius:999px;background:#ffffff1a;color:#fff;font-family:Poppins Bold;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-hero h2,.modern-investments-page .investments-hero p,.modern-investments-page .investments-hero h3{color:#fff}.modern-investments-page .investments-hero h2{margin-bottom:14px;font-size:42px;line-height:1.08}.modern-investments-page .investments-hero__lead{max-width:760px;color:#ffffffd1!important;font-size:17px;line-height:1.75}.modern-investments-page .investments-hero__topline{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:6px}.modern-investments-page .investments-hero__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.modern-investments-page .investments-hero__action{min-height:46px;padding:0 20px;border-radius:12px;border:1px solid transparent;font-family:Poppins Bold;font-size:14px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.modern-investments-page .investments-hero__action:hover{transform:translateY(-1px)}.modern-investments-page .investments-hero__action--primary{background:linear-gradient(180deg,#ff1730,#e20817);color:#fff;box-shadow:0 14px 28px #e208173d}.modern-investments-page .investments-hero__action--secondary{background:#38475cf2;color:#fff;border-color:#ffffff14}.modern-investments-page .investments-medal-strip{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.modern-investments-page .investments-medal-pill{display:flex;align-items:center;gap:12px;flex:1 1 240px;min-width:220px;padding:12px 14px;min-height:72px;border-radius:14px;background:#ffffff17;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modern-investments-page .investments-medal-pill strong{display:block;color:#fff;font-family:Poppins Bold;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-medal-pill span{display:block;color:#ffffffb8;font-size:12px;line-height:1.4}.modern-investments-page .investments-medal-badge{position:relative;flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff3d}.modern-investments-page .investments-medal-badge:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;border:1px solid rgba(255,255,255,.26)}.modern-investments-page .investments-medal-badge__core{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px #ffffff14}.modern-investments-page .investments-medal-badge--gold{background:linear-gradient(180deg,#ffd63b52,#b88a123d);color:#f4c326}.modern-investments-page .investments-medal-badge--silver{background:linear-gradient(180deg,#cdd6e147,#7d8da138);color:#ced6e4}.modern-investments-page .investments-medal-badge--bronze{background:linear-gradient(180deg,#ed964f47,#a75d2238);color:#f0a15d}.modern-investments-page .investments-medal-pill__content{min-width:0}.modern-investments-page .investments-section-card,.modern-investments-page .investments-toolbar-card,.modern-investments-page .investments-table-card,.modern-investments-page .investments-search-card{border-radius:26px;border:1px solid rgba(17,17,17,.06);background:linear-gradient(180deg,#fffffffa,#f8f6f2fa);box-shadow:0 24px 60px #11111114}.modern-investments-page .investments-section-card{padding:26px 28px;margin-top:22px;margin-bottom:22px}.modern-investments-page .investments-toolbar-card{padding:24px 24px 12px;margin-bottom:28px}.modern-investments-page .investments-toolbar-card--simple{padding:18px 0 0;background:transparent;border:none;box-shadow:none}.modern-investments-page .investments-discovery-card{padding:28px;background:linear-gradient(180deg,#f7f3ee,#f2ede7)}.modern-investments-page .investments-discovery-header{margin-bottom:20px}.modern-investments-page .investments-compact-toolbar{margin-bottom:18px;padding:18px 20px;border-radius:20px;border:1px solid rgba(205,216,232,.88);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 16px 36px #1111110d}.modern-investments-page .investments-compact-toolbar__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px;overflow:visible;padding-bottom:0;scrollbar-width:auto}.modern-investments-page .investments-compact-toolbar__row>div{min-width:0}.modern-investments-page .investments-compact-toolbar__select{width:100%}.modern-investments-page .investments-compact-toolbar__search{width:100%;min-width:0}.modern-investments-page .investments-basket-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,#101418,#17222d 60%,#25384d);box-shadow:0 22px 44px #0a142229}.modern-investments-page .investments-basket-card__eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ffffff1a;color:#dce6f6;font-family:Poppins Bold;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-basket-card__title{margin:12px 0 0;color:#fff;font-family:Poppins Bold;font-size:20px}.modern-investments-page .investments-basket-stat strong{display:block;margin-top:5px;color:#fff;font-family:Poppins Bold;font-size:15px}.modern-investments-page .investments-basket-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;background:linear-gradient(180deg,#ff1730,#e20817);color:#fff;font-family:Poppins Bold;white-space:nowrap;box-shadow:0 14px 28px #e208173d}.modern-investments-page .investments-discovery-row{margin-top:24px;margin-bottom:10px}.modern-investments-page .investments-discovery-card__intro{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid rgba(17,17,17,.08)}.modern-investments-page .investments-discovery-card__eyebrow{display:inline-flex;align-items:center;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:#e0081714;color:#a61a25;font-family:Poppins Bold;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-discovery-card__title{margin-bottom:6px}.modern-investments-page .investments-discovery-card__copy{max-width:920px;margin:0;color:#4a4a4a;font-size:15px;line-height:1.75}.modern-investments-page .investments-controls-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:18px}.modern-investments-page .investments-toolbar-subtitle{margin:8px 0 0;color:#6a6a6a;font-size:14px;line-height:1.65}.modern-investments-page .investments-toolbar-grid{display:grid;gap:16px}.modern-investments-page .investments-toolbar-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.modern-investments-page .investments-meta-pill{min-width:92px;padding:8px 10px;border-radius:12px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 8px 18px #1111110a}.modern-investments-page .investments-meta-pill strong{display:block;font-family:Poppins Bold;font-size:10px;color:#111;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-meta-pill span{display:block;margin-top:3px;font-size:10px;line-height:1.45;color:#6a6a6a}.modern-investments-page .investments-table-card{padding:0 0 16px;margin-bottom:10px;background:transparent;border:none;box-shadow:none}.modern-investments-page .investments-search-card{padding:10px 12px;margin-bottom:18px}.modern-investments-page .investments-toolbar-title{margin-bottom:16px!important;font-family:Poppins Bold;font-size:15px;text-transform:uppercase;letter-spacing:.06em;color:#4a4a4a}.modern-investments-page .search-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex-wrap:initial}.modern-investments-page .investments-filter-chip-grid{margin-top:2px}.modern-investments-page .search-filter-cover,.modern-investments-page .strategy-filter{position:relative;min-width:0}.modern-investments-page .search-filter .funds-filter-icon{width:100%;min-height:44px;justify-content:center;padding:10px 14px;border-radius:999px;font-size:13px;font-family:Poppins Bold;letter-spacing:.01em;box-shadow:none}.modern-investments-page .search-filter .funds-filter-icon i{margin-right:8px;font-size:13px}.modern-investments-page .funds-filter-chip{background:#fff;color:#c70f22;border:1px solid rgba(224,8,23,.2)}.modern-investments-page .funds-filter-chip--compact{width:auto!important;min-width:fit-content;min-height:36px!important;padding:7px 12px!important;font-size:12px!important;white-space:nowrap;background:#fff5f6}.modern-investments-page .funds-filter-chip:hover,.modern-investments-page .funds-filter-chip:focus{background:#ffe9ec;color:#b40d1e}.modern-investments-page .instrument-filter,.modern-investments-page .strategy-filter-list{margin-top:12px;position:absolute;width:100%;z-index:10;border-radius:16px;border:1px solid rgba(17,17,17,.08);background:#fffffffa;box-shadow:0 18px 42px #1111111f}.modern-investments-page .instrument-filter ul,.modern-investments-page .strategy-filter-list ul{padding:12px}.modern-investments-page .instrument-filter .medal-filter,.modern-investments-page .strategy-filter .medal-filter{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px}.modern-investments-page .instrument-filter li:hover,.modern-investments-page .instrument-filter .active,.modern-investments-page .strategy-filter .medal-filter:hover,.modern-investments-page .strategy-filter .active{background:#e0081714}.modern-investments-page .investments-secondary-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:0}.modern-investments-page .investments-secondary-controls__item{padding:0;border-radius:0;background:#fff;border:none;display:flex;flex-direction:column}.modern-investments-page .investments-secondary-controls__label{margin-bottom:8px;font-family:Poppins Bold;font-size:14px;color:#111;letter-spacing:.03em;text-transform:uppercase}.modern-investments-page .investments-secondary-controls__note{margin-bottom:10px;color:#6a6a6a;font-size:13px;line-height:1.55}.modern-investments-page .investments-active-filter-strip{display:flex;align-items:flex-start;gap:16px;margin-top:4px;padding-top:0;border-top:none}.modern-investments-page .investments-active-filter-strip--compact{margin-top:10px}.modern-investments-page .investments-active-filter-strip__label{min-width:124px;padding-top:9px;font-family:Poppins Bold;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6a6a6a}.modern-investments-page .investments-active-filter-strip__chips{display:flex;flex-wrap:wrap;gap:10px}.modern-investments-page .investments-active-filter-chip{display:inline-flex;align-items:center;min-height:32px;padding:6px 12px;border-radius:999px;background:#e0081717;border:1px solid rgba(224,8,23,.12);color:#7d1720;font-family:Poppins Regular;font-size:12px}.modern-investments-page .investments-active-filter-chip.is-neutral{background:#1111110a;border-color:#1111110f;color:#666;font-family:Poppins Regular}.modern-investments-page .risk-text-bold{margin:0;color:#94a1b8;font-size:11px;font-family:Poppins Regular;text-align:right}.modern-investments-page .investments-table-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:4px}.modern-investments-page .investments-table-header__content{max-width:640px}.modern-investments-page .investments-table-header__meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.modern-investments-page .investments-table-header__count{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border-radius:999px;background:#1111110a;color:#566074;font-family:Poppins Bold;font-size:12px}.modern-investments-page .investments-table-header__title{font-family:Poppins Bold;font-size:16px;text-transform:uppercase;letter-spacing:.06em;color:#4a4a4a}.modern-investments-page .investments-table-header__copy{margin:8px 0 0;color:#6a6a6a;font-size:14px;line-height:1.65}.modern-investments-page .search_block .form-control{min-height:50px;border:none;box-shadow:none;font-size:16px;background:transparent}.modern-investments-page .investments-search-card{padding:0 14px;margin-bottom:0;border-radius:12px;border:1px solid rgba(17,17,17,.1);background:#fff;box-shadow:none;min-height:58px;display:flex;align-items:center}.modern-investments-page .investments-matched-control{min-height:58px}.modern-investments-page .investments-matched-control--compact{min-height:40px;width:100%}.modern-investments-page .investments-search-card .stylish-input-group,.modern-investments-page .investments-search-card .form-group{width:100%;margin-bottom:0}.modern-investments-page .investments-matched-control .MuiInputBase-root,.modern-investments-page .investments-matched-control .MuiFormControl-root,.modern-investments-page .investments-matched-control .MuiOutlinedInput-root{min-height:58px}.modern-investments-page .investments-matched-control .MuiSelect-select{display:flex;align-items:center;min-height:58px;box-sizing:border-box}.modern-investments-page .investments-matched-control--compact .MuiSelect-select{font-size:13px}.modern-investments-page .investments-matched-control--compact .form-control{min-height:38px;font-size:14px}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root{border-radius:12px;background:#fff}.modern-investments-page .investments-table-shell{overflow:hidden;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:transparent;box-shadow:none}.modern-investments-page .investments-table-shell .ReactTable{border:none}.modern-investments-page .investments-table-shell .ReactTable .rt-thead.-header{box-shadow:none;background:#fbfcfe;border-bottom:1px solid rgba(226,232,240,.95)}.modern-investments-page .investments-table-shell .ReactTable .rt-th,.modern-investments-page .investments-table-shell .ReactTable .rt-td{padding:16px 14px;white-space:normal}.modern-investments-page .investments-table-shell .ReactTable .rt-thead .rt-th{font-family:Poppins Bold;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#8ca0c0;border-right:0}.modern-investments-page .investments-table-shell .ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid rgba(226,232,240,.95)}.modern-investments-page .investments-table-shell .ReactTable .rt-tbody .rt-tr:hover{background:#fcfdff}.modern-investments-page .investments-table-shell .ReactTable .rt-tbody .rt-td{font-size:14px;line-height:1.6;color:#111;border-right:0}.modern-investments-page .investments-table-shell .fund_name .btn_secondary,.modern-investments-page .investments-table-shell .text-center .btn_secondary{padding:0;border:none;background:transparent;box-shadow:none}.modern-investments-page .investments-table-shell .fund_name .btn_secondary{color:#111;font-family:Poppins Bold;font-size:15px}.modern-investments-page .investments-table-shell .text-center .btn_secondary{color:#e20817;font-family:Poppins Bold;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.modern-investments-page .investments-table-shell .text-center .btn_secondary i{color:inherit}@media (max-width: 991px){.modern-investments-page .investments-hero{padding:32px 24px}.modern-investments-page .investments-hero h2{font-size:34px}.modern-investments-page .investments-medal-strip{grid-template-columns:1fr}.modern-investments-page .investments-discovery-card{padding:24px 18px}.modern-investments-page .investments-controls-grid{flex-direction:column}.modern-investments-page .investments-hero__topline{flex-direction:column;align-items:flex-start}.modern-investments-page .investments-hero__actions{width:100%;flex-wrap:wrap}.modern-investments-page .investments-hero__action{flex:1 1 220px}.modern-investments-page .investments-stage-header{flex-direction:column}.modern-investments-page .investments-stage-header__copy{max-width:none}.modern-investments-page .search-filter{grid-template-columns:1fr}.modern-investments-page .investments-compact-toolbar__row{flex-wrap:wrap;overflow-x:visible;align-items:stretch}.modern-investments-page .investments-basket-card{flex-direction:column;align-items:flex-start}.modern-investments-page .investments-basket-card__actions,.modern-investments-page .investments-basket-card__cta{width:100%}.modern-investments-page .investments-compact-toolbar__select,.modern-investments-page .investments-compact-toolbar__search{width:100%;flex:1 1 100%}.modern-investments-page .investments-secondary-controls{grid-template-columns:1fr}.modern-investments-page .investments-active-filter-strip{flex-direction:column}.modern-investments-page .investments-active-filter-strip__label{min-width:auto;padding-top:0}.modern-investments-page .investments-table-header{flex-direction:column;align-items:flex-start}.modern-investments-page .investments-table-header__meta{align-items:flex-start}.modern-investments-page .risk-text-bold{text-align:left}}.modern-investments-page{--invest-bg: #f5f7fb;--invest-surface: #ffffff;--invest-surface-soft: linear-gradient( 180deg, rgba(255, 255, 255, .98) 0%, rgba(247, 250, 253, .98) 100% );--invest-border: rgba(17, 17, 17, .08);--invest-border-strong: rgba(17, 17, 17, .12);--invest-text: #12263f;--invest-text-soft: #5f6c7b;--invest-text-muted: #8ba0bd;--invest-accent: var(--brand-primary, #e20817);--invest-accent-soft: #fff5f6;--invest-shadow: 0 22px 48px rgba(18, 38, 63, .08);--invest-shadow-soft: 0 14px 30px rgba(18, 38, 63, .05);padding-bottom:48px}.modern-investments-page.investments-page-shell{font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif)}.modern-investments-page .investments-back-link{display:inline-flex;align-items:center;gap:10px;margin:6px 0 22px;color:#12263f;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:14px;text-decoration:none}.modern-investments-page .investments-back-link:hover{color:var(--brand-primary, #e20817);text-decoration:none}.modern-investments-page .investments-back-link .icon{transform:rotate(-90deg);font-size:16px}.modern-investments-page .investments-discovery-header{margin:0 0 20px}.modern-investments-page .investments-discovery-card__eyebrow{display:inline-flex;align-items:center;margin-bottom:10px;padding:7px 12px;border-radius:999px;background:#e2081714;color:#a61a25;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-discovery-card__title{margin:0 0 8px;color:var(--invest-text);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:34px;line-height:1.1}.modern-investments-page .investments-discovery-card__copy{max-width:720px;margin:0;color:var(--invest-text-soft);font-size:15px;line-height:1.7}.modern-investments-page .investments-basket-card{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px;padding:18px 20px;border-radius:20px;background:linear-gradient(135deg,var(--brand-secondary, #101418) 0%,#17222d 60%,#25384d 100%);box-shadow:0 22px 44px #0a142229}.modern-investments-page .investments-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}.modern-investments-page .investments-summary-chip{padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modern-investments-page .investments-summary-chip span{display:block;color:#ffffffb3;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-summary-chip strong{display:block;margin-top:8px;color:#fff;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px;line-height:1.3}.modern-investments-page .investments-basket-card__content{min-width:0}.modern-investments-page .investments-basket-card__eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#ffffff1a;color:#dce6f6;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:10px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-basket-card__title{margin:12px 0 0;color:#fff;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:20px}.modern-investments-page .investments-basket-card__stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}.modern-investments-page .investments-basket-stat{min-width:112px;padding:10px 12px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.modern-investments-page .investments-basket-stat span{display:block;color:#ffffffb8;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.modern-investments-page .investments-basket-stat strong{display:block;margin-top:5px;color:#fff;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:15px}.modern-investments-page .investments-basket-card__actions{flex:0 0 auto}.modern-investments-page .investments-basket-card__cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;background:linear-gradient(180deg,#ff1730 0%,var(--invest-accent) 100%);color:#fff;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );white-space:nowrap;box-shadow:0 14px 28px #e208173d}.modern-investments-page .investments-basket-card__cta:hover,.modern-investments-page .investments-basket-card__cta:focus{color:#fff;text-decoration:none}.modern-investments-page .investments-compact-toolbar{margin-bottom:18px;padding:20px 22px;border-radius:24px;border:1px solid rgba(213,223,236,.95);background:#fffffff5;box-shadow:0 18px 34px #12263f0d}.modern-investments-page .investments-compact-toolbar__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:14px}.modern-investments-page .investments-compact-toolbar__field,.modern-investments-page .investments-compact-toolbar__select,.modern-investments-page .investments-compact-toolbar__search{min-width:0}.modern-investments-page .investments-compact-toolbar__field,.modern-investments-page .investments-compact-toolbar__select{position:relative}.modern-investments-page .investments-compact-toolbar__field .MuiFormControl-root,.modern-investments-page .investments-compact-toolbar__select .MuiFormControl-root{width:100%}.modern-investments-page .investments-compact-toolbar__search{display:flex;align-items:center}.modern-investments-page .funds-filter-chip--compact{width:auto!important;min-width:fit-content;min-height:36px!important;padding:7px 12px!important;border-radius:999px!important;white-space:nowrap;background:var(--invest-accent-soft);color:#b40d1e;border:1px solid rgba(226,8,23,.18);box-shadow:none!important}.modern-investments-page .funds-filter-chip--compact:hover,.modern-investments-page .funds-filter-chip--compact:focus{background:#ffe9ec;color:#9b0d1b}.modern-investments-page .instrument-filter,.modern-investments-page .strategy-filter-list{margin-top:10px;width:220px;max-width:280px;border-radius:16px;border:1px solid var(--invest-border);background:#fffffffa;box-shadow:0 18px 42px #1111111f}.modern-investments-page .instrument-filter .medal-filter,.modern-investments-page .strategy-filter .medal-filter{border-radius:12px}.modern-investments-page .investments-secondary-controls{display:grid;grid-template-columns:190px minmax(280px,1fr);gap:12px;margin-top:12px;align-items:end}.modern-investments-page .investments-secondary-controls__item{padding:0;background:transparent;border:none}.modern-investments-page .investments-secondary-controls__label{margin-bottom:8px;color:var(--invest-text);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:12px;letter-spacing:.06em;text-transform:uppercase}.modern-investments-page .investments-secondary-controls__note{margin-bottom:10px;color:var(--invest-text-soft);font-size:13px;line-height:1.55}.modern-investments-page .investments-search-card{margin-bottom:0;padding:0 16px;min-height:48px;border-radius:16px;border:1px solid rgba(213,223,236,.95);background:var(--invest-surface);box-shadow:none}.modern-investments-page .investments-matched-control--compact{width:100%;min-height:40px}.modern-investments-page .investments-table-card--modern{margin-top:10px;padding:0;border-radius:26px;border:1px solid rgba(213,223,236,.95);background:linear-gradient(180deg,#fffffffa,#f8fafdfa);box-shadow:0 20px 40px #12263f0f}.modern-investments-page .investments-table-card--modern .container-fluid{padding:24px 24px 0}.modern-investments-page .investments-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:180px;color:#5f6c7b;text-align:center;padding:24px}.modern-investments-page .investments-empty-state strong{color:#12263f;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px}.modern-investments-page .investments-empty-state span{max-width:440px;line-height:1.7}.modern-investments-page .investments-empty-state--table{min-height:320px;padding:36px 32px 36px 40px;background:linear-gradient(180deg,#fffffff5,#f8fafdf5)}.modern-investments-page .investments-empty-state__panel{width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 40px 40px 48px;margin:0 auto;border:1px solid rgba(226,232,240,.95);border-radius:24px;background:#fff;box-shadow:0 18px 40px #12263f14;box-sizing:border-box}.modern-investments-page .investments-empty-state__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:#e208170f}.modern-investments-page .investments-empty-state__icon svg{width:34px;height:34px}.modern-investments-page .investments-empty-state__action{border:0;border-radius:999px;padding:12px 18px;background:var(--brand-secondary, #111111);color:#fff;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:13px;letter-spacing:.03em;margin-top:6px;cursor:pointer}.modern-investments-page .investments-table-loading{min-height:240px;display:flex;align-items:center;justify-content:center;background:#ffffffd6}.modern-investments-page .investments-table-loading__content{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:20px 24px;color:var(--invest-text);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px;line-height:1.2;text-align:center}.modern-investments-page .investments-table-loading__label{display:inline-flex;align-items:center}.modern-investments-page .investments-table-loading__dots{display:inline-flex;align-items:center;gap:6px}.modern-investments-page .investments-table-loading__dots span{width:8px;height:8px;border-radius:50%;background:var(--invest-accent);opacity:.28;animation:investments-loading-dot 1.1s ease-in-out infinite}.modern-investments-page .investments-table-loading__dots span:nth-child(2){animation-delay:.16s}.modern-investments-page .investments-table-loading__dots span:nth-child(3){animation-delay:.32s}@keyframes investments-loading-dot{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.modern-investments-page .investments-pagination-shell{display:flex;justify-content:flex-end;margin-top:14px;border:1px solid rgba(205,216,232,.9);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 14px 26px #0f172a0f;overflow:hidden}.modern-investments-page .investments-pagination-shell .MuiTablePagination-toolbar{min-height:60px;padding:4px 12px}.modern-investments-page .investments-pagination-shell .MuiTablePagination-caption,.modern-investments-page .investments-pagination-shell .MuiTablePagination-selectRoot{color:#4b5563;font-size:13px}.modern-investments-page .investments-pagination-shell .MuiTablePagination-select{padding-right:28px}.modern-investments-page .investments-mui-table-shell{width:100%;overflow-x:auto;background:#ffffffd1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modern-investments-page .investments-mui-table{min-width:100%;border-collapse:separate;border-spacing:0}.modern-investments-page .investments-mui-table__head{background:#fbfcfe;border-bottom:1px solid rgba(226,232,240,.95);color:#8ca0c0!important;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif )!important;font-size:11px!important;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.modern-investments-page .investments-mui-table__cell{padding:18px 14px!important;border-bottom:1px solid rgba(226,232,240,.95);color:var(--brand-text-primary, #111111);font-size:14px;line-height:1.6;vertical-align:middle}.modern-investments-page .investments-mui-table tbody tr:last-child .investments-mui-table__cell{border-bottom:0}.modern-investments-page .investments-mui-table__cell--medal,.modern-investments-page .investments-mui-table__cell--action,.modern-investments-page .investments-mui-table__cell--image{white-space:nowrap}.modern-investments-page .investments-table-actions{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.modern-investments-page .investments-mui-table__cell--fund{min-width:280px}.modern-investments-page .investments-mui-fund{display:flex;flex-direction:column;gap:4px}.modern-investments-page .investments-mui-fund__name{color:var(--brand-text-primary, #111111);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:15px}.modern-investments-page .investments-mui-fund__meta{color:#667085;font-size:12px;letter-spacing:.02em}.modern-investments-page .investments-mui-sdr-image{width:120px;max-width:100%;display:inline-block}@media (max-width: 900px){.modern-investments-page .investments-mui-table__cell,.modern-investments-page .investments-mui-table__head{padding:14px 12px!important}.modern-investments-page .investments-empty-state--table{min-height:280px;padding:24px 18px 24px 20px}.modern-investments-page .investments-empty-state__panel{padding:28px 22px 28px 24px}}.modern-investments-page .investments-matched-control--compact .MuiFormControl-root{width:100%}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root{width:100%;min-height:42px;border-radius:14px;background:#fff;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-notchedOutline{border-color:#cdd8e8f2}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#e2081747}.modern-investments-page .investments-matched-control--compact .MuiSelect-select{display:flex;align-items:center;min-height:42px;padding-top:0;padding-bottom:0;font-size:14px}.modern-investments-page .investments-matched-control--compact .MuiSelect-iconOutlined{color:#7b8798}.modern-investments-page .investments-search-card .form-control::placeholder{color:#98a2b3}.modern-investments-page .investments-table-search-row,.modern-investments-page .investments-chip-filter-row{display:flex;flex-direction:column;gap:12px;margin:0 0 22px}.modern-investments-page .investments-chip-filter-row__label{color:var(--brand-text-primary, #111827);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:14px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-chip-filter-row__chips{display:flex;flex-wrap:wrap;gap:10px}.modern-investments-page .investments-chip-filter{min-height:36px!important;border:1px solid rgba(205,216,232,.95)!important;background:#fff!important;color:#4b5563!important;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif )!important;font-size:12px!important;letter-spacing:.03em;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.modern-investments-page .investments-chip-filter:hover{border-color:#e2081738!important;box-shadow:0 8px 18px #12263f14;transform:translateY(-1px)}.modern-investments-page .investments-chip-filter--active{border-color:#e2081747!important;background:linear-gradient(180deg,#fff5f5,#ffe9ea)!important;color:#111!important;box-shadow:0 10px 22px #e208171f}.modern-investments-page .investments-table-search-row__header{display:flex;align-items:center;justify-content:flex-start}.modern-investments-page .investments-table-search-row__title{margin:0;color:var(--brand-text-primary, #111827);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:14px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-table-search-row__field{min-width:0;max-width:480px}.modern-investments-page .investments-table-search-row__field--full{max-width:none;width:100%}.modern-investments-page .investments-search-card--table{min-height:54px;width:100%;padding:0 18px;border-radius:16px;border:1px solid rgba(205,216,232,.95);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 16px 28px #0f172a0d}.modern-investments-page .investments-matched-control--compact .MuiInputBase-root,.modern-investments-page .investments-matched-control--compact .MuiFormControl-root,.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root,.modern-investments-page .investments-matched-control--compact .MuiSelect-select{min-height:40px}.modern-investments-page .investments-matched-control--compact .form-control{min-height:40px;border:0;box-shadow:none;padding-left:0;font-size:14px}.modern-investments-page .investments-active-filter-strip--compact{margin:0 0 14px}.modern-investments-page .investments-active-filter-strip--compact .investments-active-filter-strip__chips{gap:8px}.modern-investments-page .investments-active-filter-chip{min-height:30px;padding:5px 10px;background:#e2081714;border:1px solid rgba(226,8,23,.12);color:#7d1720;font-size:12px}.modern-investments-page .investments-table-card{background:transparent;border:none;box-shadow:none}.modern-investments-page .investments-table-shell{border-radius:16px;border:1px solid rgba(226,232,240,.95);background:transparent;box-shadow:none;overflow:hidden}.modern-investments-page .investments-table-shell .ReactTable{overflow:hidden}.modern-investments-page .investments-table-shell .ReactTable .rt-table,.modern-investments-page .investments-table-shell .ReactTable .rt-thead,.modern-investments-page .investments-table-shell .ReactTable .rt-tbody{overflow:visible}.modern-investments-page .investments-table-shell .ReactTable .rt-th{color:#8ca0c0;white-space:normal;overflow:visible}.modern-investments-page .investments-table-shell .ReactTable .rt-td{overflow:visible;border-right:0}.modern-investments-page .investments-table-shell .ReactTable .rt-tr-group{border-bottom:1px solid rgba(226,232,240,.95)}.modern-investments-page .investments-table-shell .ReactTable .rt-tr-group:last-child{border-bottom:0}.modern-investments-page .investments-table-shell .ReactTable .rt-tr{background:transparent}.modern-investments-page .investments-table-shell .ReactTable .rt-tbody{background:#ffffffc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modern-investments-page .investments-medal-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px}.modern-investments-page .investments-medal-icon svg{width:30px;height:30px}.modern-investments-page .investments-table-shell .fund_name .btn_secondary,.modern-investments-page .investments-table-shell .text-center .btn_secondary{background:transparent;border:none;box-shadow:none;padding:0}.modern-investments-page .investments-table-shell .btn_secondary:before,.modern-investments-page .investments-table-shell .btn_secondary:after,.modern-investments-page .investments-table-shell .investments-table-action:before,.modern-investments-page .investments-table-shell .investments-table-action:after{content:none!important;display:none!important}.modern-investments-page .investments-table-shell .text-center .btn_secondary{color:var(--invest-accent);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:12px;letter-spacing:.03em;text-transform:uppercase}.modern-investments-page .investments-table-shell .investments-table-action{display:inline-flex;align-items:center;justify-content:center;color:var(--invest-accent);text-decoration:none;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif )!important;font-size:12px;letter-spacing:.03em;line-height:1.1;white-space:nowrap;background-image:none!important}.modern-investments-page .investments-table-shell .investments-table-action--basket{min-width:138px;min-height:40px;padding:0 16px!important;border-radius:999px!important;border:1px solid rgba(226,8,23,.18)!important;background:linear-gradient(180deg,#fff,#fff5f5)!important;color:#b50714!important;box-shadow:0 10px 20px #e2081714!important;font-size:12px!important;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.modern-investments-page .investments-table-shell .investments-table-action--basket:hover,.modern-investments-page .investments-table-shell .investments-table-action--basket:focus{transform:translateY(-1px);border-color:#e2081747!important;box-shadow:0 14px 24px #e2081724!important}.modern-investments-page .investments-table-shell .btn_cart.investments-table-action--basket{border-color:#11182714!important;background:linear-gradient(180deg,#111827,#1f2937)!important;color:#fff!important;box-shadow:0 12px 24px #0f172a2e!important}.modern-investments-page .investments-table-shell .btn_cart.investments-table-action--basket:hover,.modern-investments-page .investments-table-shell .btn_cart.investments-table-action--basket:focus{border-color:#11182724!important;box-shadow:0 16px 26px #0f172a38!important}.modern-investments-page .investments-table-shell .fund_name{white-space:normal}.modern-investments-page .investments-table-shell .fund_name .btn_secondary{display:inline-flex;align-items:flex-start;justify-content:flex-start;white-space:normal;text-align:left}.modern-investments-page .investments-table-shell .investments-table-action--details{color:var(--brand-text-primary, #111111);min-width:98px;min-height:40px;padding:0 12px!important;border-radius:999px!important;border:1px solid rgba(15,23,42,.1)!important;background:#fff!important;box-shadow:0 8px 18px #0f172a0f!important;font-size:12px!important;letter-spacing:.04em;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.modern-investments-page .investments-table-shell .investments-table-action--details:hover,.modern-investments-page .investments-table-shell .investments-table-action--details:focus{transform:translateY(-1px);border-color:#0f172a2e!important;box-shadow:0 12px 22px #0f172a1a!important}.modern-investments-page .investments-table-shell button.investments-table-action{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.modern-investments-page .investments-table-shell a.investments-table-action,.modern-investments-page .investments-table-shell button.investments-table-action{border:0;outline:0}.modern-investments-page .investments-table-shell a.investments-table-action::marker,.modern-investments-page .investments-table-shell button.investments-table-action::marker{content:none}.modern-investments-page .investments-table-shell .text-center{white-space:nowrap}.modern-investments-page .investment-selection-footer{margin-top:24px}.modern-investments-page .investment-selection-footer__container{padding:22px 24px;border:1px solid rgba(205,216,232,.9);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:var(--invest-shadow-soft)}.modern-investments-page .investment-selection-footer__row{display:flex;align-items:center}.modern-investments-page .investment-selection-footer__summary{display:flex;align-items:flex-start;gap:18px}.modern-investments-page .investment-selection-footer__intro{min-width:190px}.modern-investments-page .investment-selection-footer__eyebrow{display:inline-flex;margin-bottom:8px;padding:6px 11px;border-radius:999px;background:#e2081714;color:#ab1623;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investment-selection-footer__title{margin:0;color:#334155;font-size:14px;line-height:1.6}.modern-investments-page .investment-selection-footer__stats{display:flex;flex-wrap:wrap;gap:12px;margin:0}.modern-investments-page .investment-selection-footer__stats li{min-width:145px;padding:14px 16px;border:1px solid rgba(226,232,240,.95);border-radius:18px;background:#fff}.modern-investments-page .investment-selection-footer__stats li p{margin-bottom:8px;color:#64748b;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investment-selection-footer__value{color:var(--brand-text-primary, #111111);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:22px;text-decoration:none}.modern-investments-page .investment-selection-footer__progress{margin-top:12px}.modern-investments-page .investment-selection-footer__progress .progress{height:7px;border-radius:999px;background:#e5edf6;box-shadow:none}.modern-investments-page .investment-selection-footer__progress .progress-bar{border-radius:999px;background:linear-gradient(90deg,var(--brand-primary, #e20817) 0%,#ff6a4d 100%)}.modern-investments-page .investment-selection-footer__basketIcon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:16px;background:#e2081714;color:#cf1c2b}.modern-investments-page .investment-selection-footer__continue{min-height:50px;padding:0 20px;border-radius:16px;background:linear-gradient(135deg,var(--brand-primary, #e20817) 0%,#ff4c39 100%);color:#fff;border:0;box-shadow:0 18px 30px #e2081733}.modern-investments-page .investment-selection-footer__continue:hover,.modern-investments-page .investment-selection-footer__continue:focus{color:#fff}.modern-investments-page .investment-selection-footer__popup{border-radius:24px;border:1px solid rgba(205,216,232,.95);background:#fff;box-shadow:0 24px 54px #11111124}.modern-investments-page .investment-selection-footer__popupContent{padding:12px}.modern-investments-page .investment-selection-footer__close{top:16px;right:18px}.modern-investments-page .investments-order-ticket{position:sticky;top:110px;display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:24px;border:1px solid rgba(213,223,236,.95);background:#fffffff5;box-shadow:0 18px 34px #12263f0d}.modern-investments-page .investments-order-ticket__eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#0b8b971a;color:#0b6b74;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:10px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-order-ticket__title{margin:14px 0 8px;color:#12263f;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:26px;line-height:1.2}.modern-investments-page .investments-order-ticket__copy{margin:0;color:#52667a;font-size:14px;line-height:1.7}.modern-investments-page .investments-order-ticket__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.modern-investments-page .investments-order-ticket__stat{padding:14px;border-radius:16px;background:#f6fafc;border:1px solid rgba(18,38,63,.08)}.modern-investments-page .investments-order-ticket__stat span{display:block;color:#64748b;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.modern-investments-page .investments-order-ticket__stat strong{display:block;margin-top:6px;color:#12263f;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:16px}.modern-investments-page .investments-order-ticket__errors{display:grid;gap:10px}.modern-investments-page .investments-order-ticket__error{padding:12px 14px;border-radius:14px;background:#fff5f5;border:1px solid rgba(220,38,38,.16);color:#b42318;font-size:13px;line-height:1.6}.modern-investments-page .investments-order-ticket__empty{padding:24px 18px;border-radius:18px;background:#f7fafc;border:1px dashed rgba(18,38,63,.12);color:#52667a;text-align:center;line-height:1.7}.modern-investments-page .investments-order-ticket__table .investment-basket-tableShell{box-shadow:none;border:1px solid rgba(18,38,63,.08)}.modern-investments-page .investments-order-ticket__footer{display:flex;justify-content:flex-end}.modern-investments-page .investments-order-ticket__continue{width:100%;min-height:50px;border-radius:14px}.modern-investments-page .investments-continue-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:16px 18px;border-radius:18px;border:1px solid rgba(18,38,63,.08);background:#fff}.modern-investments-page .investments-continue-strip__eyebrow{display:block;margin-bottom:4px;color:#0b6b74;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-continue-strip__copy{margin:0;color:#52667a;font-size:14px}.modern-investments-page .investments-continue-strip__button{min-width:150px;min-height:48px;padding:10px 24px;border-radius:8px;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:14px;font-weight:700;text-transform:none;box-shadow:0 10px 24px #e008172e;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.modern-investments-page .investments-continue-strip__button:hover,.modern-investments-page .investments-continue-strip__button:focus{box-shadow:0 14px 30px #e008173d;transform:translateY(-1px)}.modern-investments-page .investments-continue-strip__button[disabled]{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}@media (max-width: 991px){.modern-investments-page .investments-basket-card{flex-direction:column;align-items:flex-start}.modern-investments-page .investments-basket-card__actions,.modern-investments-page .investments-basket-card__cta{width:100%}.modern-investments-page .investments-compact-toolbar__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.modern-investments-page .investments-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-investments-page .investments-compact-toolbar__field,.modern-investments-page .investments-compact-toolbar__select,.modern-investments-page .investments-compact-toolbar__search{width:100%}.modern-investments-page .investments-table-search-row{margin-bottom:16px}.modern-investments-page .investments-secondary-controls{grid-template-columns:1fr}.modern-investments-page .investment-selection-footer__row,.modern-investments-page .investment-selection-footer__summary{display:block}.modern-investments-page .investment-selection-footer__intro{margin-bottom:14px}.modern-investments-page .investment-selection-footer__continue{width:100%;margin-top:18px}.modern-investments-page .investments-order-ticket{position:static;margin-top:20px}.modern-investments-page .investments-order-ticket__stats{grid-template-columns:1fr}.modern-investments-page .investments-continue-strip{align-items:stretch;flex-direction:column}.modern-investments-page .investments-continue-strip__button{width:100%}}@media (max-width: 640px){.modern-investments-page .investments-compact-toolbar{padding:14px}.modern-investments-page .investments-compact-toolbar__row,.modern-investments-page .investments-summary-strip,.modern-investments-page .investments-table-header,.modern-investments-page .investments-table-actions{grid-template-columns:1fr}.modern-investments-page .investments-table-actions{display:flex;flex-direction:column;align-items:stretch}.modern-investments-page .investments-table-action,.modern-investments-page .investments-table-shell .fund_name .btn_secondary,.modern-investments-page .investments-table-shell .text-center .btn_secondary{width:100%;min-width:0}.modern-investments-page .investments-table-search-row__field{max-width:none}}.modern-investments-page .investments-compact-toolbar__row{display:grid;grid-template-columns:170px 200px 170px 170px 200px minmax(240px,1fr);gap:14px;align-items:center}.filter-with-icon{position:relative}.filter-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:14px;color:#94a1b8;z-index:5}.filter-with-icon .MuiOutlinedInput-root{padding-left:34px}.search-wrapper{display:flex;align-items:center;width:100%}.search-icon{margin-right:8px;color:#94a1b8;font-size:14px}.search-input{border:none;outline:none;background:transparent;width:100%;font-size:14px}.modern-investments-page .investments-search-card{height:42px;border-radius:12px;border:1px solid rgba(205,216,232,.95);background:#fff;display:flex;align-items:center;padding:0 14px}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root{min-height:42px;border-radius:12px;background:#fff;transition:box-shadow .2s ease,border-color .2s ease}.modern-investments-page .investments-matched-control--compact .MuiSelect-select{display:flex;align-items:center;min-height:42px;font-size:14px}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0000000d}.modern-investments-page .investments-matched-control--compact .MuiOutlinedInput-root.Mui-focused{box-shadow:0 0 0 4px #e2081714}@media (max-width: 991px){.modern-investments-page .investments-compact-toolbar__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.modern-investments-page .investments-compact-toolbar__row{grid-template-columns:1fr}}.modern-investments-page.investments-page-shell{width:min(100%,1320px);max-width:1320px;padding-top:10px}.modern-investments-page .investments-discovery-row{margin-bottom:18px}.modern-investments-page .investments-hero{margin:0;padding:28px 30px;border:1px solid rgba(213,223,236,.88);border-radius:18px;background:linear-gradient(135deg,#fff,#f8fbfc);box-shadow:0 16px 34px #12263f0f}.modern-investments-page .investments-hero__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(18,143,124,.18);border-radius:999px;background:#128f7c12;color:#0f766e;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:11px;letter-spacing:.08em;text-transform:uppercase}.modern-investments-page .investments-hero h2{margin:14px 0 0;color:#111827;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:34px;line-height:1.15}.modern-investments-page .investments-hero__lead{max-width:680px;margin:10px 0 0;color:#53606d;font-size:15px;line-height:1.7}.modern-investments-page .investments-discovery-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:4px 0 14px}.modern-investments-page .investments-discovery-card__eyebrow{margin:0;background:#128f7c12;color:#0f766e}.modern-investments-page .investments-discovery-card__title{margin:0;font-size:24px;line-height:1.25}.modern-investments-page .investments-table-card--modern{border-radius:18px;border-color:#d5dfece0;background:#fff;box-shadow:0 14px 34px #12263f0f}.modern-investments-page .investments-table-card--modern .container-fluid{padding:22px}.modern-investments-page .investments-compact-toolbar{margin-bottom:16px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.modern-investments-page .investments-compact-toolbar__row{display:grid;grid-template-columns:minmax(220px,320px);gap:12px;align-items:end}.modern-investments-page .investments-table-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:14px 16px;border:1px solid rgba(226,232,240,.92);border-radius:14px;background:#f8fafc}.modern-investments-page .investments-table-header__title{margin:0;color:#111827;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px;line-height:1.25}.modern-investments-page .investments-table-header__copy{display:none}.modern-investments-page .investments-table-header__meta{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;text-align:right}.modern-investments-page .investments-table-header__count{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border:1px solid rgba(18,143,124,.18);border-radius:999px;background:#fff;color:#0f766e;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:12px}.modern-investments-page .investments-table-header__meta .risk-text-bold{max-width:280px;margin:0;color:#64748b;font-size:12px;line-height:1.45}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{margin-bottom:16px;padding:14px 16px;border:1px solid rgba(226,232,240,.92);border-radius:14px;background:#fff}.modern-investments-page .investments-chip-filter-row__label,.modern-investments-page .investments-table-search-row__title{color:#64748b;font-size:11px}.modern-investments-page .investments-search-card--table{min-height:46px;border-radius:12px;box-shadow:none}.modern-investments-page .investments-table-shell{border-radius:16px;background:#fff;box-shadow:0 12px 26px #12263f0d}@media (max-width: 767px){.modern-investments-page .investments-hero{padding:22px}.modern-investments-page .investments-hero h2{font-size:26px}.modern-investments-page .investments-discovery-header,.modern-investments-page .investments-table-header,.modern-investments-page .investments-table-header__meta{align-items:flex-start;flex-direction:column;text-align:left}.modern-investments-page .investments-compact-toolbar__row{grid-template-columns:1fr}}.modern-investments-page.investments-page-shell{--funds-ink: #101820;--funds-muted: #607181;--funds-line: #dce5ec;--funds-soft: #f6f9fb;--funds-green: #008f5a;--funds-green-soft: #eaf7f1;--funds-red: var(--brand-primary, #e20817);width:min(100%,1320px);max-width:1320px;padding:18px 22px 56px;background:#fff;color:var(--funds-ink)}.modern-investments-page .investments-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 14px;color:#728190;font-size:13px}.modern-investments-page .investments-breadcrumbs a{color:#728190;text-decoration:none}.modern-investments-page .investments-breadcrumbs a:hover,.modern-investments-page .investments-breadcrumbs a:focus{color:var(--funds-green);text-decoration:none}.modern-investments-page .investments-breadcrumbs span:last-child{color:var(--funds-ink);font-weight:700}.modern-investments-page .investments-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:28px;align-items:stretch;margin:0;padding:30px;border:1px solid var(--funds-line);border-radius:8px;background:linear-gradient(135deg,#fff,#f7fafb);box-shadow:0 16px 36px #1018200f}.modern-investments-page .investments-hero__content{min-width:0}.modern-investments-page .investments-hero__eyebrow,.modern-investments-page .investments-discovery-card__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(0,143,90,.18);border-radius:999px;background:var(--funds-green-soft);color:#08724c;font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:11px;letter-spacing:.06em;text-transform:uppercase}.modern-investments-page .investments-hero h2{max-width:760px;margin:14px 0 0;color:var(--funds-ink);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:36px;line-height:1.15}.modern-investments-page .investments-hero__lead{max-width:760px;margin:12px 0 0;color:var(--funds-muted);font-size:15px;line-height:1.7}.modern-investments-page .investments-hero__stats{display:grid;grid-template-columns:1fr;gap:10px;padding:16px;border:1px solid #e3ebf1;border-radius:8px;background:#fff}.modern-investments-page .investments-hero__stats div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-radius:6px;background:var(--funds-soft)}.modern-investments-page .investments-hero__stats span{color:#657483;font-size:12px}.modern-investments-page .investments-hero__stats strong{color:var(--funds-ink);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px}.modern-investments-page .investments-guidance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 24px}.modern-investments-page .investments-guidance-panel{min-height:154px;padding:18px;border:1px solid var(--funds-line);border-radius:8px;background:#fff}.modern-investments-page .investments-guidance-panel--primary{background:#f4fbf8;border-color:#cfeade}.modern-investments-page .investments-guidance-panel__eyebrow{display:block;margin-bottom:10px;color:#687887;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.modern-investments-page .investments-guidance-panel h3{margin:0 0 8px;color:var(--funds-ink);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:18px;line-height:1.25}.modern-investments-page .investments-guidance-panel p{margin:0;color:var(--funds-muted);font-size:13px;line-height:1.65}.modern-investments-page .investments-discovery-header{display:grid;grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto;gap:18px;align-items:end;margin:0 0 18px}.modern-investments-page .investments-discovery-card__title{margin:10px 0 0;color:var(--funds-ink);font-size:24px;line-height:1.25}.modern-investments-page .investments-discovery-card__copy{max-width:680px;margin:0;color:var(--funds-muted);font-size:14px;line-height:1.65}.modern-investments-page .investments-result-count{min-width:92px;padding:10px 12px;border:1px solid var(--funds-line);border-radius:8px;background:var(--funds-soft);text-align:center}.modern-investments-page .investments-result-count span,.modern-investments-page .investments-result-count strong{display:block}.modern-investments-page .investments-result-count span{color:var(--funds-ink);font-family:var( --brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif );font-size:22px;line-height:1.1}.modern-investments-page .investments-result-count strong{margin-top:3px;color:#71808e;font-size:11px;letter-spacing:.07em;text-transform:uppercase}.modern-investments-page .investments-table-card--modern{margin:0;padding:0;border:1px solid var(--funds-line);border-radius:8px;background:#fff;box-shadow:0 12px 28px #1018200d}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:center;margin:0 0 16px;padding:0 0 16px;border:0;border-bottom:1px solid #e8eef3;border-radius:0;background:transparent}.modern-investments-page .investments-table-search-row{margin-bottom:0}.modern-investments-page .investments-chip-filter-row__label,.modern-investments-page .investments-table-search-row__title{margin:0;color:var(--funds-ink);font-size:13px;letter-spacing:0;text-transform:none}.modern-investments-page .investments-control-helper{margin:4px 0 0;color:#71808e;font-size:12px;line-height:1.45}.modern-investments-page .investments-chip-filter-row__chips{display:flex;flex-wrap:wrap;gap:8px}.modern-investments-page .investments-chip-filter{min-height:36px!important;border:1px solid #d8e2ea!important;border-radius:999px!important;background:#fff!important;color:#263542!important;box-shadow:none!important}.modern-investments-page .investments-chip-filter:hover,.modern-investments-page .investments-chip-filter:focus{border-color:var(--funds-green)!important;background:#f4fbf8!important;transform:none}.modern-investments-page .investments-chip-filter--active{border-color:var(--funds-green)!important;background:var(--funds-green)!important;color:#111!important}.modern-investments-page .investments-search-card--table{min-height:46px;border:1px solid #d8e2ea;border-radius:8px;background:#fbfcfd;box-shadow:none}.modern-investments-page .investments-search-card--table .form-control{min-height:44px;color:var(--funds-ink);font-size:14px}.modern-investments-page .investments-continue-strip{margin-top:18px;padding:16px;border:1px solid #dce5ec;border-radius:8px;background:#f7fafb}.modern-investments-page .investments-continue-strip__eyebrow{color:#08724c}.modern-investments-page .investments-continue-strip__copy{max-width:760px;color:#5f6f7d;line-height:1.55}.modern-investments-page .investments-continue-strip__button{border-radius:8px;text-transform:none}.modern-investments-page .investments-table-shell{margin-top:16px;border:1px solid var(--funds-line);border-radius:8px;background:#fff;box-shadow:0 12px 28px #1018200d}.modern-investments-page .investments-mui-table-shell{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.modern-investments-page .investments-mui-table__head{padding:14px 16px!important;border-bottom:1px solid #dce5ec;background:#f7fafb;color:#637383!important;font-size:11px!important;letter-spacing:.06em;text-transform:uppercase}.modern-investments-page .investments-mui-table__cell{padding:16px!important;border-bottom:1px solid #edf2f5;color:#263542;font-size:14px}.modern-investments-page .investments-mui-table tbody tr:hover{background:#fbfdfc}.modern-investments-page .investments-mui-fund__name{color:var(--funds-ink);font-size:15px;line-height:1.35}.modern-investments-page .investments-mui-fund__meta{color:#667887;font-size:12px;line-height:1.45}.modern-investments-page .investments-risk-pill{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:28px;padding:0 9px;border-radius:999px;background:#eef6f2;color:#08724c;font-weight:700}.modern-investments-page .investments-table-actions{gap:8px}.modern-investments-page .investments-table-shell .investments-table-action--details,.modern-investments-page .investments-table-shell .investments-table-action--basket{min-height:38px;border-radius:8px!important;text-transform:none;letter-spacing:0}.modern-investments-page .investments-table-shell .investments-table-action--details{color:#263542;border-color:#d8e2ea!important;box-shadow:none!important}.modern-investments-page .investments-table-shell .investments-table-action--basket{color:#fff!important;border-color:var(--funds-red)!important;background:var(--funds-red)!important;box-shadow:0 10px 18px #e2081724!important}.modern-investments-page .investments-table-shell .btn_cart.investments-table-action--basket{border-color:#17212b!important;background:#17212b!important}.modern-investments-page .investments-pagination-shell{margin-top:14px;border:1px solid var(--funds-line);border-radius:8px;background:#fff;box-shadow:none}@media (max-width: 991px){.modern-investments-page .investments-hero,.modern-investments-page .investments-guidance-grid,.modern-investments-page .investments-discovery-header{grid-template-columns:1fr}.modern-investments-page .investments-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.modern-investments-page .investments-discovery-card__copy{max-width:none}}@media (max-width: 767px){.modern-investments-page.investments-page-shell{padding:12px 14px 40px}.modern-investments-page .investments-hero{padding:20px}.modern-investments-page .investments-hero h2{font-size:28px}.modern-investments-page .investments-hero__stats,.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{grid-template-columns:1fr}.modern-investments-page .investments-table-card--modern .container-fluid{padding:16px}.modern-investments-page .investments-continue-strip{align-items:stretch;flex-direction:column}.modern-investments-page .investments-continue-strip__button{width:100%}}.modern-investments-page.investments-page-shell{background:#fff}.modern-investments-page .investments-hero{padding:18px 0 22px;border:0;border-bottom:1px solid #edf2f7;border-radius:0;background:transparent;box-shadow:none}.modern-investments-page .investments-hero__eyebrow{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;color:#00a85a;letter-spacing:.04em}.modern-investments-page .investments-hero h2{margin-top:8px;font-size:32px}.modern-investments-page .investments-hero__lead{max-width:620px;color:#5f6f7d}.modern-investments-page .investments-discovery-row{margin-bottom:20px}.modern-investments-page .investments-discovery-header{justify-content:flex-start;margin:4px 0 18px}.modern-investments-page .investments-discovery-card__eyebrow{min-height:26px;padding:0 10px;border:1px solid #d9efe3;border-radius:999px;background:#f2fbf6;color:#008f4f}.modern-investments-page .investments-discovery-card__title{color:#101820;font-size:22px}.modern-investments-page .investments-table-card--modern{margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.modern-investments-page .investments-table-card--modern .container-fluid{padding:0 0 14px}.modern-investments-page .investments-active-filter-strip--compact{margin:0 0 16px}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:16px;margin-bottom:16px;padding:0;border:0;border-radius:0;background:transparent}.modern-investments-page .investments-table-search-row{padding-bottom:16px;border-bottom:1px solid #edf2f7}.modern-investments-page .investments-chip-filter-row__label,.modern-investments-page .investments-table-search-row__title{margin:0;color:#677786;font-size:12px;letter-spacing:0;text-transform:none}.modern-investments-page .investments-chip-filter-row__chips{gap:8px}.modern-investments-page .investments-chip-filter{min-height:34px;border:1px solid #dbe5ec!important;border-radius:999px!important;background:#fff!important;color:#273545!important;box-shadow:none!important}.modern-investments-page .investments-chip-filter:hover{border-color:#00a85a!important;background:#f3fbf6!important}.modern-investments-page .investments-chip-filter--active{border-color:#00c805!important;background:#00c805!important;color:#111!important}.modern-investments-page .investments-search-card--table{min-height:44px;border:1px solid #dbe5ec;border-radius:999px;background:#f8fafb}.modern-investments-page .investments-search-card--table input{height:42px;border-radius:999px;color:#101820}.modern-investments-page .investments-search-card--table input::placeholder{color:#8a99a8}.modern-investments-page .investments-continue-strip{border-color:#dbe5ec;border-radius:14px;background:#f8fafb;box-shadow:none}.modern-investments-page .investments-table-shell{margin-top:0;border:1px solid #e7edf2;border-radius:14px;background:#fff;box-shadow:none}.modern-investments-page .investments-mui-table-shell{border-radius:14px}.modern-investments-page .investments-mui-table__head{background:#fff;color:#6b7a89;font-size:11px;letter-spacing:.02em}.modern-investments-page .investments-mui-table__cell{border-bottom:1px solid #f0f3f6}.modern-investments-page .investments-mui-table tbody tr:hover{background:#f8fbf9}@media (max-width: 767px){.modern-investments-page .investments-hero{padding:16px 0 18px}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{grid-template-columns:1fr;gap:10px}}.modern-investments-page .investments-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:28px;align-items:stretch;padding:30px;border:1px solid var(--funds-line);border-radius:8px;background:linear-gradient(135deg,#fff,#f7fafb);box-shadow:0 16px 36px #1018200f}.modern-investments-page .investments-hero__eyebrow,.modern-investments-page .investments-discovery-card__eyebrow{min-height:28px;padding:0 10px;border:1px solid rgba(0,143,90,.18);border-radius:999px;background:var(--funds-green-soft);color:#08724c;letter-spacing:.06em}.modern-investments-page .investments-hero h2{margin-top:14px;font-size:36px}.modern-investments-page .investments-hero__lead{max-width:760px}.modern-investments-page .investments-discovery-header{display:grid;grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto;justify-content:initial;gap:18px;align-items:end}.modern-investments-page .investments-table-card--modern{border:1px solid var(--funds-line);border-radius:8px;background:#fff;box-shadow:0 12px 28px #1018200d}.modern-investments-page .investments-table-card--modern .container-fluid{padding:20px}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{grid-template-columns:180px minmax(0,1fr);padding:0 0 16px;border-bottom:1px solid #e8eef3}.modern-investments-page .investments-search-card--table{border-radius:8px}.modern-investments-page .investments-table-shell{margin-top:16px;border-color:var(--funds-line);border-radius:8px;box-shadow:0 12px 28px #1018200d}.modern-investments-page .investments-mui-table__head{background:#f7fafb;letter-spacing:.06em}@media (max-width: 991px){.modern-investments-page .investments-hero,.modern-investments-page .investments-discovery-header{grid-template-columns:1fr}}@media (max-width: 767px){.modern-investments-page .investments-hero{padding:20px}.modern-investments-page .investments-hero h2{font-size:28px}.modern-investments-page .investments-chip-filter-row,.modern-investments-page .investments-table-search-row{grid-template-columns:1fr}}.dashboard_view{padding:40px 0}.dashboard_view h2{margin-bottom:25px}.dashboard_view .content{font-size:14px;width:490px;margin:0 auto 70px;font-family:Open Sans SemiBold}@media (max-width:767px){.dashboard_view .content{width:100%}}.dashboard_view img{margin-bottom:70px}.personal_details h3{color:#011627}.personal_details .card{padding:30px;margin-bottom:20px}.heading_icon{font-size:26px;margin-bottom:25px;margin-top:0}@media (max-width:767px){.heading_icon{font-size:21px}}.heading_icon span{background:#e00a14;color:#fff;font-size:16px;top:-2px;margin-right:10px;position:relative;width:25px;height:25px;display:inline-block;line-height:29px;text-align:center}.alert_block{border-top:1px solid #e5e7e9;padding-top:40px}.alert_block .alert{width:100%}.details_block .form-group{margin-bottom:0}.details_block .form-group .form-input{font-size:13px}.details_block .form-group .form-label span{display:block}.profile-shell{padding:16px 0 48px;font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif);color:#12263f}.profile-hero{position:relative;overflow:hidden;border-radius:30px;padding:36px;margin-bottom:24px;background:radial-gradient(circle at top right,rgba(11,139,151,.12),transparent 24%),radial-gradient(circle at bottom left,rgba(18,38,63,.06),transparent 30%),linear-gradient(180deg,#fff,#f7fbfd);color:#12263f;border:1px solid rgba(18,38,63,.08);box-shadow:0 24px 56px #12263f14}.profile-shell h1,.profile-shell h2,.profile-shell h3,.profile-shell h4,.profile-form-shell h1,.profile-form-shell h2,.profile-form-shell h3,.profile-form-shell h4{font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700;letter-spacing:-.02em;color:#12263f}.profile-shell p,.profile-shell label,.profile-shell span,.profile-shell input,.profile-shell select,.profile-shell textarea,.profile-shell button,.profile-form-shell p,.profile-form-shell label,.profile-form-shell span,.profile-form-shell input,.profile-form-shell select,.profile-form-shell textarea,.profile-form-shell button{font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif)}.profile-back-link,.profile-form-shell .back_icon{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700;text-decoration:none}.profile-back-link:hover,.profile-form-shell .back_icon:hover{color:var(--brand-primary, #e00817);text-decoration:none}.profile-back-link .icon,.profile-form-shell .back_icon .icon{transform:rotate(-90deg);font-size:16px}.profile-hero:after{content:"";position:absolute;right:-48px;top:-64px;width:220px;height:220px;border-radius:50%;background:#0b8b9714}.profile-hero__eyebrow{margin:0 0 10px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;opacity:1;color:#0b6b74;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700}.profile-hero h1{margin:0 0 12px;font-size:40px;line-height:1.15;color:#12263f}.profile-hero p{max-width:760px;margin:0;color:#60758a;font-size:15px;line-height:1.75}.profile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.profile-summary-tile{background:linear-gradient(180deg,#fff,#f9fbfd);border:1px solid rgba(18,38,63,.08);border-radius:24px;padding:22px;box-shadow:0 18px 42px #12263f0f}.profile-summary-tile__label{margin:0 0 10px;color:#5c6570;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700}.profile-summary-tile__value{margin:0 0 8px;color:#011627;font-size:22px;line-height:1.3;font-weight:700;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.profile-summary-tile__meta{margin:0;color:#5c6570;font-size:13px;line-height:1.6}.personal_details h3{color:#011627;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.personal_details .card,.profile-surface-card{padding:32px;margin-bottom:20px;border:1px solid rgba(18,38,63,.08);border-radius:28px;box-shadow:0 22px 52px #12263f0f;background:linear-gradient(180deg,#fff,#f9fbfd)}.profile-page-title{margin:8px 0;text-align:center;font-size:32px;line-height:1.15}.profile-page-subtitle{max-width:720px;margin:0 auto 28px;text-align:center;color:#5c6570;font-size:15px;line-height:1.75}.personal_details p{color:#011627;font-size:13px}.profile-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.profile-section-copy{flex:1}.profile-section-title{margin:0 0 8px}.profile-section-copy p{margin:0;color:#5c6570;font-size:14px;line-height:1.7}.profile-edit-button{min-width:120px;align-self:flex-start}.profile-card-actions{display:flex;justify-content:flex-end;align-items:flex-start}.profile-inline-note{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:16px 18px;border-radius:18px;background:#e008170d;border:1px solid rgba(224,8,23,.12)}.profile-inline-note p{margin:0;color:#5c6570;font-size:13px;line-height:1.7}.profile-bank-summary{display:grid;gap:12px;padding:20px 22px;border-radius:22px;border:1px solid rgba(18,38,63,.08);background:linear-gradient(180deg,#fff,#f8fbfd);box-shadow:0 12px 28px #12263f0a}.profile-bank-summary__row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid rgba(18,38,63,.08)}.profile-bank-summary__row:last-child{padding-bottom:0;border-bottom:0}.profile-bank-summary__label{color:#60758a;font-size:13px;line-height:1.5}.profile-bank-summary__value{color:#12263f;font-size:15px;line-height:1.6;text-align:right;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.profile-empty-bank-state{display:grid;justify-items:center;text-align:center;gap:12px;padding:28px 24px;border-radius:22px;border:1px dashed rgba(18,38,63,.16);background:linear-gradient(180deg,#f8fbfdf5,#fff)}.profile-empty-bank-state__icon{width:68px;height:68px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#0b8b971f,#4aa7af2e);color:#0b6b74;font-size:28px}.profile-empty-bank-state h5{margin:0;color:#12263f;font-size:20px;line-height:1.3;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.profile-empty-bank-state p{margin:0;max-width:520px;color:#5c6570;font-size:14px;line-height:1.75}.heading_icon{font-size:26px;margin-bottom:12px;margin-top:0}@media (max-width:767px){.heading_icon{font-size:21px;line-height:28px}}.heading_icon span{background:linear-gradient(135deg,var(--brand-secondary, #12263f) 0%,var(--brand-primary, #e00817) 100%);color:#fff;font-size:16px;top:-2px;margin-right:10px;position:relative;width:25px;height:25px;display:inline-block;line-height:29px;text-align:center}.heading_icon span:before{top:-10px;left:-10px}.heading_icon span:after,.heading_icon span:before{content:"";position:absolute;width:15px;height:15px;z-index:9;background:#fbfbfb;border-right:1px solid transparent;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.heading_icon span:after{bottom:-10px;right:-10px}.alert_block{border-top:1px solid rgba(17,17,17,.08);padding-top:28px}.alert_block.border_none{border:none;padding-top:20px}.alert_block .alert{width:100%;border:1px solid rgba(17,17,17,.06);border-radius:18px;padding:16px 18px;background:linear-gradient(180deg,#f7f7f4,#fff)}.alert_block .alert b{color:#e31c31}.profile-shell .alert,.profile-form-shell .alert{border-radius:18px;border:1px solid rgba(17,17,17,.06);background:linear-gradient(180deg,#f8fafc,#fff);color:#12263f}.profile-shell .alert_error,.profile-form-shell .alert_error{border:1px solid rgba(224,8,23,.14);background:#e008170d;border-radius:18px;padding:16px 18px}.profile-shell .alert_error .error-msg,.profile-form-shell .alert_error .error-msg{margin:0;color:#8f2230}.details_block .form-group{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(18,38,63,.07)}.details_block .form-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.details_block .form-group .form-input{font-size:13px;color:#5c6570;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.details_block .form-group .form-label span{display:block;margin-top:6px}.static_details .form-group{margin-bottom:0!important;width:100%!important}.static_details .form-group .form-input{font-weight:400;margin-bottom:0}.details_block .form-label,.static_details .form-label{font-size:15px;line-height:1.7;color:#011627}.details_block .form-label:empty:before,.profile-summary-tile__value:empty:before{content:"No data";color:#7a8794}.profile-shell .form-control,.profile-form-shell .form-control{min-height:52px;border-radius:16px;border:1px solid rgba(17,17,17,.1);background:#fff;box-shadow:none;color:#12263f;font-size:15px;padding:12px 16px}.profile-shell .form-control:focus,.profile-form-shell .form-control:focus{border-color:#12263f3d;box-shadow:0 0 0 4px #12263f14}.profile-shell .form-label,.profile-form-shell .form-label,.profile-shell .form-input,.profile-form-shell .form-input{color:#4d5a6a}.profile-shell .btn.btn_primary,.profile-form-shell .btn.btn_primary,.profile-shell .btn.btn_default,.profile-form-shell .btn.btn_default,.profile-action-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border-radius:999px;border:1px solid rgba(224,8,23,.28);background:#fff;color:#e00817!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700;font-size:14px;letter-spacing:.01em;box-shadow:none;text-decoration:none!important}.profile-shell .btn.btn_primary:hover,.profile-form-shell .btn.btn_primary:hover,.profile-shell .btn.btn_default:hover,.profile-form-shell .btn.btn_default:hover,.profile-action-button:hover{background:#e008170a;border-color:#e008176b;color:#e00817!important;text-decoration:none}.profile-shell .btn.btn_primary[disabled],.profile-form-shell .btn.btn_primary[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none}.profile-shell .btn .rotate_arrow,.profile-form-shell .btn .rotate_arrow,.profile-action-button .rotate_arrow{margin-left:0}.details_block .markets-section{font-size:16px;font-weight:700}.toggle_preference{padding-left:15px}.toggle_preference .form-group{display:flex;justify-content:space-between;align-items:center;width:30%}@media (max-width: 1200px){.toggle_preference .form-group{width:50%}}@media (max-width: 768px){.toggle_preference .form-group{width:100%}}.toggle_preference .form-group p{font-weight:400;font-size:13px;width:100%}.profile-form-shell{padding:16px 0 48px;font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif);color:#12263f}.profile-form-card{border-radius:28px;border:1px solid rgba(17,17,17,.06);background:linear-gradient(180deg,#fff,#fbfbf8);box-shadow:0 24px 56px #11111112;padding:32px}.profile-form-page-title{margin:8px 0 24px;text-align:center;font-size:32px;line-height:1.15}.profile-form-intro{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:20px;margin-bottom:28px}.profile-form-intro__copy{padding:26px 28px;border-radius:24px;background:linear-gradient(180deg,#fffffffc,#f9fafcfa);border:1px solid rgba(17,17,17,.06)}.profile-form-intro__copy h2{margin:0 0 10px;color:#011627}.profile-form-intro__copy p{margin:0;color:#5c6570;line-height:1.75}@media (max-width: 991px){.profile-hero{padding:28px}.profile-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-intro{grid-template-columns:1fr}}@media (max-width: 767px){.profile-shell,.profile-form-shell{padding:12px 0 36px}.profile-hero,.personal_details .card,.profile-surface-card,.profile-form-card{padding:22px;border-radius:22px}.profile-hero h1,.profile-page-title,.profile-form-page-title{font-size:28px}.profile-summary-grid{grid-template-columns:1fr}.profile-section-heading{flex-direction:column;align-items:stretch}.profile-edit-button,.profile-card-actions .profile-action-button,.profile-shell .btn.btn_primary,.profile-form-shell .btn.btn_primary,.profile-shell .btn.btn_default,.profile-form-shell .btn.btn_default,.profile-action-button,.profile-card-actions{width:100%}}.profile-form-intro__aside{padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,var(--brand-secondary, #12263f) 0%,#1e3554 60%,var(--brand-primary, #30507b) 100%);color:#fff}.profile-form-intro__aside h4{margin:0 0 10px;color:#fff}.profile-form-intro__aside p{margin:0;color:#ffffffd1;line-height:1.7}.profile-form-shell .invest_in.card,.profile-form-shell .invest_in{border:1px solid rgba(17,17,17,.06);border-radius:24px;box-shadow:0 20px 46px #1111110f;background:linear-gradient(180deg,#fff,#fbfbf8);padding:24px;margin-bottom:18px}.profile-form-shell .invest_in h6{margin:0 0 18px;font-size:18px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700}.profile-form-shell .radio_sec{margin-bottom:12px}.profile-form-shell .radio_in{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:16px;border:1px solid rgba(17,17,17,.08);background:#fff;color:#12263f;font-size:14px;font-weight:600}.profile-form-shell .details_form{width:100%}.profile-form-shell .form-group{margin-bottom:20px}.profile-form-shell .form-label.required{display:inline-block;margin-bottom:10px;color:#4d5a6a;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.profile-form-shell .select_block{width:100%}.profile-form-shell .manually_link,.profile-form-shell .profile-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 18px;border-radius:999px;border:1px solid rgba(18,38,63,.12);background:#12263f0a;color:#12263f!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700;font-size:13px;text-decoration:none!important;cursor:pointer}.profile-form-shell .manually_link:hover,.profile-form-shell .profile-secondary-action:hover{background:#12263f14;color:#12263f!important;text-decoration:none}.profile-address-search-row{align-items:flex-end}.profile-address-search-actions{display:flex;align-items:flex-end;min-height:100%}.profile-address-help{margin-bottom:20px}.profile-address-actions{display:flex;align-items:center;gap:14px;margin-top:14px;flex-wrap:wrap}.profile-primary-action-row{margin-top:16px}.profile-static-note a,.profile-form-shell .alert a{color:#12263f;font-weight:700;text-decoration:underline}@media (max-width: 991px){.profile-summary-grid,.profile-form-intro{grid-template-columns:1fr}}@media (max-width: 767px){.profile-hero{padding:28px 22px}.profile-hero h1{font-size:30px}.personal_details .card,.profile-surface-card,.profile-form-card{padding:22px;border-radius:22px}.profile-page-title,.profile-form-page-title{font-size:28px}.profile-section-heading{flex-direction:column}.profile-card-actions{justify-content:flex-start;margin-top:16px}.profile-address-search-actions{align-items:stretch}}.b10_section .terms_condition{padding:15px}@media (max-width:767px){.b10_section .terms_condition{padding:0}}.b10_section .terms_condition h6{font-family:Poppins Bold;margin-top:0}.b10_section .terms_condition .ethical_list{margin-left:25px;margin-bottom:30px}@media (max-width:767px){.b10_section .terms_condition .ethical_list{margin-left:15px}}.b10_section .condition_list{margin-bottom:25px}.b10_section .condition_list .content{margin-bottom:10px}.b10_section .condition_list ul{padding-left:18px}.b10_section .condition_list ul li span{font-size:12px;color:#011627}.b10_section .check_sec{margin-bottom:50px}.ethical_list>div{height:24vh!important}.click-here-link p{text-align:center;color:red;cursor:pointer;white-space:normal}.db-content{padding:0 15px 20px}@media (max-width:1200px){.db-content{padding:0 15px 20px}}@media (max-width:767px){.db-content{padding:0 0 20px}}.db-content .db_heading{text-align:center;margin-bottom:20px}.db-content .db_heading h2{margin-top:0;color:#011627;font-size:35px;margin-bottom:40px}.db-content .db_heading h3{margin-bottom:20px;margin-top:0}.db-content .db_heading h4{font-family:Poppins Bold;color:#011627;font-size:22px}.db-content .db_heading h5{font-family:Poppins Bold;color:#011627;margin-bottom:0}.db-content .db_heading .btn{font-size:15px;padding:5px 14px}.db-content .db_heading h3{font-size:28px}.db-content .db_heading ul{display:inline-block}.db-content .db_heading ul li{display:inline-block;margin:0 18px!important}@media (max-width:1200px){.db-content .db_heading ul li{margin:0 14px!important}}@media (max-width:991px){.db-content .db_heading ul li{margin:0 9px!important}}.db-content .db_heading ul li:last-child{margin-right:0}.db-content .db_heading ul li h6{font-family:Poppins Bold;margin-bottom:0;color:#182ec4}.db-content .db_heading ul li span{color:#011627;font-size:13px}.db-content .available_cash_heading{margin-bottom:32px}.db-content .available_cash_heading ul{display:table;width:100%}.db-content .available_cash_heading ul li{margin:0 14px!important;display:table-cell}.db-content .available_cash_heading ul li h6{font-size:15px;margin-top:8px;color:#011627}.db-content .available_cash_heading ul li span{margin:0;font-family:Poppins Bold;font-size:14px}.investment_block{text-align:center;display:block;margin-bottom:20px;position:relative;padding:34px}.gia_block{min-height:328px}.investment_block h4 span{font-size:14px;padding-top:8px}.invest_link{margin:104px 0;display:inline-block;width:100%}.invest_link .btn_secondary{position:static;transform:translate(0)}@media (max-width:991px){.investment_block{margin-bottom:20px}}.investment_block h3{color:#011627}.investment_block h4{font-family:Poppins Bold;font-size:22px;color:#011627}.investment_block h2{margin-bottom:5px;color:#011627;font-size:35px}.investment_block span{margin-bottom:25px;display:block;color:#011627;font-size:13px}.investment_block p{padding:0 1%;color:#011627;margin-bottom:29px}.investment_block p span{font-size:12px;margin-bottom:0}.investment_block .btn_secondary{color:#e31c31;padding:6px 14px;font-size:14px;position:absolute;bottom:10px;left:50%;text-align:center;transform:translate(-50%)}.investment_block .btn_secondary.active,.investment_block .btn_secondary:focus,.investment_block .btn_secondary:hover{color:#e31c3199}.investment_block .btn_secondary.font-large{font-size:14px!important;bottom:5px!important}.investment_block .btn_secondary.font-large.active,.investment_block .btn_secondary.font-large:focus,.investment_block .btn_secondary.font-large:hover{color:#e31c3199}.investment_block.transfer_notif{padding:17px 20px 46px}.investment_block.transfer_notif p{margin-bottom:5px}.investment_block.transfer_notif h6{margin:0 0 10px;color:#011627;font-size:13px;font-weight:700;position:relative}.investment_block.transfer_notif h6 a{margin-left:8px}.investment_block.transfer_notif h6 a i{color:#e31c31;font-size:17px;line-height:16px;position:absolute;top:0}.investment_block.transfer_notif h6 a:hover.transfer_block{display:block}.investment_block.transfer_block h4{margin-top:0;margin-bottom:25px}.investment_block.transfer_block h3,.investment_block.transfer_block p{margin-bottom:20px}.account_block{margin-top:53px;text-align:center;min-height:116px;line-height:75px;display:block}@media (max-width:991px){.account_block{margin-top:20px}}.account_block .btn_secondary{color:#e31c31;padding:8px 14px;font-size:18px}.account_block .btn_secondary.active,.account_block .btn_secondary:focus,.account_block .btn_secondary:hover{color:#e31c3199}@media (max-width:991px){.account_block .btn_secondary{font-size:16px}}.transfer_list{background:#fff;box-shadow:0 2px 12px #0000001a;border-radius:3px;padding:0;text-align:left;width:100%;display:block}.transfer_list ul{margin-bottom:0}.transfer_list ul li{padding:15px;border-bottom:1px solid #e5e7e9}.transfer_list ul li p{margin:8px!important;font-weight:400}.transfer_list ul li:last-child{border-bottom:0}#overlay-dashboard .tooltip-inner{background:none!important;width:100%!important}.gia_investments{min-height:164px;display:flex;justify-content:center;padding:0;align-items:center;margin-top:50px}.gia_investments .btn_secondary{position:static;transform:translate(0);font-size:16px}.jisa_linked_account{border-top:1px solid #e5e7e9;margin-top:40px;padding-top:30px}.jisa_linked_account h3{margin-top:0;margin-bottom:30px;font-size:24px}.gia_block .child-name{font-family:Poppins Bold;font-size:14px;margin:0}.gia_block .child-name span{display:inline-block;font-weight:400;font-size:16px;margin:0}.center-col{float:left;max-height:300px;background:#f5f5f5;overflow-y:auto;margin-bottom:25px;width:100%}.invest_links ul li{display:flex;justify-content:center;align-items:center;margin:0 14px!important}.invest_links ul{display:table;width:100%}.invest_links ul li a{position:unset;background-color:#fbfbfb;border-style:solid;border-width:thin;border-color:#e31c31;width:100%;line-height:1em;display:inline-block;text-decoration:none;margin:9px;padding:10px;color:#000;font-family:Poppins Bold}.invest_links ul li a.active,.invest_links ul li a:focus,.invest_links ul li a:hover{color:#e31c31;position:unset!important;background-color:#fbfbfb;transform:translateY(-3px)}.mail-workspace{margin-top:12px}.mail-workspace,.mail-workspace .MuiTypography-body1,.mail-workspace .MuiTypography-body2,.mail-workspace p,.mail-workspace span,.mail-workspace label,.mail-workspace input,.mail-workspace select,.mail-workspace textarea,.mail-workspace button,.secure-main-card,.document-section-card{font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif)}.secure-modern-shell{border:1px solid rgba(17,17,17,.06);border-radius:28px;background:#fff;box-shadow:0 16px 36px #1111110d;overflow:hidden}.secure-modern-layout{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:720px}.secure-modern-sidebar{border-right:1px solid rgba(17,17,17,.08);background:linear-gradient(180deg,#fbfcfd,#f7f9fc);padding:24px;display:flex;flex-direction:column;gap:18px}.secure-modern-toolbar{display:flex;flex-direction:column;gap:16px}.secure-modern-eyebrow{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#0b8b9714;color:#0b6b74;font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);margin-bottom:10px!important}.secure-modern-title,.document-modern-title,.document-dialog-title{color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)!important;font-weight:700!important}.secure-modern-primary{border-radius:999px!important;text-transform:none!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)!important;background:#fff!important;color:var(--brand-primary, #e00817)!important;border:1px solid rgba(224,8,23,.28)!important;box-shadow:none!important}.secure-modern-primary:hover{background:#e008170a!important;border-color:#e008176b!important}.secure-modern-secondary{border-radius:999px!important;text-transform:none!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)!important;background:#fff!important;border:1px solid rgba(224,8,23,.28)!important;color:var(--brand-primary, #e00817)!important;box-shadow:none!important}.secure-modern-secondary:hover{background:#e008170a!important;border-color:#e008176b!important}.secure-modern-search{border:1px solid rgba(17,17,17,.08);border-radius:16px;background:#fff;padding:6px 14px}.secure-modern-search .MuiInputBase-root{width:100%;min-height:40px}.secure-modern-thread-list{display:grid;gap:12px;overflow:auto}.secure-thread-card{width:100%;border:1px solid rgba(17,38,63,.08);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfd);padding:16px;text-align:left;transition:all .18s ease;box-shadow:0 1px #11111105}.secure-thread-card--read{background:linear-gradient(180deg,#fff,#fbfcfd);border-color:#11263f14;color:#12263f}.secure-thread-card:hover{background:#fff;border-color:#11263f14;box-shadow:0 8px 18px #1111110d}.secure-thread-card.active{background:linear-gradient(180deg,#0b6b7414,#0b6b7408);border-color:#e0081747;box-shadow:0 10px 24px #e0081714}.secure-thread-card--unread{background:linear-gradient(180deg,#fffaf9,#fff);border-color:#e008172e;box-shadow:0 8px 18px #1111110a}.secure-thread-card--unread:hover,.secure-thread-card--unread.active{background:#fff;border-color:#e0081747;box-shadow:0 10px 24px #e0081714}.secure-thread-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.secure-thread-date{display:block;color:#5c6570;font-size:12px;margin-bottom:0}.secure-thread-card h6{margin:0 0 6px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:15px}.secure-thread-card p{margin:0;color:#6d7a88;font-size:13px}.secure-thread-card--unread .secure-thread-date,.secure-thread-card--unread h6,.secure-thread-card--unread p,.secure-thread-card--unread .secure-thread-account{color:#12263f}.secure-thread-card--unread h6{font-weight:700}.secure-thread-card.active .secure-thread-date,.secure-thread-card.active h6,.secure-thread-card.active p,.secure-thread-card.active .secure-thread-account{color:#12263f}.secure-thread-card--read .secure-thread-date,.secure-thread-card--read h6,.secure-thread-card--read p,.secure-thread-card--read .secure-thread-account{color:#5c6570}.secure-thread-card--read h6{font-weight:600}.secure-thread-account{display:inline-flex;width:fit-content;margin:0 0 6px;padding:4px 8px;border-radius:8px;background:#11263f0f;color:#12263f;font-size:12px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700}.secure-thread-unread-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:var(--brand-primary, #e00817);color:#fff;font-size:12px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-weight:700;line-height:1}.secure-thread-card--read .secure-thread-account{background:#11263f0a}.secure-thread-card--unread .secure-thread-account,.secure-thread-card.active .secure-thread-account{background:#e008170f}.secure-modern-content{padding:28px;display:flex;flex-direction:column;gap:24px;min-width:0}.secure-modern-content-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.secure-modern-content-header h4{margin:8px 0 0;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_detail_eyebrow{color:#60758a;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_detail_count{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#11263f0d;color:#12263f;font-size:13px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure-modern-empty,.secure-modern-content-empty{min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;color:#5c6570;line-height:1.7;border:1px dashed rgba(17,17,17,.12);border-radius:24px;background:#fbfcfd}.secure-modern-empty h5,.secure-modern-content-empty h5{margin:0 0 8px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure-compose-panel,.secure-reply-panel{border:1px solid rgba(17,17,17,.08);border-radius:24px;background:#fff;box-shadow:0 12px 28px #1111110a;padding:24px}.secure-field-label{display:block;margin-bottom:10px;color:#60758a;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure-modern-input{border-color:#1111111a!important;border-radius:16px!important;box-shadow:none!important;background:#f8fafc!important}.secure-message-stack{display:grid;gap:16px}.secure-message-bubble{border:1px solid rgba(17,17,17,.08);border-radius:22px;background:linear-gradient(180deg,#fff,#fafbfd);box-shadow:0 12px 28px #1111110a;padding:20px 22px}.secure-message-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.secure-message-meta h6{margin:0;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure-message-meta span{color:#8c98a4;font-size:12px}.secure-message-body{margin:0;color:#12263f;line-height:1.7;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.secure_form{padding:20px 0 0;min-height:auto!important;border-top:1px solid rgba(17,17,17,.08)}.secure_form .form-group{margin-top:15px;margin-bottom:20px}.secure_form .form-group .form-control{border-color:#1111111a;height:52px;line-height:52px;border-radius:16px;box-shadow:none;padding:0 16px;background:#f8fafc}.secure_new_message_form{min-height:360px;display:flex;align-items:center}.secure_new_message_form form{width:100%}.secure_textarea{min-height:160px;border-color:#1111111a;border-radius:16px;box-shadow:none;padding:14px 16px;background:#f8fafc;resize:vertical}.secure_cancel_btn{white-space:nowrap}.secure_inline_error{margin-bottom:16px;padding:12px 14px;border-radius:14px;background:#b020200d;border:1px solid rgba(176,32,32,.14);color:#8a1f1f}.secure_form .error-msg{z-index:99}.doc_content{color:#011627;width:100%;max-width:760px;margin:0 0 18px;text-align:left;line-height:1.75}.document_icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;color:#12263f!important;background:linear-gradient(180deg,#f8fafc,#eef2f6);border:1px solid rgba(17,17,17,.08);box-shadow:0 4px 10px #1111110a;font-size:13px;text-decoration:none}.document_icon:hover{background:#12263f;color:#fff!important}.document-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px}.document-toolbar-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.document-summary-chip{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#11263f0d;color:#12263f;font-size:13px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.document-section-card{border:1px solid rgba(17,17,17,.06);border-radius:24px;background:#fff;box-shadow:0 16px 36px #1111110d;padding:24px;margin-bottom:20px}.document-section-card h4{margin:0 0 8px}.document-section-card p{margin:0 0 18px;color:#5c6570;line-height:1.7}.document-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.document-dialog-close{border-radius:999px!important;text-transform:none!important;color:var(--brand-primary, #e00817)!important;border:1px solid rgba(224,8,23,.28)!important;background:#fff!important;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)!important}.document-dialog-close:hover{background:#e008170a!important;border-color:#e008176b!important}@media (max-width: 991px){.secure-modern-layout{grid-template-columns:1fr}.secure-modern-sidebar{border-right:none;border-bottom:1px solid rgba(17,17,17,.08)}}@media (max-width: 767px){.secure-modern-sidebar,.secure-modern-content,.secure-compose-panel,.secure-reply-panel,.document-section-card{padding:18px}.secure-modern-content-header,.document-dialog-header{flex-direction:column;align-items:flex-start}.document-toolbar{align-items:flex-start}}.document-section-card .ReactTable .-pagination .-pageInfo{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;color:#5c6570;font-size:12px}.document-section-card .ReactTable .-pagination input,.document-section-card .ReactTable .-pagination select{border:1px solid rgba(17,17,17,.1);border-radius:12px;min-height:40px;background:#f8fafc;padding:0 12px}.document-section-card .ReactTable .-pagination .-btn{width:auto;min-width:110px;border-radius:12px;background:#f4f6f8;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:12px}.document-section-card .ReactTable .-pagination .-btn:not([disabled]):hover{background:#12263f;color:#fff}.document-section-card .ReactTable .rt-noData{background:transparent;border:none;border-radius:0;padding:24px 0 0;color:#5c6570;font-size:12px;box-shadow:none;max-width:100%;position:static;left:auto;right:auto;top:auto;transform:none;display:flex;align-items:center;justify-content:center;text-align:center}.document-section-card .table_empty_state{width:100%;max-width:440px;margin:0 auto;padding:24px 22px;border:1px dashed rgba(17,17,17,.12);border-radius:18px;background:linear-gradient(180deg,#fff,#fafbfd);box-shadow:0 8px 18px #1111110a}.document-section-card .table_empty_state h5{margin:0 0 8px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:16px}.document-section-card .table_empty_state p{margin:0;color:#5c6570;font-size:13px;line-height:1.7}@media (max-width: 767px){.document-section-card .ReactTable .-pagination{flex-wrap:wrap;justify-content:center}.document-section-card .ReactTable .-pagination .-center{order:3;width:100%;flex-wrap:wrap}.document-section-card .ReactTable .-pagination .-previous,.document-section-card .ReactTable .-pagination .-next{flex:1 1 calc(50% - 6px)}.document-section-card .ReactTable .-pagination .-btn{min-width:0;width:100%}}.mail-message-card{border:1px solid rgba(17,17,17,.06);border-radius:20px;background:#fff;box-shadow:0 10px 24px #1111110a;padding:18px 20px;margin-bottom:14px}.mail-message-card h6{margin:0 0 8px;font-size:15px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.mail-message-card p{margin:0;color:#304254;line-height:1.75}.secure_detail_header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(17,17,17,.08)}.secure_detail_eyebrow{display:inline-block;margin-bottom:6px;color:#5c6570;font-size:12px;letter-spacing:1.2px;text-transform:uppercase;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_detail_header h4{margin:0;color:#12263f;font-size:22px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_detail_count{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#11263f0f;color:#12263f;font-size:12px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_empty_state{min-height:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;border:1px dashed rgba(17,17,17,.12);border-radius:20px;background:linear-gradient(180deg,#fff,#fafbfd)}.secure_empty_state h5{margin:0 0 8px;color:#12263f;font-size:18px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.secure_empty_state p{margin:0;max-width:420px;color:#5c6570;line-height:1.7}.mail-message-card h6{margin:0 0 8px}.d-flex{display:flex!important}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.align-center{align-items:center}.p-0{padding:0!important}.my-2{margin-top:20px!important;margin-bottom:20px!important}.mb-2{margin-bottom:20px!important}.mt-1{margin-top:10px!important}.mt-2{margin-top:20px!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.img-box{width:90%;margin:0 auto;max-width:250px;padding:5px 10px;display:flex;justify-content:center;align-items:center;border:1px dashed #e31c31;border-radius:5px;cursor:pointer}.img-box img{width:25px;display:block;margin:0 0 0 10px}.popup-outer{display:flex;align-items:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;outline:0;background-color:#0009;overflow:auto}.popup-inner{background-color:#fff;padding:20px;border-radius:5px;width:70%;max-width:800px;position:relative}.popup-inner embed{width:100%;display:block;height:50vh;max-height:500px;margin-bottom:20px}.popup-inner canvas{width:90%!important;max-width:300px;height:auto!important;border:1px dashed #e31c31;margin:20px 0}.img-preview{max-width:300px;border:1px dashed #e31c31;padding:10px}.img-preview img{max-width:100%}.popup-outer h4,.popup-outer h6{margin-top:20px;margin-bottom:20px}select#docType{border:1px solid #dfdddd!important;margin-bottom:10px;width:90%;max-width:500px;margin-right:20px}label.myLabel input[type=file]{position:absolute;top:-1000px}.myLabel{padding:10px;margin:2px;background:#e31c31;color:#fff;display:inline-block;min-width:150px;text-align:center;max-height:32px;display:flex;align-items:center;justify-content:center}.myLabel:hover{background:#e31c31}.myLabel:active{background:#ccf}.myLabel :invalid+span{color:#a44}.myLabel :valid+span{color:#fff}span.close{position:absolute;right:20px;top:20px;display:block}.popup-outer .alert-icon{width:100px}.popup-outer .alert-icon img{width:100%}.popup-outer .form-control{-webkit-appearance:auto}.popup-outer .back_icon{cursor:pointer}@media (max-width: 1024px){.img-preview{max-width:100%}.popup-inner canvas{max-width:400px}.popup-inner{max-width:500px}}@media (max-width: 768px){.popup-inner canvas{width:100%!important;max-width:300px}}@media (max-width: 480px){.popup-inner{width:90%}.img-preview{max-width:100%}.desc{margin-top:20px!important}.filename{margin-top:10px!important}}.tab_section{margin-top:30px}.transaction-page-shell,.transaction-page-shell .MuiTypography-body1,.transaction-page-shell .MuiTypography-body2,.transaction-page-shell p,.transaction-page-shell span,.transaction-page-shell label,.transaction-page-shell input,.transaction-page-shell select,.transaction-page-shell textarea,.transaction-page-shell button{font-family:var(--brand-font-body, "Open Sans", Arial, sans-serif)}.transaction-page-shell .MuiTypography-h4,.transaction-page-shell .MuiTypography-h5,.transaction-page-shell .MuiTypography-h6,.transaction-page-shell .tab_section .tab_list ul li a,.transaction-page-shell .ReactTable .rt-th,.transaction-page-shell .ReactTable .-pagination .-btn{font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}.tab_section .tab_list{margin-bottom:25px}@media (max-width:767px){.tab_section .tab_list{margin-bottom:0}}.tab_section .tab_list ul{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;flex-wrap:wrap}@media (max-width:767px){.tab_section .tab_list ul{display:block;text-align:left}}.tab_section .tab_list ul li{margin-right:50px}@media (max-width:991px){.tab_section .tab_list ul li{margin-right:20px}}@media (max-width:767px){.tab_section .tab_list ul li{display:inline-block;margin:0 10px 10px!important}}.tab_section .tab_list ul li a{color:#011627;text-decoration:none;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)!important;font-size:15px;position:relative;cursor:pointer}@media (max-width:767px){.tab_section .tab_list ul li a{font-size:13px}}.tab_section .tab_list ul li a:after{content:"";position:absolute;width:100%;height:3px;background:var(--brand-primary, #e00a14);left:0;bottom:-3px;opacity:0}.tab_section .tab_list ul li a:hover{text-decoration:none}.tab_section .tab_list ul li.active a:after,.tab_section .tab_list ul li a:hover:after{opacity:1}.tab_section .tab_list ul li:last-child{margin-right:0}.filter_block{text-decoration:none;background:var(--brand-primary, #e00a14);width:25px;height:25px;display:block;line-height:29px;text-align:center;position:relative;float:right}@media (max-width:767px){.filter_block{margin-bottom:15px}}.filter_block:before{top:-10px;left:-6px}.filter_block:after,.filter_block:before{content:"";position:absolute;width:12px;height:12px;z-index:9;background:#fff;border-right:1px solid transparent;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.filter_block:after{bottom:-10px;right:-6px}.filter_block span{color:#fff}.filter_block:focus,.filter_block:hover{text-decoration:none}.datepicker_section{width:100%;max-width:445px;margin:0 auto}@media (max-width:767px){.datepicker_section{width:100%;text-align:center;margin-bottom:15px}}@media (max-width:767px){.datepicker_section .form-group{margin-bottom:0}}.datepicker_section .datepicker_block{display:inline-flex;vertical-align:middle;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.datepicker_section .form-label{margin-right:8px;margin-bottom:0}.datepicker_section .input-group input{border:none}.datepicker_section .amp_icon{position:relative;padding:0 0 0 30px}.datepicker_section .date_block{display:inline-block;width:100px;position:relative}@media (max-width:767px){.datepicker_section .date_block{width:100%;text-align:center;display:block}}.datepicker_section .date_block input{font-family:var(--brand-font-heading, "Open Sans Bold", "Open Sans", Arial, sans-serif);padding:0;font-size:14px;border:none;outline:none;width:100%}@media (max-width:767px){.datepicker_section .date_block input{text-align:center}}.react-datepicker-popper{z-index:100000!important}.react-datepicker__input-container:after{font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;right:0;top:0;font-size:12px}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}@media (max-width: 991px){.tab_section .tab_list ul{justify-content:flex-start}}@media (max-width: 767px){.tab_section{margin-top:20px}.tab_section .tab_list ul li{margin:0 8px 10px 0!important}.datepicker_section .datepicker_block{justify-content:center}}.transaction-page-shell .ReactTable{border:1px solid rgba(17,17,17,.06);border-radius:18px;overflow:hidden;box-shadow:none;background:#fff;font-size:12px}.transaction-page-shell .ReactTable .rt-thead.-header{box-shadow:none;background:#f8fafc;border-bottom:1px solid rgba(17,17,17,.06)}.transaction-page-shell .ReactTable .rt-th{padding:14px 16px;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:#5c6570;border-right:none;text-align:left}.transaction-page-shell .ReactTable .rt-td{padding:14px 16px;color:#12263f;border-right:none;white-space:normal;line-height:1.5;font-size:12px}.transaction-page-shell .ReactTable .rt-td span,.transaction-page-shell .ReactTable .rt-th span{font-size:inherit}.transaction-page-shell .ReactTable .rt-tr-group{border-bottom:1px solid rgba(17,17,17,.05)}.transaction-page-shell .ReactTable .rt-tr-group:last-child{border-bottom:none}.transaction-page-shell .ReactTable .rt-tbody .rt-tr:hover{background:#fafcfe}.transaction-page-shell .ReactTable .-pagination{padding:14px 16px;border-top:1px solid rgba(17,17,17,.06);box-shadow:none;background:#fff;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px}.transaction-page-shell .ReactTable .-pagination .-pageInfo,.transaction-page-shell .ReactTable .-pagination .-pageSizeOptions{color:#5c6570;font-size:12px}.transaction-page-shell .ReactTable .-pagination .-previous,.transaction-page-shell .ReactTable .-pagination .-next{flex:0 0 auto}.transaction-page-shell .ReactTable .-pagination .-center{display:inline-flex;align-items:center;flex:0 1 auto;justify-content:center;flex-wrap:nowrap;gap:12px}.transaction-page-shell .ReactTable .-pagination .-pageInfo{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.transaction-page-shell .ReactTable .-pagination input,.transaction-page-shell .ReactTable .-pagination select{border:1px solid rgba(17,17,17,.1);border-radius:12px;min-height:40px;background:#f8fafc;padding:0 12px}.transaction-page-shell .ReactTable .rt-noData{background:transparent;border:none;border-radius:0;padding:24px 0 0;color:#5c6570;font-size:12px;box-shadow:none;max-width:100%;position:static;left:auto;right:auto;top:auto;transform:none;display:flex;align-items:center;justify-content:center;text-align:center}.transaction-page-shell .table_empty_state{width:100%;max-width:420px;margin:0 auto;padding:24px 22px;border:1px dashed rgba(17,17,17,.12);border-radius:18px;background:linear-gradient(180deg,#fff,#fafbfd);box-shadow:0 8px 18px #1111110a}.transaction-page-shell .table_empty_state h5{margin:0 0 8px;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:16px}.transaction-page-shell .table_empty_state p{margin:0;color:#5c6570;font-size:13px;line-height:1.7}.transaction-page-shell .ReactTable .-pagination .-btn{width:auto;min-width:110px;border-radius:12px;background:#f4f6f8;color:#12263f;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif);font-size:12px}.transaction-page-shell .MuiCard-root,.transaction-page-shell .MuiCardContent-root,.transaction-page-shell .tab_section,.transaction-page-shell .tab_content,.transaction-page-shell .filter_data{overflow:visible!important}.transaction-page-shell .ReactTable .-pagination .-btn:not([disabled]):hover{background:#12263f;color:#fff}.transaction-page-shell .custom_dbtable{margin:0}.transaction-page-shell .value_red{color:#b42318;font-family:var(--brand-font-heading, "Poppins Bold", "Open Sans", Arial, sans-serif)}@media (max-width: 767px){.transaction-page-shell .ReactTable .-pagination{flex-wrap:wrap;justify-content:center}.transaction-page-shell .ReactTable .-pagination .-center{order:3;width:100%;flex-wrap:wrap}.transaction-page-shell .ReactTable .-pagination .-previous,.transaction-page-shell .ReactTable .-pagination .-next{flex:1 1 calc(50% - 6px)}.transaction-page-shell .ReactTable .-pagination .-btn{min-width:0;width:100%}}.db_block{text-align:center;display:block}@media (max-width:767px){.db_block{margin-bottom:20px}}.db_block h3{color:#011627;font-size:35px;margin:0 0 10px}.db_block h4{font-size:20px;margin:25px 0 38px}.db_block h4,.db_block h5{font-weight:700;color:#011627}.db_block h5{margin:0 0 35px;font-size:12px}.db_block h5 span{color:#e31c31}.db_block p{color:#011627;margin-bottom:25px;font-size:13px}@media (min-width:1855px){.db_block p{width:300px;margin:0 auto 25px}}.db_block p.total_con{margin-bottom:86px}.db_block .btn_secondary{padding:8px 14px}.impact_person{width:40px;margin:0 auto 10px;padding-top:15px}.what-happens{line-height:30px}.what-happens h3{color:#e31c31}.what-happens .img-box{border:none;width:90px;height:90px;padding:20px;margin-bottom:20px}.what-happens .img-box img{width:100%;margin:0}.invest-text p{font-size:13px!important}.social_passport{margin-top:30px}.social_passport .card{padding:40px}.social_passport .card p.content{font-size:15px;color:#011627;padding-right:10%;margin-bottom:20px}.medals_block{margin-top:50px}.medals_block h5{font-size:20px;margin-bottom:20px}.medals_block .medals_view img{width:60px;height:auto;margin-bottom:10px}.medals_block .medals_view p{font-weight:700;font-size:13px;padding-right:0;color:#011627}.medals_block .medals_view .notification_link{width:18px;height:18px;line-height:18px;border:1px solid #011627;color:#011627;margin-left:2px}.medals_block .medals_list ul{width:100%;display:-ms-flexbox;display:flex}.medals_block .medals_list ul li{width:60px;margin-right:10px}.medals_block .medals_list ul li img{width:100%;height:auto}.notification_link{color:#e00a14;border:1px solid #e00a14;width:17px;height:17px;border-radius:100%;display:inline-block;line-height:13px;font-size:11px;margin-left:8px;position:relative;text-align:center}.voice_matter{padding:30px 0}.voice_matter h5{font-size:20px;margin-bottom:5px}.voice_matter p{font-size:13px;color:#011627;margin-bottom:30px}.voice_matter textarea{min-height:150px;resize:none;border:1px solid #ddd}@media (max-width: 991px){.back_icon{position:static;display:block;text-align:left}}.back_icon i{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);display:inline-block;font-size:10px;margin-right:3px;position:relative;top:-1px}.impact_section h3{color:#011627}@media (max-width: 767px){.impact_section h3{font-size:20px}}.impact_section p{color:#011627;font-size:13px;width:65%;padding-bottom:25px;margin-bottom:0}@media (max-width: 991px){.impact_section p{width:98%}}.impact_section h4{color:#011627}.impact_list{margin:10px 0 40px}.impact_list ul{margin:0}.impact_list ul li{margin-bottom:10px}.impact_list ul li i{display:inline-block;vertical-align:middle}.impact_list ul li span{display:inline-block;margin-left:10px;color:#011627;font-weight:700}.impact_grid h4{margin-bottom:10px}.impact_grid h3{color:#e31c31;font-size:23px;margin:0 0 10px}@media (max-width: 767px){.impact_grid h3{font-size:20px}}.impact_grid h3 span{color:#011627;font-weight:400;font-size:12px}.impact_grid p{width:auto}.performance_block h3 span{display:inline-block;width:40px;vertical-align:middle;position:relative;top:-3px;margin-right:10px;height:40px;border-radius:50%}.making-change{font-size:16px}.x-out-x{font-size:24px!important}.positive-change{color:#011627;width:90%;margin-bottom:0;font-size:14px}.fund_details_per ul li{display:inline-block;margin-left:20px}.fund_details_per ul li:nth-child(1){margin-left:0}.fund_details_per span{font-size:12px}.impact_grid h6 .score-status{color:#000;font-size:11px;font-weight:700;width:75%;font-family:Open Sans,sans-serif;font-style:italic}.impact_grid h6{color:#011627;font-weight:400;font-size:24px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.impact_grid h6 span{color:#e31c31;font-weight:700;font-size:24px}
