@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";html,body,#root{height:100%;margin:0;padding:0;box-sizing:border-box}*{box-sizing:border-box}:root{--azulRendimento: #0a1d6f;--turquesaClaro: #57ffff;--Turquesa-mdio: #00cfd9;--white: #fff;--cinza: #737373;--Red: #ff5469;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-xs: .75rem;--font-sm: .875rem;--font-base: 1rem;--font-lg: 1.125rem;--font-xl: 1.25rem;--font-2xl: 1.5rem;--font-3xl: 1.875rem;--font-4xl: 2rem;--touch-target: 44px;background-color:#ebeff2;@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--cinza);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-size:14px}.section-title{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-1.4px;margin:0}.section-description{color:var(--Cinza, #737373);font-feature-settings:"'case' on, 'liga' off, 'clig' off";font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.2px;margin-top:8px}@media (min-width: 481px){:root{--spacing-lg: 1.75rem;--spacing-xl: 2.25rem;--font-lg: 1.25rem;--font-2xl: 1.75rem;--font-3xl: 2.125rem;--font-4xl: 2.5rem}.section-title{font-size:28px;line-height:36px}.section-description{font-size:14px;line-height:20px}}@media (min-width: 1025px){:root{--spacing-xl: 2.5rem;--spacing-2xl: 3.5rem;--font-3xl: 2rem;--font-4xl: 2.5rem}body{font-size:16px}.section-title{font-size:32px;line-height:40px}.section-description{font-size:14px;line-height:20px;margin-top:12px}}#app{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#ebeff2}.app-content{flex:1;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.page-wrapper{flex:1;padding:16px;overflow-y:auto}.container-full{width:100%;max-width:100%}.container-max{width:100%;max-width:1400px;margin:0 auto;padding:0 12px}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;background-color:var(--white)}.table-wrapper::-webkit-scrollbar{height:6px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1}.table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media (min-width: 481px){.page-wrapper{padding:18px}.container-max{padding:0 16px}}@media (min-width: 1025px){.page-wrapper{padding:20px}.container-max{padding:0 20px}}.protected-route-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background:var(--white)}.protected-route-loading{text-align:center;color:var(--azulRendimento);display:flex;flex-direction:column;align-items:center;gap:16px}.protected-route-spinner{width:36px;height:36px;border:4px solid #e3f2fd;border-top:4px solid var(--azulRendimento);border-radius:50%;animation:spin 1s linear infinite}.protected-route-spinner-text{font-size:14px;margin:0;color:var(--azulRendimento)}@media (min-width: 481px){.protected-route-spinner{width:40px;height:40px;border:4px solid #e3f2fd;border-top:4px solid var(--azulRendimento)}.protected-route-spinner-text{font-size:15px}}@media (min-width: 1025px){.protected-route-spinner{width:40px;height:40px}.protected-route-spinner-text{font-size:16px}}.card{background-color:var(--white);border-radius:8px;padding:12px;margin:12px 0;box-shadow:0 1px 3px #00000014;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 12px #0000001f}@media (min-width: 481px){.card{padding:14px;margin:14px 0}}@media (min-width: 1025px){.card{padding:16px;margin:16px 0}}.contact-info{width:100%}.contact-info__sections-container{display:flex;justify-content:space-evenly;gap:20px;flex-wrap:wrap}.contact-info__section{flex:1;min-width:200px;max-width:250px}.contact-info__section-title{font-size:clamp(12px,1.2vw,16px);font-weight:600;color:#3f3f3f;margin-bottom:16px;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.contact-info__item{display:flex;justify-content:center;align-items:flex-start;gap:8px;margin-bottom:12px}.contact-info__item-content{display:flex;justify-content:space-around;gap:8px;width:100%}.contact-info__icon-container{width:20px;min-width:20px;display:flex;align-items:center;justify-content:center}.contact-info__icon{width:16px;height:16px}.contact-info__details{flex:1;min-width:0}.contact-info__details-content{display:flex;flex-direction:column;gap:2px}.contact-info__label{color:#737373;font-size:clamp(10px,1vw,12px);font-weight:400;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.contact-info__value{color:#3f3f3f;font-size:clamp(11px,1.1vw,14px);font-weight:500;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.contact-info__link{color:#0a1d6f;text-decoration:none;font-size:clamp(11px,1.1vw,14px);font-weight:500;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.contact-info__link:hover{text-decoration:underline}.contact-info__header{display:flex;align-items:center;margin-bottom:10px}.contact-info__header-title{font-size:clamp(14px,1.4vw,18px);font-weight:600;color:#3f3f3f;margin:0;display:flex;align-items:center}.contact-info__header-icon{width:20px;height:20px;margin-right:8px}@media (max-width: 1200px){.contact-info__sections-container{gap:16px}.contact-info__section{min-width:180px;max-width:220px}}@media (max-width: 992px){.contact-info__sections-container{gap:12px}.contact-info__section{min-width:160px;max-width:200px}}@media (max-width: 768px){.contact-info__sections-container{flex-direction:column;gap:20px}.contact-info__section{min-width:100%;max-width:100%}}.page-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--azulRendimento);min-height:64px;gap:12px;flex-wrap:wrap}.header-logo-section{flex:0 0 auto;display:flex;align-items:center}.header-logo-link{text-decoration:none;display:flex;align-items:center}.header-logo{width:120px;height:auto;aspect-ratio:163.24 / 23}.header-user-section{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end;min-width:0}.header-user-name{color:var(--white);font-weight:500;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-logout-btn{cursor:pointer}@media (min-width: 481px){.page-header{padding:14px 20px;min-height:72px;gap:16px}.header-logo{width:140px}.header-user-name{font-size:13px}}@media (min-width: 1025px){.page-header{padding:16px 24px;min-height:80px;gap:32px}.header-logo-section{gap:32px}.header-logo{width:163.239px;height:23px}.header-user-section{gap:16px}.header-user-name{font-size:14px}}.btn{display:flex;padding:10px 24px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:50px;font-size:12px;min-height:44px;border:none;cursor:pointer;transition:background-color .3s ease,color .3s ease,border .3s ease;white-space:nowrap}.btn-rounded{display:flex;justify-content:center;align-items:center;border-radius:50%;width:44px;height:44px;min-height:44px;flex-shrink:0}.principal{background-color:var(--azulRendimento);color:var(--turquesaClaro)}.principal:hover{background-color:#051049}.principal-turquesa{border:2px solid var(--Turquesa-mdio, #00cfd9);color:var(--turquesaClaro);background-color:transparent}.principal-turquesa:hover{background-color:#00cfd91a}.transparent-blue{border:2px solid var(--Azul-rend, #0a1d6f);color:var(--Azul-rend, #0a1d6f);background-color:transparent}.transparent-blue:hover{background-color:#0a1d6f1a}.transparent-red{border:2px solid var(--Red, #ff5469);color:var(--Red, #ff5469);background-color:transparent}.transparent-red:hover{background-color:#ff54691a}.principal-red{background:var(--Red, #ff5469);color:var(--white)}.principal-red:hover{background:#dd3d50}.secondary{background:var(--Turqueza-claro, #57ffff);color:var(--Azul-rend, #0a1d6f)}.secondary:hover{background:#2ff9ff}.secondary-gray{background:var(--Turqueza-claro, #d4cdcc);color:var(--Azul-rend, #807c7b)}.secondary-gray:hover{background:#bfb8b7}.neutraul{border-radius:100px;border:1px solid var(--Neutral-96, #f2f3f7);background:var(--Neutral-100, #fff);box-shadow:0 1px 2px #00000029}@media (min-width: 481px){.btn{padding:11px 32px;font-size:13px}.btn-rounded{width:48px;height:48px;min-height:48px}}@media (min-width: 1025px){.btn{padding:13px 49px;font-size:14px}.btn-rounded{width:52px;height:52px;min-height:52px}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:16px}.popup-container{background:var(--white);border-radius:16px;padding:16px;max-width:100%;width:100%;position:relative;box-shadow:0 4px 20px #00000026;max-height:90vh;overflow-y:auto}.popup-close-button{position:absolute;top:12px;right:12px;background:none;border:none;font-size:20px;color:var(--cinza);cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s;min-height:44px;min-width:44px}.popup-close-button:active{background-color:#0000001a}.popup-content{margin-bottom:16px;padding-right:24px}.popup-title{color:var(--azulRendimento);font-family:Inter,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:1.3;margin:0 0 12px}.popup-text{color:var(--cinza);font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.5;margin:0}.popup-actions{display:flex;flex-direction:column;gap:8px;justify-content:center}.popup-actions .btn{flex:1;max-width:none;width:100%}@media (min-width: 481px){.popup-overlay{padding:20px}.popup-container{border-radius:20px;padding:20px;max-width:380px}.popup-close-button{top:14px;right:14px;font-size:22px;width:40px;height:40px}.popup-content{margin-bottom:20px}.popup-title{font-size:20px;margin-bottom:14px}.popup-text{font-size:15px}.popup-actions{flex-direction:row;gap:12px}.popup-actions .btn{max-width:none}}@media (min-width: 1025px){.popup-overlay{padding:0}.popup-container{border-radius:24px;padding:30px;max-width:400px;width:90%}.popup-close-button{top:16px;right:16px;font-size:24px;width:32px;height:32px}.popup-close-button:hover{background-color:#0000001a}.popup-content{margin-bottom:24px;padding-right:0}.popup-title{font-size:24px;margin-bottom:16px}.popup-text{font-size:16px}.popup-actions{flex-direction:row;gap:12px}}.switch{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;transition:opacity .2s ease}.switch:focus{outline:2px solid var(--turquesaClaro);outline-offset:2px}.switch.disabled{cursor:not-allowed;opacity:.5}.switch-track{position:relative;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.switch-thumb{position:absolute;border-radius:50%;background-color:var(--white);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.switch.small .switch-track{width:38px;height:20px;background-color:#ccc}.switch.small .switch-thumb{width:16px;height:16px;top:2px;left:2px}.switch.small.checked .switch-thumb{transform:translate(16px)}.switch.medium .switch-track{width:44px;height:24px;background-color:#ccc}.switch.medium .switch-thumb{width:20px;height:20px;top:2px;left:2px}.switch.medium.checked .switch-thumb{transform:translate(18px)}.switch.large .switch-track{width:52px;height:28px;background-color:#ccc}.switch.large .switch-thumb{width:24px;height:24px;top:2px;left:2px}.switch.large.checked .switch-thumb{transform:translate(22px)}.switch.checked .switch-track{background-color:var(--Turquesa-mdio)}.switch:not(.disabled):active .switch-thumb{box-shadow:0 2px 8px #0000004d}@media (min-width: 481px){.switch.small .switch-track{width:40px;height:22px}.switch.small .switch-thumb{width:18px;height:18px}.switch.small.checked .switch-thumb{transform:translate(16px)}.switch.medium .switch-track{width:46px;height:26px}.switch.medium .switch-thumb{width:22px;height:22px}.switch.large .switch-track{width:56px;height:30px}.switch.large .switch-thumb{width:26px;height:26px}.switch:not(.disabled):hover .switch-thumb{box-shadow:0 2px 8px #0000004d}}@media (min-width: 1025px){.switch.small .switch-track{width:32px;height:18px}.switch.small .switch-thumb{width:14px;height:14px}.switch.small.checked .switch-thumb{transform:translate(14px)}.switch.medium .switch-track{width:44px;height:24px}.switch.medium .switch-thumb{width:20px;height:20px}.switch.large .switch-track{width:56px;height:32px}.switch.large .switch-thumb{width:28px;height:28px}.switch.large.checked .switch-thumb{transform:translate(22px)}.switch:not(.disabled):hover .switch-thumb{box-shadow:0 2px 8px #0000004d}.switch:not(.disabled):active .switch-thumb{box-shadow:0 1px 3px #0006}}.custom-checkbox-container{width:100%;margin-bottom:8px}.custom-checkbox-input{position:absolute;opacity:0;cursor:pointer}.custom-checkbox-label{display:flex;align-items:center;justify-content:space-between;padding:12px;border:2px solid #e0e0e0;border-radius:8px;background-color:#f8f9fa;cursor:pointer;transition:all .2s ease;font-size:14px;color:#666;min-height:50px;gap:12px}.custom-checkbox-content{flex:1;font-weight:500;word-break:break-word}.custom-checkbox-icon{width:20px;height:20px;border:2px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;transition:all .2s ease;color:#fff;flex-shrink:0}.custom-checkbox-label:active{border-color:#00bcd4;background-color:#fff}@media (min-width: 481px){.custom-checkbox-label{padding:13px;font-size:15px;min-height:54px}.custom-checkbox-icon{width:22px;height:22px}}@media (min-width: 1025px){.custom-checkbox-label{padding:1rem;font-size:1rem;min-height:60px}.custom-checkbox-label:hover{border-color:#00bcd4;background-color:#fff}.custom-checkbox-icon{width:24px;height:24px}}.custom-checkbox-label:hover .custom-checkbox-icon{border-color:#00bcd4}.custom-checkbox-input:checked+.custom-checkbox-label{border-color:#00bcd4;background-color:#fff;color:#333}.custom-checkbox-input:checked+.custom-checkbox-label .custom-checkbox-icon{background-color:#00bcd4;border-color:#00bcd4}.custom-checkbox-input:focus+.custom-checkbox-label{outline:2px solid #00bcd4;outline-offset:2px}@media (max-width: 768px){.custom-checkbox-label{padding:.875rem;font-size:.9rem;min-height:56px}.custom-checkbox-icon{width:20px;height:20px}}.input{padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background-color:#f8f9fa;color:#333;transition:border-color .2s ease,background-color .2s ease;width:100%;box-sizing:border-box}.input[type=date]:not(:focus):invalid{color:transparent}.input[type=date]:not(:focus):invalid::-webkit-datetime-edit{color:transparent}.input[type=date]:focus:invalid{color:#333}@media (max-width: 768px){.container{max-width:100%;padding:.5rem}.input{font-size:16px}}.container{display:flex;flex-direction:column;gap:1rem;max-width:100%;margin:0 auto;padding:0}.input-group{position:relative;display:flex;flex-direction:column;width:100%}.input{padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;background-color:#f8f9fa;color:#333;transition:border-color .2s ease,background-color .2s ease;width:100%;box-sizing:border-box;cursor:pointer}.input:focus{outline:none;border-color:#636464;background-color:#fff;box-shadow:0 0 0 2px #007bff40}.input:hover{border-color:#636464;background-color:#fff}.floating-label{position:absolute;left:12px;top:12px;color:#666;font-size:14px;font-weight:400;pointer-events:none;transition:all .2s ease;background-color:transparent;z-index:1}.input:focus+.floating-label,.floating-label.has-content{top:-8px;left:10px;font-size:12px;color:#636464;background-color:#f8f9fa;padding:0 4px;font-weight:500}.input-error{border-color:#b42318!important;background-color:#fff8f8!important}.info-text{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.2px;margin-top:4px}.info-text p{margin:0;color:#666;font-size:12px;line-height:1.5}@media (min-width: 481px){.container{gap:1.25rem;padding:0}.input{padding:13px 14px;font-size:15px}.floating-label{font-size:15px}.input:focus+.floating-label,.floating-label.has-content{font-size:13px}.info-text,.info-text p{font-size:13px}}@media (min-width: 1025px){.container{max-width:400px;gap:1.5rem;padding:1rem}.input{padding:1rem;font-size:1rem}.floating-label{left:1rem;top:1rem;font-size:1rem}.input:focus+.floating-label,.floating-label.has-content{top:-.5rem;left:.75rem;font-size:.75rem;background-color:#fff}.info-text{font-size:14px;line-height:20px}.info-text p{font-size:.9rem}}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:20px}.loading-container--fullscreen{position:fixed;inset:0;background-color:#ffffffe6;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loading-spinner{border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--azulRendimento, #007bff);animation:spin 1s linear infinite}.loading-spinner--small{width:20px;height:20px;border-width:2px}.loading-spinner--medium{width:40px;height:40px;border-width:3px}.loading-spinner--large{width:60px;height:60px;border-width:4px}.loading-text{color:var(--text-secondary, #6c757d);font-size:14px;font-family:Inter,sans-serif;margin:0;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.loading-inline{display:inline-flex;align-items:center;gap:8px}.loading-inline .loading-spinner{margin:0}.drawer-overlay{position:fixed;inset:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:999}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;height:100dvh;width:100%;background:var(--white);color:var(--Cinza800, #3f3f3f);box-shadow:-6px 0 24px #0000001f;transform:translate(100%);transition:transform .26s ease;z-index:1000;display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #eee}.drawer-close-btn{background:transparent;border:none;font-size:20px;line-height:1;cursor:pointer;color:#666}.drawer-content{overflow:auto;overflow-x:hidden;flex:1;padding:16px}.drawer-footer{padding:12px 16px;border-top:1px solid #eee;display:flex;flex-direction:column-reverse;justify-content:flex-start;gap:8px}.drawer-fab{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;border:none;background:var(--azulRendimento);color:var(--white);box-shadow:0 4px 12px #0000002e;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:28px;line-height:.5;font-style:normal;z-index:1001;transition:background-color .3s ease}.drawer-fab:active{background:#051049}.drawer-fab:focus-visible{outline:2px solid #00cfd9;outline-offset:2px}@media (min-width: 481px){.drawer{width:min(520px,100%)}.drawer-header{padding:18px 20px}.drawer-content{padding:18px}.drawer-footer{padding:14px 20px;flex-direction:row;justify-content:flex-end;gap:12px}.drawer-fab{top:14px;right:14px;width:44px;height:44px;font-size:32px}}@media (min-width: 1025px){.drawer{width:min(560px,100%)}.drawer-header{padding:20px 24px}.drawer-content{padding:20px}.drawer-footer{padding:16px 24px;gap:12px}.drawer-fab{position:absolute;top:16px;left:-60px;right:auto;width:45px;height:45px;background:var(--white);color:#0a1d6f;font-size:35px}.drawer-fab:active{background:#f5f5f5}}.confirmation-steps{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;font-family:Arial,sans-serif}.confirmation-container{background:#fff;border-radius:16px;padding:60px 40px;text-align:center;max-width:400px;width:100%;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.step-text{font-size:18px;font-weight:500;color:#333;margin-bottom:40px;opacity:0;animation:fadeInUp .5s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-container{width:100%}.progress-dots{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.progress-dot{width:12px;height:12px;border-radius:50%;background-color:#e0e0e0;transition:all .3s ease;position:relative}.progress-dot.completed{background-color:#00bcd4;transform:scale(1.2)}.progress-dot.active{background-color:#00bcd4;transform:scale(1.3);animation:pulse 1.5s infinite}.progress-dot.active:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid #00bcd4;opacity:.6;animation:ripple 1.5s infinite}@keyframes pulse{0%,to{transform:scale(1.3)}50%{transform:scale(1.5)}}@keyframes ripple{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.8);opacity:0}}.progress-bar-container{width:100%;height:4px;background-color:#e0e0e0;border-radius:2px;overflow:hidden;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,#00bcd4,#0097a7);border-radius:2px;transition:width .1s ease-out;position:relative;box-shadow:0 0 10px #00bcd480}.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 480px){.confirmation-container{padding:40px 24px;margin:20px}.step-text{font-size:16px;margin-bottom:32px}.progress-dots{gap:8px;margin-bottom:20px}.progress-dot{width:10px;height:10px}}.investment-title-card{padding:32px}.investment-title-header{margin-bottom:16px}.investment-title-logo{display:block;margin-bottom:16px;max-width:100%;height:auto}.investment-title-heading{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-1.4px;margin:0}.investment-title-content{display:flex;gap:24px;align-items:flex-start}.investment-properties-container{flex:1}.investment-properties-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.investment-property-item{display:flex;flex-direction:column;gap:8px}.investment-property-label{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.2px}.investment-property-value{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.4px}.investment-title-info{flex:.5;display:flex;flex-direction:column;justify-content:flex-end}.investment-title-description{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.2px;margin-bottom:16px;text-align:left}.investment-title-buttons{flex:.5;display:flex;justify-content:flex-end;align-items:flex-end;gap:16px}.investment-title-button{white-space:nowrap}@media (max-width: 1024px){.investment-title-card{padding:24px;margin-bottom:20px}.investment-title-content{flex-direction:column;gap:16px}.investment-properties-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.investment-title-info{flex:1;width:100%}.investment-title-buttons{flex:1;width:100%;justify-content:flex-start;gap:12px}.investment-title-heading{font-size:28px;line-height:36px;margin-bottom:12px}}@media (max-width: 480px){.investment-title-card{padding:16px;margin-bottom:16px}.investment-title-header{margin-bottom:12px}.investment-title-logo{margin-bottom:12px;max-width:60px}.investment-title-heading{font-size:20px;line-height:28px;letter-spacing:-.8px;margin:0}.investment-title-content{flex-direction:column;gap:12px}.investment-properties-container{width:100%}.investment-properties-grid{grid-template-columns:1fr;gap:12px}.investment-property-item{flex-direction:row;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e5e7eb}.investment-property-item:last-child{border-bottom:none}.investment-property-label{font-size:12px;flex:1}.investment-property-value{font-size:14px;line-height:20px;text-align:right;font-weight:600}.investment-title-info{width:100%;margin-bottom:12px}.investment-title-description{font-size:11px;line-height:1.4;margin-bottom:12px}.investment-title-buttons{flex-direction:column;width:100%;justify-content:stretch;gap:8px}.investment-title-button,.investment-title-button button{width:100%}}.details-section{display:flex;flex-direction:column}.details-title{margin:0 0 2px;color:var(--Cinza800, #3f3f3f);font-family:Inter,sans-serif;font-weight:600;font-size:18px}.details-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}@media (max-width: 480px){.details-row{flex-direction:column;align-items:flex-start;padding:10px 0;gap:4px}}.has-line{border-bottom:1px solid #e5e7eb}.details-label{color:var(--Cinza, #737373);font-size:14px;line-height:20px}.details-value{color:var(--Cinza800, #3f3f3f);font-weight:600;font-size:14px;line-height:20px}.investment-details{display:flex;flex-direction:column;flex:1}.tabs-container{border-bottom:1px solid #e5e7eb;margin-bottom:24px;width:100%;display:flex;align-items:left;justify-content:left;flex-direction:column}.tabs-header{display:flex;gap:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:center}.tab{padding:12px 20px;border:none;background:none;color:#737373;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;min-width:auto;border-top:3px solid transparent;display:flex;flex:1;justify-content:center}@media (max-width: 480px){.tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;justify-content:flex-start}.tab{padding:10px 16px;font-size:13px;flex:0 0 auto;scroll-snap-align:center}.tabs-container{margin-bottom:16px;padding:0;margin-left:0;margin-right:0}}.tab:hover{color:#3f3f3f}.tab.active{color:#0a1d6f;font-weight:600;background:linear-gradient(180deg,#edeffc,#fff);border-bottom:3px solid #cad0f6}.tab-content-container{padding:0}.tab-content{padding:20px 0;color:#737373;font-size:14px}.allocation-content{display:flex;flex-direction:column;gap:32px}.classes-section{display:flex;flex-direction:column;gap:16px}.section-title{font-size:20px;font-weight:600;color:#3f3f3f;margin:0}.tab-button{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;color:#737373;font-size:14px;border-radius:6px;cursor:pointer;transition:all .2s ease}.tab-button:hover{border-color:#2563eb;color:#2563eb}.tab-button.active{background:#2563eb;color:#fff;border-color:#2563eb}.products-section{display:flex;flex-direction:column;gap:16px}.products-header{display:flex;flex-direction:column;gap:12px}.products-count{font-size:16px;font-weight:600;color:#3f3f3f}.products-columns{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:16px;padding:8px 0;font-size:14px;font-weight:500;color:#737373;border-bottom:1px solid #e5e7eb}.product-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #f3f4f6}.product-info{display:flex;align-items:center;gap:12px}.product-indicator{width:4px;height:24px;background:#4f83cc;border-radius:2px}.product-details{display:flex;flex-direction:column;gap:4px}.product-name{font-size:14px;font-weight:600;color:#3f3f3f}.product-type{font-size:12px;color:#737373}.product-data{display:contents}.product-inicio,.product-percentual,.product-saldo,.product-prazo{font-size:14px;color:#3f3f3f}.product-risco{display:flex;align-items:center;gap:6px;font-size:14px;color:#3f3f3f}.risk-indicator{width:8px;height:8px;background:#f59e0b;border-radius:50%}@media (max-width: 768px){.tabs-header{overflow-x:auto}.tab{white-space:nowrap}.products-columns,.product-row{grid-template-columns:1fr;gap:8px}.product-info{grid-column:1}.product-data{display:flex;flex-direction:column;gap:4px;padding-left:28px}}.allocationTable{width:100%;border-collapse:collapse;font-size:12px}.allocationTable th,.allocationTable td{border-bottom:1px solid #ddd;padding:8px 6px;text-align:left}.allocationTable th{color:#3f3f3f;font-size:12px;font-family:Inter;font-weight:700;word-wrap:break-word}.allocationName{color:#3f3f3f;font-size:12px;font-family:Inter;font-weight:400;line-height:20px;word-wrap:break-word}.allocationType{color:#737373;font-size:11px;font-family:Inter;font-weight:400;line-height:16px;word-wrap:break-word}.allocationProduct{padding-left:8px;align-items:center;justify-content:center}.allocationChart{display:flex;height:100%;width:3px;border-radius:4px;background-color:#4079bf;min-width:3px;flex-shrink:0}.risk-label{display:flex;width:auto;min-width:60px;height:24px;padding:2px 6px;justify-content:center;align-items:center;gap:4px;flex-shrink:0;border-radius:4px;background:var(--CinzaBG, #f2f3f7)}.circle:before{content:" ●";font-size:12px;margin-right:4px}.labelText{color:var(--Cinza800, #3f3f3f);text-align:center;font-family:Inter;font-size:11px;font-style:normal;font-weight:400;line-height:16px}.allocationClasses{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:20px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-1.4px}.allocation-container{padding-left:12px;padding-right:12px}.allocation-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.allocation-header-right{display:flex;gap:8px;flex-direction:row}.allocation-content{display:flex;flex-direction:column;gap:16px;align-items:stretch;justify-content:flex-start;margin-bottom:16px}.allocation-wallet-info{margin-bottom:12px}.allocation-wallet-label{color:var(--Cinza, #737373);font-family:Inter;font-size:11px;font-style:normal;font-weight:400;line-height:16px}.allocation-wallet-amount{color:var(--Cinza800, #3f3f3f);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.allocation-left-panel{display:flex;flex-direction:column;width:100%}.allocation-right-panel{display:flex;flex:1;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:12px;background:var(--CinzaBG, #f2f3f7);min-height:300px;width:100%;padding:16px}.allocation-panel-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:12px 0;border-bottom:1px solid #e5e7eb;gap:8px}.allocation-panel-content:last-child{border-bottom:none}.allocation-panel-column{display:flex;flex-direction:column;flex:1;gap:2px;margin-left:8px}.allocation-category-name{color:var(--Cinza800, #3f3f3f);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.allocation-percentage-actual{color:var(--Cinza, #737373);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.allocation-percentage-planned-container{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:fit-content}.allocation-percentage-planned{color:var(--Cinza, #737373);text-align:right;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.allocation-table-cell-flex{display:flex}@media (min-width: 481px){.allocationTable{font-size:13px}.allocationTable th,.allocationTable td{padding:9px 8px}.allocationTable th{font-size:13px}.allocationName{font-size:13px;line-height:22px}.allocationType{font-size:12px;line-height:18px}.allocationClasses{font-size:24px;line-height:32px}.allocation-container{padding-left:16px;padding-right:16px}.allocation-header{margin-bottom:20px;gap:16px}.allocation-content{flex-direction:row;gap:20px;align-items:stretch}.allocation-left-panel{width:60%}.allocation-right-panel{width:40%;min-height:320px;padding:18px}.allocation-panel-content{padding:16px 0}.allocation-panel-column{margin-left:12px}.allocation-wallet-amount{font-size:20px;line-height:28px}.allocation-category-name{font-size:15px;line-height:22px}}@media (min-width: 1025px){.allocationTable{font-size:14px}.allocationTable th,.allocationTable td{padding:8px}.allocationTable th{color:"#3F3F3F";font-size:14.38;font-family:Inter;font-weight:"700"}.allocationName{font-size:13.36px;line-height:24px}.allocationType{font-size:12.58px;line-height:18px}.allocationProduct{padding-left:12px}.allocationChart{width:4px}.risk-label{width:65.22px;height:26px;padding:4px 7.8px 4px 8px;gap:6px}.circle:before{font-size:15px;margin-right:6px}.labelText{font-size:12.688px;line-height:18px}.allocationClasses{font-size:36px;line-height:40px}.allocation-container{padding-left:10%;padding-right:10%}.allocation-header{margin-bottom:32px;gap:16px}.allocation-header-right{gap:16px}.allocation-content{flex-direction:row;gap:24px;align-items:center;justify-content:space-between;margin-bottom:24px}.allocation-left-panel{width:65%}.allocation-right-panel{height:372px;width:45%}.allocation-panel-content{padding:24px 0}.allocationChart{width:4px;min-width:4px}.allocation-wallet-amount{font-size:23.625px;line-height:32px}.allocation-category-name{font-size:17.07px;line-height:28px}.allocation-percentage-actual,.allocation-percentage-planned{font-size:14.414px;line-height:24px}.allocation-panel-column{margin-left:16px}}@media (max-width: 480px){.allocationTable{font-size:11px}.allocationTable th,.allocationTable td{padding:6px 4px}.allocationTable th{font-size:11px}.allocationName{font-size:11px;line-height:16px}.allocationType{font-size:10px;line-height:14px}.allocationClasses{font-size:18px;line-height:24px}.allocation-container{padding-left:12px;padding-right:12px}.allocation-header{flex-direction:column;margin-bottom:12px;gap:8px}.allocation-header-right{width:100%;flex-direction:column;gap:8px}.allocation-content{flex-direction:column;gap:12px;align-items:stretch}.allocation-left-panel{width:100%}.allocation-right-panel{width:100%;min-height:250px;padding:12px}.allocation-panel-content{flex-direction:row;padding:12px 0;gap:8px;border-bottom:1px solid #e5e7eb}.allocation-panel-column{flex:1;margin-left:6px;padding:0;border-bottom:none}.allocation-panel-column:last-child{border-bottom:none}.allocation-wallet-label{font-size:11px;line-height:14px}.allocation-wallet-amount{font-size:16px;line-height:20px}.allocation-category-name{font-size:12px;line-height:16px}.allocation-percentage-actual,.allocation-percentage-planned{font-size:11px;line-height:16px}.allocationChart{width:3px;min-width:3px}}.ordens-container{padding:16px}@media (min-width: 481px) and (max-width: 1024px){.ordens-container{padding:20px 14px}}@media (min-width: 1025px){.ordens-container{padding:34px 10%}}.ordernsClasses{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-.8px;display:block;margin-bottom:16px}@media (min-width: 481px) and (max-width: 1024px){.ordernsClasses{font-size:30px;line-height:36px;letter-spacing:-.9px;margin-bottom:20px}}@media (min-width: 1025px){.ordernsClasses{font-size:36px;line-height:40px;letter-spacing:-1.4px;margin-bottom:24px}}.ordens-filters{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}@media (min-width: 481px){.ordens-filters{flex-direction:row;justify-content:space-between;gap:16px;margin-bottom:60px}}.ordens-filters-buttons{display:flex;gap:8px;flex-wrap:wrap}.ordens-filters-selects{display:flex;flex-direction:column;gap:8px;width:100%}@media (min-width: 481px){.ordens-filters-selects{flex-direction:row;width:auto;gap:8px}}.order-details{display:flex;flex-direction:column;gap:12px}@media (min-width: 481px){.order-details{flex-direction:row;justify-content:space-between;align-items:center;min-height:88px}}.direction{color:#333131;font-family:Inter;font-size:15px;font-style:normal;font-weight:500;line-height:24px;text-align:left}@media (min-width: 481px) and (max-width: 1024px){.direction{font-size:16px;line-height:26px;font-weight:400}}@media (min-width: 1025px){.direction{font-size:17.219px;line-height:28px;font-weight:400}}.amount{color:#333131;text-align:left;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:24px;width:100%}@media (min-width: 481px) and (max-width: 1024px){.amount{text-align:right;font-size:16px;line-height:26px;font-weight:400}}@media (min-width: 1025px){.amount{text-align:right;font-size:18.258px;line-height:28px;font-weight:400}}.date-header{color:#333131;font-family:Inter;font-size:15px;font-style:normal;font-weight:600;line-height:24px;margin-top:12px;margin-bottom:8px}@media (min-width: 481px) and (max-width: 1024px){.date-header{font-size:16px;line-height:26px;margin-top:16px;margin-bottom:12px}}@media (min-width: 1025px){.date-header{font-size:17.367px;line-height:26px;margin-top:20px;margin-bottom:16px}}.selection{position:relative;border-radius:32px;border:1px solid #ebe7e6;background:#fff;display:flex;padding:8px 40px 8px 12px;justify-content:flex-start;align-items:center;gap:4px;color:#333131;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:left;min-height:40px;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23333131' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px 20px}@media (min-width: 481px) and (max-width: 1024px){.selection{font-size:13px;line-height:22px;width:auto;min-height:36px;padding:6px 40px 6px 14px}}@media (min-width: 1025px){.selection{font-size:13.594px;line-height:24px;width:auto;min-height:32px;padding:4px 40px 4px 17px}}.selection:focus{border-color:#0a1d6f;box-shadow:0 0 0 2px #0a1d6f1a}.selection:hover{border-color:#d0d0d0}.selection option{color:#333131;font-family:Inter;font-size:13.594px;font-style:normal;font-weight:400;line-height:24px;text-align:center;background:#fff;padding:8px 12px;width:auto}.selection option:hover{background-color:#f5f5f5}.selection option:checked{background-color:#0a1d6f;color:#fff}.direction-circle{display:flex;width:20px;height:20px;padding:12px;justify-content:center;align-items:center;flex-shrink:0;border-radius:20px;background:#f7f3f2}.direction-circle-redemption{display:flex;width:20px;height:20px;padding:12px;justify-content:center;align-items:center;flex-shrink:0;border-radius:20px;background:#f7f3f2;transform:rotate(180deg)}.sobre-section{display:flex;flex-direction:column;gap:24px;padding:16px}@media (min-width: 481px) and (max-width: 1024px){.sobre-section{gap:28px;padding:20px 14px}}@media (min-width: 1025px){.sobre-section{gap:32px;padding:34px 10%}}.fund-description-wrapper{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}@media (min-width: 481px){.fund-description-wrapper{flex-direction:row;gap:16px;align-items:flex-start;margin-bottom:24px}}@media (min-width: 1025px){.fund-description-wrapper{flex-direction:row;gap:20px;align-items:flex-start;margin-bottom:24px}}.fund-description{margin-bottom:0;flex:1}@media (min-width: 1025px){.fund-description{flex:1}}.fund-description p{color:#3f3f3f;font-size:13px;line-height:20px;margin:0;font-family:Inter,sans-serif;text-align:justify}@media (min-width: 481px){.fund-description p{font-size:13.5px;line-height:21px}}@media (min-width: 1025px){.fund-description p{font-size:14px;line-height:20px}}.risk-card{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb;border-left:4px solid #22c55e;width:100%;box-sizing:border-box;margin:0;min-width:220px}@media (min-width: 481px){.risk-card{padding:14px 18px;min-width:240px;flex-shrink:0}}@media (min-width: 1025px){.risk-card{padding:16px 20px;flex:1;flex-shrink:0;min-width:auto;width:auto}}.risk-indicator{display:flex;flex-direction:row;align-items:center}.risk-bar{width:4px;height:40px;border-radius:2px}.risk-bar.low-risk{background-color:#22c55e}.risk-content{flex:1}.risk-content h4{margin:0 0 4px;color:#3f3f3f;font-size:14px;font-weight:600;font-family:Inter,sans-serif}@media (min-width: 481px){.risk-content h4{font-size:15px}}@media (min-width: 1025px){.risk-content h4{font-size:16px}}.risk-content p{margin:0;color:#737373;font-size:12px;line-height:18px;font-family:Inter,sans-serif}@media (min-width: 481px){.risk-content p{font-size:12.5px;line-height:19px}}@media (min-width: 1025px){.risk-content p{font-size:14px;line-height:20px}}.rescue-section{display:flex;flex-direction:column;gap:12px;margin:0}.rescue-section h3{margin:0;color:#3f3f3f;font-size:18px;font-weight:600;font-family:Inter,sans-serif}@media (max-width: 480px){.rescue-section h3{font-size:16px}}@media (min-width: 481px) and (max-width: 1024px){.rescue-section h3{font-size:17px}}.rescue-description{color:#737373;font-size:13px;line-height:20px;margin:0;font-family:Inter,sans-serif;text-align:justify}@media (min-width: 481px){.rescue-description{font-size:13.5px;line-height:21px}}@media (min-width: 1025px){.rescue-description{font-size:14px;line-height:20px}}.rescue-details{display:flex;flex-direction:column;gap:6px;margin-top:4px}.rescue-details strong{color:#3f3f3f;font-size:13px;font-weight:600;font-family:Inter,sans-serif}@media (min-width: 481px){.rescue-details strong{font-size:13.5px}}@media (min-width: 1025px){.rescue-details strong{font-size:14px}}.fund-name{color:#737373;font-size:13px;font-family:Inter,sans-serif}@media (min-width: 481px){.fund-name{font-size:13.5px}}@media (min-width: 1025px){.fund-name{font-size:14px}}.portfolio-details{display:flex;flex-direction:column;gap:16px;margin:0}.portfolio-details h3{margin:0;color:#3f3f3f;font-size:18px;font-weight:600;font-family:Inter,sans-serif}@media (max-width: 480px){.portfolio-details h3{font-size:16px}}@media (min-width: 481px) and (max-width: 1024px){.portfolio-details h3{font-size:17px}}.details-grid{display:flex;flex-direction:column;gap:16px;margin-top:0}.detail-row{display:flex;flex-direction:column;gap:12px;width:100%;padding:0}@media (min-width: 481px){.detail-row{flex-direction:row;justify-content:space-between;gap:20px;align-items:flex-start;padding:8px 0}}@media (min-width: 1025px){.detail-row{flex-direction:row;justify-content:space-between;gap:40px;align-items:flex-start;padding:8px 0}}.detail-item{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;padding:8px 0;border-bottom:1px solid #e5e7eb}@media (min-width: 481px){.detail-item{flex-direction:row;justify-content:space-between;align-items:center;padding:8px 0}}@media (min-width: 1025px){.detail-item{flex-direction:row;justify-content:space-between;gap:4px;padding:8px 0}}.detail-label{color:#737373;font-size:12px;line-height:18px;font-family:Inter,sans-serif;margin-bottom:2px;font-weight:400}@media (min-width: 481px){.detail-label{font-size:12.5px;line-height:19px;margin-bottom:0}}@media (min-width: 1025px){.detail-label{font-size:14px;line-height:20px}}.detail-value{color:#3f3f3f;font-size:13px;font-weight:600;line-height:20px;font-family:Inter,sans-serif;display:flex;flex-direction:row;align-items:center;gap:4px;justify-content:flex-start}@media (min-width: 481px){.detail-value{font-size:13.5px;justify-content:flex-end}}@media (min-width: 1025px){.detail-value{font-size:14px;justify-content:flex-start}}.info-icon{color:#9ca3af;font-size:12px;cursor:pointer;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #d1d5db;border-radius:50%;font-weight:700;flex-shrink:0}.info-icon:hover{background-color:#f3f4f6}.disclaimer{background-color:#f8f9fa;padding:12px 14px;border-radius:8px;margin-top:8px}@media (min-width: 481px){.disclaimer{padding:16px;margin-top:12px}}@media (min-width: 1025px){.disclaimer{padding:20px;margin-top:16px}}.disclaimer p{margin:0;color:#737373;font-size:11px;line-height:16px;font-family:Inter,sans-serif;text-align:justify}@media (min-width: 481px){.disclaimer p{font-size:11.5px;line-height:17px}}@media (min-width: 1025px){.disclaimer p{font-size:12px;line-height:16px}}.detail-item-no-border{border-bottom:none}.select-color-container{position:relative;display:inline-block}.select-color-button{background:#f2f3f7;border:none;border-radius:50px;cursor:pointer;outline:none;transition:all .2s ease;width:auto;min-width:120px;min-height:36px}.select-color-button:active{background:#e8e9ed}.select-color-button:focus{box-shadow:0 0 0 2px #0a1d6f1a}.select-color-content{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 10px;height:100%}.select-color-indicator{width:3px;height:10px;border-radius:100px;flex-shrink:0}.select-color-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:18px;letter-spacing:-.2px;color:#0a1d6f;white-space:nowrap;flex-shrink:0}.select-color-arrow{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0}.select-color-arrow svg{transition:transform .2s ease}.select-color-arrow svg.rotated{transform:rotate(180deg)}.select-color-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:1000;margin-top:4px;padding:6px 0;max-height:200px;overflow-y:auto}.select-color-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:transparent;border:none;cursor:pointer;transition:background-color .2s ease;text-align:left;min-height:44px}.select-color-option:active{background-color:#f5f5f5}.select-color-option:focus{background-color:#f0f7ff;outline:none}@media (min-width: 481px){.select-color-button{min-width:140px;min-height:36px}.select-color-content{gap:9px;padding:6px 11px}.select-color-label{font-size:13px}.select-color-indicator{width:3.5px;height:11px}.select-color-arrow{width:15px;height:15px}.select-color-option{gap:9px;padding:8px 11px}.select-color-option:hover{background-color:#f5f5f5}}@media (min-width: 1025px){.select-color-button{min-width:150px;min-height:32px}.select-color-button:hover{background:#e8e9ed}.select-color-content{gap:10px;padding:6px 12px}.select-color-label{font-size:14px;line-height:20px}.select-color-indicator{width:4px;height:12px}.select-color-arrow{width:16px;height:16px}.select-color-option{gap:10px;padding:8px 12px;min-height:auto}.select-color-option:hover{background-color:#f5f5f5}}.performanceTable{width:100%;border-collapse:collapse}.performanceTable th,.performanceTable td{border-bottom:1px solid #ddd;padding:8px;text-align:left}.performanceTable th{color:"#3F3F3F";font-size:14.38;font-family:Inter;font-weight:"700";word-wrap:"break-word"}.performanceName{color:#3f3f3f;font-size:13.36px;font-family:Inter;font-weight:400;line-height:24px;word-wrap:break-word}.performanceType{color:#737373;font-size:12.58px;font-family:Inter;font-weight:400;line-height:18px;word-wrap:break-word}.performanceProduct{padding-left:12px;align-items:center;justify-content:center}.performanceChart{height:100%;width:4px;border-radius:4px;background-color:#4079bf}tr:last-child td{border-bottom:none}.risk-label{display:flex;width:65.22px;height:26px;padding:4px 7.8px 4px 8px;justify-content:center;align-items:center;gap:6px;flex-shrink:0;border-radius:4px;background:var(--CinzaBG, #f2f3f7)}.circle:before{content:" ●";font-size:15px;margin-right:6px}.labelText{color:var(--Cinza800, #3f3f3f);text-align:center;font-family:Inter;font-size:12.688px;font-style:normal;font-weight:400;line-height:18px}.performanceClasses{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:24px;font-style:normal;font-weight:400;line-height:32px;letter-spacing:-.8px}@media (min-width: 481px){.performanceClasses{font-size:30px;line-height:36px;letter-spacing:-.9px}}@media (min-width: 1025px){.performanceClasses{font-size:36px;line-height:40px;letter-spacing:-1.4px}}.performance-container{padding-left:16px;padding-right:16px}.performance-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap}.performance-header-right{display:flex;gap:8px;flex-direction:row;width:100%}@media (max-width: 480px){.performance-container{padding-left:12px;padding-right:12px}.performance-header{flex-direction:column;margin-bottom:16px;gap:8px}.performance-header-right{width:100%;gap:6px;flex-direction:column}.performance-header-right>div{width:100%}}@media (min-width: 481px) and (max-width: 1024px){.performance-container{padding-left:14px;padding-right:14px}.performance-header{flex-direction:row;margin-bottom:20px}.performance-header-right{width:auto;gap:10px;flex-direction:row}}@media (min-width: 1025px){.performance-container{padding-left:10%;padding-right:10%}.performance-header{flex-direction:row;margin-bottom:32px}.performance-header-right{gap:16px;width:auto;flex-direction:row}}.performance-content{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch;justify-content:space-between;margin-bottom:16px}@media (max-width: 480px){.performance-content{grid-template-columns:1fr;gap:12px;margin-bottom:12px}}.performance-area-chart-container{width:100%;background:#fff;padding:8px;margin-bottom:12px}@media (min-width: 1025px){.performance-area-chart-container{margin-bottom:20px;padding:12px 12px 0}}@media (min-width: 481px) and (max-width: 1024px){.performance-content{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width: 1025px){.performance-content{grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch;justify-content:space-between;margin-bottom:24px}}.performance-wallet-info{margin-bottom:16px}.performance-wallet-label{color:var(--Cinza, #737373);font-family:Inter;font-size:12.688px;font-style:normal;font-weight:400;line-height:18px}.performance-wallet-amount{color:var(--Cinza800, #3f3f3f);font-family:Inter;font-size:23.625px;font-style:normal;font-weight:600;line-height:32px}.performance-left-panel{display:flex;flex-direction:column;width:65%}.performance-right-panel{display:flex;flex:1;justify-content:center;align-items:flex-start;border-radius:12px;background:var(--CinzaBG, #f2f3f7);height:372px;width:45%}.performance-panel-content{display:flex;flex-direction:row;justify-content:space-around;width:100%;padding:24px}.performance-panel-column{display:flex;flex-direction:column;width:100%;margin-left:12px}.performance-category-name{color:var(--Cinza800, #3f3f3f);font-family:Inter;font-size:17.07px;font-style:normal;font-weight:400;line-height:28px}.performance-percentage-actual{color:var(--Cinza, #737373);font-family:Inter;font-size:14.414px;font-style:normal;font-weight:400;line-height:24px}.performance-percentage-planned-container{display:flex;align-items:flex-end;align-content:flex-end;justify-content:flex-end;width:100%}.performance-percentage-planned{color:var(--Cinza, #737373);text-align:right;font-family:Inter;font-size:14.414px;font-style:normal;font-weight:400;line-height:24px}.performance-table-cell-flex{display:flex}.performance-item-container{display:flex;flex-direction:column;gap:8px;padding:12px}.performance-item-label{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.2px}.performance-item-content{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.2px}.performance-item-positive{color:#22c55e}.performance-item-negative{color:#ef4444}@media (min-width: 481px){.performance-item-container{gap:6px;padding:14px}.performance-item-label{font-size:12.5px;line-height:18px}.performance-item-content{font-size:15px;line-height:22px}}@media (min-width: 1025px){.performance-item-container{gap:8px;padding:16px}.performance-item-label{font-size:12px;line-height:16px}.performance-item-content{font-size:16px;line-height:24px}}.investment-input{padding:12px 15px;width:100%;box-sizing:border-box;font-size:40px;background-color:transparent;border:none;border-bottom:1px solid #ccc;color:var(--Cinza800, #3F3F3F)}.investment-input:focus{outline:none;border-bottom:2px solid var(--Azul-rend, #0A1D6F)}.header{margin:1rem;border-bottom:1px solid #eee;font-size:40px;padding-bottom:1rem}.resumeSection{margin:1rem;border-bottom:1px solid #eee;padding-bottom:1rem}.warning{background-color:#eee;border:1px solid #cccbcb;border-radius:5px;padding-left:15px;padding-right:15px;margin:1rem;font-size:.75rem}.step-container{width:100%;height:100%;display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;margin:0 auto;min-height:0;padding:0 8px}@media (min-width: 481px){.step-container{padding:0 12px}}@media (min-width: 1025px){.step-container{padding:0}}.progress-bar-fill{background-color:var(--Turquesa-mdio, #3498db);height:8px;transition:width .3s ease}.progress-bar-background{background-color:var(--cinzaClaro, #e6e6e6);height:8px}.progress-bar-container{position:relative;width:100%;height:8px;border-radius:4px;overflow:hidden;color:var(--Cinza-claro, #817f7f)}.progress-steps-container{color:var(--Cinza-claro, #817f7f);text-align:right;margin-top:8px;font-size:12px}@media (min-width: 481px){.progress-bar-fill,.progress-bar-background,.progress-bar-container{height:9px}.progress-steps-container{margin-top:9px;font-size:13px}}@media (min-width: 1025px){.progress-bar-fill,.progress-bar-background,.progress-bar-container{height:10px}.progress-steps-container{margin-top:10px;font-size:15px}}.stepper-container{display:flex;flex-direction:column;height:100%;flex-grow:1;padding-left:16px;padding-right:16px;padding-top:16px;overflow:hidden}.stepper-header{display:flex;align-items:center;justify-content:space-between;padding:12px;background-color:#fff;flex-shrink:0;gap:12px}.stepper-header-content{display:flex;align-items:center;gap:12px;width:100%}.stepper-back-button{cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;flex-shrink:0}.stepper-back-button:active{background-color:#f0f0f0}.stepper-back-icon{width:20px;height:20px}.stepper-progress-container{flex:1;min-width:100px}.stepper-main-content{display:flex;flex:1 1 auto;min-height:0;justify-content:space-between;align-items:flex-start;padding:12px 0;overflow-y:auto;overflow-x:hidden}.stepper-content-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1;width:100%;min-height:min-content;padding:0 8px}.stepper-footer{display:flex;justify-content:flex-end;align-items:center;background-color:#fff;padding:12px;flex-shrink:0;gap:8px}.stepper-continue-text{margin-right:0;color:#6c757d;font-size:12px;display:none}.stepper-continue-button{height:44px;width:44px;flex-shrink:0}.stepper-continue-icon{width:100%;height:100%}@media (min-width: 481px){.stepper-container{padding-left:24px;padding-right:24px;padding-top:20px}.stepper-header{padding:14px 16px;gap:14px}.stepper-header-content{gap:14px}.stepper-back-button{min-width:44px;min-height:44px}.stepper-back-icon{width:22px;height:22px}.stepper-progress-container{min-width:150px}.stepper-main-content{padding:14px 0}.stepper-content-wrapper{padding:0 12px}.stepper-footer{padding:14px 16px;gap:10px}.stepper-continue-text{display:inline;margin-right:8px;font-size:13px}.stepper-continue-button{height:40px;width:40px}}@media (min-width: 1025px){.stepper-container{padding-left:32px;padding-right:32px;padding-top:32px}.stepper-header{padding:16px 20px;gap:16px}.stepper-header-content{gap:16px}.stepper-back-button{min-width:unset;min-height:unset}.stepper-back-button:hover{background-color:#f0f0f0}.stepper-back-icon{width:25px;height:25px}.stepper-progress-container{min-width:200px}.stepper-main-content{padding:20px 0}.stepper-content-wrapper{padding:0}.stepper-footer{padding:16px 20px;gap:10px}.stepper-continue-text{margin-right:10px;font-size:14px}.stepper-continue-button{height:40px;width:40px}}.waiting-approval-container{background:#fff;display:flex;flex-direction:column;gap:16px;padding:32px 32px 0;width:100%;height:100%;box-sizing:border-box}.waiting-approval-header{display:flex;flex-direction:column;gap:16px;width:100%}.waiting-approval-title{font-family:Inter,sans-serif;font-weight:600;line-height:normal;color:#3f3f3f;font-size:32px;letter-spacing:-1.4px;margin:0;white-space:pre-wrap}.waiting-approval-subtitle{font-family:Inter,sans-serif;font-weight:400;font-size:24px;letter-spacing:-.6px;color:#3f3f3f}.waiting-approval-subtitle-secondary{font-family:Inter,sans-serif;font-weight:400;font-size:24px;letter-spacing:-.6px;color:gray}.waiting-approval-content{display:flex;height:447px;width:100%;position:relative}.waiting-approval-card{position:absolute;background:#fff;border:1px solid #D9D9D9;border-radius:16px;display:flex;flex-direction:column;gap:24px;padding:16px;width:220px;left:116px;top:20px;box-sizing:border-box}.waiting-approval-card-header{display:flex;gap:10px;align-items:center;justify-content:center;padding:8px 8px 0;box-sizing:border-box}.waiting-approval-card-title{font-family:Inter,sans-serif;font-weight:600;line-height:normal;color:#3f3f3f;font-size:16px;letter-spacing:-.2px;margin:0}.waiting-approval-steps{display:flex;flex-direction:column;width:100%}.waiting-approval-step{display:flex;gap:8px;align-items:center;width:100%}.waiting-approval-step-container{display:flex;flex-direction:row;align-items:center;align-self:stretch}.waiting-approval-step-line-container{display:flex;flex-direction:column;height:100%;align-items:center;width:22px;padding:8px 0 0;box-sizing:border-box}.waiting-approval-step-line-container-no-padding{display:flex;flex-direction:column;height:100%;align-items:center;width:22px}.waiting-approval-step-dot{background:#0a1d6f;border-radius:50px;width:7px;height:7px;padding:3px;box-sizing:border-box}.waiting-approval-step-bar{background:#0a1d6f;width:1px;flex:1;min-height:1px}.waiting-approval-step-bar-gray{background:#d9d9d9;width:1px;min-height:1px}.waiting-approval-step-bar-23{background:#0a1d6f;height:23px;width:1px}.waiting-approval-step-bar-26{background:#d9d9d9;height:26px;width:1px}.waiting-approval-step-circle-container{display:flex;gap:10px;align-items:center;padding:2px;box-sizing:border-box}.waiting-approval-step-circle{background:#fff;border:1px solid #0A1D6F;border-radius:50px;display:flex;align-items:center;justify-content:center;padding:3px;width:16px;height:16px;box-sizing:border-box}.waiting-approval-step-circle-inner{background:#0a1d6f;border-radius:50px;flex:1;height:100%;min-height:1px;min-width:1px}.waiting-approval-step-thumb{width:8px;height:8px;position:relative}.waiting-approval-step-thumb img{position:absolute;display:block;max-width:none;width:100%;height:100%;inset:-12.5%}.waiting-approval-step-text{flex:1;font-family:Inter,sans-serif;font-weight:400;line-height:20px;color:#0a1d6f;font-size:14px;letter-spacing:-.084px;white-space:pre-wrap;margin:0}.waiting-approval-step-text-bold{font-weight:600;font-size:14px}.waiting-approval-step-text-small{font-size:12px;color:gray;letter-spacing:-.072px}.waiting-approval-step-text-container{display:flex;flex:1;gap:10px;align-items:center;padding:20px 0 0;box-sizing:border-box;min-height:1px;min-width:1px}.waiting-approval-step-text-container-center{display:flex;flex:1;gap:10px;align-items:center;justify-content:center;padding:20px 0 0;box-sizing:border-box;min-height:1px;min-width:1px}.waiting-approval-image{position:absolute;height:447px;left:2px;top:0;width:134px}.waiting-approval-image-wrapper{position:absolute;inset:0;pointer-events:none}.waiting-approval-image-overflow{position:absolute;inset:0;overflow:hidden}.waiting-approval-image-img{position:absolute;height:123.75%;left:-228.67%;max-width:none;top:-3.95%;width:411.84%}.waiting-approval-button{position:absolute;background:#0a1d6f;cursor:pointer;display:flex;gap:10px;height:46px;align-items:center;justify-content:center;left:32px;padding:13px 49px;border-radius:50px;top:573px;width:336px;border:none;box-sizing:border-box}.waiting-approval-button-disabled{position:absolute;background:#d9d9d9;cursor:pointer;display:flex;gap:10px;height:46px;align-items:center;justify-content:center;left:32px;padding:13px 49px;border-radius:50px;top:573px;width:336px;border:none;box-sizing:border-box}.waiting-approval-button:hover{background:#0a2580}.waiting-approval-button:active{background:#081854}.waiting-approval-button .waiting-approval-button-text,.waiting-approval-button .waiting-approval-button-text p{color:#fff}.waiting-approval-button-text{display:flex;flex-direction:column;font-family:Inter,sans-serif;font-weight:600;justify-content:center;line-height:0;color:#57ffff;font-size:16px;text-align:center;white-space:nowrap}.waiting-approval-button-text p{line-height:normal;margin:0;color:#0a2580}.profile-container{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-row{display:flex;justify-content:space-between;align-items:center;width:100%}.profile-header{color:var(--Cinza800, #3F3F3F);font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.2px}.profile-warning{color:var(--Cinza800, #3F3F3F);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.6px;margin-right:40px}.birth-place-container{display:flex;flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto;padding:1rem}.birth-place-input{padding:1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#f8f9fa;color:#333;transition:border-color .2s ease,background-color .2s ease}.birth-place-input:focus{outline:none;border-color:#636464;background-color:#fff;box-shadow:0 0 0 2px #007bff40}.birth-place-input:hover{border-color:#636464;background-color:#fff}.birth-place-input:focus+.floating-label,.floating-label.has-content{top:-.5rem;left:.75rem;font-size:.75rem;color:#636464;background-color:#fff;padding:0 .25rem;font-weight:500}.info-text{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.2px}.info-text p{margin:0;color:#666;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.birth-place-container{max-width:100%;padding:.5rem}.birth-place-input{font-size:16px}}.document-selection-container{display:flex;flex-direction:column;max-width:400px;margin:0 auto;padding:1rem;flex:1}.document-selection-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem;text-align:left}.document-options{display:flex;flex-direction:column;gap:.5rem}.document-input-container{margin-top:1rem;animation:slideIn .3s ease-in-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.input-group{position:relative;display:flex;flex-direction:column}.document-input{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#f8f9fa;color:#333;transition:border-color .2s ease,background-color .2s ease}.document-input:focus{outline:none;border-color:#00bcd4;background-color:#fff;box-shadow:0 0 0 2px #00bcd440}.document-input.input-error,.document-input-date.input-error{border-color:#b42318!important;background-color:#fff8f8!important}.input-group:has(.input-error) .floating-label{color:#b42318}.required-asterisk{color:#b42318;margin-left:2px;font-weight:700}.input-error-message{color:#b42318;font-size:12px;font-weight:500;margin-top:4px;display:block}.document-input:hover{border-color:#00bcd4;background-color:#fff}.floating-label{position:absolute;left:1rem;top:1rem;color:#666;font-size:1rem;font-weight:400;pointer-events:none;transition:all .2s ease;background-color:transparent;z-index:1}.document-input:focus+.floating-label,.floating-label.has-content{top:-.5rem;left:.75rem;font-size:.75rem;color:#00bcd4;background-color:#fff;padding:0 .25rem;font-weight:500}.document-input-date{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background-color:#f8f9fa;color:transparent;transition:border-color .2s ease,background-color .2s ease}.document-input-date:focus{outline:none;border-color:#00bcd4;background-color:#fff;box-shadow:0 0 0 2px #00bcd440;color:#333}.document-input-date.has-content{color:#333;background-color:#fff}.document-input-date:hover{border-color:#00bcd4;background-color:#fff}.document-input-date:focus+.floating-label,.floating-label.has-content{top:-.5rem;left:.75rem;font-size:.75rem;color:#00bcd4;background-color:#fff;padding:0 .25rem;font-weight:500}::-webkit-calendar-picker-indicator{filter:invert(1)}@media (max-width: 768px){.document-selection-container{max-width:100%;padding:.5rem}.document-selection-title{font-size:1.25rem}.document-input{font-size:16px}}.acceptance-terms-container{display:flex;flex-direction:column;flex:1;width:100%;height:100%;overflow:visible}.acceptance-terms-title{margin:1rem;color:var(--text-primary, #3f3f3f);font-family:Inter;font-size:24px;font-weight:600;line-height:normal}.acceptance-terms-content{display:flex;flex:1;flex-direction:column;gap:8px;flex-shrink:0;min-height:350px;margin:1rem}.acceptance-terms-textarea{display:flex;flex:1;color:var(--Cinza800, #3f3f3f);text-align:justify;font-feature-settings:"case" on;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background:var(--Cinza100, #f5f5f5);border-radius:8px;padding:16px;border:none;resize:none;overflow:auto;height:100%;outline:none}.acceptance-terms-textarea:focus{box-shadow:0 0 0 2px var(--primary-color, #007bff)}.acceptance-terms-agreement{display:flex;align-items:center;gap:8px;margin-top:12px;width:100%;height:40px;color:var(--text-primary, #3f3f3f);font-family:Inter;font-size:14px;font-weight:400;line-height:normal}.acceptance-terms-minimum-text{color:#6b7280;font-family:Inter;font-size:13px;font-weight:500}.acceptance-terms-error-text{color:#b42318;font-family:Inter;font-size:13px;font-weight:600}.exist-client-popup{display:flex;flex:1;flex-direction:column;gap:16px}.exist-client-popup__title{width:100%;justify-content:center;display:flex;flex-direction:column;color:#3f3f3f;font-size:20px;font-family:Inter,sans-serif;font-weight:600;line-height:26px;word-wrap:break-word}.exist-client-popup__contact-container{height:100%;padding:16px;background:#f2f3f7;border-radius:12px;justify-content:space-between;align-items:center;display:inline-flex}.exist-client-popup__contact-info{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;display:inline-flex}.exist-client-popup__contact-item{justify-content:flex-start;align-items:center;gap:5px;display:inline-flex}.exist-client-popup__icon{width:16px;height:16px;position:relative;border-top-left-radius:24.78px;border-top-right-radius:24.78px}.exist-client-popup__icon-inner{width:16px;height:16px;left:0;top:0;position:absolute}.exist-client-popup__whatsapp-icon-main{width:12.01px;height:12px;left:2px;top:2.01px;position:absolute;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__whatsapp-icon-dot{width:4.33px;height:4.33px;left:6px;top:5.67px;position:absolute;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__mail-icon-main{width:12px;height:9.33px;left:2px;top:3.33px;position:absolute;border-radius:1.65px;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__mail-icon-line{width:12px;height:4px;left:2px;top:4.67px;position:absolute;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__contact-text{justify-content:center;display:flex;flex-direction:column}.exist-client-popup__phone-prefix{color:#0a1d6f;font-size:16px;font-family:Inter,sans-serif;font-weight:400;line-height:24px;word-wrap:break-word}.exist-client-popup__phone-number{color:#0a1d6f;font-size:16px;font-family:Inter,sans-serif;font-weight:600;line-height:24px;word-wrap:break-word}.exist-client-popup__email{justify-content:center;display:flex;flex-direction:column;color:#0a1d6f;font-size:16px;font-family:Inter,sans-serif;font-weight:400;text-decoration:underline;word-wrap:break-word}.exist-client-popup__copy-icon{width:24px;height:24px;position:relative;border-top-left-radius:24.78px;border-top-right-radius:24.78px}.exist-client-popup__copy-icon-inner{width:24px;height:24px;left:0;top:0;position:absolute}.exist-client-popup__copy-icon-front{width:12px;height:12px;left:8px;top:8px;position:absolute;border-radius:1.65px;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__copy-icon-back{width:12px;height:12px;left:4px;top:4px;position:absolute;outline:1.5px #0A1D6F solid;outline-offset:-.75px}.exist-client-popup__schedule{width:100%;justify-content:center;display:flex;flex-direction:column;color:#737373;font-size:12px;font-family:Inter,sans-serif;font-weight:400;word-wrap:break-word}.investment-details{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--Cinza200, #e0e0e0);padding:8px 0;min-height:40px}.investment-name{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:-.2px}.investment-recue-time{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.2px;display:flex;justify-content:flex-end;text-align:right;align-items:flex-end;width:auto;min-width:100px}.last{border-bottom:none}.investment-input{padding:12px;width:100%;box-sizing:border-box;font-size:28px;background-color:transparent;border:none;border-bottom:1px solid #ccc;color:var(--Cinza800, #3f3f3f);font-weight:600}.investment-input:focus{outline:none;border-bottom:2px solid var(--Azul-rend, #0a1d6f)}.investment-rescue-form{height:100%;display:flex;flex-direction:column;flex-grow:1}.get-value-section{flex:1;width:100%;display:flex;flex-direction:column}.value-display{display:flex;align-items:center;gap:8px;margin:12px 0;flex-wrap:wrap}.value-display span{word-break:break-word}.toggle-visibility-btn{cursor:pointer;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.rescue-details-row{display:flex;align-items:center;gap:8px;margin:8px 0}.rescue-error-message{color:var(--Red);font-size:13px;margin-top:8px;line-height:1.4}.rescue-error-message.custom-color{color:#ff5469}.rescue-info-icon{width:18px;height:18px;margin-left:6px;flex-shrink:0}.rescue-revision-item{padding:12px;margin:8px 0;border-radius:8px;background-color:#f5f5f5}.rescue-button-group{display:flex;flex-direction:column;gap:10px;margin-top:12px}.rescue-total-link{color:#0a1d6f;text-decoration:none;cursor:pointer;font-size:11px;display:inline-block;padding:4px 0;transition:opacity .2s}.rescue-total-link:hover{opacity:.8}.rescue-total-link-error{color:#ff5469;text-decoration:none;cursor:pointer;display:inline;padding:2px 0;transition:opacity .2s}.rescue-total-link-error:hover{opacity:.8}.revise-rescue-container{display:flex;flex-direction:column;width:100%;height:100%;overflow:visible}.header{margin:1rem;border-bottom:1px solid #eee;font-size:40px;padding-bottom:1rem;flex-shrink:0}.resumeSection{margin:1rem;border-bottom:1px solid #eee;padding-bottom:1rem;flex-shrink:0}.warning{background-color:#eee;border:1px solid #cccbcb;border-radius:5px;padding:15px;margin:1rem;font-size:.75rem;flex-shrink:0}hr{border:none;height:1px;background-color:#eee}.revise-rescue-details-toggle{cursor:pointer;width:100%;padding:12px 0;transition:opacity .2s}.revise-rescue-details-toggle:hover{opacity:.8}.toggle-header-row{width:100%;display:inline-flex;justify-content:space-between;align-items:flex-end;gap:12px}.toggle-header-content{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px;flex:1}.toggle-header-label{color:#737373;font-size:12px;font-family:Inter;font-weight:400;word-wrap:break-word;line-height:1.4}.toggle-header-value{color:#3f3f3f;font-size:12px;font-family:Inter;font-weight:400;word-wrap:break-word;line-height:1.4;font-weight:500}.toggle-header-icon{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.toggle-header-icon img{width:100%;height:100%;object-fit:contain}.details-content{display:flex;flex-direction:column;gap:8px;padding:12px 0}.details-description{color:#3f3f3f;font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.6px;margin-top:8px;margin-bottom:8px}.details-allocations-container{display:flex;flex-direction:column;gap:8px}.allocation-item{margin-bottom:8px}.allocation-item hr{margin:8px 0;border:none;border-top:1px solid #e0e0e0}.row-investment{display:flex;justify-content:space-between;margin:.5rem 0;padding:8px 0;min-height:24px}.row-investment span{flex:1}.row-investment span:last-child{text-align:right}@media (min-width: 481px){.revise-rescue-details-toggle{padding:14px 0}.toggle-header-row{gap:14px}.toggle-header-label,.toggle-header-value{font-size:13px}.toggle-header-icon{width:22px;height:22px}.details-content{gap:10px;padding:14px 0}.details-description{font-size:13px;line-height:20px;margin-top:10px;margin-bottom:10px}.details-allocations-container{gap:10px}.allocation-item{margin-bottom:10px}.row-investment{margin:.6rem 0;padding:10px 0;min-height:28px}}@media (min-width: 1025px){.revise-rescue-details-toggle{padding:16px 0}.toggle-header-row{gap:16px}.toggle-header-label,.toggle-header-value{font-size:14px}.toggle-header-icon{width:24px;height:24px}.details-content{gap:12px;padding:16px 0}.details-description{font-size:14px;line-height:20px;margin-top:12px;margin-bottom:12px}.details-allocations-container{gap:12px}.allocation-item{margin-bottom:12px}.row-investment{margin:.5rem 0;padding:12px 0;min-height:28px}}.detail-rescue-container{display:flex;justify-content:space-between;margin:.5rem 0;color:#3f3f3f;font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.6px;min-height:28px;align-items:center}.detail-rescue-label{color:#737373;font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.6px;flex-shrink:0}.detail-rescue-value{color:#3f3f3f;text-align:right;font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:11px;font-style:normal;font-weight:500;line-height:16px;letter-spacing:-.2px;margin-left:auto;padding-left:8px}@media (min-width: 481px){.detail-rescue-container{margin:.6rem 0;font-size:13px;line-height:20px;min-height:32px}.detail-rescue-label{font-size:13px;line-height:20px}.detail-rescue-value{font-size:12px;line-height:18px;padding-left:10px}}@media (min-width: 1025px){.detail-rescue-container{margin:.5rem 0;font-size:14px;line-height:20px;min-height:32px}.detail-rescue-label{font-size:14px;line-height:20px}.detail-rescue-value{font-size:12px;line-height:18px;padding-left:12px}}.transaction-confirmation-container{display:flex;flex-direction:column;padding:32px;gap:24px;align-content:stretch}.trompet-icon{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}.confirmation-header{display:flex;flex-direction:column;align-items:flex-start;padding:0;align-self:stretch;margin-bottom:24px}.confirmation-title{color:var(--Cinza-escuro, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-1.4px}.confirmation-subtitle{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:32px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-1.4px}.confirmation-date{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.2px}.confirmation-text{align-self:stretch;color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.6px;text-align:left}.important-info{display:flex;flex-direction:column;padding:12px;align-items:flex-start;gap:8px;align-self:stretch;border-radius:8px;background:var(--CinzaBG, #f2f3f7)}.transaction-details{display:flex;padding:16px;flex-direction:column;align-self:stretch;border-radius:8px;border:1px solid var(--Cinza, #d9d9d9);background:var(--Branco, #fff)}.transaction-title{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:-.56px;margin-bottom:16px}.transaction-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;gap:8px;align-self:stretch}.transaction-info{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.transaction-label{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.2px;flex:1}.transaction-value{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.2px;flex:1;text-align:right}.transaction-confirmation-footer{display:flex;padding:24px 32px 32px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;background:var(--CinzaBG, #F2F3F7)}.footer-text{color:var(--Cinza800, #3F3F3F);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.2px}.important-list{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.2px}.title{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.6px}@media (max-width: 480px){.title{font-size:20px;margin-bottom:12px}}.informative{display:flex;flex-direction:column;gap:20px;align-self:stretch;justify-content:flex-start}@media (min-width: 481px) and (max-width: 1024px){.informative{flex-direction:column;gap:24px}}@media (min-width: 1025px){.informative{flex-direction:row;gap:32px;align-items:center;justify-content:space-between}}.informative-links-wrapper{display:flex;flex-direction:column;gap:16px;flex:1;max-width:400px}@media (min-width: 1025px){.informative-links-wrapper{gap:16px}}.informative-links{display:flex;flex-direction:column;gap:12px;justify-content:space-between;width:100%}.informative-file-content{display:flex;flex-direction:column;gap:4px}.informative-file-title{font-size:14px;color:#3f3f3f;line-height:20px;font-weight:500}.informative-file-description{font-size:12px;color:#737373;line-height:18px}@media (min-width: 481px) and (max-width: 1024px){.informative-links{flex-direction:column;gap:14px}}@media (min-width: 1025px){.informative-links{flex-direction:row;gap:24px;align-items:center}.informative-file-content{max-width:420px}}.informative-link{color:var(--Azul-rend, #0a1d6f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:13px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.2px;display:flex;align-items:center;gap:6px;cursor:pointer}@media (min-width: 481px){.informative-link{font-size:13.5px;line-height:22px}}@media (min-width: 1025px){.informative-link{font-size:14px;line-height:24px}}.informative-link img{width:16px;height:16px;flex-shrink:0}.informative-risk{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;border-radius:8px;border-top:1px solid var(--Cinza, #d9d9d9);border-right:1px solid var(--Cinza, #d9d9d9);border-bottom:1px solid var(--Cinza, #d9d9d9);border-left:5px solid #41864c;padding:16px}@media (min-width: 1025px){.informative-risk{flex:1;width:auto;padding:20px}}.informative-risk-header{margin:0;width:100%}.informative-risk-header h1{font-size:16px;font-weight:600;color:#3f3f3f;margin:0 0 8px}@media (min-width: 481px){.informative-risk-header h1{font-size:17px}}@media (min-width: 1025px){.informative-risk-header h1{font-size:18px}}.informative-risk-header span{font-size:12px;color:#737373;display:block}@media (min-width: 481px){.informative-risk-header span{font-size:12.5px}}@media (min-width: 1025px){.informative-risk-header span{font-size:13px}}.informative-risk-profile{display:flex;padding:8px 12px;align-items:center;gap:10px;align-self:stretch;border-radius:0 0 8px;background:var(--CinzaBG, #f2f3f7);font-size:12px;color:#737373}@media (min-width: 481px){.informative-risk-profile{padding:10px 14px;font-size:12.5px}}@media (min-width: 1025px){.informative-risk-profile{padding:8px 14px;font-size:13px}}.divImg{display:flex;width:84px;height:84px;justify-content:center;align-items:center;gap:10px;border-radius:8px;background:#fff3eb}.warrenImage{width:44px;height:44.662px;aspect-ratio:44/44.66}.warrenTxt{color:#a2402f;font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:26px;letter-spacing:-.56px}.defaultTxt{color:var(--Cinza, #737373);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.2px}.boldTxt{color:var(--Cinza, #737373);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.2px}.benefit-group{display:flex;flex-direction:row;justify-content:space-evenly;gap:14px}.benefit-item{display:flex;flex-direction:row;flex:1;align-content:center;align-items:center}.benefit-divider{width:1px;align-self:stretch;background:var(--Neutral-88, #e0e0e0);margin:0 16px}@media (max-width: 480px){.benefit-group{flex-direction:column}.benefit-divider{width:100%;height:1px;margin:12px 0}}.benefit-item-icon-container{display:flex;justify-content:center;align-items:flex-start;gap:10px;background:var(--CinzaBG, #f2f3f7);width:32px;height:32px;border-radius:100px}.benefit-item-icon{width:15.763px;flex-shrink:0;align-self:stretch;aspect-ratio:15.76/16}.benefit-item-icon-wrapper{width:32px;height:32px;border-radius:100px}.benefit-item-title{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:-.2px}.benefit-item-description{color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.2px}.benefit-item-text{display:flex;flex-direction:column;flex:1}.allocation-planning{display:flex;gap:5px}.allocation-donut-wrapper{position:relative;display:flex;justify-content:center}.allocation-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center}.allocation-donut-center-title{color:var(--Cinza800, #3f3f3f);text-align:center;font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.6px}.allocation-donut-center-subtitle{margin-top:6px;color:var(--Cinza-Escuro, #737373);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.262px}.allocation-list{width:100%;display:flex;flex-direction:column;gap:6px}.allocation-item{flex:1;display:flex;align-items:center;justify-content:space-around;border-bottom:1px solid var(--Cinza, #d9d9d9);padding:24px}.allocation-item:last-child{border-bottom:none}.allocation-item-title-text{color:var(--Cinza800, #3f3f3f);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.2px}.allocation-item-column{gap:4px;align-items:flex-start;justify-content:center;width:100%}.allocation-item-column-title{flex:1;display:flex;align-items:center;justify-content:flex-start}.title-allocation{flex:1;display:flex;align-items:center;justify-content:space-around;border-radius:0 8px 0 0;background:var(--CinzaBG, #f2f3f7);color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.2px;padding:16px}.allocation-distribuition{border-radius:16px 0 0 16px;border-top:1px solid var(--Secondary-Dark, #00cfd9);border-bottom:1px solid var(--Secondary-Dark, #00cfd9);border-left:12px solid var(--Secondary-Dark, #00cfd9);background:var(--Neutral-100, #fff);display:flex;flex:.1;flex-direction:column;justify-content:center;align-self:stretch;color:var(--Secondary-Darker, #0a5c71);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.2px;min-width:150px;max-width:200px}.allocation-group-header{padding:8px 24px;background:var(--CinzaBG, #f2f3f7);color:var(--Secondary-Darker, #0a5c71);font-family:Inter;font-size:13px;font-weight:600;letter-spacing:-.2px;border-bottom:1px solid var(--Cinza, #d9d9d9)}.allocation-group{display:flex;flex-direction:row;gap:6px}.allocation-group-list{display:flex;flex:1;flex-direction:column;border-radius:0 8px 8px 0;border-top:1px solid var(--Cinza, #d9d9d9);border-right:1px solid var(--Cinza, #d9d9d9);border-bottom:1px solid var(--Cinza, #d9d9d9)}.allocation-info{display:flex;padding:8px;align-items:center;gap:6px;align-self:stretch;border-radius:0 0 12px 12px;background:var(--CinzaBG, #f2f3f7);margin-top:5px;color:var(--Cinza, #737373);font-feature-settings:"case" on,"liga" off,"clig" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.2px}.ProductDescription{margin-bottom:20px}.about-benefits-container{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.about-benefits-container div{flex:1}@media (max-width: 480px){.about-benefits-container{flex-direction:column;gap:16px}.about-benefits-container div{width:100%}}
