{"id":154,"date":"2025-01-27T09:57:40","date_gmt":"2025-01-27T09:57:40","guid":{"rendered":"https:\/\/cartesio.com\/?page_id=154"},"modified":"2026-01-20T12:12:20","modified_gmt":"2026-01-20T11:12:20","slug":"home","status":"publish","type":"page","link":"https:\/\/cartesio.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; custom_css_free_form=&#8221;.et_pb_code_22{||\tmargin-top:0px!important;||}||.et_pb_code_15{||\tmargin-top:0px!important;||}||\/* dropdown text icon animation *\/||.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{||  \talign-self: anchor-center;||}||.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{||  \talign-self: anchor-center;||}||||.et_pb_toggle_title:before {||    margin-top: 0!important;||}||||.landing-button {||    display: flex;||    flex-direction:row;||    justify-content: space-between;||    align-items: flex-end;||    position: relative;||    width:70%!important;||}||||.landing-button::after {||    position: absolute;||    right:-50%;||    top:0;||}||.grid-button::after {||  \tposition: absolute;||    right:24px;||}||||.et_pb_code_12,||.et_pb_code_15,||.et_pb_code_19,||.et_pb_code_22 ||{||  max-width:700px;||  width:100%;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News Slider Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.news-slider .et_pb_text_inner{||  height:100%;||}||\/* Contenedor del carrusel *\/||.carousel-container {||    height:100%;||    display: flex;||    flex-direction: column;||    align-items: center;||    position: relative;||    max-width: 700px;||    margin: auto;||}||||\/* Carrusel *\/||.custom-slider-wrapper{||  height:100%;||  width:100%!important;||}||.custom-slider {||    height:100%;||    display: flex;||    transition: transform 0.5s ease-in-out;||    width: 100%;||    position: relative;||    gap: 25%;||    overflow: visible;||    \/*clip-path: inset(0 0 0 0);*\/||}||||\/* Tarjeta del carrusel *\/||.slide {||    width: 100%;||    height:100%;||    text-align: left;||    box-sizing: border-box;||    transition: opacity 0.65s ease-in-out;||    display:flex;||    flex-direction:column;||    gap:24px;||    max-width: none;||}||||\/* Fecha *\/||.post-date {||    font-size: 14px;||    color: #888;||    margin-bottom: 10px;||}||||\/* T\u00edtulo *\/||.post-title {||  font-weight:500;||}||||\/* Categor\u00eda *\/||.post-category {||    display: inline-block;||    padding: 5px 10px;||    background: #f3f3f3;||    color: #555;||    font-size: 14px;||    border-radius: 5px;||    border-width:1px;||    margin-bottom: 15px;||    border-color:rgba(108, 107, 106, 1);||    width:8rem;||    text-align:center;||}||||\/* Bot\u00f3n %22Leer publicaci\u00f3n%22 *\/||.read-more-btn {||    display: inline-flex;||    align-items: center;||    text-decoration: none;||    margin-top: 10px;||    width:12rem;||    text-align:center;||}||||.read-more-btn p{||    border-bottom: 2px solid black;||    padding-bottom: 3px;||}||||.read-more-btn .icon {||    margin-left: 10px;||}||||\/* Flechas de navegaci\u00f3n *\/||.slider-move-wrapper{||  display:flex;||  flex-direction:row;||  position:absolute;||  bottom: 10px;||}||.carousel-btn {||   position:relative;||    background: none;||    border: none;||    font-size: 24px;||    cursor: pointer;||    color: #555;||  margin-top:5px;||}||||.prev {||    left: -30px;||}||||.next {||    right: -30px;||}||||\/* Indicadores de p\u00e1gina *\/||.carousel-indicators {||    display: flex;||    justify-content: center;||    margin-top: 15px;||}||||.dot {||    width: 10px;||    height: 10px;||    margin: 0 5px;||    border-radius: 0;||    display: inline-block;||    cursor: pointer;||}||||.dot.active {||    background: rgba(1, 86, 125, 1)!important;||}||&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->    let slides = document.querySelectorAll(\".slide\");<!-- [et_pb_line_break_holder] -->    let prevBtn = document.querySelector(\".prev\");<!-- [et_pb_line_break_holder] -->    let nextBtn = document.querySelector(\".next\");<!-- [et_pb_line_break_holder] -->    let dots = document.querySelectorAll(\".dot\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    let index = 0;<!-- [et_pb_line_break_holder] -->    let totalSlides = slides.length;<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    function updateSlide() {<!-- [et_pb_line_break_holder] -->        slides.forEach((slide, i) => {<!-- [et_pb_line_break_holder] -->            if (i === index) {<!-- [et_pb_line_break_holder] -->                slide.style.opacity = \"1\";<!-- [et_pb_line_break_holder] -->                slide.style.visibility = \"visible\";<!-- [et_pb_line_break_holder] -->                slide.style.position = \"relative\";<!-- [et_pb_line_break_holder] -->            } else {<!-- [et_pb_line_break_holder] -->                slide.style.opacity = \"0\";<!-- [et_pb_line_break_holder] -->                slide.style.visibility = \"hidden\";<!-- [et_pb_line_break_holder] -->                slide.style.position = \"absolute\";<!-- [et_pb_line_break_holder] -->            }<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        dots.forEach((dot, i) => {<!-- [et_pb_line_break_holder] -->            dot.classList.toggle(\"active\", i === index);<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    nextBtn.addEventListener(\"click\", function () {<!-- [et_pb_line_break_holder] -->        index = (index + 1) % totalSlides;<!-- [et_pb_line_break_holder] -->        updateSlide();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    prevBtn.addEventListener(\"click\", function () {<!-- [et_pb_line_break_holder] -->        index = (index - 1 + totalSlides) % totalSlides;<!-- [et_pb_line_break_holder] -->        updateSlide();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    dots.forEach((dot, i) => {<!-- [et_pb_line_break_holder] -->        dot.addEventListener(\"click\", function () {<!-- [et_pb_line_break_holder] -->            index = i;<!-- [et_pb_line_break_holder] -->            updateSlide();<!-- [et_pb_line_break_holder] -->        });<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    \/\/ Inicializar la visibilidad correcta<!-- [et_pb_line_break_holder] -->    updateSlide();<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][et_pb_code admin_label=&#8221;News single card Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.custom-post-card {||    overflow: hidden;||    position: relative;||    height: 100%;||    max-width: 600px;||    padding: 40px;||}||||.custom-post-card-slide {||    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;||    opacity: 0;||    visibility: hidden;||    position: absolute;||    top: 0;||    left: 0;||    width: 100%;||    height: 100%;||    display:flex;||    flex-direction:column;||    gap:24px;||}||||.custom-post-card-slide.active {||    opacity: 1;||    visibility: visible;||    position: relative;||    transform: translateX(0);||}||||.post-card .et_pb_text_inner{||  height:100%;||  margin-left:40px;||  margin-right:40px;||  border-left: 1px solid rgba(180, 178, 177, 1);||  border-right: 1px solid rgba(180, 178, 177, 1);||}||||.blue-post-card .post-date {||    color: rgba(255, 255, 255, 0.7);||}||||.read-more-btn{||  margin-top:-14px!important;||}||||.post-date{||  padding-bottom:0!important;||  margin-bottom:0!important;||}||||\/* T\u00edtulo *\/||.post-title{|| color:rgba(0, 29, 42, 1)||}||.blue-post-card .post-title {||    color: #fff;||}||||\/* Categor\u00eda *\/||.blue-post-card .post-category {||    color: rgba(255, 255, 255, 0.8);||    background:rgba(255, 255, 255, 0.3);||    border-color:rgba(255, 255, 255, 0.3); ||}||||\/* Bot\u00f3n %22Leer publicaci\u00f3n%22 *\/||.blue-post-card .read-more-btn {||    color: #fff;||}||.blue-post-card .read-more-btn p{||        border-bottom: 2px solid white;||  }||.blue-post-card .read-more-btn .icon {||}||.blue-post-card .read-more-btn:hover p {||  \tborder-bottom: 4px solid white;||}||.blue-post-card .read-more-btn:hover svg rect {||  fill: rgba(255, 255, 255, 0.3);||}||.blue-post-card .read-more-btn svg rect {||  transition: fill 0.3s ease;||}||&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->document.addEventListener(\"DOMContentLoaded\", function () {<!-- [et_pb_line_break_holder] -->    let sliders = document.querySelectorAll(\".custom-post-card\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    sliders.forEach(slider => {<!-- [et_pb_line_break_holder] -->        let slides = slider.querySelectorAll(\".custom-post-card-slide\");<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->        if (slides.length > 0) {<!-- [et_pb_line_break_holder] -->            slides.forEach(slide => slide.classList.remove(\"active\")); \/\/ Ocultar todas las slides<!-- [et_pb_line_break_holder] -->            slides[0].classList.add(\"active\"); \/\/ Mostrar solo la primera en cada instancia<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->});<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_code admin_label=&#8221;Media Query&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;@media only screen and ( max-width: 980px ) {||    .sticky {||        position: relative!important;||     }||  .landing-button:after{||    right:-30%;||    top:10%;||  }||    .dual-bg{||        background-image: linear-gradient(180deg, #ffffff 50%, #fff 50%)!important;||     }||  ||    .post-card .et_pb_text_inner{||      margin-left:12px;||      margin-right:12px;||    }||  .post-category{||    width:50%!important;||  }||  .read-more-btn{||    width:85%!important;||  }||  ||\t\t.expandable-box {||      height:fit-content!important;||  \t}||    .expandable-box.expanded {||      height:fit-content!important;||  \t}||  .phone-margin-funds{||    margin:auto!important;||    margin-top:20px!important;||  }||  .slider-move-wrapper{||    padding-top:30px;||    position:relative;||  }||  .et_pb_code_12,||  .et_pb_code_15,||  .et_pb_code_19,||  .et_pb_code_22 ||  {||    max-width:none;||    width:100%;||  }||}||||@media only screen and (max-width: 1500px)||{||  .to-column{||    display:flex;||    flex-direction:column;||  }||}||||@media only screen and (max-width: 1300px)||{||  .to-col{||||  }||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; module_class=&#8221;bg-blue-70&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;|0px||0px|false|true&#8221; custom_margin_tablet=&#8221;0px|0px|0px|0px|true|true&#8221; custom_margin_phone=&#8221;|0px|0px|0px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|40px|0px|40px|false|true&#8221; custom_padding_tablet=&#8221;|12px||12px|true|true&#8221; custom_padding_phone=&#8221;0px|12px|0px|12px|true|true&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;off|desktop&#8221; custom_padding__hover=&#8221;15vh||5vh||false|false&#8221;][et_pb_row make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;1608px&#8221; max_width_last_edited=&#8221;off|desktop&#8221; custom_padding=&#8221;150px|40px|40px|40px|false|true&#8221; custom_padding_tablet=&#8221;4vh||||false|true&#8221; custom_padding_phone=&#8221;40px|12px|40px|12px|true|true&#8221; border_color_all=&#8221;#568ea8&#8243; border_width_right=&#8221;1px&#8221; border_width_bottom=&#8221;1px&#8221; border_width_left=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-hero  color-blue-20&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font_size=&#8221;3rem&#8221; text_line_height=&#8221;3rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; text_font_size_tablet=&#8221;2.6rem&#8221; text_font_size_phone=&#8221;2.4rem&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; text_line_height_tablet=&#8221;2.5rem&#8221; text_line_height_phone=&#8221;2.5rem&#8221; text_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Over <span class=\"text-HERO  color-white-100\">20 years of recognised active management<\/span> with only two funds, guided by <span class=\"text-HERO  color-white-100\"> personal commitment.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;#013953 50%|#d8d6d4 50%&#8221; height_last_edited=&#8221;off|desktop&#8221; max_height_tablet=&#8221;200vh&#8221; max_height_phone=&#8221;200vh&#8221; max_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;|0px||0px|false|true&#8221; custom_margin_tablet=&#8221;0px||0px||true|true&#8221; custom_margin_phone=&#8221;0px||0px||true|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px|40px|0px|40px|false|true&#8221; custom_padding_tablet=&#8221;0px|12px|0px|12px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|false|true&#8221; background_last_edited=&#8221;on|tablet&#8221; use_background_color_gradient_tablet=&#8221;on&#8221; background_color_gradient_stops_tablet=&#8221;#013953 15%|#d8d6d4 15%&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover_enabled=&#8221;off|desktop&#8221; custom_padding__hover=&#8221;15vh||5vh||false|false&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;off|phone&#8221; max_width=&#8221;1608px&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; custom_padding_tablet=&#8221;40px|40px|40px|40px|true|true&#8221; custom_padding_phone=&#8221;12px|12px|12px|12px|true|true&#8221; custom_css_main_element=&#8221;border-image: linear-gradient(180deg, rgba(86, 142, 168, 1) 50%, rgba(180, 178, 177, 1) 50%) 1;||display:flex;||flex-direction:row;||justify-content:center;||&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#000000&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#000000&#8243; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;gap:8px;||border-image: linear-gradient(180deg, rgba(86, 142, 168, 1) 2%, rgba(180, 178, 177, 1) 98%) 1;&#8221; custom_css_main_element_tablet=&#8221;border-image: linear-gradient(180deg, rgba(86, 142, 168, 1) 50%, rgba(180, 178, 177, 1) 50%) 1;||display:flex;||flex-direction:row;||justify-content:center;||&#8221;][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;bg-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; z_index=&#8221;10&#8243; custom_padding=&#8221;44px|40px|44px|40px|true|true&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjI2MTYifX0=@&#8221; border_width_top=&#8221;4px&#8221; border_color_top=&#8221;#30a313&#8243; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#d8d6d4&#8243; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; box_shadow_blur__hover_enabled=&#8221;on|desktop&#8221; box_shadow_blur__hover=&#8221;30px&#8221; border_width_top__hover_enabled=&#8221;on|hover&#8221; border_width_top__hover=&#8221;8px&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221; custom_padding__hover=&#8221;36px||||false|true&#8221;][et_pb_image src=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Hero_cartesioX.svg&#8221; title_text=&#8221;Hero_cartesioX&#8221; force_fullwidth=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;60px&#8221; custom_margin=&#8221;4px||||false|false&#8221; custom_padding=&#8221;||30px||false|false&#8221; custom_css_main_element=&#8221;height:10vh!important;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text module_class=&#8221;color-blue-100 text-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Inter||||||||&#8221; text_font_size=&#8221;2em&#8221; position_origin_a=&#8221;center_center&#8221; position_origin_f=&#8221;center_center&#8221; position_origin_r=&#8221;bottom_left&#8221; vertical_offset=&#8221;136px&#8221; z_index=&#8221;12&#8243; width=&#8221;100%&#8221; max_height=&#8221;50%&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;1vh||1vh||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span id=\"json_traverse_69d761be0d6c8\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYear\/0\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"*100\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span>%<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;relative&#8221; custom_css_main_element=&#8221;display:flex;||flex-direction:row;||            align-items: flex-start;&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; raw_content__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div style=\"display: flex; align-items:center;\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text-body-l color-green-80\" style=\"width:160px;\"><!-- [et_pb_line_break_holder] -->\t\t\tYTD Performance<!-- [et_pb_line_break_holder] -->  \t<\/pee><!-- [et_pb_line_break_holder] -->  \t    <span id=\"popover-trigger-69d761be0d73f\" class=\"custom-popover-trigger\" style=\"cursor:pointer; display:inline-block;\">\n        <svg style=\"margin-top:6px\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <g clip-path=\"url(#clip0_12182_37211)\">\n            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.856 4.588C9.856 5.196 10.352 5.676 10.96 5.676C11.568 5.676 12.064 5.196 12.064 4.588C12.064 3.98 11.568 3.5 10.96 3.5C10.352 3.5 9.856 3.98 9.856 4.588ZM8.32 13.948C8.16 14.732 8.08 15.788 9.024 15.788C9.968 15.788 10.848 14.908 11.664 13.34L11.232 13.068C10.88 13.644 10.4 14.428 10.128 14.428C9.88164 14.428 9.9503 14.1261 10.0011 13.9027C10.0064 13.8795 10.0115 13.8571 10.016 13.836L11.072 8.86C11.264 7.916 11.296 7.02 10.4 7.02C9.472 7.02 8.736 7.804 8 9.148L8.4 9.404L8.42508 9.36548C8.85879 8.69933 9.13961 8.268 9.328 8.268C9.536 8.268 9.456 8.62 9.376 8.972L8.32 13.948Z\" fill=\"#18520A\" fill-opacity=\"1\"><\/path>\n            <\/g>\n            <defs>\n            <clippath id=\"clip0_12182_37211\">\n            <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"white\"><\/rect>\n            <\/clippath>\n            <\/defs>\n        <\/svg>\n    <\/span>\n    \n    <script>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tconst trigger = document.getElementById('popover-trigger-69d761be0d73f');\n\t\tlet popover = null;\n\t\tlet isClicked = false;\n\t\tlet isMobile = false;\n\n\t\tfunction checkMobile() {\n\t\t\tconst screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;\n\t\t\tif (screenWidth < 768) {\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ('ontouchstart' in window || navigator.maxTouchPoints > 0) {\n\t\t\t\tif ('onmouseover' in window && screenWidth >= 1024) {\n\t\t\t\t\tisMobile = false;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tisMobile = false;\n\t\t}\n\n\t\tcheckMobile();\n\n\t\tfunction createPopover() {\n\t\t\tif (popover) return;\n\t\t\tpopover = document.createElement('div');\n\t\t\tpopover.className = 'custom-popover';\n\t\t\tpopover.innerHTML = `Contenido del popover`;\n\t\t\tdocument.body.appendChild(popover);\n\n\t\t\tObject.assign(popover.style, {\n\t\t\t\tposition: 'absolute',\n\t\t\t\tbackgroundColor: '#1D1D1D',\n\t\t\t\tcolor: 'white',\n\t\t\t\tpadding: '12px',\n\t\t\t\tborderRadius: '5px',\n\t\t\t\tboxShadow: '0 0 10px rgba(0, 0, 0, 0.1)',\n\t\t\t\twhiteSpace: 'normal',\n\t\t\t\tzIndex: '99999',\n\t\t\t\tdisplay: 'none',\n\t\t\t\tmaxWidth: '35vh'\n\t\t\t});\n\t\t\tpopover.classList.add('text-body-s');\n\t\t}\n\n\t\tconst style = document.createElement('style');\n                style.innerHTML = `\n                    .custom-popover::after {\n                        color: #1D1D1D;\n                    }\n                `;\n                document.head.appendChild(style);\n\t\t\n\t\tfunction positionPopover() {\n\t\t\tif (!popover) return;\n\t\t\tconst rect = trigger.getBoundingClientRect();\n\t\t\tconst scrollTop = window.scrollY || window.pageYOffset;\n\t\t\tconst scrollLeft = window.scrollX || window.pageXOffset;\n\t\t\tlet top = 0, left = 0;\n\n\t\t\tswitch ('bottom') {\n\t\t\t\tcase 'top':\n\t\t\t\t\ttop = rect.top + scrollTop - popover.offsetHeight - 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bottom':\n\t\t\t\t\ttop = rect.bottom + scrollTop + 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'left':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.left + scrollLeft - popover.offsetWidth - 8;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'right':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.right + scrollLeft + 8;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tpopover.style.top = top + 'px';\n\t\t\tpopover.style.left = left + 'px';\n\t\t}\n\n\t\tif (!isMobile) {\n\t\t\ttrigger.addEventListener('mouseenter', function () {\n\t\t\t\tif (!popover) {\n\t\t\t\t\tcreatePopover();\n\t\t\t\t}\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t\tpositionPopover();\n\t\t\t});\n\n\t\t\ttrigger.addEventListener('mouseleave', function () {\n\t\t\t\tif (popover && !isClicked) {\n\t\t\t\t\tpopover.style.display = 'none';\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\ttrigger.addEventListener('click', function (event) {\n\t\t\tevent.preventDefault();\n\t\t\tif (!popover) {\n\t\t\t\tcreatePopover();\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t}\n\t\t\tisClicked = !isClicked;\n\n\t\t\tif (isClicked) {\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpositionPopover();\n\t\t\t} else {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t}\n\t\t});\n\n\t\tdocument.addEventListener('click', function (event) {\n\t\t\tif (popover && !trigger.contains(event.target) && !popover.contains(event.target)) {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t\tisClicked = false;\n\t\t\t}\n\t\t});\n\t});\n    <\/script>\n\t<style>\n\t\t.custom-popover[data-position=\"top\"]::after {\n\t\t\tbottom: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 8px 8px 0 8px;\n\t\t\tborder-color: #1D1D1D transparent transparent transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"bottom\"]::after {\n\t\t\ttop: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 0 8px 8px 8px;\n\t\t\tborder-color: transparent transparent #1D1D1D transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"left\"]::after {\n\t\t\ttop: 50%;\n\t\t\tright: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 0 8px 8px;\n\t\t\tborder-color: transparent transparent transparent #1D1D1D;\n\t\t}\n\n\t\t.custom-popover[data-position=\"right\"]::after {\n\t\t\ttop: 50%;\n\t\t\tleft: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 8px 8px 0;\n\t\t\tborder-color: transparent #1D1D1D transparent transparent;\n\t<\/style>\n    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><pee class=\"text-body-s color-grey-80\" style=\"margin-top:0\"><!-- [et_pb_line_break_holder] -->  a <span id=\"json_traverse_69d761be0d79c\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYearDate\/0\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span><!-- [et_pb_line_break_holder] --><\/pee><!-- [et_pb_line_break_holder] --> [\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;bg-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; z_index=&#8221;9&#8243; custom_padding=&#8221;44px|40px|44px|40px|true|true&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjczOTkifX0=@&#8221; border_width_top=&#8221;4px&#8221; border_color_top=&#8221;#d74f01&#8243; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#d8d6d4&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#d8d6d4&#8243; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; box_shadow_blur__hover_enabled=&#8221;on|hover&#8221; box_shadow_blur__hover=&#8221;30px&#8221; border_width_top__hover_enabled=&#8221;on|hover&#8221; border_width_top__hover=&#8221;8px&#8221; custom_padding__hover=&#8221;36px||||false|true&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221;][et_pb_image src=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Hero_cartesioY.svg&#8221; title_text=&#8221;Hero_cartesioY&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;90px&#8221; custom_margin=&#8221;4px||||false|false&#8221; custom_css_main_element=&#8221;height:10vh!important;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text module_class=&#8221;color-blue-100 text-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Inter||||||||&#8221; text_font_size=&#8221;2em&#8221; position_origin_a=&#8221;center_center&#8221; position_origin_f=&#8221;center_center&#8221; position_origin_r=&#8221;bottom_left&#8221; vertical_offset=&#8221;136px&#8221; z_index=&#8221;12&#8243; width=&#8221;100%&#8221; max_height=&#8221;50%&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;1vh||1vh||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span id=\"json_traverse_69d761be0d7d5\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYear\/1\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"*100\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span>%<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;relative&#8221; custom_css_main_element=&#8221;display:flex;||flex-direction:row;||            align-items: flex-start;&#8221; global_colors_info=&#8221;{}&#8221; raw_content__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div style=\"display: flex; align-items:center;\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text-body-l color-orange-60\" style=\"width:160px;\"><!-- [et_pb_line_break_holder] -->\t\t\tYTD Performance<!-- [et_pb_line_break_holder] -->  \t<\/pee><!-- [et_pb_line_break_holder] -->  \t    <span id=\"popover-trigger-69d761be0d820\" class=\"custom-popover-trigger\" style=\"cursor:pointer; display:inline-block;\">\n        <svg style=\"margin-top:6px\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <g clip-path=\"url(#clip0_12182_37211)\">\n            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.856 4.588C9.856 5.196 10.352 5.676 10.96 5.676C11.568 5.676 12.064 5.196 12.064 4.588C12.064 3.98 11.568 3.5 10.96 3.5C10.352 3.5 9.856 3.98 9.856 4.588ZM8.32 13.948C8.16 14.732 8.08 15.788 9.024 15.788C9.968 15.788 10.848 14.908 11.664 13.34L11.232 13.068C10.88 13.644 10.4 14.428 10.128 14.428C9.88164 14.428 9.9503 14.1261 10.0011 13.9027C10.0064 13.8795 10.0115 13.8571 10.016 13.836L11.072 8.86C11.264 7.916 11.296 7.02 10.4 7.02C9.472 7.02 8.736 7.804 8 9.148L8.4 9.404L8.42508 9.36548C8.85879 8.69933 9.13961 8.268 9.328 8.268C9.536 8.268 9.456 8.62 9.376 8.972L8.32 13.948Z\" fill=\"#18520A\" fill-opacity=\"1\"><\/path>\n            <\/g>\n            <defs>\n            <clippath id=\"clip0_12182_37211\">\n            <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"white\"><\/rect>\n            <\/clippath>\n            <\/defs>\n        <\/svg>\n    <\/span>\n    \n    <script>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tconst trigger = document.getElementById('popover-trigger-69d761be0d820');\n\t\tlet popover = null;\n\t\tlet isClicked = false;\n\t\tlet isMobile = false;\n\n\t\tfunction checkMobile() {\n\t\t\tconst screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;\n\t\t\tif (screenWidth < 768) {\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ('ontouchstart' in window || navigator.maxTouchPoints > 0) {\n\t\t\t\tif ('onmouseover' in window && screenWidth >= 1024) {\n\t\t\t\t\tisMobile = false;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tisMobile = false;\n\t\t}\n\n\t\tcheckMobile();\n\n\t\tfunction createPopover() {\n\t\t\tif (popover) return;\n\t\t\tpopover = document.createElement('div');\n\t\t\tpopover.className = 'custom-popover';\n\t\t\tpopover.innerHTML = `Contenido del popover`;\n\t\t\tdocument.body.appendChild(popover);\n\n\t\t\tObject.assign(popover.style, {\n\t\t\t\tposition: 'absolute',\n\t\t\t\tbackgroundColor: '#1D1D1D',\n\t\t\t\tcolor: 'white',\n\t\t\t\tpadding: '12px',\n\t\t\t\tborderRadius: '5px',\n\t\t\t\tboxShadow: '0 0 10px rgba(0, 0, 0, 0.1)',\n\t\t\t\twhiteSpace: 'normal',\n\t\t\t\tzIndex: '99999',\n\t\t\t\tdisplay: 'none',\n\t\t\t\tmaxWidth: '35vh'\n\t\t\t});\n\t\t\tpopover.classList.add('text-body-s');\n\t\t}\n\n\t\tconst style = document.createElement('style');\n                style.innerHTML = `\n                    .custom-popover::after {\n                        color: #1D1D1D;\n                    }\n                `;\n                document.head.appendChild(style);\n\t\t\n\t\tfunction positionPopover() {\n\t\t\tif (!popover) return;\n\t\t\tconst rect = trigger.getBoundingClientRect();\n\t\t\tconst scrollTop = window.scrollY || window.pageYOffset;\n\t\t\tconst scrollLeft = window.scrollX || window.pageXOffset;\n\t\t\tlet top = 0, left = 0;\n\n\t\t\tswitch ('bottom') {\n\t\t\t\tcase 'top':\n\t\t\t\t\ttop = rect.top + scrollTop - popover.offsetHeight - 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bottom':\n\t\t\t\t\ttop = rect.bottom + scrollTop + 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'left':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.left + scrollLeft - popover.offsetWidth - 8;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'right':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.right + scrollLeft + 8;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tpopover.style.top = top + 'px';\n\t\t\tpopover.style.left = left + 'px';\n\t\t}\n\n\t\tif (!isMobile) {\n\t\t\ttrigger.addEventListener('mouseenter', function () {\n\t\t\t\tif (!popover) {\n\t\t\t\t\tcreatePopover();\n\t\t\t\t}\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t\tpositionPopover();\n\t\t\t});\n\n\t\t\ttrigger.addEventListener('mouseleave', function () {\n\t\t\t\tif (popover && !isClicked) {\n\t\t\t\t\tpopover.style.display = 'none';\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\ttrigger.addEventListener('click', function (event) {\n\t\t\tevent.preventDefault();\n\t\t\tif (!popover) {\n\t\t\t\tcreatePopover();\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t}\n\t\t\tisClicked = !isClicked;\n\n\t\t\tif (isClicked) {\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpositionPopover();\n\t\t\t} else {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t}\n\t\t});\n\n\t\tdocument.addEventListener('click', function (event) {\n\t\t\tif (popover && !trigger.contains(event.target) && !popover.contains(event.target)) {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t\tisClicked = false;\n\t\t\t}\n\t\t});\n\t});\n    <\/script>\n\t<style>\n\t\t.custom-popover[data-position=\"top\"]::after {\n\t\t\tbottom: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 8px 8px 0 8px;\n\t\t\tborder-color: #1D1D1D transparent transparent transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"bottom\"]::after {\n\t\t\ttop: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 0 8px 8px 8px;\n\t\t\tborder-color: transparent transparent #1D1D1D transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"left\"]::after {\n\t\t\ttop: 50%;\n\t\t\tright: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 0 8px 8px;\n\t\t\tborder-color: transparent transparent transparent #1D1D1D;\n\t\t}\n\n\t\t.custom-popover[data-position=\"right\"]::after {\n\t\t\ttop: 50%;\n\t\t\tleft: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 8px 8px 0;\n\t\t\tborder-color: transparent #1D1D1D transparent transparent;\n\t<\/style>\n    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><pee class=\"text-body-s color-grey-80\" style=\"margin-top:0\"><!-- [et_pb_line_break_holder] -->  a <span id=\"json_traverse_69d761be0d860\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYearDate\/1\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span><!-- [et_pb_line_break_holder] --><\/pee>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;bg-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; z_index=&#8221;8&#8243; custom_padding=&#8221;44px|40px|44px|40px|true|true&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjczODUifX0=@&#8221; border_width_top=&#8221;4px&#8221; border_color_top=&#8221;#30a313&#8243; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#d8d6d4&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#d8d6d4&#8243; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; box_shadow_blur__hover_enabled=&#8221;on|hover&#8221; box_shadow_blur__hover=&#8221;30px&#8221; border_width_top__hover_enabled=&#8221;on|hover&#8221; border_width_top__hover=&#8221;8px&#8221; custom_padding__hover=&#8221;36px||||false|true&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221;][et_pb_image src=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Hero_cartesioIncome.svg&#8221; title_text=&#8221;Hero_cartesioIncome&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;90px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_css_main_element=&#8221;height:10vh!important;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text module_class=&#8221;color-blue-100 text-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Inter||||||||&#8221; text_font_size=&#8221;2em&#8221; position_origin_a=&#8221;center_center&#8221; position_origin_f=&#8221;center_center&#8221; position_origin_r=&#8221;bottom_left&#8221; vertical_offset=&#8221;136px&#8221; z_index=&#8221;12&#8243; width=&#8221;100%&#8221; max_height=&#8221;50%&#8221; custom_margin=&#8221;4px||||false|false&#8221; custom_padding=&#8221;1vh||1vh||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span id=\"json_traverse_69d761be0d894\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYear\/3\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"*100\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span>%<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;relative&#8221; custom_css_main_element=&#8221;display:flex;||flex-direction:row;||            align-items: flex-start;&#8221; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; raw_content__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div style=\"display: flex; align-items:center;\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text-body-l color-green-80\" style=\"width:160px;\"><!-- [et_pb_line_break_holder] -->\t\t\tYTD Performance<!-- [et_pb_line_break_holder] -->  \t<\/pee><!-- [et_pb_line_break_holder] -->  \t    <span id=\"popover-trigger-69d761be0d8db\" class=\"custom-popover-trigger\" style=\"cursor:pointer; display:inline-block;\">\n        <svg style=\"margin-top:6px\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <g clip-path=\"url(#clip0_12182_37211)\">\n            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.856 4.588C9.856 5.196 10.352 5.676 10.96 5.676C11.568 5.676 12.064 5.196 12.064 4.588C12.064 3.98 11.568 3.5 10.96 3.5C10.352 3.5 9.856 3.98 9.856 4.588ZM8.32 13.948C8.16 14.732 8.08 15.788 9.024 15.788C9.968 15.788 10.848 14.908 11.664 13.34L11.232 13.068C10.88 13.644 10.4 14.428 10.128 14.428C9.88164 14.428 9.9503 14.1261 10.0011 13.9027C10.0064 13.8795 10.0115 13.8571 10.016 13.836L11.072 8.86C11.264 7.916 11.296 7.02 10.4 7.02C9.472 7.02 8.736 7.804 8 9.148L8.4 9.404L8.42508 9.36548C8.85879 8.69933 9.13961 8.268 9.328 8.268C9.536 8.268 9.456 8.62 9.376 8.972L8.32 13.948Z\" fill=\"#18520A\" fill-opacity=\"1\"><\/path>\n            <\/g>\n            <defs>\n            <clippath id=\"clip0_12182_37211\">\n            <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"white\"><\/rect>\n            <\/clippath>\n            <\/defs>\n        <\/svg>\n    <\/span>\n    \n    <script>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tconst trigger = document.getElementById('popover-trigger-69d761be0d8db');\n\t\tlet popover = null;\n\t\tlet isClicked = false;\n\t\tlet isMobile = false;\n\n\t\tfunction checkMobile() {\n\t\t\tconst screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;\n\t\t\tif (screenWidth < 768) {\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ('ontouchstart' in window || navigator.maxTouchPoints > 0) {\n\t\t\t\tif ('onmouseover' in window && screenWidth >= 1024) {\n\t\t\t\t\tisMobile = false;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tisMobile = false;\n\t\t}\n\n\t\tcheckMobile();\n\n\t\tfunction createPopover() {\n\t\t\tif (popover) return;\n\t\t\tpopover = document.createElement('div');\n\t\t\tpopover.className = 'custom-popover';\n\t\t\tpopover.innerHTML = `Contenido del popover`;\n\t\t\tdocument.body.appendChild(popover);\n\n\t\t\tObject.assign(popover.style, {\n\t\t\t\tposition: 'absolute',\n\t\t\t\tbackgroundColor: '#1D1D1D',\n\t\t\t\tcolor: 'white',\n\t\t\t\tpadding: '12px',\n\t\t\t\tborderRadius: '5px',\n\t\t\t\tboxShadow: '0 0 10px rgba(0, 0, 0, 0.1)',\n\t\t\t\twhiteSpace: 'normal',\n\t\t\t\tzIndex: '99999',\n\t\t\t\tdisplay: 'none',\n\t\t\t\tmaxWidth: '35vh'\n\t\t\t});\n\t\t\tpopover.classList.add('text-body-s');\n\t\t}\n\n\t\tconst style = document.createElement('style');\n                style.innerHTML = `\n                    .custom-popover::after {\n                        color: #1D1D1D;\n                    }\n                `;\n                document.head.appendChild(style);\n\t\t\n\t\tfunction positionPopover() {\n\t\t\tif (!popover) return;\n\t\t\tconst rect = trigger.getBoundingClientRect();\n\t\t\tconst scrollTop = window.scrollY || window.pageYOffset;\n\t\t\tconst scrollLeft = window.scrollX || window.pageXOffset;\n\t\t\tlet top = 0, left = 0;\n\n\t\t\tswitch ('bottom') {\n\t\t\t\tcase 'top':\n\t\t\t\t\ttop = rect.top + scrollTop - popover.offsetHeight - 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bottom':\n\t\t\t\t\ttop = rect.bottom + scrollTop + 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'left':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.left + scrollLeft - popover.offsetWidth - 8;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'right':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.right + scrollLeft + 8;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tpopover.style.top = top + 'px';\n\t\t\tpopover.style.left = left + 'px';\n\t\t}\n\n\t\tif (!isMobile) {\n\t\t\ttrigger.addEventListener('mouseenter', function () {\n\t\t\t\tif (!popover) {\n\t\t\t\t\tcreatePopover();\n\t\t\t\t}\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t\tpositionPopover();\n\t\t\t});\n\n\t\t\ttrigger.addEventListener('mouseleave', function () {\n\t\t\t\tif (popover && !isClicked) {\n\t\t\t\t\tpopover.style.display = 'none';\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\ttrigger.addEventListener('click', function (event) {\n\t\t\tevent.preventDefault();\n\t\t\tif (!popover) {\n\t\t\t\tcreatePopover();\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t}\n\t\t\tisClicked = !isClicked;\n\n\t\t\tif (isClicked) {\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpositionPopover();\n\t\t\t} else {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t}\n\t\t});\n\n\t\tdocument.addEventListener('click', function (event) {\n\t\t\tif (popover && !trigger.contains(event.target) && !popover.contains(event.target)) {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t\tisClicked = false;\n\t\t\t}\n\t\t});\n\t});\n    <\/script>\n\t<style>\n\t\t.custom-popover[data-position=\"top\"]::after {\n\t\t\tbottom: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 8px 8px 0 8px;\n\t\t\tborder-color: #1D1D1D transparent transparent transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"bottom\"]::after {\n\t\t\ttop: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 0 8px 8px 8px;\n\t\t\tborder-color: transparent transparent #1D1D1D transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"left\"]::after {\n\t\t\ttop: 50%;\n\t\t\tright: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 0 8px 8px;\n\t\t\tborder-color: transparent transparent transparent #1D1D1D;\n\t\t}\n\n\t\t.custom-popover[data-position=\"right\"]::after {\n\t\t\ttop: 50%;\n\t\t\tleft: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 8px 8px 0;\n\t\t\tborder-color: transparent #1D1D1D transparent transparent;\n\t<\/style>\n    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><pee class=\"text-body-s color-grey-80\" style=\"margin-top:0\"><!-- [et_pb_line_break_holder] -->  a <span id=\"json_traverse_69d761be0d917\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYearDate\/3\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span><!-- [et_pb_line_break_holder] --><\/pee>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; module_class=&#8221;bg-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; z_index=&#8221;7&#8243; custom_padding=&#8221;44px|40px|44px|40px|true|true&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc1NDMifX0=@&#8221; border_width_top=&#8221;4px&#8221; border_color_top=&#8221;#d74f01&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#d8d6d4&#8243; box_shadow_style=&#8221;preset1&#8243; box_shadow_vertical=&#8221;0px&#8221; box_shadow_blur=&#8221;0px&#8221; global_colors_info=&#8221;{}&#8221; box_shadow_blur__hover_enabled=&#8221;on|hover&#8221; box_shadow_blur__hover=&#8221;30px&#8221; border_width_top__hover_enabled=&#8221;on|hover&#8221; border_width_top__hover=&#8221;8px&#8221; custom_padding__hover=&#8221;36px||||false|true&#8221; custom_padding__hover_enabled=&#8221;on|hover&#8221;][et_pb_image src=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/Hero_cartesioEquity.svg&#8221; title_text=&#8221;Hero_cartesioEquity&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;90px&#8221; custom_padding=&#8221;||0.5rem||false|false&#8221; custom_css_main_element=&#8221;height:10vh!important;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text module_class=&#8221;color-blue-100 text-h4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Inter||||||||&#8221; text_font_size=&#8221;2em&#8221; position_origin_a=&#8221;center_center&#8221; position_origin_f=&#8221;center_center&#8221; position_origin_r=&#8221;bottom_left&#8221; vertical_offset=&#8221;136px&#8221; z_index=&#8221;12&#8243; width=&#8221;100%&#8221; max_height=&#8221;50%&#8221; custom_margin=&#8221;4px||||false|false&#8221; custom_padding=&#8221;1vh||1vh||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span id=\"json_traverse_69d761be0d949\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYear\/2\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"*100\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span>%<\/p>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;relative&#8221; custom_css_main_element=&#8221;display:flex;||flex-direction:row;||            align-items: flex-start;&#8221; global_colors_info=&#8221;{}&#8221; raw_content__hover_enabled=&#8221;on|desktop&#8221;]<\/p>\n<div style=\"display: flex; align-items:center\"><!-- [et_pb_line_break_holder] -->    <pee class=\"text-body-l color-orange-60\" style=\"width:160px;\"><!-- [et_pb_line_break_holder] -->\t\t\tYTD Performance<!-- [et_pb_line_break_holder] -->  \t<\/pee><!-- [et_pb_line_break_holder] -->  \t    <span id=\"popover-trigger-69d761be0d98e\" class=\"custom-popover-trigger\" style=\"cursor:pointer; display:inline-block;\">\n        <svg style=\"margin-top:6px\" height=\"20\" viewbox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <g clip-path=\"url(#clip0_12182_37211)\">\n            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM9.856 4.588C9.856 5.196 10.352 5.676 10.96 5.676C11.568 5.676 12.064 5.196 12.064 4.588C12.064 3.98 11.568 3.5 10.96 3.5C10.352 3.5 9.856 3.98 9.856 4.588ZM8.32 13.948C8.16 14.732 8.08 15.788 9.024 15.788C9.968 15.788 10.848 14.908 11.664 13.34L11.232 13.068C10.88 13.644 10.4 14.428 10.128 14.428C9.88164 14.428 9.9503 14.1261 10.0011 13.9027C10.0064 13.8795 10.0115 13.8571 10.016 13.836L11.072 8.86C11.264 7.916 11.296 7.02 10.4 7.02C9.472 7.02 8.736 7.804 8 9.148L8.4 9.404L8.42508 9.36548C8.85879 8.69933 9.13961 8.268 9.328 8.268C9.536 8.268 9.456 8.62 9.376 8.972L8.32 13.948Z\" fill=\"#18520A\" fill-opacity=\"1\"><\/path>\n            <\/g>\n            <defs>\n            <clippath id=\"clip0_12182_37211\">\n            <rect width=\"20\" height=\"20\" rx=\"10\" fill=\"white\"><\/rect>\n            <\/clippath>\n            <\/defs>\n        <\/svg>\n    <\/span>\n    \n    <script>\n\tdocument.addEventListener('DOMContentLoaded', function() {\n\t\tconst trigger = document.getElementById('popover-trigger-69d761be0d98e');\n\t\tlet popover = null;\n\t\tlet isClicked = false;\n\t\tlet isMobile = false;\n\n\t\tfunction checkMobile() {\n\t\t\tconst screenWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;\n\t\t\tif (screenWidth < 768) {\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif ('ontouchstart' in window || navigator.maxTouchPoints > 0) {\n\t\t\t\tif ('onmouseover' in window && screenWidth >= 1024) {\n\t\t\t\t\tisMobile = false;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tisMobile = true;\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tisMobile = false;\n\t\t}\n\n\t\tcheckMobile();\n\n\t\tfunction createPopover() {\n\t\t\tif (popover) return;\n\t\t\tpopover = document.createElement('div');\n\t\t\tpopover.className = 'custom-popover';\n\t\t\tpopover.innerHTML = `Contenido del popover`;\n\t\t\tdocument.body.appendChild(popover);\n\n\t\t\tObject.assign(popover.style, {\n\t\t\t\tposition: 'absolute',\n\t\t\t\tbackgroundColor: '#1D1D1D',\n\t\t\t\tcolor: 'white',\n\t\t\t\tpadding: '12px',\n\t\t\t\tborderRadius: '5px',\n\t\t\t\tboxShadow: '0 0 10px rgba(0, 0, 0, 0.1)',\n\t\t\t\twhiteSpace: 'normal',\n\t\t\t\tzIndex: '99999',\n\t\t\t\tdisplay: 'none',\n\t\t\t\tmaxWidth: '35vh'\n\t\t\t});\n\t\t\tpopover.classList.add('text-body-s');\n\t\t}\n\n\t\tconst style = document.createElement('style');\n                style.innerHTML = `\n                    .custom-popover::after {\n                        color: #1D1D1D;\n                    }\n                `;\n                document.head.appendChild(style);\n\t\t\n\t\tfunction positionPopover() {\n\t\t\tif (!popover) return;\n\t\t\tconst rect = trigger.getBoundingClientRect();\n\t\t\tconst scrollTop = window.scrollY || window.pageYOffset;\n\t\t\tconst scrollLeft = window.scrollX || window.pageXOffset;\n\t\t\tlet top = 0, left = 0;\n\n\t\t\tswitch ('bottom') {\n\t\t\t\tcase 'top':\n\t\t\t\t\ttop = rect.top + scrollTop - popover.offsetHeight - 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'bottom':\n\t\t\t\t\ttop = rect.bottom + scrollTop + 8;\n\t\t\t\t\tleft = rect.left + scrollLeft + rect.width \/ 2 - popover.offsetWidth \/ 2;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'left':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.left + scrollLeft - popover.offsetWidth - 8;\n\t\t\t\t\tbreak;\n\t\t\t\tcase 'right':\n\t\t\t\t\ttop = rect.top + scrollTop + rect.height \/ 2 - popover.offsetHeight \/ 2;\n\t\t\t\t\tleft = rect.right + scrollLeft + 8;\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tpopover.style.top = top + 'px';\n\t\t\tpopover.style.left = left + 'px';\n\t\t}\n\n\t\tif (!isMobile) {\n\t\t\ttrigger.addEventListener('mouseenter', function () {\n\t\t\t\tif (!popover) {\n\t\t\t\t\tcreatePopover();\n\t\t\t\t}\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t\tpositionPopover();\n\t\t\t});\n\n\t\t\ttrigger.addEventListener('mouseleave', function () {\n\t\t\t\tif (popover && !isClicked) {\n\t\t\t\t\tpopover.style.display = 'none';\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\n\t\ttrigger.addEventListener('click', function (event) {\n\t\t\tevent.preventDefault();\n\t\t\tif (!popover) {\n\t\t\t\tcreatePopover();\n\t\t\t\tpopover.setAttribute('data-position', 'bottom');\n\t\t\t}\n\t\t\tisClicked = !isClicked;\n\n\t\t\tif (isClicked) {\n\t\t\t\tpopover.style.display = 'block';\n\t\t\t\tpositionPopover();\n\t\t\t} else {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t}\n\t\t});\n\n\t\tdocument.addEventListener('click', function (event) {\n\t\t\tif (popover && !trigger.contains(event.target) && !popover.contains(event.target)) {\n\t\t\t\tpopover.style.display = 'none';\n\t\t\t\tisClicked = false;\n\t\t\t}\n\t\t});\n\t});\n    <\/script>\n\t<style>\n\t\t.custom-popover[data-position=\"top\"]::after {\n\t\t\tbottom: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 8px 8px 0 8px;\n\t\t\tborder-color: #1D1D1D transparent transparent transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"bottom\"]::after {\n\t\t\ttop: -8px;\n\t\t\tleft: 50%;\n\t\t\ttransform: translateX(-50%);\n\t\t\tborder-width: 0 8px 8px 8px;\n\t\t\tborder-color: transparent transparent #1D1D1D transparent;\n\t\t}\n\n\t\t.custom-popover[data-position=\"left\"]::after {\n\t\t\ttop: 50%;\n\t\t\tright: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 0 8px 8px;\n\t\t\tborder-color: transparent transparent transparent #1D1D1D;\n\t\t}\n\n\t\t.custom-popover[data-position=\"right\"]::after {\n\t\t\ttop: 50%;\n\t\t\tleft: -8px;\n\t\t\ttransform: translateY(-50%);\n\t\t\tborder-width: 8px 8px 8px 0;\n\t\t\tborder-color: transparent #1D1D1D transparent transparent;\n\t<\/style>\n    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><pee class=\"text-body-s color-grey-80\" style=\"margin-top:0\"><!-- [et_pb_line_break_holder] -->  a <span id=\"json_traverse_69d761be0d9c8\" class=\"json-traverse-placeholder\" data-endpoint=\"GetFromLastYearDate\/2\" data-keys=\"\" data-decimals=\"1\" data-modifier=\"\" data-source=\"base\"><span class=\"json-loader\"><\/span><\/span><!-- [et_pb_line_break_holder] --><\/pee>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; module_class=&#8221;bg-grey-base&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/03\/7917b080492c164437194d47b3fbbf63-scaled.jpg&#8221; positioning=&#8221;none&#8221; height=&#8221;80vh&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; background_last_edited=&#8221;on|desktop&#8221; parallax_tablet=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; make_equal=&#8221;on&#8221; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; specialty=&#8221;on&#8221; background_color_1=&#8221;#272b25&#8243; background_color_2=&#8221;#FFFFFF&#8221; bg_img_2=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/04\/noise.png&#8221; background_size_2=&#8221;contain&#8221; background_image_height_2=&#8221;auto&#8221; background_repeat_2=&#8221;repeat-y&#8221; background_position_2=&#8221;top_center&#8221; background_vertical_offset_2=&#8221;0%&#8221; background_blend_2=&#8221;normal&#8221; padding_top_1=&#8221;0px&#8221; padding_top_2=&#8221;80px&#8221; padding_right_1=&#8221;40px&#8221; padding_right_2=&#8221;0px&#8221; padding_bottom_1=&#8221;0px&#8221; padding_bottom_2=&#8221;80px&#8221; padding_left_1=&#8221;40px&#8221; padding_left_2=&#8221;0px&#8221; padding_top_bottom_link_1=&#8221;true&#8221; padding_top_bottom_link_2=&#8221;true&#8221; padding_left_right_link_1=&#8221;true&#8221; padding_left_right_link_2=&#8221;true&#8221; padding_1_tablet=&#8221;0px|12px|0px|12px|false|true&#8221; padding_2_tablet=&#8221;40px|0px|40px|0px|true|true&#8221; padding_1_phone=&#8221;0px|12px|40px|12px|false|true&#8221; padding_2_phone=&#8221;20px||20px||true|false&#8221; padding_1_last_edited=&#8221;on|desktop&#8221; padding_2_last_edited=&#8221;on|phone&#8221; module_class_1=&#8221;bg-blue-70 sticky padding-fix-invest&#8221; custom_css_main_1=&#8221;min-height:60vh!important;||max-height:120vh;||top:0;||align-self:flex-start;||z-index:999;||&#8221; module_class=&#8221;bg-blue-70&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; inner_width=&#8221;100%&#8221; inner_max_width=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; motion_trigger_start=&#8221;bottom&#8221; custom_css_free_form=&#8221;@media only screen and ( max-width: 980px ) {||  .padding-fix-invest{||    padding-bottom:64px!important;||    max-height:200vh!important;||  }||}&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|desktop&#8221;][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_row_inner use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; position_origin_a=&#8221;top_center&#8221; vertical_offset=&#8221;4vh&#8221; z_index=&#8221;0&#8243; width=&#8221;1000px&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;100px|40px|40px|40px|false|true&#8221; custom_padding_tablet=&#8221;|20px||20px|false|true&#8221; custom_padding_phone=&#8221;|12px||12px|false|true&#8221; sticky_limit_bottom=&#8221;row&#8221; motion_trigger_start=&#8221;bottom&#8221; custom_css_main_element=&#8221;height:50%!important;&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#568ea8&#8243; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#568ea8&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#568ea8&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-h2  color-blue-20&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]\u00bfPor qu\u00e9 <span class=\"text-H2  color-white-100\">invest<\/span> con nosotros?[\/et_pb_text][et_pb_text module_class=&#8221;text-body-l  color-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Inter|300|||||||&#8221; text_font_size=&#8221;0.9rem&#8221; custom_margin=&#8221;32px||||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We are an independent fund management company with an investment approach that combines asset allocation with active stock selection. Our investment objective it to offer better risk-adjusted returns than the reference index of the fund. With offer only two funds with a proven and long track record. Our mission is to offer an investment approach which is transparent, committed and with excellent results.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; positioning=&#8221;none&#8221; position_origin_a=&#8221;top_center&#8221; width=&#8221;1000px&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; sticky_limit_bottom=&#8221;section&#8221; motion_trigger_start=&#8221;bottom&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; custom_padding_tablet=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_phone=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#568ea8&#8243; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#568ea8&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#568ea8&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE1NyJ9fQ==@&#8221; button_text=&#8221;Sobre Cartesio&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;landing-button text-h4 color-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_bg_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Satoshi||||||||&#8221; button_icon=&#8221;&#xf061;||fa||900&#8243; button_on_hover=&#8221;off&#8221; positioning=&#8221;relative&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_phone=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; sticky_limit_bottom=&#8221;row&#8221; custom_css_main_element=&#8221;width:100%;||line-height:48px!important;&#8221; custom_css_after=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button1.svg)!important;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column_inner][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; custom_padding_tablet=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_phone=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#568ea8&#8243; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#568ea8&#8243; border_color_left=&#8221;#568ea8&#8243; border_width_left_tablet=&#8221;&#8221; border_width_left_phone=&#8221;1px&#8221; border_width_left_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_button button_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE2MiJ9fQ==@&#8221; button_text=&#8221;C\u00f3mo invertimos&#8221; button_alignment=&#8221;left&#8221; module_class=&#8221;landing-button text-h4 color-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _dynamic_attributes=&#8221;button_url&#8221; _module_preset=&#8221;default&#8221; custom_button=&#8221;on&#8221; button_bg_color=&#8221;RGBA(255,255,255,0)&#8221; button_border_width=&#8221;0px&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;0px&#8221; button_font=&#8221;Satoshi||||||||&#8221; button_icon=&#8221;&#xf061;||fa||900&#8243; button_on_hover=&#8221;off&#8221; positioning=&#8221;relative&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_phone=&#8221;12px|12px|12px|12px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; sticky_limit_bottom=&#8221;row&#8221; custom_css_main_element=&#8221;width:100%;||line-height:48px!important;&#8221; custom_css_after=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button1.svg)!important;&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_toggle title=&#8221;Invertimos todo nuestro patrimonio financiero en los fondos que gestionamos&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">The fund managers of Cartesio  are committed to investing all their financial assets savings in the Cartesio  funds, as reflected in Cartesio's Internal Code of Conduct. Since the launch of the funds in 2004, the founding partners of Cartesio have remained as managers, and three new partners who are part of the management team have joined them.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Solo dos fondos&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">We intentionally have only two differentiated funds. This allows us to concentrate the management team's efforts on improving when a fund does not perform as expected, instead of closing the fund or launching a new one. This guarantees a dedicated and transparent approach. By combining both funds, clients can choose a suitable level of risk for their investment portfolio.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Protecci\u00f3n del capital y gesti\u00f3n del riesgo&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">The funds are managed with the objective of outperforming the risk-adjusted returns of European equities (Cartesio Y) and long-term eurozone government debt (Cartesio X). To achieve this objective, we try to minimize losses and recover them in the shortest possible time. Investments are based on fundamental research and long-term thinking, avoiding short-term strategies.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Comisiones bajas y ligadas a rentabilidad&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">We have lower fees than the market average among active management funds that combine a fixed and performance related management fee. The high-water mark guarantees a fair performance fee. That is, in case of losses, a performance fee is not charged again until those losses are recovered. If five years pass without positive returns, a new high-water mark will be established.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;M\u00e1s de 20 a\u00f1os de gesti\u00f3n reconocida&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">Nos avalan diversos premios y reconocimientos. Cartesio X y Cartesio Y tienen una calificaci\u00f3n de cinco estrellas Morningstar, esto quiere decir que est\u00e1n en el primer decil en rentabilidad- riesgo en sus respectivas categor\u00edas. Adem\u00e1s, Cartesio tiene un Morningstar Medalist Rating en ambos fondos.<\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Gesti\u00f3n activa&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">High flexibility in asset allocation. We seek to adapt the funds to market opportunities and risks. Stock selection differs considerably from the fund's benchmark index, a high \u201cactive share\u201d is key when considering ourselves active managers. We believe that cash is another asset that protects capital and allows portfolios to react quickly to changes in the market.<\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;Transparencia&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">We publish a monthly management report for each fund, pioneering and exemplary in the market. It details the portfolio composition, performance, and volatility both in absolute terms and in relation to the benchmark index for the fund. Additionally, it includes commentary on the factors that have influenced the fund's performance and future strategy.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_toggle title=&#8221;\u00c9xito a largo plazo&#8221; open_toggle_text_color=&#8221;#000000&#8243; open_toggle_background_color=&#8221;#FFFFFF&#8221; closed_toggle_background_color=&#8221;#FFFFFF&#8221; module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_text_color=&#8221;#000000&#8243; title_font=&#8221;Satoshi|600|||||||&#8221; title_text_align=&#8221;left&#8221; title_font_size=&#8221;1.5rem&#8221; title_line_height=&#8221;2rem&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;|80px||80px|false|true&#8221; custom_margin_tablet=&#8221;|12px||12px|false|true&#8221; custom_margin_phone=&#8221;|24px||24px|false|true&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;24px|0px|24px|0px|true|true&#8221; custom_css_main_element=&#8221;background-color:transparent!important;&#8221; custom_css_toggle_title=&#8221;font-weight:500;&#8221; custom_css_toggle_icon=&#8221;content:url(\/wp-content\/uploads\/2025\/03\/Home_button2.svg)!important;||transition: transform 0.4s ease-in-out!important;&#8221; border_width_all=&#8221;0px&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#d8d6d4&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">Over twenty years of successful fund management, both funds have Morningstar\u00b4s top quantitative rating. A cohesive, independent team with a long common trajectory both in fund management and in the company.<br \/><\/span><\/p>\n<p>[\/et_pb_toggle][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_code][\/et_pb_column][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|12px||12px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;width:100%;&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;color-grey-60&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; custom_padding_tablet=&#8221;64px|12px|64px|12px|false|true&#8221; custom_padding_phone=&#8221;64px|12px|64px|12px|false|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;width:50%!important;||border-right:1px solid;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|desktop&#8221; custom_css_main_element_tablet=&#8221;width:100%!important;||border-right:0px solid;&#8221; custom_css_main_element_phone=&#8221;width:100%!important;||border-right:0px solid;&#8221;][et_pb_text module_class=&#8221;text-h2  color-blue-80&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Satoshi||||||||&#8221; text_font_size=&#8221;3rem&#8221; text_line_height=&#8221;5rem&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; global_colors_info=&#8221;{}&#8221;]Cartesio<span class=\"text-H2\"> Funds<\/span>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; custom_padding_tablet=&#8221;64px|12px|64px|12px|false|true&#8221; custom_padding_phone=&#8221;64px|12px|64px|12px|false|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;width:50%!important;&#8221; border_color_top=&#8221;#b4b2b1&#8243; border_width_top_tablet=&#8221;1px&#8221; border_width_top_phone=&#8221;1px&#8221; border_width_top_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;width:100%!important;&#8221; custom_css_main_element_phone=&#8221;width:100%!important;&#8221;][et_pb_text module_class=&#8221;text-body-l color-blue-90&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;100%&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_css_main_element=&#8221;font-weight:500;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-body-l\">Cartesio gestiona s\u00f3lo dos fondos y sus r\u00e9plicas en Luxemburgo. Esto permite concentrar nuestros esfuerzos en mejorar si un fondo no rinde como se espera, en lugar de cerrarlo o lanzar uno nuevo. Con s\u00f3lo dos fondos es posible gestionar un patrimonio financiero diversificado primando la calidad sobre la cantidad.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|12px||12px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; border_color_bottom=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; module_class=&#8221;to-col&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;display:flex;||&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;gap:20px!important;||flex-direcction:column;&#8221; custom_css_main_element_phone=&#8221;gap:20px!important;||flex-direcction:column;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px|14px|0px|0px|true|false&#8221; custom_padding_tablet=&#8221;|0px||0px|true|true&#8221; custom_padding_phone=&#8221;|0px||0px|true|true&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; custom_css_main_element=&#8221;width:50%!important;||display:flex;||flex-direction:column;||align-items:flex-end;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;width:100%!important;&#8221; custom_css_main_element_phone=&#8221;width:100%!important;&#8221;][et_pb_code module_class=&#8221;code_grid&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_css_main_element=&#8221;max-width:700px;||width:100%&#8221; border_color_right=&#8221;#cccdcb&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;width:auto!important;&#8221; custom_css_main_element_phone=&#8221;width:auto!important;&#8221;][et_pb_section global_module=\"1446\"][\/et_pb_section][\/et_pb_code][et_pb_code module_class=&#8221;code_grid&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;max-width:700px;||width:100%&#8221; border_color_right=&#8221;#cccdcb&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_tablet=&#8221;width:auto!important;&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_phone=&#8221;width:auto!important;&#8221;][et_pb_section global_module=\"1754\"][\/et_pb_section][\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;phone-margin-funds&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;0px|0px|0px|14px|true|false&#8221; custom_padding_tablet=&#8221;|0px||0px|true|true&#8221; custom_padding_phone=&#8221;|0px||0px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;width:50%!important;||display:flex;||flex-direction:column;||align-items:flex-start;&#8221; custom_css_free_form=&#8221;@media (max-width: 479px) {||    .et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column .phone-margin-funds{||        margin-top: 20px !important;||    }||}&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;width:100%!important;&#8221; custom_css_main_element_phone=&#8221;width:100%!important;||&#8221;][et_pb_code module_class=&#8221;code_grid&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;max-width:700px;||width:100%&#8221; border_color_left=&#8221;#cccdcb&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;width:auto!important;&#8221; custom_css_main_element_phone=&#8221;width:auto!important;&#8221;][et_pb_section global_module=\"1648\"][\/et_pb_section][\/et_pb_code][et_pb_code module_id=&#8221;erererererer&#8221; module_class=&#8221;code_grid  erererererer&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; custom_css_main_element=&#8221;max-width:700px;||width:100%;&#8221; custom_css_free_form=&#8221;.et_pb_module.et_pb_code.et_pb_code_22{||  margin:0px !important;||}&#8221; border_color_left=&#8221;#cccdcb&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_tablet=&#8221;width:auto!important;&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;width:auto!important;&#8221;][et_pb_section global_module=\"1722\"][\/et_pb_section][\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|desktop&#8221; admin_label=&#8221;Opt In Informes Mensuales 1&#8243; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|20px||20px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#b4b2b1&#8243; global_module=&#8221;5246&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; width=&#8221;100%&#8221; max_width=&#8221;5060px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;80px|0px|80px|0px|true|true&#8221; custom_padding_tablet=&#8221;40px||40px||true|true&#8221; custom_padding_phone=&#8221;40px||40px||true|true&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|desktop&#8221; custom_css_main_element_phone=&#8221;gap:12px;&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; background_image=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/03\/9622db75235baa0f5e90e02f2b1a5413-scaled.jpg&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;||||true|false&#8221; custom_padding_last_edited=&#8221;off|tablet&#8221; custom_css_main_element=&#8221;width:90%!important;&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;height:560px;||width:100% !important;&#8221; custom_css_main_element_phone=&#8221;height:560px;||width:100%!important;&#8221;][et_pb_text module_class=&#8221;bg-blue-70-40 blur-10 move-to-bottom&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;|600|||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;48px&#8221; text_line_height=&#8221;60px&#8221; background_enable_color=&#8221;off&#8221; max_width=&#8221;50%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; min_height=&#8221;100%&#8221; min_height_tablet=&#8221;100%&#8221; min_height_phone=&#8221;25%&#8221; min_height_last_edited=&#8221;on|tablet&#8221; height_tablet=&#8221;&#8221; height_phone=&#8221;25%&#8221; height_last_edited=&#8221;on|tablet&#8221; max_height_tablet=&#8221;&#8221; max_height_phone=&#8221;25%&#8221; max_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;80px|40px||40px|false|true&#8221; custom_padding_tablet=&#8221;40px|20px|40px|20px|true|true&#8221; custom_padding_phone=&#8221;40px|16px|40px|16px|true|true&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; custom_css_main_element=&#8221;font-weight:500!important;&#8221; custom_css_free_form=&#8221;@media only screen and ( max-width: 980px ) {||\t.move-to-bottom{||    position:absolute !important;||    bottom:0;||    min-height:50%!important;||  }||}||||.optins-text{||\tfont-family: &#8216;Satoshi&#8217;, sans-serif !important;||\tfont-size:clamp(32px, 6vw, 48px) !important;||\tline-height:clamp(44px, 6vw, 48px) !important;||\tfont-weight:500;||\tletter-spacing: 0 !important;||\tfont-feature-settings: &#8216;ss02&#8217; on, &#8216;ss03&#8217; on;||}||||.optins-TEXT{||\tfont-family: &#8216;ivypresto-text&#8217;, serif !important;;||\tfont-size:clamp(29px, 6vw, 45px) !important;||\tline-height:clamp(44px, 6vw, 48px) !important;||\tfont-weight:400;||\tletter-spacing: 0 !important;||\tfont-style: italic !important;||\tfont-feature-settings: &#8216;ss02&#8217; on, &#8216;ss03&#8217; on;||}&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_tablet=&#8221;font-weight:500 !important;||align-items: flex-end;||display: flex;||min-height:fit-content !important;||height:fit-content !important;||max-height:fit-content !important;||&#8221; custom_css_main_element_phone=&#8221;line-height:10px;||font-weight:500!important;||align-items: flex-end;||display: flex;||min-height:fit-content !important;||height:fit-content !important;||max-height:fit-content !important;&#8221;]<span class=\"optins-text color-blue-20\" >Stay up to date with the <span class=\"optins-TEXT color-white-100\">monthly reports<\/span> of our funds<\/span>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; module_class=&#8221;bg-blue-70&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; custom_padding_tablet=&#8221;40px|20px|40px|20px|true|true&#8221; custom_padding_phone=&#8221;40px|16px|40px|16px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-body-l&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_css_main_element=&#8221;font-weight:400!important;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span data-metadata=\"&lt;!--(figmeta)eyJmaWxlS2V5IjoiQVROM1JSRFB1UzUxU3FSN0Q1THJHVCIsInBhc3RlSUQiOjE5NzM2NjI3MTMsImRhdGFUeXBlIjoic2NlbmUifQo=(\/figmeta)--&gt;\"><\/span><span data-buffer=\"&lt;!--(figma)ZmlnLWtpd2lQAAAAOVgAALW9CZxsSVXgHffmUlWv3tL7xr4jIvbG5p7Lrap8L7fOm1Wvu12qszKzXiUvKzPNm\/X6PcZxEBERERERERERW0RERERERERERGwREREREREZhmEYh2EchmGY739OxL15s141+v2+39e\/fnUjTpw4ceLEiRMnTsS9+aZMrR9FnXP99qVJ35jrTzcq9e2wXWi1Df\/VG+Vgu7RRqK8HIVlvMwxaqbyv2EG9TDoTVtbrhSqpbNi+qxqQyGliOwyEVl5xlfJ2eKbS3G4F1UZBai7VG+3K2l3b4UZjs1re3myutwplqb\/sktvlRl3yK3G+Fay1gnAD0LGwFNSDbcDNje07NoPWXQBX08BW0KwK8Hi5srbG80SpWgnq7e1ii9ZLhVB4O5ni7XRjs0U\/AuHsVNhuBYWaLSF\/hcvbHl9ZqbeDVqHUrmzRyWoFxqxoKLuqFZQa9XpQorMpZmIOrz66OOb1GuWHVrYr9VIrqMFvoUqpqwPGtToy8NXeDOetXle4OIgYljtJGyHkFbpdhhcQfJe3G3UlbzRztlVpSyWvPu71m3udqA8arRXa2neQao0tTXpnB6PeYHSudTAUnHqjfnfQalBgGmUtFwpWf26lMABkyo3SpvBN0isV6luFkJS\/3mpsNklk1lqFmuBli41GNSjUtxtNRNmuNOoAc1t0stEilaeH8lyqVpTsclCtVpqhJFcQR5t+q6YdawXrm9VCa7vZqN61rkRWaapeDsoitgTveDu4U1g6wXCVBHAyvKtWbIjWnqrUaayuUMa5Ujojoroy3Cg0g+2zlfbGtqt7lRsFZfDqkoxDsdoonSF3zdlKeV21\/Vpo1aSn19WCcqVA4vqNyvpGlX9SfEMIAdvZG11yG2G3qgVp9KazhXCjst2mZXIP2iq0KoWi8v\/gtks8RBPbJeRB7qExiptrD6N7OoMeXgjDSsiAbkO5sSllj7hca4OqqhiFj0wICTctCgE+qtYob2qrj7b46xSQe4zNtRpnyTyWCdls1EOlqkw8TkVTatQAW+qPFwluNwttmblfp8UpoT9BAdVKsVXQOfL1ml+raMtP1AydCETq31Bsber0f1KtUC+s0z0mZqW+DuQb261CPVxrtGpkbi7Vwu1WpZSM3S3hXmfSPzuY7bX7F2dWZR8a3rFZaAWUGqTptMtj0GoNneY+pFV\/sExkM0m23DgrA5g9StFyzUKrUK1i4pjZNXiw455fBFeDNYEuBfX17XKBIS1o48uSx1RsSmZFMk4KxzTdqJZVCqt0tRnc3dDBON5sBeVgjWlS3m62GqUglAl3Aj0KqlJ+Mp6Q2yGCUmqnElBts9quNBV4BRLdxNhU6k1Vlys3gjsLdkZdVdoItlqavLpJNQe+pkG3bVK0Xji7rlndlOavL7TQjribN9hcLIsbw81aDV62T2\/W0UYlcJNOqgeFzSBg0IqbRVQRwINVZ7HKjHOjxYADe0hx2B\/1algeYQc9325vMBLrohasW62arkVeudA6Ewhp33VSVCsj5gRrUcTUk82WGtVGksvpJNU6+RB7qCk1QNQoN5jg5JdtlTi7ItMF7SR5LGystVFjaJBb3Si0mHwup2tQ0Aqswp8I7iwhJ9vzkxs62qdCLHpiCK\/QVkhcWd1EVI2w0pYmrmp2BiOnvSthg1kI0KBR5QrDQmvCKhAvAclT5YEFJikgNFUsJrBMAgPJKX22UrNizrEKnK6QyG8x2cXoLzGBZTRILlf28RzCbmfYtwPB0t8K2iUdg7WKdNlDdbXhtlXhTLC72+865vMVLGmLhb\/AXKLQlFuN5jzrMY0DWTJYCIvVTeHVLxZKZxZBGVZNFi1SWYx5LWir9cjJBC\/popZvoHIVtAew2Wyy0PD0qo2zmoCxtuUsRGWq26VCU1Q3O88x41olXQiVaLnfHU87s8F4RJ14uYMfFADBk\/YQQuVMMFdHf7FaOLsk62gmGblyA4FKyjtb2BLm\/Wq\/IwtuezrYJxc3AjPbG4HTJa9+sL\/Tn26OBrMIYq2CSMw0K3cG1ZCERzfxLATTL41H0Ww615kldAm4kXKVgVcriMvgw7gbvUxYwgcikV2DYnnb1si5jGLnw9l0fL5fGA7OjaiQEDPYdFSFhMeK45K+RS51Juh43B\/ko8rmJRbYtyZCBCmdyNhscMdmpYpbgukEmHVaKkbRumk55I06Y5ITUD692i7N19PtW8gvp\/K3kl9J5W8jfyyVv538air\/ZPLHU\/mnkD9RqrRK6dZP2t6eHg9EMjX8rBZQUwy2AumBF3fcL47Hw35n1Jj0rWrQu826nfuIkWriHJD2ws0i1l7T\/p1qEjKiVCr8jfF08MzxaNYZUt3Z2tTYovwqBf\/0Jm7NWkU5nNfe6k9nA2awwBpNilJViyhmo0bKr40Pon7pYBqNp8iDhaaANaXAlFqNkAlbaZH2grsCmcGoHjkfr1SbahboCta1xJwgn2Xt4JHjUapUSeVrYqOlyhJDzA6D1HIyfppdqWLgxfgc28J4jKe1wXQqnCTzT4efp6cJjBtGl8VSPQ2\/3In2rH3ySyzwgMxc0z21YXZiZJvqQ5jTzUCeXrglD79Zlo1DJrg4GU9nhydTBneQ1YJ11c0YEwNwBrV9LwYkc9evdi6ND2br00HPEsna+ZUS\/ZxB3063zLxOszOb9acjisCqNHWqYP7VmHg6sAezcasfDZ4J6UREyo5KJuHDS1JqotrTg1HX6aFfroTiCApNw06EhZqEp7Yr7Lu+M4atsOEsa5udEQ+vhJpZpVlrMXMZZTFpmXaAI+hcu2xMBmHO+okkE4MYL0gkvXghwoJ0uuftMGbjPm1g2u9GusqBxxqM365p1jklldFaquhUu0zKVrR+Ea0Tm0PaViiND2Bs6urlH6ge4neDlClstkU\/sylSOSV1+iCaDXYvkX1AKs1CCSd8K7C7s4zNF4P2Wet7IC3ohHY01QIDZHsWVu4OttsNzI4KagGA8jHYlVqTfQ45KQHHyrA5jgYyyCwwgBzjplBE\/Jt2R6hoZ6dirFl82CkWmoCNe9ritIjcMIIdUzvcBw+UEVOXZu1gH4uHENuAM4FrJzta8t5mSwewyELPM1OqNtQpzrKr2I63J+Rzm01c5mBb91fbrc16u6I7yjyzrVwRB0oVYSldbZudjOAsN4qnMaxMBrRLUIGtVOjDtJNi8Qo2ZdgLZcMU1mBzW9pgUSPv1RoEQ3CTSfs2bQsy1NoQd5B01hbgzQhazuZ0F5EHC49dnXTiHyqK5TKuLc8Vys4Ed8XVjpHdatjt6ipp2+ENHfTjSZ4pSv6EbSLWsJM2ywZ7S2qfak87Izv2toc3sVSzZWlvs7awaDtJGKY+uqBVvDXiLTx9u9dbazWSXUsmBYrXmGwKZleTXAqSLCf5Jts3C3PEluaQmNbyHGRJrcwBCaVjEqOwMEdpdQ6JKR2fgywlxBQDEkonLaMMIkgxsVMLwJjeFQtQS\/LKBVhC9SptyUEd0avTsJjmNWmgJXltGpRQvA57WCmhyTo+1+OmErSyiiyAG9iyNHBc55Abg07EVLcjfpK4UmmzWClRYIR0nPHYXqSyvtgwuzughszFpCgreAuQnK27AMvbZSDJL4VNt0NfXkc9mYsJYMWhJoBjNqUThNlrZ8fqIrB9VuzM8UPADbZrgE+E3el4OCwPptbkwLSbY19jxUDCasltXezVTKxBv4e1m\/UpD+5ssnha41uCgrhjmvPWN1lrPD8i0kZjpJeMNxzjU2nSL42H+CpedmpWjHeOP\/4OfzId\/mStO0Pli+S8S\/zxW4DAngPu5U9mjz9ZpRTOxhMqdCVtdow3ceYcBNuUIGx1psbPdCUrOJoQ2Adzxk9VyNQ6s+ngovHy+zffTN7bv\/kWHv7+zbfyyOzfIsDs\/i0CzO3fIsB8szPF1ldGvT71\/HMHg565J8XFqvHtzoTCC53hQZ863oHuUh5q\/DXEWu\/s942X2e3sD4aXwPci8QZICGezqDsdTGbkMoILz4MOVQ72+9NBd21w7mDKWODTuP29QU9RABIeYRGNN5PWZharhpNOl1mwUJc4CS6JWD3NewRg3Jb4CAJrog3SwTQFLC+RD03jsaH\/qhDp2qXOJEL751WYsLoh9nhsxxm\/GbANFdYzALaTnOwGiFFLMgeIzq6TzKfoN2O5p9lit8BfNg34ZySUn1CFzOAkWBUmgc5NL+zvQ2rQPdsfnNubLSARHJUuJSgVthmD7gLKnE4J7ywc0eO9Me3ptMkyPm0bezBhnd30BobMdsNryMrqx9BtAo52Z1Mdx44efbLTFqnw1xMT43b\/Lpbts3fS1Wyt35mpcvyT12SjTJEp3dq0bFkJ+qVmKPCMSJKnCpdnzkWz80TGxNFfarTKdZ7LhbWWlK+U62p5j9U3a8LfKvsSiegexzmQfpwo2+dJ2bDwPEUgQJ5XFAq6R7qyZJ9XsUmU59WhzV\/T2tIoyrVihXheF57VoOb1pfCsPG9AsQR+Y6mkoeSbQutrPmiDkC7PBzuv7iGNVl34e6gMBM+HsZjLmD283NZQwCPWqgXpxyNr6y2R+KNC5gnPR7PpkvYfs8bWgOdjN+zzcRu23ce3bf7r7rDPJzTt8+tlI8nzidW1ouS\/odHU55NabX1+Y9PWv7l5pi5yuqWKreR5K0\/h87ZWuyr523lK\/smFYmuL51MKxS3JP5Wn8P20LUvn6VswxPObitWzMj7fzFPwvoWn4H1r4cyG9OPbSqd1g\/ztpTWdxN9Ramq+UNpsCV4Rv0byJSy5PMtrln6wRnCI5xrPW3mu87yN5wbNSnsVnkL\/9IbtD62tCz\/VjcZp0Rv8enXG6hW8Jp6N082nPo1n83TzaULnjtPNp9\/Ms3W6efPtPMPq6ZrUa3NqIPibLOEyLlviyfE8y1P4uLN2pibwu+pV9UHvrm+eafP8TlY74eu7eIY8v3sLgfP8nmbYFvg2T4Hf0zrTknyn1dyQ505rsyjj3g3ZFvDstS0f\/XZdd267DJOM37ktYpA897Zs+WDL9vsZW2dUX85vtdotnkOet\/LcD0NWDWNGPCU\/5nkbzwnP23l+L88n85zyfArPiOdTec54ipwOeD6d54UwZL0x5l6eQu8iT6F3iafQeyZPoffveAq97+Mp9P49T6H3\/TyF3n\/gKfSe5YXhrULwB7zSlnL4bEkIyR+UhNB8jiSE6A9JQqg+VxJC9oclIXSfJwkh\/COSEMrPJ6Gs\/qgkhPILJCGUf0wSQvmFkhDKPy4JofwiSQjln5CEUH6xJITyT0pCKL+EhPL8U5IQyi+VhFD+aUkI5ZdJQij\/jCSE8sslIZR\/VhJC+RWSEMo\/Jwmh\/EoStwnln5eEUH6VJITyL0hCKL9aEkL5FyUhlO+ThFD+JUkI5ddIQij\/siSE8mtJ3C6Uf0USQvl1khDKvyoJofx6SQjlX5OEUH6DJITyr0tCKL9REkL5NyQhlN9E4slC+TclIZTfLAmh\/FuSEMpvkYRQ\/m1JCOW3SkIo\/44khPLbJCGUf1cSQvntJJ4ilH9PEkL5HZIQyr8vCaH8TkkI5T+QhFB+lySE8h9KQii\/WxJC+Y8kIZTfQ+KpQvmPJSGU3ysJofwnkhDK75OEUP5TSQjl+yUhlP9MEkL5\/ZIQyn8uCaH8ARJPE8p\/IQmh\/EFJCOW\/lIRQ\/pAkhPJfSUIof1gSQvmvJSGUPyIJofw3khDKHyWhJupvJSGUPyYJofx3khDKH5eEUP57SQjlT0hCKP+DJITyJyUhlP9REkL5U97hqBlu4Yzl2jzFeLF76IsDXetMJuKgef7udLxv7jHebMxfvzgc48B6O5dm\/chkPBuuM36GA+s9yY\/Em8R37HVmHcVdMpmtQa8\/Nr4f40S3bU6HgtTsRLN+OD6YdiHhR1M8SpwicUGn3bp4HDQIiEBASTzmQu8ZBxEcL8+EcfzYaK\/TG98bkfT3cJWIfezh1+Ip9\/qzzmBIKtunv5E4InjMF4iN9InVkc7P+vsa5bVFSxcGO2zGYWOFja7IxTbrLmMY\/9j\/v0128QinCIP0ys5UaI5omdwxZcb4D9dBusLYrQN7CH8sHvRMdiSZC4NosIPgPJPl4U7hTppcxM4jMnteHtqjaHc83TdDszTQEXuRZ5Y11d5jezAS1gGtdEYA2WVVpEggV1gILi0eN0O7ZK4knz5lusocs5C98cGwVxL+ap0RAPi5bjrG76QybK5GUoXE8V2VrWK6IX2pZ05MpKdrWoRNNSf7++NnDMSFbRK3R8ZL3qkLqkgv9sxVxNjPDUZs6aTls4PebA\/Orl6Abljveclc05WWcNBlu3XtQMpc5mEqIck8w7t+JoLY6ER7RY6pMDSr5oYEhNbeGKmeilpWZIt1UyQDwAxZMQ+a2AhwG+1tyzi9wjMPvuAC+QVUZLTPFg2Tbx6yB4v2cGAB\/tCBkHx48xAdzpGIixFDd\/ug1HaZqLEeBKurkWycF6BMLyU3b4ndNCfCbcrwulxQyrOhKt2U1NDhMhPX+Lnz\/UuGPeMu0OpgFAsTrRdIeXCuz6hl2DWSs1uZ7zdZybg9S47DKXKIdmDH3890Lg6iduccA+JJsi7ahA2IrY4egdjGr+7udWR7159GYHhJThuqlEUV\/EjSDYRMAL7f7qD35rnwM4TXyLw+6x0fanx+CxrS\/JJZ3u0MhztESoWvyEy9Y\/uDOFKa9O5KW0uDuz1mE5rgKHpe7tzw0mQvYqX08r3k9DBinfSWdobskb73YCxG8U2ed8UudBNhvsrzVvYYzimkzhfHF8F5reetzpLwPnuzqdvB58wJB+\/3Eq5ODsfnRJUUpT0uxfJo7O5G\/RmW2qx4p2SAoWXpv87zruqxTb7Q71WV\/zdkvavLFjCXs5OR66230Ft\/3ltM20JvMTILvc0d7m3+8t4uuV5BY6G3yw6e6u3Kv6G3xw73drVnO1dV\/unt8Y0UD8bP7hAf70Vml+CHXXtcpCSzF+OxmcoRIk4IMwnmlaI504SQsLFxOjPAfgwhhfHdt3XPMHWWTK7oxGn8ZdYDGxUA7V41VkwkKbuLhOps0vus5ApRF1Lklpi542m\/mjp\/ZrXYHUyjWSIXaQuG0vn8ugye8Ve64\/39Dl0o2pV4HhbqGTuD6DR9kAFULaD9y4l3ehfcOpW\/3CYvKagiRjXsz8zz82Y5ZfNXyonqsMBPCaUhTQ9pxk2LP+F0CRNxwdnMIhYZoSu41pkyhG4c0kzbWJ3qnNSUTL0\/u3cMuustottnbJ5J0JA\/SZ8vtxoyJTCWe6GMMoxit6xRwv5N7+1MGTbrFQmS8T3Rncjc43nhpf2d8dDxEGkG5u5BXzQdtxRJKz5RN8jth3Swv4Z0WccZ\/Zgsiq0Ol++jTFCYAMN3JrKDuNf7I\/EcEKNra5ym7B1E\/TXUZl08Ojp7aaQLk4cXNtjdbYyGl1qM0oXOULEzZTtVKvv7BzMRgS7slq6\/SJeMs55+IYr6s0oPLuk\/yjkdgPNuz\/NcQQDoEgQ6kpUZgOHWdKWHx+3qt\/oMoX\/elsbEmYtaCKK\/JJKV3ncEIujvoW6EPtG58cGk0sNZNxkdRtL3M+mspMm838PdkvWGLpH9gGfycTZU6h\/yCHunSfmxEVhsLnTUH6g4bvAByrdcoyjCv4LRQAQi7ErvX8MM6UD5gZDwwg5orvdA5Rw9TzDdjHkImQdEa+\/1978G0zLrqwNc1umlSu9rIeHCfQ1mBKM03oehPlHrB0RT89rqjMSLlPGfG1+Uzxrf4GJ3eCC9AgjZ4bCzo6bmQl+mc2NCV6iKG42SkaZmFzOCTdPMUTWsz+VzCoc7hU9kykE1aAckCKUewg6ZAZNJv9eYtA5GcoNR\/BLfWs9Kj42W8aYHo2p\/dI5pTHMTG6bvRRR5mWl\/h9Wh1xjBpgVl\/\/UWquMua9JMmPy0kFfpfBJhacq638V+hR6i48io1Ue\/IgRoMl0MPM0XZddWGRUPdncx7VTNOkZaQkEAucvY0OZZwwa2Uwv9sFtHmMlMYwJZTX0tZnKOGSZ+3jWfksOSA7WEjBBcXuCoOcTECVvIem+A+z691JhEIh2p\/xns0SJUZPZZGHVQkenoXMky4MSARezuSWtRe1xA4KOe+RzjMZ810pzaBJ2NMO4v4Tqedeu4tzvoD2n7uRnxZUFguq7RgC457DEyMbCKbXbLPOBsApbt4TR0mwlKEiPW7Ew75zj130sV5kfYaiS3tDbsTJzC5pqcMKKkJqgV9cCDU+JS0LQX\/HwOA9brcq2UTEYuHW8WBZ4NcVr6Oueb0zHbRH95JpktRokJQxPEAywfoVoNrKc\/iyUhwr4fPcajB8QI6Z7vAA\/7Utgfshb3e4x0dhAVx9Oe2+odgZCLDnbkgGkHr1Qad7M\/H3XJdWJWlnCDIrcC9ntrhCPK\/QjHCALL814srkxfQhMWygIKZH2aSZ7ufBRd1rTt\/RfpXYjTI6unmHc46aPoeD3+yi4G7YxdsyItxIDcw2Bb9nR7yPGYmLFmJ1nHI2JaeMoy4dCw3NBaTlns2+PQ9Ro0ARCt9PLd2CbalpYORrtD2b7JtZA0yeVBtBkXqQxXLNuluH6tQ0wldou6MdRS9SYHO8NBtAcxaVjYbY\/b\/c5+dc6eNOIfbiRTIV4kTmC8ZIUz6fbcDxFSjd3wXjiV2R4psrgvGN0FFhY9jKPpbt36b6I8lDPdMDUicRVLujg8mCY2fX48xinjOoF6uRlPzmv1J5xUOSwO9OwpuyH0bk\/JvE3OSl1xcpvTtIJqQW7sk3QUGqLn4Kw1WmcLLZmFILEtDxXH3rItsO0F5U4g9nUQCzb+tTNp4BoRFhNFozu62cFlxbL2BgcSCsrOwzw5HkmYJx9Npv1OD4ylaG98L+pAgKrYZ5B74jqCvmxpbOFVY0LYFNCIyxyzlV1u9aJLHL\/kEid0zWQKnpxqN9vC6HN8c6ojfXm+b644iOXzXN9cOVYpPM83V+3Mpf9s31zNsE1njbhT12i2pVzB97XtqYtP0aUB9nSq9fBcAneV2KSuEnuXYYvtkgov9I03jtvw5+JiGthOsNylO5GLO5FPd2Ip6cSytqQbpspoVyKYM8G503i9A2wRYJj3MSCzsRSU+xcGXRe4ycYnpXIopPcsvRLHdHpw6SuMII4cdZPHIZeKrXjbJNpqK5dKZ7c1EOwdaoTVTzLmJfQ4koWG\/jKQ9LzSY6pZqWCUqGVpvtQ32QbTgx1\/0+0B20KA5RVONBBk2o1mfCfGk3RS4ksuvhmTKXJi3Eju92RdNkHOOUCMn7dvMJBacgwUCcKcwwUXPw5TxU4Ibmgl6bVcMeNA2d72khs37taydxkB24ekJgd+lfJ2fEv\/cvQCNoRFVQyI7+8kYKXySkQ5B5VkjshErHcI4aoMFcvk6oUtzpvVKzQNJrh9zcALz+ohty\/PbaJsipBxt3\/0El42IC4soXcoM5yyqoARv\/QBgglb63pRgIPRJmS3m7dtb90OwLc1QzwFLDdL9fEI12VwkRH2BrLzVtZuN34Xh2Umm0A24qh9dOGcrAN1cRlYjclWysyZvnktuk+ucTAb4pTIEk45SxDDwa5eNozkl8BYGxPyDPX2NOvK+QjwMpvNwk40Hh7M+m5fziLUTffqPt8c+17WehueXqVCcdA92Bl0w87+ZIhmeua469LWumMJt3ttux4E7kZPoXq2cFdIwqtqjEru2Rr\/xEw6+jT2CjJx\/YU5PjrYDzGmDFRkcK+cHSAEH1loKNOEEMa5A1a1qcstKd+M8\/JEFrvpyHyTWUlRclbwmKXmcquRLRUaDnR8TtVBTqzjD6BmGvaE1dgwYTDOUcJylWmysoFwL4aaYdW3+ZYNS8BCyIbNj\/hbsmXJhJJsiwjkBotVebnkzsML263GGYH47t2qTLC2RvCYVJYD9oZuaHLuGm6+OD2I9hp4SkSipStUO3rhUkTbZOp6rQlL+tIJKa98adTZZ2hVScJERTO70\/73HuBBiQoQ9Dp3ju7R+Wh\/PMbvEsuZIRKiUjtc9Ryu3EIlvPODYWd6eiDoADJU6c+6ezwWanrjVJfehNAZDHVh1VnXmBXkJ84AQohNp4u0+bgNLplhCcWjUmmn\/EA\/EoD1YuLghXP+YtdREJgnMCnzjqYigbgqEfrejJumjkwVW4Qg5I4bazbGBnUEoHZD9J8BvjMob5\/dCLCHG5Vqebuxtm2LK\/X17bWWfXGT8cdW3uVKpKJfmHYTLlhtkVBhZOWJlywaF2f9wQjfOlmNM9alqhISpe7BdACHXm8QTYadS3UxJasIy2bVcsB\/c3jAuYtrbaIZ9IxqxJwOtMJ529GmlrX6ww5R3z1bITtRoK2w37cHblRxE4Ek24wymwacfyZ6tnYwnA2k9f50TbZeW3YoGCBd5lEQtvrpfb9fGtNBibfVOnIaJ1eH3Oxx96NluePhuzUtY5cwUtl4Fcsl61te6mzPD2IALQX2tbPl1KXtlaTRYNSbOM3ru6T4ZbB2Dw55rBBYt33L3ft9k0kqk0DHh02pRQ9T6NYGUg0UiyujEZKScqJClXK5qvfPWY109ps5yJ75ENVwVRu7uwXI8YjgIHXPq8gSx9MrBlV9B2yxtdrA9oeuRQCl4Q8x68aWDJpFKkX3w+meoV+sLEwPmguqxcZZa\/gxMgUnczymln3jOdWqNUWJT6FX\/pgDpLzCaOTcHRYigvqzSxb7Rmcjhba1kd5ZtmFiyPzkjYtMrVLfjsFZySRFuVrhzqQId+bOedGSJZmULpcaLXmFTrYPmzILVxIrfEzsMmNhr0Suak735ou6dHyN1PZaoVbR+3QnNOtulp3UzNm48VNYgGDOyxXEqlDRbbnrj2kAciUjjwM1B1xlAc1CuWwBV1uAu4d\/jc0pV84nubYhlfV+2nXpd4evV1bi3txwueiN781E+h9HH+alJXbw54jDNNVXRdB1CELAFEryimylWKnaxlC4DRwt9eN8ud5rm81cTqqkK7hZviuoWhU1jRYnpkLVa1ntaVbqcmErAz1kRCpbrG4KQq4dqNDz6y37XsTSEfQPiBzto+FdbehT9KeroJLmdzjI6ez05UjpCOaopmu9N7Ed\/qSPXdPa5tNMhssqSOjCjyMLmC5vMOvvE9fyPX+Oi8mMm4SuilvqfQIkhbN9hpmupSjB2ntMdl671u\/I5QQ5qxIzFIqXYrLWAJrE8HnOFPqxAUzxmqJAdGQg9L1dojJCjrQ\/G7sUPoCFaiOfZwsyG+MC2iy7WF13rG2QJUHiexiNPO5eDF4bXMTo46dZmqGeV6jfRABgGRfDOq+rZsVFMGrjC323VxsPe2d01SFmyZK8liy3fgp3w8YFK4iZKoeO+FmyJV86FMFgC9YfitiVaT1zPM+YjGw12tudNzWkzC2acs53flMPH7P4I+f6eAPYTtYrn5MqrUuTQW9AqFs6kJ0NWA1nuMyVaPy0p9x8CxXlpGcKolCmU4Lc7xVka5vpso+PM1kpiI3lUjmQb4EwhubsRqUdFBvWzfP0FQkxUn452NqW1wMb+kmOTAiWwLOlhnwHglQOC8r2NXkTOo+Xc96SzxSqzQ25jyjvL4hFIuXp+9HuQwLufMJhxxM+xACxFsVvGenb4HHOD7H1KFqIvuGSzCsVN3GAeHpiipjKdnovYFvZ5SLNmGdnCBMhqM1JD+FsjgYX27FQEZP6fATZpTYizSTCzTJdL4QJiVyd4SlpjNj492ukT4ZKnvZCw5Mnex1i23nja8ICnzLBJyRULmcVZmQyqaxFeOpMRHKMWcHTgp42srqSk6cFPX0QNW3UTnSfafMGb5Htd\/jDuT5r97\/gm2elgU7JzRd972ecJ\/b76n4W5MhFYrnv8sz\/tf4tbsmSucUlLQf9QRSOd2fOBQulCDbe6A2i+nhkJetY+w1ga4PhMMb5OfLOR3eQXwDSwL6xndOYn0zfuOxLloM20jBv9M0vepotL3T292PPm\/SvesjkCLf7nb55fbpo7sO\/wze\/plOI41cc4K2E1I9nDnnn7\/THzyD2Ex4wzdEvdhuiA+pvUmb+hoOlC7XxeMQetzoYXorb\/Ri+9B7HqxguJwXkeY95pefAKWFowavjgkQOCv7lGOx2yUnBa5MCjRzOC34lLpCN8hz8uhic4oc9vWWD8t\/xIgX2AAoKQX1zvx0GhVnEuOTPUiXCsMDen4JZpgT65ymocCSwD6QiLs0Oli8yL\/e8P\/CO5LCYoMLlu1AamY324BZN+QfYjrNNuwISsGSr0ZDQXWRek\/U+H2uAbmbmKvBlzzwTagpdnFf\/jlRSIR1y\/750wVxnvt+Ck9UhpYFf8czL3FnBovq+yDuI4+pQTzdyn1w16GKiji7+VBy6R0xiID7s1qaqneVndFL\/aMYh6dj\/tYQSLGu2+COIsXQrPf2bmFg\/2TytciCC+8E+rLRY6StzKiLpcn83Ml\/JeM\/3F8DINzL\/kvF+1He9Fim8zTPfO89aWyLjwzLvhClwidX\/+1Ef2REOZFgZpFY\/IpASjGRg2OiY58eHAcQ2bUXt4I8vsoYx41BIvJLIfDnjvYCAKCc7hWm\/eLDjCP1GckQQyjmD+arnfclbAOE7Pcv3vqy2PfYzxnHGdmESV6iKH2By5g\/8\/fkK96yM+arekQvpAp7LtXHaVq6wCthDPVkIcKBWzHWHQBbxdAKNT\/9WzPWHYRb1zIy5WJBLfhsMob1daJ5gHn4E2FZoJyVbzBy5cGOeaB5xGdAibwq8xKpmrjOPjNO2aEuyqRs+N5hHLUIs2lkcn\/jkc2IeP8\/Z4u8SCdVZ78zUfF2ctkXfreRESe7zzBPijC37HqdJbQc1r\/HMf1TJa9BnRKB1f388qkr0Fm9VopT\/YaEU1+vi7KBDoGOO8SxmYYJSHjB1+9IPZlga6wfSWHZxFXmlUZ6dRsEqya1UwD+YBod4JkzBu\/vTMUXPSRfVD+xLbvYFu5n5oSMKnQ6YC+a5R5SuxXH1i+aH08WlDqedzzTPS8OSde\/7zI94LPKYsZj4xPySxUzsxPvA6NAfexvtweZdvjhG5JuEdJCnEvLMX8TgKvIh\/5eENy5WGXqJzv69j5SYuUedrkfmnz3vF+J4ApPSOWGfYMlNgdTReU7G\/KM\/g8Ama3pVA8Uxo0vmTz0pYQUdDrqs0odKX5CZjSW8KHcP2mu4zgg6Qizen3lxwe7uYsn7veSuoHl\/1vy9J7ZGqH0wS9hDpSRdEFDEyu49R1krDnqDebM\/rbD2FFkpovk28zIkFW10eq12tU0ZsrrP7x++VPfDmcieZh\/Yy9obqA6D8bzU3e+8S9rp8U2cjp5Xo7dkUxb8zZKp4cqgNOZNmfkl8mWXtGjfAp3kgHElydjCb40wZ0SeVuVpQd\/OqYM9kzNDczzJ2MLv6MEs9hO1GpkV70QqaxEK++wm4PQKeVpQOT65auiiRGuvzUhpJWrYQwvQr1oA2HprAlND\/FXf\/F7K42jY7tHTqy8D2qrrWC32o0kc9Jp03qJsROoPuTvOK+amdN6i1C1IDal5pHlIKmsR7rAQ5qF5tHlokrGFLZvXL9U8Vq6nxzlbHO7iJM19p8fOs7b8blvBggTjcWmAxfnOvnppkXmB7329S9uS7blg4tjGrYdAFnFX2l3vj\/f7cqfiDb53Wxpgcc7ZlmOgYN2+CLJ4ezN0fr5irEHIcivs\/2xmsTQ8P5hUmH2eeYWWbLJgynzsM1cjJsrE\/JzC5zXae4PueYxORNnPHypTq2NuMq\/KJAqLkuvZaWRe5Ht\/nJELq1gx5tR4Uu3vsmjMNYLh\/wkvjdASJTiE8eI5RnE8I+xzBJWfPIxzFKGXzJHmJQNxGOTCEnYImfzUYZz2GE+J0jnKSzVgxJaC7kcsgYwIwlYz8dMepwQEJQrRBCotkZD5eM78suyKLzvve7a\/MxZXjm5vqFsG7OcdzHYiAb\/KgaXnCfAXHFC7mkBf7aDoI5sk5qbM8tc4IE3ZeYY0ftnBbFMJ+LUOLE0lwF9xQG0qgb7OQUNVSQtmTUnL6lf9vXHsNyWimpmHmwcfBbfa3IzkWyxoUd+UDQufy9jCZ2he+sWyCA\/n03mLMlRQs9OTBRaU\/XTeotAgoBIjgQFVu2I2zEUFnj6w37Y5bS5p3paumQ94mt1I2HYEaeAvbBELlLp884IP2gICVTjBVfOXNmv9NvIfsvkmPgDOUTh4ptSqmn9aAGv7FUJrESx92halGbdFa+Y\/uqK9wbDnqq5Px\/Kdhc\/YEseWDiHQ\/7QAtUoA+LMWrGSUftgf7iKcz1l47OVQxdTNj7FDBdjCh59G\/btl6C8y6D9uwfqxnab5Q5tzPLuRoqV3+\/uDEZ0mvJ0zfySeTZx5z0IN5QIdYT83My3z175EGfospRego3zS7qCLe5HzXpo5x6aiJe+WfThjflNz2NyDfZwJAG9WAMXrcLZifkuzttxC3qIQEAqcrGG87zG\/rRCLkwDfqkDQ6I04JL+jeYvkQG\/jvC0cMQXXO\/tMeXv9\/SM+eo7DJhKUUIjuwH5UzIm9lxJiPTRGogUvmBcUEce5+QrCovJj3pyUunEv9s3PpGBtapk7sf9zUHl+3+ZnPcLPiE+x7javSGE1cdT60wv9UI9TYfq32CESY1a3UfHb5i0pkHzaaNX89pxXIruMBh4Z2z7mdHw3pU2R2TK\/m2pKwojjA1HGt6cxax0y\/FOL+nsembgk1YN3SACP81jN47+ggcOO3Lh4Z6qBUG\/QhsyFWUHfwBNb+OdzVitz0pF5a9b7pDfeeQbdssgx9HWZpIIOEHLToLN5b9b8L88evOrm6b2+d7\/LS1Qb99Sezr7P9\/42lpiEg6BBIMd8YQ4LCNEA+e9zSJX+27X1o7754hyutXF18Hv+xxxKfQv7lzmsxJRhCJXVyHzQ9\/7PvKzNGp6cO37EN\/83VUQ3CcGZ\/+F3ksOKyHzO9\/6bv4\/S4MeLx84Gw\/eelZmjlBAuJyVyhvJZ3\/xRhrjOoY\/SHjf\/zVPoJvrlbOCK+Z+Mo25Bj3iT4p0ewYUHLN7C5tAwoTY6N2LSuNutwKQYDWET1AVeFHe9ypJ+wFbAvDJrfpC4iwO35faqeVXW\/IaeLKD8Fwb9e7X+R7Lmpb4y7HYadM0zL493UCXEK4JIFt6f9fXNyiZquMN0xUiY14sh258ouQ9nza\/FdWkGT0un7QvzRJonhKvEcwqlNaJDg5Gqr3l13vxM5l495pD3UYj4IOy+eWfG\/IQ\/B5fsJwyXMAEWWLYiCw92ZhzuuOJ3ZMxPuvJSp8uWGWvGDKLkS755iSupjCYHs+QKxYuz5udcgXhBs8GEmf5KB9kYX8Caq4a+PWN+0R9EZxUesgael4FCJL+E\/GQGIiPHRtSQO9+gaXVQPuPI1fqzTk\/k9JKsea6DBRdEwOZFWe+HHaSJ48Uqe6nWHx3Yhe8VWe9HXKEyL+pWZ3RV5V6eNT+RUa3BVsdLF3OBlcBXMNYUk71Q8lu2hApWRyPz0Yx5iwVa9LOynCv4t4lUOwuCwZS9JVqxO9ALYzJK\/\/2y8iazl500a4SNt4D0RZ9opbuG\/gXPvNhuUsNJn8VjWh+L2q2aH5LlBMd9wrBKMZJ7eWYmystS8VHP\/G8\/EnBbIEr4Y3nzf1IwwqDYBsKEFtTfF5WTmLQ7Y\/sRW0DcQ75y9PG8+d00IOxPCJqJrqya92Z6A4mf7Tc7BIM5+GCl+s8cpElkoDUez8h+1mVjuVLrc76rVdUSuaelHf7nDEearsgRVCfiCxnzX2O4rdLsHESsCF\/MYHk4zWEqlwcy4USJvmLlTHgoGB3sr2HE0Gzz6qz533b1oECEEhfclzU\/4Hf0e5IjjAkETs5z1kEsyhS2K26QhFBPXQa0yKW+njAw9moRGvbq35WXQy16sD+Ap+qABwbwRh4uZ4trM1S4jdKcZ6EB4UHpvEVpMHdQo7TrjEv9mMuhFv0uy0lIUAoSRPZ97xsWQRYPjSB6qZKIxBX7FvOkRYhF2xnqgKzj8kTsAbxvTOUtRneXYUPnovOE\/1RQyCO6DGiRsVFKe7yGPDzDApNkLcKFHYzPwhdlH28efRhmUe8kXtbjHEs\/pUrHzM3miYdAFvGeLqMop7zHNGGB3xaxuFZYB6chUpTA8w2LEItW7bhLYe\/2zR9ylCarpubf7Jmb51mL3LOAhM8tt2otmV\/RnTQxnL2QRmY4VeaNGTssRQbb6lksKgRzr0TQMQav973ne4ytqrVoFWUv9CJ11+Zfh\/su8\/MsfrKBDfeZlXv0nP68yuG5rX6PeK9tsQ0rhSjcWpcEBH\/dIaJKaFIXfxsmWXq+x7wJsgmMgYLIb3JYf5FDHPHFp\/1RPC9XEYilkqwo7\/I50KAMc5g6vaiq\/sSSyZl3eyPQiQOTVSvxajwKPWIYHrp5\/XLfvCcuEJdL7GyMAGN\/HJfNBVoRwcG8ILzCN++9HKOAkcXasTqy7TZ\/ogiothrKe8xfafc7eGdTzjVFdO6wVrbAhRH+uchcPIWP2R1TCZo0iahkCKrm7+YE5GRUKDwAgY975\/uXCBCfO4cw78+aT3gXxnjWgayKzb0pJwiI+B894VTWcdGkYn93PMWDIP4sHbzH+8\/uBK2KcxOxsfL+izdjhCWeLJI3r82a\/8qAwOheg\/M1lBxG8bHGWFGC66Rh5If8IfhsbNzO7XmEVnf6PSXwoax5oU+ofK\/Wx1wr6E05Aj\/oAeMsowx7TnlY7H7KjwasPWyw43OqZmfUH0p3X+F3uvREw68b7VpV5s8ncsS8JB7cYrabT+bMr6eQqnJPBxG8MXllTJv\/YM68KYGUMIUH+\/RMthUT8242hUmZBBWKl0J8D0relzFvT0oERmFkPpTz3pqGsth+yDO\/k4BafWI66LIq41ty5m1JibCip6lsPHPmdxN4m1Ee1TGEMP7xBBp2xxMwP5rz\/kFecqQYlbmc99\/LiOOKSGedi+b9GfNpkKPk4y8v4fwjM2FhVG6+4psfy0SqVXr\/eB3rgf6+I3mVTt2YpuwAOBz1vd\/P9I68hPwWn3GLcH\/h6FDRW33zB9LEEbeI3+abd2V2pF1l5s0+7O8wGyjccu2DW+mJOP+Xf6gE8Lvz5sss8zhc8p4bEggusor2pBRV+YHMFJsWo59hYq5yuiGGfry7G6JrB5FI7Cs585985EG92CgI+OMZ88cOXEPze4yUgD+VYQO3P8DjEERLxXwqZ\/4EPlJXN2j+fT66jqOC+\/5l3\/wpuwn25Limu7hT5rM581e+nVHovU4++vN+z3zY74qBbNmDn7ml\/nyOLd7UQq3zs2r+1u+Nu5xBcdSUpv25nPk7aHNiirqkb05xbux7n7T+XgGynAiJ18fBthXOp3QSFWaz6WCHECToOfNP2gvVPO3KV3Pmv7BB2cc1Tb6a+CwPwjHMfSbx2Z75n5Cz\/ixyti8kCufYORHPT+KrMjHc0RTDDOwHM73+budgOFsoQDD3mBeC7gJWRcRwfiIqSZX3se1W6LyKOPZa50+IKsdA6PC\/VbvnZ8yLMjtutYnMfXnzkkyks6NEVQTxSmZQ6k3YcF72eY99DAZlDJ32WEBIb0rzNPgxApluabbvTkrxGiNC2cc983qI9vqBlteZu7TzhljbS5RwiAqviAf0T3jm1xSd4FDqm5LPYcnNdPc67IP07nZkPpn3\/nABkXMq86eZ7n5ERA7VYTV9IfsuARwyFK\/ImPsE3MIqt\/vuYFAKXp0x92c6g4Bh7+trbSWmzDk60h\/26uroy8cofsqhqGZUnY19WUZfyi5PO0wEJox5ad78dAp2ZjALhmic29a8PE9j3TEE0FLWTwt9S8b8UmbvYEckF+siPJvXZcxrOJiSzx2xUoiTpuivz5j3ZEqwmUjAz05YOLFXHGvEF6R7xmf5xn\/QxapnUDSJPzXxSIYtBnmMq5VtHakt\/lWzwYxptWpYAvFUkhsmPvZuCIosAhxyGrF\/mh+MkmVxxWRjaOdiCpqLoYNRVflSO0tBPi7gCHehYGnIKNDq8i5q203eh1iJxt1Bx32GyYKOnRuPOZgo4PhdYkJGLEerZnVHAhkhPktXLz9cpA3jmePdA7wC1dQNjAtqho+5ak4sggMCT6vm5BxYHPcuxbinFsEW9wrHJW3fY65M8aiAq1KSdt2ltjF+K1hzN4vDUqEa8PRKtTBRZT+LwpaYmmQZAyYKg7Kr37EqTVFXrBczm4FhikVoo3ykiB2TjC1k1lKIHeMTS2ZF0oXnxZmYTIQp8PxDyAMsf4xq\/FqhXdrYtp9lNS5T14vUVItZtdWNLzNMZ47ldTwxL4W\/LlMdUxvh6MviT0nmsroNZoVupo0X3LFZqIa0YFJYIX2kE4foy0FL8RK7fmM7QUnDwYxfkF9cc9fRTTlI5YT1EgOSsg\/zF7xfmfEuLw8ovCTtz6HaGkd8xltgShgpHcZCjJVQLqbSuNEL+uVCW662SkuXmaQ5L\/dZXhYwAsqElUgypWGHE8jXwMSM8nI\/6sqERYyvtSJZqGmRzcpGUBBByOf\/jEvfStJz6dtI+y59O+mMS8unALMuLV8D1J++Wm8VmvJ+Qr5qr8IvFauN0pk7NhvtgNxyioUUc75yqzwhs\/s9mr7cAPr+ngWCwli7jFtK\/FrnsGW0XxYDs4vdgTxJHyPADpUUdhcgS+ibMibr0iHOyH6HVcnkFqiVFoqNt3UzPTELKLJO2PnhyWhSfHk5HZgJyhvd4AhMGX0zQ7OA3U6X+smrTV7p8Frho\/FyaaEz3BIceRsd9vA45gFWP9MhMjEhi7nz9vvsP6qQIeMTK1ZXJFMTqHhESNmsyAuh8G+ahU37Zl67sS4XqAW+HQP9mn35KLNZd6msQ5PsdgLN6S8+zt\/4y2u+WCidcYAlBei7UcvYeiKUGvRUXTB+fpddX3O+nEXqQM8B6W8T4m2tJdgsX\/QsCyxMVbHQ3CBq2Go2n7ftlrF07FIWA8JMK3wNBIPhXhJV0n0qST\/1ctjiHH0Xc3SxMKBEZqjTxwsyViSSb+7IWIKWovEeaBwqDSiCSGaEYlgjAj8XUjiyp0v2ShbjvazKWwsQ8+iU4Tn8CpGXTODUmzz+HFipl93LMaF7GSl+Iyhr3+eZ18pZgHv\/J36FW37VMQW1r4IsLQLj10CWF8HJ+yIrW5WwUtTF0b7o5Cznavxm1PHkPaUT7puGaCVNKRPbh\/t8chFHW78M6dQcyfJxNK0rLkM7mtyVxUarDEAaTER4lQO6mgn8agfXFhPoNQ5qG0jA1+oPntTb282WvE\/RrgTS3nVWlKXGZn3xta3ra5X5q2g3yPtmceZGKUkEeZMUJbkH6RtZyYtjD9Zs\/ILWQzSnbLQrjbo0\/9D5m10P01L3ktnDq4dfI3ski0bqPbNHN7aCVqtSRuu2Q\/25zm2moTGPiXVa3KYkODGfPfenZk8aJaCcKZRMEqDQY3OdzCPBBnSP8cWfszEEKqZofwDaC2UBBUKU2a7HU+ZjOaHnpnhbqHJMgtfGoUh6gz0n+SFIPiBeAJKQH\/Tgav4SJ6TlEypNlwcxRfAjEDxUGlB0NJnFlsU\/Bz1F7GMQOxInAGFOMgKIFfYLGjJougZAS5H6BKQuKw8onJOZuALhzKJWZv39tqybxncv7Rh1KXg6Yun4xLyxTyeNpcoDCueNCdB8htV3EY9lZ9RRr8K+WPhJMHD2WSLqDLyqR2bGqTwxbyICn8WBuMABlGY+h++wfxARBpDc5zMmb0m3E3RcHUlX4891OR63Ygos9yRLss7MS2sJSdYj9t7wAHMRTM3aUKuxIzV+OX0QlJwdidTsK03tViBPz+E1WRvZbMteyHjxlwIW5O8QLUF3siTkIGLuUsPCTHCbdoIvcjUfp2uEjOxaA\/vEM+D1HuM\/c7y\/M+ivEQQRr6RuxYsTlqpeTyp+CZGmX8TOlY7GM9n5WrDoRT+A4fAr9Y2gVcF4VapVa7JsATvoVAsFVnx7v9\/42bgLbk5\/FWXAWmxphhU3M+yf63QvOedBPLeyqNBrcD4WaJZFOMeskEe2+5zHIWvnuwlhojALrwaxkZcxctUrUjc3k0F9Vtbk0wJamkzltRMiyUorMs\/OmuU0lytQolFcF5xZzl7Nc7Lm2AJ\/FlW+Xjp2DGEWZ3THZu7z7NckbO4ek9kdjjuujE3+Aqm2sGjy8gPPiFYHhocXfyyFQWA9qpeCbfmCCYBMfbNWdC\/\/1exvvuUXCDYP9Y5JwByXUKhmVz1v4OLk8vEmB31B1vObh3qN96QRHCHqQM\/PGrw6zMJ4aJ6bZe8sAbsY\/3lZkzlEg7+Ky\/QI1uLfQtT3G6UD9ktgDpXm9gcjEb+3TyiaJ3z3J5LI1A\/zwd7eUYYLz9Vjj671iB\/betlKqqOLYkEqMxH8C6luHU3\/gZHbgml8ebkR66A+nWFQ8NzlR1ZkUDzrFAdyjsLA2N8Tcz9MZvRzOTw9GdvtoMyMYi8NwC+0cTU2AvldZlDkp9fiXymXYvzGTRwRaSn59XKBu7dU9W5C0QUmwXY\/O4fl2qyXCu2ApH19U9wEMr6tVkvs9sIXIWx6i6AGs0lB7gpEnfEklzmrORkD9lPJbQkrmqVCSdwXGjFhIB5wW3V3rsRlHCwnjowCt8OgivunpW4vRCoHqyIpt8dINxZHMuRIienus5fRBKzPmITsH0i6Lqpk2sxGMX6WQx9XbT0Q57KOM+5+f9Skf\/PaDWG6Temg8VcmDuQkkW5vAIY28FJ0X0JYALOWM0JKWS8XKdv9XkNhlGKJ2vY9BkzG0h56BnAZS4+\/cGBDY0TnKVsRv6nIFnx+z8hc0b6rSSSmVdEfZjGlpgy4536vxC+FsspkThe2iN04nKwce\/HMnQ51fPK6N7lDQEvNu9obClxel1VqJVTwsfBsRbcfq2ca8t4wqeOtzVAgJ4oF\/eWdk2xuKzjHKrdTCZ96PgDdtcr66UKN1UV\/rsWUW4XSZlUXmjKBDWYQgy9ZP8ni0gYAMjEgKLTUr87GALbEgbKQiyFV5\/XmK7LFZE8fjObXNFjS7PvIcWEZhY8L8Sl46JpYMFibUKLl65zTMuvtQOuk10gYejZxQIbJLmpiQn3RrionmEIYazQkyaSB2s4BAUd7O+11GMgBHgOurwx+\/FoaYcaRuwRDLlucVzBZ3aZY3dyszzNespfEoaDrKoqM5WFkt7P+sSFJJfPGrMHbISLAGpgzx45gAbdIDimSAyOiqnTwTVmz0lsEvRm1XgSJRLFxb8mabG987wiXB+8+aSzHFIiQRX\/UJeQbQ\/MiHsScfGkuJ1+OXJNIfxWmG7tVylH55fLcL5AC2zFvkQHhyZNS7SthNNFFxGGcuGLxeIkAY4ivnnAcXMtILE6XoWx4lDRM\/Fulpqo\/4+O19New\/MNovi02thh\/MV3spMXiUrM\/MQqKCe5M0vPvxwlmfInAzw3Ee\/EYLSq\/DTWyBZF5Z9bjaGvuymQjBpbthYTD9kF29hsB5xLKgVLxlwbzFtqAzZbBEUhACzdkUdukIHVBNsNK2SaE5i4P4MhzKqLkk7sDudk0vikrvjauMPXy+xIy2xio+01+KeFty+0k27phYLbR8Q\/gSo2wKXaGDgcdAjyobGk84gQJup1hQRkTz6bjUshF\/BKLIEv\/\/Ot\/BUUx\/iPmnNWhzmxFwnNYG1RzJ1uXBJLueL8T4UEpzt0mO8eRDtk+pjoe6gXFQ1eE87Ant2EpVzJtsySRu+GRl0xWLr+scmxOH+ckWrhOvWrZWzsYKX2z4h1nBk07FsHNuZ78gkFMogUFQrRSnDTrmRsPIVRiLbjQTzxMuVZx07wv9qr2MiZytDkdVkb1\/r1sf8G5aqZDGg+wivvkImxLrKl5a86cWoSbt2fN1YsgtQQM6zWqSQVt2rwtY644xLGN5s57dKXiyy3H9ljGioG6NgEVLxX2dee4Yq6jR1Z5Iprxrk+yc2V7R9a7YZGpEAmVJSDyoEV4EhZ58CIc\/DPqaj6ko2oBWR3dd2fNQ+cQrVLpUf1hCbC5J7PrXVnz8AQUysQ378maRxRikMXC1lhzuKkGJinVpkw+3t+6H6y1HxvZ1t94lZgZoPRv2GrADFj6R2yJwwHJpiA2CAcwl7Rm2RMvTUPHiNjOtV2J+QxT0xPEqRydNvWIni2Hc7J6\/UjPO6BFdv6BLTxRZ4LKeihLo2eCu+Jvp7BqnqnjZ879PLHN3p3Fxp3btuN+M7ydRwYvRw7jiPyRyzIujio8n+9fEp9GXv6AaYW6tt6HKd6AaXm37TzMHuhXY\/SldMaLzvZHlfkU4KRgJDzb5cWwdMz3QKVG867t8qYsBLGrbpHFUAsxb9\/m+71NJnulRzt+AipeSoCZXY51zqhaZSPb0AeyhFViVItYQbanxA47aEzAwpcCnBF798o\/4foUTbubmvLjA+3MLH7J1RZk73WHzbk9e7MDQ98XQm0kRPlSgl+Rs9wNe94cn0inYeJhX2Dmyv2+Y\/EZjTgB5FcZiJQiHNcWtuwypwI4gQa5+\/AMiPYKqMSF0KrQHUcIiO0kiPO+A8pUGUfMaXJB318+0L55cafF\/YtZyyyykj2yf7kj+pdfxDzr5HZYQLEUl7dgRy5+4Fh2O6MLnUjuyXFefiAv+e2yV5OLCI5t9MzXfLkvhlBmWsZWWrdama2NDzALfq5rz2ieZDxbrkSrHPFpf3rGT4FDPAy1e\/J7K7uHKVpKG\/qWQou1h+pLhJ2Gg+55gmPgEMua6HyGanholdH3KqDi7nEmq5PfZuCZauyVLjDB5AROPy9ByrXr7Y1n0WQ8c1k\/YqPu0rFNSCrb0cyNbc5hfS0CjLM1SJV40RuPXFnWVSuyXE2IpMwqPfNWz+SSNsO5jS9oRdu6fnlqTY7oWUzwHsaT\/TF+cJfzMtFI+MH2YezjusBQuEWYUkL1pn17KzCGyxrDRoS98xFMSOH\/F0YgZS3KIWaELviwswgHHzALYXaLqTIOxfaX9B6QbT9n0eu2Os0NoiajAiuivUkmFAUHkkG\/JJInCzaxWi\/b0b7Iy6fqcEUyj9GxXCC2oNfvNeOxs82phtmGomT+L2H5ESJkEZUwCJ78oIGTQlmwnbZE5lNEw9qyXKnOJi69MQ\/wNVYkqlsr6cgOEVvbeUz5GD9QG\/t81nij\/r1Jxr9Mp8qiUxlSsfYBQfcG0YbFrIzq\/XsPdQEl7CXM\/bOEOeMY1kzGRa7vCtWlyhwcjwyjEklOW\/EONxuzFy7QgbsoppMCZyd7CNJ8mWVHjHZJrQPGOFo0Is7suEml31uoM1Aur7vZMK6B6KI4TW3UYBcH\/2vWl3wY12lpF3vYaKCC1ZAoo+xv0LPKrquDXtKNUn845LSmIpB8AiEMo5ClxTFtaldNRn7LljM73Z3L1zhbNknEq1arcE4nGX+xKlNKX1dAMhOlgsDkvcFzjKm8Ss5CG+s2NjyUweEMRr40xAyOlLFY4vrttFjpLHXzBZTqcnAImYPIfIV9fJp8FrXH+Cb0MzuLehhPhQqxA\/lxFz9S\/MRYZ+Ku2c+MMVyXNy0cHcFomHDkiDomIvOsnLfIpK4hnP7M16icRM8stTWRpSXJPMhTKZFXZL6a9ZYoI9ipVx+Z66IIWC4EzrLJiti2eX9L9rDzmKjsImVr0++ViMmhAVQpIJghm6tYsWWFAzybsnK7l3bgwN\/o48nu9DszRh4zEUhsWMO8psh5cpLzNvE+4E349h8TG6gyQp63LeScI8ypj8QDd7AE4iTY\/VZOVn71ED7KpN+nO33zsayZzxlzj7c83qEheaEZE7rS6+OVxNd\/jmEysCK6YEfm41lv1Y5EvEhz9pj1js\/ilaVhdSEyn8x6J2hqCrer5qQObYyzYe0FE+bUArwZm+aKjGTKwrBzcygx+bIMAJb3ygm5uW5xPJPzruqmBvM5OXP1hYVhey47Q6zDWbmAh+yulV8AXWPXGqIU6JpnrktZrtgCRuaLWe\/6GXrgBvZfsuYGyYaJFL+UNTcmg1LQBSlkoG7aHXcPosaoDbKryyZwLxn\/5+fY+sXdC+frZEGploXjT2e9h1wYHLFYfjbrPbQ7lK9lI6ZV8zBtCipyUlLpIbiHH0VZVuYU9c9kvUd0FrX2eTnzyP6R6+Xnst6jOtRFXNJIFCiWUE3waPbRFkU2RkksQPl5TDKyjkAw7Ms+w\/YJ0wX7VmO8zmg8uiTauhmD7FJdhkwGKwjVyPKEY1OnRIRzEMWULDIu8D1ytUlK9JD3OZwxhugzMdzOZO+Og\/70UupUZGHPVW8TK6zU17eb9uDMa1Y313W7fJiCYfnCa5E9RJ1WYZAd6QTriy3ciam\/mGCulFoGo0QdfW9nyOzTAJYzmcxuOxD4y4gK3fLtTwRs2v2GqJY78l7GIbLHx9jhGfBWf98uXPbkmiFhdwRcs5kZKRHmksnSUFHcthweuZx6LxF57USzFrOdwemFQNtg07H9iVZeigBtboLKxqw2PzbHzM5ZoIJMO5BoXCqQwi59bcr4LeFsPGG7BYlck8FFJeTdU87qOrb\/\/oLtG0QlmZ\/EwqVG4qs5mSzijuZUXpkzfkmnS3E67vS6MGX8\/AJ2d1HuL6PGDF6n5uUM3yRux7yKWPwkVvhmGmzvKJhXEMiuQRhZGP9xgoXeeOmmfIyWJojRtvqsD6Nof6DFdOkxo7mmmOdmPJ0Xcf4FOS83kPaEySPn0Qtz5uFCIVTFd8AX5cyjVdXMCz0vL6liJ+rHi\/ZD5Vy+M3RGf8m+5WQ4644kMh\/ikNuSlTjflj59hzkW50u4THCg4KJZ1ReD6F\/OHNekU20Ci5pdSwIRJ23Dzc4ljr17AE5FC7NLLpy8JOddIf2xPZnPnZfmzJW7UNqyW3y6cZVSr6CRTEcW5UuNg1kk8hl1hyxYxD3FE0DCVytik\/FRw3QNKkVoluVgiAMx3Bz1xNh2z5v7ct51Cmr1U6Drd2IFisyrc94N037XWv7Q\/l5CfGSzZG7UdooMb3ePPQshlzUYtl2\/ScsCgofjqcrtK7550ER2W5dG3QKDi4kD7cHJhx4L8qlX8UfFrD0Eb352Sd4GqdjLDlVYogcP6w4Hkx354keyNrX65\/gbmRflvUfAHZJ0pgajKMP\/Guw9XmarP2FFQkglO5YQe5RodpsZEMlsJfzz2CM\/ufAZ33tccARhu5t0w3bIxB0uSe7t+KKbFpZg691Mi21hkXltzsvKVayCvA2dapqowTlExKDGr2hAsjzY3S3tHUggbnVOCuPjeda\/zhu\/Z38PoU4xc85kurqFqAilrE27OZCzuQqdZBaivAgq3xXqUUG\/xYUI23tolIBoYmmHkLuoJLLcGDBvp929SzThLU8uh60chbxOh2TMj02Ohq9K\/1SFjF9sFeqlDRYuLI6pN4i72tsAIUFNvVXIsdPubjzf\/KUR\/Y3FQft2ORIbgUCc0CLzOtxtyRaFOUHL7kiqqezUFynkJkdB81JdWXw9J3pyU73WJ7auEOMX6pWa7JC2eehqa7aIGEu41UtQyzLlfQKbpDdssMybxoVK5405fPSO9XIEW4HmCrkuExRk5TZr1Yb+FpUXtltWRH6hWinoWbjeNSAhP7XCCXJoLynkanpTIp++7LRk71rKJSdyy3K4zQm23o9aqdS3oChYx1T4a5WgWt4GpI2slmphkjlOQLm53Qrke90n4o6frBXqpOSah3CYIJ+KO9bq2+jOvIMrX7uDSb9sT3LpnuQXerKU7slyzNFK3HJhZE+7jX\/qAe4yrRp\/4fZSpqNHcpzSZXVrYuE7Jte\/OJmywGBFLOjtObYm7oKReScKErk3Fy3k\/Zz37mKUQllsLOhdObMiDYsYLOQ+zxwboXRqOQrSsIW\/J2dWu\/tRCvI+WZU4qm\/1dy3g\/pw5oR6Wzb47Z07u6zlpL8SDHp1L1f0AR1BBwj0+M9OdpcdcLbepk4stm8V2K7nn4qFNjepWYO\/u2qN5vWzT1PmYKVdE2Ullk\/dxcvVGe1tzZPJVtHG7zSwms5RkthutBGV5vRUwf1paQH4lnU8jHivoxnJVNeI4rfA4YXWlsibcnKRWvaA\/0nYKfvVnJbarjcYZvbt0RT1wv5t1ZQUuWpvtDcG8ai4RZmg\/ySTieVvOyJv+DlyYnjsQd0XPz5IZW4vHX09V0CV7hQKc+awGB2dY4ZyyceYSF6zF2oEzTlxaR01qep1oTTRS0r6MIejCkTRNZEbGvBlfQ9sSsuLQCtS8CM3WVDuOvAvI7wz1thDsZVj79PShIlguIo83uwC28Xvij\/UFzYRLVlT4lihNeyyFGkoZkVAs894c0U5ZRBvTMyoN3T1omVKwU99feOfAXTmTg6rmdoEC+xMgolDybpPWo2WmonMMWNwQ82DW39eUvyvkNZlppueHz4bG3pL0aul5AegBfvt3Ac017O2ngZWeeT\/joyOCIGQew9sFbe+tFPQAaCffnDM+irNo9N7C6MVVw76+Lk\/tgTIyYjjpAvuPhTufCb4Q2ZJ2hCfUUF2Yj6SUaY4QUMr+Tj4OLd4sxC+kcESHEtUM5X1VY64ryP1XjuwCEbte0dQDRsaBLDG\/xRcW5K5Ze2N+MT+zrkY6K1TkKq3g5NZahZqsJPpmYD7cKDSTnDXZLrPMRG7oj+Os2NR2vBwcsz9hk+RXXT5eG47PXyRwv1bjlgT7czXJGwmnNOveMriiWqmn3im48rKXDq6S6316iSwFvHoOTG4qXaNkMTeESbGZ0ulrS4gcR3jWudgcuvv\/JnM2kB\/XMxixVoPxQKCDhmD79s5cZ7iFYrPbdjaC\/YYnl9rkWw6mFt\/RKbTalZL2zgsRAg2S9OuFLR6ZQuhs8Ya8tJfbuJW\/+Y3b+Lu0cTt\/lzfk5byVjafw99iGROpkvFaTC0LH1xoNpEDqBCsClj8keVJwTm0I9Ap8Cx5XLtwvukrv8169KX+vYcpu8ry2WuHvdWWBXV9u8\/eGsvT4xrXK+qbSuIlUqdB0HXhQjXgFzweznPB4iKzhDw1q\/H2YKIPK\/uFhDcUi8Qjh6pGMuNB51B38eXR5TWo\/plAsCpuPdRcFH9eSlh\/fkg58nfMMntCu1KTe15dYG3g+kYHj8Q1hoSZoTzpTFD6\/kUWQx82hCugW6cytArhNOnd7zV74e3KxLAVPKZZlZJ4aNnX1epqy8PSz+vimZqXUth3+5rCx2dLbf99SqUl\/vpXYqfTw26qFYiD9+vZKval3Gb6juNluq1wK9vYoqaLw7+53MUHb8eCVSVsZBjKbCiydpNcam21Lax17ynqqI7lRA0fYqqhjZ38W9HQ1WLe3dM\/ISi5dqYout8asR+aeWO\/qWGcetxeaTT3Kt20+tFioYxJIlcSCVwPGHx5E+GVnOCr1NSEQuN6uuZFeR2XlZywtnQ2iyDZVCYNCS3\/j73T6hu2Jud4\/jHm\/WasnSvsoIl8EuxylR5cr8rpVQ3l4bHn+45aPiyX2RKlpp\/M32JF4kpPrzfJErYTPW3DphYtbcTOk1Sej+unfTH1qS9\/IfhqPmPDTSQtt5eqb2nLLmcS3tXFwi6pkhWRcvdJGUDpTbMgv8frym4ilQFU7g1US1crC9KbjJBenU3XyMUxssYh3KVGD5XjAbZsrMcaxsNRqVB0nq3qpRVInw2alnvB1Cq55XMkDbVatvErUyrZ6dbsVBNIq6WsY72LDwq+VHvC8TuRnQdcLgzxvkKdt80blJBbWTTQh6CQfJGR5PliejtRDRGo4mSSLhWqgE\/lMtSGjVa0VWndsao2avTJOCj2raX8ail2uFCxyM0ndYRXLsnfc3oohdcWCLXv43CQ9wg3JI8tMQQd7TFBrbmBkpcXHrwV6+PV1GDI7w5\/APApalRLJr6\/UQ9iwtb4xnna3iT7r6kHmKWFs2L4ZY8Pg2HvM34LJ4bQ1zn4rNUXc3y794\/kd8camJZqGFm\/fQiaMM7eSaceZ28hsxpnbyWzFmSeTUVWVzFPI3CkZ5fGuZAm4WxYTO3TfOV9qvkvmr5vaZL9bhpFdupXV9+AQrKtV2a4d+hgMXljUKw37nZH+gIqXOITWK+7jq4gn8xk8mXRRABwfJvnJo12B45LqCWDNfiybWNGhwFWmJBs2vMBd4lXMMPe7tmb+u7ZkvDInDuLJLyJnsIeFkliPI34Ol5xfOvJLNLi41kIauV223W4kV8o8TQhESgD4Bcxr\/Ap7amOaW9iYRpS7d1nw\/w5tTQcjlyaWaxEL02nHEVr1cgstiLenfqf8NHKy2Ub9GH0SXuxX+RUd0owtiS8TZy+jhUs5E3JfyIlHKS3+c+5QpyKGLjWqX2JULysPKGRo\/U4MpJuO3heht9Ehjpn6IlGMHmvCXrpcz0Y20hBqpBj4MgwExCrVz3WR9n6cp4IcDz4773mR+1oKZ7R5zw8SDAem1q7styzyCD0t7UmQaE200mqfhOVSFYU0fET6fA6VkiKUWqX43Lzh8Nh+KUZ5msdTMwFZRVZIOj6Dbx7iywZtNabeJtaGp58c82TCu0JrqLOsBe3tQlNclVyjrhcIGV5yeVnbw4L+vuZSQcqXQ6vNTbYsfbakHQZF1ALqxLdAMNKQvtmjWS9Y+JkI44t3EFCAu6Bug3cojLvGlHO7v2S+NFvYNF2uPcxMo162GX+BFztmWQLJQ9nLnTIe+74JvrWEwE9x0OFydUYHQcoGFd6flzfZ0gNElJlvE431iTLJUEos0seMpGLtDRuD7ZmMRrsrEjOUaPUDh+azu0kPX5Bn8yNX\/+OP\/CgU+9IoaTTDVCuEO7WvnpOFv4CPtp3X3bN93\/TFhHnn5W4inuO4wdpZ5ADmeaq9ZAHxTPJ1obZQmcu9KL9lhyZs6woIwNO1megdS7vdjAM8kpJt3LL1MvS3iehlkxPKN3ixpBN9j8Rk3dZObA0bOhKeOBM85aecgdCS3cLJNYs5haI7d2wLfVRZ9owg4ffif7FtkxpeobxFrFi5nUPlJsqcTswJtiDAEIj1mDiQeQVsy6hLDCMifOEtVi3PPyTsc3ZmKzk6YlBexVTeSbP5SoQ+i4MtdQhDE1mTKDo01kB5deW8eQNNdzgx7EzNG6m1N77AovWmPEqGqkfmzSitapF5CxrkLiwQ5hkOOxfNW\/Mmb0FtjmXsLeO3582SPfsz78ib5f3OlOWQSGTerHRp37wr7x2LmdBarl\/ZPmFwov3C\/t3Gs7kk6rXiPcArAr0+Bw0ksgXtw5yyntYz6nLmTNStoBaivUGsjcUTs1Gpb29VAvGa\/QZOSusysPvV6W3rwlt\/Ixu\/NZBaarPW6Ln37Hy3rGZ0nSWRrSLlhC3pnfHlOglVhDWefhoDQcwE6fUMy4EeUvsTDBpmIcOw23vOZ4lmjeUK6qFOG3955vr9Wqr3Eh5fx8COZ3t9+VEgCqHVl\/OWdiJR8xqGWWGhmioObQgsYyQWMPICShCWJsPOpaiBpwMnyxuiN3NGUqMlNb0oruU3Ra3+LYhronX\/FsRQNTBWynkN+1vz3wXqpM\/x9ooh9mVHrz1uikyZErZuW0iL9saV206MmALGaB6Y+X+pQEcTN35+5ui\/jY4sDMyhXmZ2OZQM455mZ3JuatO5tPTzJZ1w8wYyuAfRZDy7k17H12\/vIu13FXHdei2Zmp2cqXoLOjMXHO7GAeeK4\/GEpU9MUV8\/VotnO7comOAu2fQ1lU\/gOcZBvUqvQVjYphvoinyIFZT5hy7IfAD8OJvC+aDHsi8BXAlNb0m5cFiQ0fVyMwJSLDUjWfGYLPsDNQvyTjJGodfXTxVuqR+3YnJHU7HFWBhL6oJm6XWCHdpwePLFhcmY42q9k07Ov9fGq2l1MOsMB13DxIxmU\/mWJsDchcuaisx7814+ob4mnr5+RagfN0DfJbrP5sHf7ewPELZ6EXARmfflvWyKJpD35L3cQaSBewnede2nX2HDtaEUWpa454+HPQuBplyOTTK2v6G0kkZWAMWCG6ctqq2pME68XY1dBdYlQ51ICm0Zh1d4sVoxBsTY5v0sYIpqPhjjqDMX76WMp7qlNxPFp\/XmKFDJyOVCJy8vouuC4keubmQ+nPcyIhythIGN9CNZW4mM2cfRA3M\/TU8dZx9i7vUt+Y9gGvVmSJtayZZD0vi+HxWNdYQQi+JZ19vMX\/rR8AZP8SjdQuLLLjvJZdoNwmnbRAE4bd4uE1gBmF0AzpH1\/ANPP76Y15blgjVFfOEakRYMFlgE64gMtDkjSwF1M5uqitc5EENgfadPsEqgRu4djRlHM\/HthVUUmmdBDmVy\/w97IgAA7Zp5eNXV1e\/3OScESBgUsQEVGyl1AhMRUYScE6gmKioVter7aqgRgsYiICRoUfAok5JAHariVCFBwVYUnIong4gDVhBJREEci4phsCCC4FTv57vPj9+K7\/O+z73P\/ef+c32euNf5ffde0157rT0QiURdzHXY\/dbDmzp1rHInvlEVWXpppyEXDet3wQVnnF95Yf++F153waln9D93wpkXuUNc17\/Hvh9wqDvc9XBHRSLvxRtvj0RpXrw9EjswOMO1cS4jI+Jc1GVE2pwxbmTltWVjK1xmpN3NzrkO+h\/\/pZuI8\/LdUS4j2ub80qvKcvv+tx0P0f8709tFff+e6n\/22IqyCWNLx+T+duyYP+aeXjp2UulEl+n+x9FzIzDwyopHBJkd21xUXjGmzK2JRiMnjuzXv++AsitLS8tO639a39ITT+lXOuCUfqcN6D+6X+nI004pG9lv9MkALtr3lNNOHth3QF+Yro1GNh5Vm+EOneZcbg7\/G3yUO5ZmReQ4r527oOyqyjGlE5w7PlI0Jrd87OhxE64ty8UhEytRvGxi7tjKsokVE0pzx08oHzuyfDwfR467tnJs+cjSkeUvPzOWX2Nzx4ybmDtyTDleLJvYJ3dUWUXpmDGluWNKJ8JwUtmEieXjxsJpVNmY3NHjxo4a14dB144fN7E8zWFUGV1zR5ZOQJ9Shpcjr\/zKyhAsHVlRPmkcjCcgoPTK8jHlo0pH9cmdNG5MaUX6R+7VjHn5mQkolfvH3Mqx9JyoSc2dOO7KCZ57Gb1DjqEa0vvasgkjS0dB\/PGAqRNzx6Pz+DKJ5Qca+M8VZVeVl+aOrqyonFCa5zowV1lEUHvX1rXD0V9EI7cx7TOd6xZtE3HT8lJnRW9b8WJm7Jq3i3Iy5PG2\/O+gNi4zTpBM71YyPXqbeygamxZ1K1rB8cybgGdU550EPPGI2HSQVvBNma8QIsJrorcN\/v6w2Aznzm+FvxLJnBGlw8zinPbRWe70X6pDawYzopmLCK5FUQLVKyksF62mIrI98R6J3uoGX2pIJPOmSU2fC4mC7PrEkGjmFBohseg0d8MQQ2LhmAyQdTMMycicuq2mt5A20emuV44hbTKnjKi4TkgmyJozDcnMnDqioq+QtiDLHzakbeaU4pwpQtqBnPu2Ie0ypxbnNAhpH53hBh5rSHtZeryQKEjPCwzJCu1pB3LlaEOyf8btm4WGdAi5ZYB8tNaQjqGlWSA\/7Dekk5BsIdnRme68zoZ0lqXHCekAMqCXIQdlTj0x5XWLgNwywJCDQ19HQTq0moUuoT3tQfqcY8ghodZZILlXGNI11E3cdk4w5NCQWwZI5ymG\/EJjeguRPUfeZUhOaI80aL\/IkG4\/0+DHOkO6i1u2kI4ga1p59LDMKd1KKoS0BfnkfUMOD+NAfivaasgRod9kz9wfDekR2tOJhbIhZsiRmVOdGyCkLchbnQz5ZSgnFp2VvOVQQ3LDWchgzKruhhwle3oL6cyYYa3mtGfm1IqmHkLE7fI8Q34VcpNuNScZ0ivUrQPIA3FDfh1aGoFb45mGHB1yizIm41xDjgl9gG6u63BDjg11ywTpeZkhx2lO\/Wpsh5yPyww5Plwl2SDTKw3prTE+DuSd7242pE\/oHfngltmGnBBqLd1WzTUkL9RNPnhnniH5oQ8Yk\/y2xpATwzGS03aJIX1DOQfB7bxlhpwkrb2laJ3MqjekX6i1PHrXa4ac\/DOP1qw2pH+ogTy69B1DTvmZnGs\/MeTUn8nZu82QAaEcZtu12WXIaaE9yEkO3WPIwFBOFmPa\/WTIIMnJFhKlZp2aYUhBKKdz1Bet9Od4aEyEorBiiCGJUHwMZPwbhhSGSPvoNHfHcYYMDpOBysWJTYYMkWK9hXQkwa8vMOQ3YTJoD3LueENOD7llgRzxiiFniFu2kINJyU+0NaQoc8rCqiOFqChsOtyQ4tABXUAOO9GQM+WDuBAVhebLDTkr1KAjSGqmIWeHWncA2TzfkKFh6EZAKv5hyDmh34TM3mTIuSEibvO3G3JeyE1pr3uWIcNCe1RITutqyG9bcZvpXjnCkPNDbkrWHfsaMjz0qOR8cLohF4RyYiA\/nGfIhaEcFZJZFxtykbj1FnIIyOZrDPmdUksPISokA6YacnHoaxWFPncbckmYrKX1na18fankZAuRblc8Y8h\/hLplgmyvM+Q\/w8UjrUc3GXKZuPUWIt0qtxhyeaibNCj\/3pASjckWooV9RKtIHBH6rQtInw6G\/L5VvM1y\/5ljyBWhHCWD9UcZUhrag5xk96MNuTKU0wbkuN6GjGy1EZuVTPQ1ZFQrH8xyPwwypEz29BaC1slpxYaMDrUWt2XDDbkq5HYw3MZdbsjVrVbjrOTkUkPKQ61Jr8nZow25RnJ6CJGceeMN+UMoh4LlLr7RkDGKqgYhKrPfzzbk2rDMws19fY8hY0NuJNHk0lZRNU4+yBZCiXHd\/mrI+HAWpHXJk4ZcF2rNmOQflhsyIRyjsrSs3pCJoQbMQnLsKkMqpEFvIfjNfdNkSGXoN+bHZW4wZJI0iAtRVJ282ZDrw6gStyd3GHJDyE3x1viVIX8MtaY0J2PfGDI5zCGUGNfVGXJjyI0Sw8HmpPTnm6RYD33uQCFZMcSQKSGrttFp7tjTDZkaLvmOQpYbcnOYeFUuqjsbkoyEdup4cflIg26JhPw6AO2aZ9CtjAqUOBio6zaDpjEqDN8ZRJFB04FoBama3NDDoBkwDCYiBnTiUINmRkKv6ihRfJlBsxgVBJ1KzWdJg25DVmByW6AODxp0O1Bgl2S9+5xBs01WV6AdrxlUhaxAw2yghV8bVA0UbPA6k+kaOhk0ByiYRyXb93oaNNdkHQQ0qrdBf2JUGOQz3ceDDboDKIzyme5fvzPoTuyiFdQFqNMVBt3FqEB5ZelrJhl0N1AQAGI4osqgPxtD1cSp9xh0D6OCAJDJqx436F6gwGQdYT5tMOg+GAaTIm\/se8OgeeYNVb9b3zbofhgG5U9laeMWgx4AChylGnPhDwY9CBTEhhLsnW0Negg1whCdlXyog0EPA9EK4vSTfOJgg\/4CFIQNuSLZpZtBjyAr8KGSUnWrWZ4PFMxXR9ToeoJBC2AYeIN04f7Sz6AaRgXu7QrDlXGDaoGCqVTS3HWWQQvNh8pMp5xn0KMGadSNww16zCBlx5d+Z9AikyUNd7aKqMVAgYaMSh7yB4MeBwpG4fnkkFbB9ldMNs+782406G9AtIIOASpJGvQEDMMAYOs+26AlQEEAYHLy1T8b9KTZJeWz7zfoKUYFyjMpyfxag5aiRjApctQLrQJ7mTFElvtpiUFPG6RRZzxt0DMG4Sg3+3mDnkWNwFHScPlLBj0HFGjIqOQHqw16HigYhQ+TWRsM+jvK0wo6FOiwDwxazqiFVXmC0NA1tFpEL5iGKurR7QalGBUsIhzlrtljUB2yAkepRL\/3nUH1jAompS3XdKujBjUwKlhEsehtyV6ZBjWaGp0ZdWY7g16EYZBSOgAN62jQCqDAUVTW5BVdDHoJWbSCfgHU0tWglYwKIopRbnt3g162Udm+INekv7\/CkCDJZ1CRlw4z6FWgYI1Ho1z4\/dag14ybqvW6+QatAgpcoaI8L2bQ6zAM8okOcVdfYtA\/gIIZyQZaWGPQG0CBhroPPP8bg1YDBXs9ndbqTzNoDVAgS3d4C0ca9CZQaNcMt3KOQWtRnlaQinK0lRpv+VHZgjKB5q8yaB1QEBgqr\/fuNqgJKIhqnWQWdTaoGVmho2ZyK2zQ24wKlFfxuqqvQesZRStIR71Zgwx6xyJNda3LGQa9C8MwnGa6yy41aIMxlBo3XmnQRkYFaqh4vTvJoPeAgkhT8eqj3BVAm4ACb0jDRY8Y9L5pqEvFkxYb9IEf5WdZlbdHg0EfAgXLROX1tCaDPjKG2my88p5BHzMqUEObjcKdBn0CFAbALHdM1KB\/mjdIUO7UtgZtZlQwlRRKV9bFoE+BAkcphX7caio\/Mw2Rlex1lEGfmyyd1k4+2qAtQK2Oa2f3MegLZIV2zXJtTzWoBSiwC+WTc4cYtBUoUF4M6881aBtQwJC65iZfYtB21LC6lpxxuUE7gGgFYXLynlKDvjSTkeXeLzPoXyZLOXneeIN2AgXrC1nOTTZol8nSYe+gmw36ilFhBpjlnptr0G6gYFLY87j8+w36GobB0uPs5u55xKA9jAqCTcWrVoUygPYCBYtI7l31jEHfALVy795Gg\/YBmcnumX8YtB\/ITE4e9rZB36IhraBfAB2\/0aDvGBUsPY3K32zQ9zaK2EgWfmHQD4wKYoN7XLfqK4N+BAqWHj5MFvxg0L+BAh9mUaEuixn0E1CgfEdqTed2BiWjYQ2lULqLsg26BSjwvErekk4G3RoN3Yus5IuHGDQNKJBFXRs8sZtB02FIK6hT1D+Qpb\/PYEhw2G9PXXO\/N2gmUGCUilfuJQbNglugXhbQWSsNuo1RgQ6dKENX9DHodqBQ1nSXO92g2UCBrM5AuzYYVAUURJpOeSd2NagaNQIH6ih3aZ5Bc6Lh4joEaGyhQXNhGASGbg7PH23Qn4BC33JFOdegO4ACu1QNk88adCdq0ArSwXbF6wbdxagg4FV5b9hr0N1AgcmqNUs7G\/RnY6has667QffYKB15Xskz6F6gQEOdvO4eYtB9MAwc5cvrMIPmAQVTqWrY4XKD7odh4A0x\/N14gx5gVMBQGvabYtCDjAo0zAE65i6DHgIKAkAVKmexQQ\/bfEmNmqUG\/YVRgRpy1PZXDHoENWgFtQHKfsug+UBBaVANzfjAoAUwDBay7Nq5y6AaRgV2aVTs3wbV2ijlyevbG7SQUaEPuU88yKBHGRUo341Rww4z6DFGVecdBpQZifyXf44QvbmiqX+s6\/ppm1ftj\/UZPWDdmb+Y+v32+bHOmWdnuDbzM127SPubI85l8ZytF2v\/Nq1XaN6b9bKsN2S9FvM48LZegPXWq1ddvd\/qpVZvsnp95Tq5l15UmfghbE\/O0XsoHpmgN069ZurdUi+Ueoucyauj3hf1kqg3Q70O8mp1KFmyu9729IrHq89JepnTG5xe2zjyDtcLmt7K9Cqm9y\/GzGbMXL1e6Z1KL1IcBpdxmKnXexI8VuuNSK9BevfRC4\/ecjj6\/aT3GQxeMUSvK3pH8S8mehvRKwjvHXrZ0BuGXiv0LqEXCBbyfL0q6P2AHel2vQmwP+rK8jlCN\/q6u9ctPdvEi3XzjlOm4oy7dW8+kxtyYq5Ot96639ZNtu6sZ3E7rXto3TjrbplZ7637Yt0M6w5Yt72619UNru5qVcR1\/6qbVt2p6vZU96S6EdXdp245dZ+pm0vdUeo2UveOumHUXaJuDb3h3Oydzt9y3ePpwo5kOc9fwbGuSDA9yJBD\/TWZ7sN08aUbLl1lcWelyyndQum6SfdKukDSTZGuhHT3o0uemdzm6NpG9zO6iNGNi65WdIeiyxLdiuj6Q\/cczO4JurnQFYXuInTpoNsFXSPovkAXA7oBYHYxvCTJDM7WKV3HcSpyrQ7YOknryKyzsQ7BOu0SCRuo8x\/ooKoTqY6eOmPqMKlTo46HOgfqwKeTnY5wOGfpMML\/t\/zN13lKByedkPxRSGceHW50itFxRecSDiCkQpbARKLgqr7M\/iCdBrTt1\/5eG3miYDZ9HtEeXJttoqaJqHlP+2RtiLXz1RZXe1ltWrU71TZU+01tLLWD1FZRe0Jt\/rTLS0eCm6wNmnZi2nJpb6VNlHZL2hZp\/4MD3taOBkdt1h6FJfOVdh3aXmgfoQ2DdgbaAqjW4wD3e5Vp1WMVXlVYomMDEdFVxVFVUOWO5TBXBUyViojZ62uPioyqicqG6oMKgTK+UrtyuJK1srLSr\/KsEqoyJylSuZDwP0jZTf8uyLmbI8lI5NGIi74RcasjGdWxyPSouy8amRUj1fl\/\/5V94F8Lpf8hmP5xmv+3YFWRXcMOE9Ej+kt3NMyiU49\/Yd7UxLYHpu45a56AmP6XEWkTcTsisU7ucJcXfSYqoZndryfHljwbh3ZREdV5AwujqZbMwlbE0YVAJydCorZqbSJanBMpbEU8lgiggHBufhyiXWErIhBB61y+5PaCJ1JE8MnB6mGPeiKERLiIeyniIvoOnu6wtSY73SEkQNIQrYpHyZ54qqVnYaw6b6UnKpvE9pjCGOUqXlLRuzDd9j3w4VTfIz81KD3EucH02OPbWHPRIfAfXFic8+uE79FcdGpCQ9ItPNJEb9\/DS9EQiRUPtW5mVEpJz8XykohWCnvC21JScVTaqDSxPRHNTx3rCRQtQIiD5yh4Z0rRmXzoiOaP+pYPKz0xomIDQ9oWxvJTO+iqSdqf6FayI0GPKEq+g5LRwpKKZYmoCBRw0REV76V1ElFb9WQiJqKk4i0Gvp6obPpnAqP+zo89fLzft7FUy3RPjKgo5w8VSyrOZuzmRF3LKXxoks696LGCP1m8OOG+YSq31tSiHjaKqGvZnUBmU0FIhJAIF8lPtaR9JCLVcqSsaonXtRxfmGrJYvhJhYg9CmIgFhXRJgpRvRziN4X5qdt8G6utmueJ2qoa2A7RhydQajBDliWaiwoLmYFHmdw+hbHKpgV8OQGvPJQozslTgNzL2Dz8Nse3sa014zyRn7oca4+T34fi0V6sl6F4qnshXh2KuYHOtM4ticmSeXQbWI+IMk8gD0YrC2LOtcTZfdF1MVH6XRwDhscrm+I4cTgfZmsy9OE5uC6Odyt5N+GH1LV8I52ZkAzpXQbREa3m+RYTGz1R17KJlh4jKvYh7hscECOI4CEHi6laL0WExKpHoMc+dLgOSZsYiqZimlY9bUvaqlTLrXFm4TlPOKd4aYjTdxPq7ceyT\/F1H0XDDojL+dvBYOSliccQoR6NCT+ktupdzHydj58rop4D2QOfeb7F7hs8UddyQbpHZdMJwZAjAOBRnZflmaZbpIiQ2HQP9NAQKSYeXlMxleqSotZ9SphqTTJz\/9PiLM75MhFtLjrGEyh+CiMdATYCGSy95qJp8O6Iox\/ybaw4Z4EnqvMWI5wPzUVPwU3z8zTz07EwKqK5aGeCAF9K153YuJi\/XVp5CzBlN+Pk9d1y3HRP5KeuhsfWBNzPZuw\/8cQpyG9WD2XHl\/nRi15L\/5uk4xYQkwd++K+hba2I1hmICYdFhJVQinSMdG66V7256BHfxupaUp5oLnoz3aOy6WM\/pDpvm+eBnC89AbIPwhVurclkrdG1W8nBLEd5LNe32NTPE84VEtURcR8Kox34ZCheSyXw2FBQtC+p6G+EIAKnP6GsnHYC+n6hGeoF6z1MV3ffIi\/LE81FUaZtsz4orNbhsj24\/zm5bA\/j4Zqfet2I5qIXNUWvw2kDP17ACh+Gj\/uBJRV3+pYeSU8oXfvkuLXmTKZnM6z7MyPBFBXnpKdIGRd5\/3WKtjFFiiA8X4+3r\/ZEScUJdFuhxbiFbuPjzUWLCN39Wq7D48U56bRRUnF7Om1QeFFzEcA78oKGKAf0hhdJQeqlnRykjcqmJZ6QZpVN7dVjI10z8eZWxP6gaPweZDt\/KiZkeefa4cnnQdsx839KREVU503WBG0mf4VEjWz8DG41sv4zOLyAxzfhgTXyTxM\/PuLHCtTbKjlP8UNTMM+3uPQmTzQXXUIP5pR3CDz4PgyPZOhr+pCFb5\/mQxY9HlR9y2Jd3ppGaquKYZZLe5g+nIL8D8lOJXxcGkehW9UVfz3kW+Qv8YTiqbLpnjjyX8c1j+PrZoas04cPUGYflm1GbLdEtLKpDSEbkZ8VVE+ypPaiYUkccVsgGgpUUavzUoMYuxxiYL3EqXXfMddaHfmpjYlobdVryHwzQcyvZDo38KMOvT\/Rh2f5sRV7F9OSLVItyjB7YTLbt6ybUk\/UtSRQc5s+9MBvHyFfLa5OE\/X8nczHZ+T7cxjyOD+m4LdazeBiTL1f6+hNut0B+jGm3ii\/7UbUxfztpuvh6Q\/NRRvw22d8qJJX3kWuwyuN+K9nAdwfpfvA+uKcGb6lh\/aUA+tHVHyLh1YXIOV2uk8mki+hzLVRYm1LD6Yp1dIFYhNIP7Rbolx9EdyTiJvuW+atxhPOPYvJT8eJ4Fdx1RYYvYpiOVqbr2LDyWhXR8+zZNQyiMv5KNeVJdhuXAZ6o8R1QueZfH0Hhg9oIuciewkM56LhG+kP2g6RXOlBVMqI4pwYaed4xLVTnf0PfKdMP9u32P+MJ5qLViOSRVec8ykMv8Gg9HT77SE+BB0l2zfAnQys\/XVI4FHnIdo0QThpf73eE+j1BtD56PYcwpYVIGQBzFvqSipu8S09hnmisunXuHRyATP3He4\/nL\/VBPlf4wx5GL9mwFDF4BxlaxFooNQUEmQVrV9t7bpihxbVJxpcjv334a0\/+Zb184gnKpueosdyqbgCBTbyYTUKdNIKlzkn0ittulvexkXqWiZIgrZJPpPV11Z1QaMPBzF+LXOwiR3ig+wEWaGgzME61vDweG3VkZoLEcNQai6GjJGWz6LQDHT\/GrFzNPXdEXUvHwrpxQRX541mxv\/CD+2mFyibzUfLhYSA0s9jCp8XUXcxOqziwxMKgbV0X8rfWiIupdW6FqQ+jciY9JAtsnAZ4\/Yi7m7fwqzcE3UtxXwkhznXi66bGHIoH99Qub0Ng95L665dcXHOjxjltGP4FZq1JbEMQ3aWNp6T0VmRdpdvibR0IS7OWQbDbO2VV6JQFh\/eRsM26vEpPbRR+ReMv5TLvqXHe3j6W+ZiufbgIogxGUObJjSRTP4aT6D06\/Avw6UNOK9LHLbP0DdZkJ+qwZrUQOy8E5bD6w\/MJsc4l1QXbRTv9wQhR7tYcVEPsY6S9So+aXvAjcdg5Fq4DT3g4Gq5bzVq3w6ykg8zNZ8voMk0bFpCe4tS2QKYqfbeS88pmoIquk\/mw3S8d4M+XMWPCs+5tuoa8TiBrqXIPhwe5ykmdLIYSA9tIQ878EFZqDc9yUL5qXMlhehLG+VmsYLzU\/PhwSIRoZkjjTrMDIgQEqHeLeSNE9KnhZBQfULcUOzfR6G5CD7Ncu\/v+fAUMT0ef9dIfpIP97EcZvsWo+70BIUKlR9QWnwAYx5GxMMw5SSuYyJJdxDmLoBIvbC15n4ccnUdTr0TQolhhm9hdpUnupWcAY82BfQ4CiYrCnTkcu4KydfBZikatvDXTlGbtsbt8GXsYUJ4eKPlj\/RmMiDqWrYp5fb2BHmjP+rsRlARkfKjKtzFTGcGIToJY0momkFFta4Y1KLOPzyRn\/oMriTUrTU\/QexjWtuSZTf4PE5Cfp7xnTgnzk5\/0NZIPZzbL5f+hNevZXo+o21QNnwDPQbWs1fyLR6s9kS3khtQ7tVBRP2lqLyyQCkPXkp5\/SHmYGJvxP9NC6SXEaEHRLgIpRCsSqr0xImXYkF\/PhyjFHAWc7cTNn\/A7cul2yw0v5UFscC3qFLviW4laxlSpyXzCZL3MkQ7gePlNJXjy\/ihFikiinMeR\/OtMF2hD58Q7hv5obW0RdupeghtWRf4Fj\/P8kRdyzUM\/UIfzkTTTfzoD7AyrbqWrVpJcQuZ7fSpBIfVtVzpCd4zQCnr6V3fZILyUZbOT+mEnZ8aLNcAzFb20YdnMX8RPd7R0v\/fbVB1JBRRnPMmyhEeigLttyqbvobxV1rPEX58CNMY9fNlxdr7MHxZJr+L\/e\/ilFfpyra9OOc5LGt1vmwuutkTKuLNRfjAuZP5sAmTj6QXPlAuaC76G9plwRRPi6itupi\/I\/k7Wjz64bIvMexSNGQ+a6umMt7Ol2j4uCeKc\/4OH1ZrfuoVjFqGU9Yy9EOFwAbEZiDhfXr21K4gRiT3TFsnx9ZW7QG9W8GxBSZZRLIm9mTtt8S11SH9\/dazRN72hG4OFM1Y2EKIXofb\/\/\/tAxOozev\/29sH8ucMuB6pbLmMvmfpPuzTNKHV56EDfdw93FVoR8CKi5OGz0LsZJn\/GwYsLtBpk1u1emw5Du53NUgPFlkDPToRaj0aSfAJejUy9jZmuX8jKt9FdB3ZSGJAqV0NROdS5n0hY1eQcbIbUHldnCvRAjYuABVx1NoMggIHNPF1ID91B9oQc8pMIrhIRibJdkTFPwn+a\/l7FEb7Ndd2dPUJW4QyuHr4lK4hyvFaYj7py6sKMR251aLmE57QfsIXjtqqNXzIIAjXw5jSMqLiQ\/TYzd9m5pAqVNn0uRFoqA2uzq4BQdnWXvsLZi8gfHbXcBGenwpAfkq78Hgcx6yB30rcXodTqRl0E19CNu0KzdW9aEfIditZ6gld2\/q079x6MstOzP0Q9scoILcg+VJM3sIHUo0IRYDk+oSs7b8ytPZDPmUzVSB7+HCvbxkyyRPVeRfQbkkwu3mgGxl2BGIpDIpQVQq1XkqauIzuRyDteJWOPHrsZT4uAKD8NBdd71WXFLXuQhchjsi2lHgiBeb4i7WbJvjM1AHxAwYQOA3Wm+N8uSNNkPXS0AE+PoK0B2aQg2nwQqHzQkj4qdPtuwhsHwy0G+8M54\/prq260s9\/cc4tqElAFOekQ0XbeLVMz1ueqK3ahnSCKj8VRfo+5iErvZOobDqY+Hme2TyY\/Ds7\/YG59j186GqIYjk\/tQ0vEdysDvTQeXeJb3HoXZ7gTRI+PipGovLKAk0KvMRjMMQcpv5U9CDE2EsZgQPSHqDlNq22Kg+MiRKh+CjOGcKHY5RCL0QvRdD1zO1ypcU5WH4rHxb5FlVWeqI6bz1DmErFhOZ2RIUuHI+XF\/eDXMZ4tUgRofjYWrOTjwRMfmqLj6DaqvXECCGl6FOMSYpa\/DzHEwo+H5aKHMWp7PSBK9UVyWolxR+BtWuixuiWSARGa\/tEmyZwoaJL56WA0E0i0aXd13bV3UIInW1GM5orxeKcWX52xVMtUlVm9UGq0ENWF+dEmerv+bBDHozxfvIOfGIkFl5IRKCA\/P8BXAOCux0tvg+YzrdgsBpks8pDCuv2MPhB3yJvpie0s\/OXgLVVQxm7GU+dyocm8dAxegV\/snhxwn1GOmcJgA5vhOEnTMzwRtUJTiaNqPcgi25oow647M4aSUUpiH0NTMp+1lisUWdytgiNcO6TqK36d0P6GmhjA4E7HM893TCiopR2YINfnxB12Ph\/sT75cg+hVNOAm+eg7rcNzUW34Ivujcz2NQlVEt0hbK05vRHl+tBDdqQNc4s46GtHx91YI4pd54ninKJEcQ5Wdivphg3xRsXl1ppfNRK1KWY\/q1EnHGpOA2odlKDwNOCQw5m4eQ06w1GeGnwQsD1pqM4bgfnRRqZ4CswObpQ4tYh7wROaOoqKHPN5giNSg1q2WPWY+Dlj16YTvQiYfEgXnXfW08WvozUJlibBWa8eWvRPYGt2gRK9WriWeMK5YxnSM46bPo9Tq5i\/x+JyBExV4n6DEqp9c9If2DDC+FF6kHxQD+L\/pOZpM+9TXF3LGj5k+CD2SbA67yNmebdmkT+fL78wAg21lNqlp1QEx1mdfUQsxYuO3NamES670OKkRjmAm+xGMssL6FnSKLf6lrR0LxBVUYVNhHINe7d0YYNLQoWNB1Mtgy0J+SfdYrkIeVB+1s0zPNajdbqwSU8MXcqMK6Xc61uGTPKEcqiGo2Jegusl+ByBlJf0QXuwv\/KXlZYiQtGvwqY7SJyVx492aKm92Idxoud6r7qkqHULWY7FOR3hkapDqc8wKsVBuSHOVWUB3e9jtxLlx30MGavx9zGVS5i0BiL3bflCQ77jo3h8J18c64nmokFIoId2TBqi1vMQwe0HsVJEu6EA0wswajCbihMYOnAQUn4JkapLM03VOfe\/AA==(\/figma)--&gt;\"><\/span><span>The monthly report is our main form of communication with clients, detailing fund investments, portfolio composition, asset allocation, performance, historical volatility, and a summary of the fund's evolution, markets, and our investment perspectives.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_code admin_label=&#8221;Javascript for Optin&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->    document.addEventListener('DOMContentLoaded', function () {<!-- [et_pb_line_break_holder] -->      const input = document.getElementById('et_pb_signup_email');<!-- [et_pb_line_break_holder] -->      const label = document.querySelector('label[for=\"et_pb_signup_email\"]');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      function toggleLabel() {<!-- [et_pb_line_break_holder] -->        if (document.activeElement === input || input.value.trim() !== '') {<!-- [et_pb_line_break_holder] -->          label.classList.add('visible');<!-- [et_pb_line_break_holder] -->        } else {<!-- [et_pb_line_break_holder] -->          label.classList.remove('visible');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] -->      input.addEventListener('focus', toggleLabel);<!-- [et_pb_line_break_holder] -->      input.addEventListener('blur', toggleLabel);<!-- [et_pb_line_break_holder] -->      input.addEventListener('input', toggleLabel);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Ejecutar por si hay valor precargado<!-- [et_pb_line_break_holder] -->      toggleLabel();<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  <\/script>[\/et_pb_code][et_pb_signup mailchimp_list=&#8221;Cartesio Inversiones|71d113a35c&#8221; first_name_field=&#8221;off&#8221; last_name_field=&#8221;off&#8221; use_custom_fields=&#8221;on&#8221; success_message=&#8221;Gracias por suscribirte&#8221; button_text=&#8221;Suscribirme&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; form_field_background_color=&#8221;#001d2a&#8221; header_font=&#8221;Satoshi||||||||&#8221; body_font=&#8221;Satoshi||||||||&#8221; result_message_font=&#8221;Satoshi||||||||&#8221; form_field_font=&#8221;Satoshi||||||||&#8221; background_enable_color=&#8221;off&#8221; custom_button=&#8221;on&#8221; button_border_width=&#8221;2px&#8221; button_border_color=&#8221;#FFFFFF&#8221; button_border_radius=&#8221;8px&#8221; button_font=&#8221;Satoshi||||||||&#8221; button_on_hover=&#8221;off&#8221; button_custom_margin=&#8221;6px|0px|0px|0px|false|false&#8221; button_custom_padding=&#8221;8px|60px|8px|24px|true|false&#8221; custom_margin=&#8221;32px||32px||true|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; hover_enabled=&#8221;0&#8243; custom_css_free_form=&#8221;\/*Campos de OptIn*\/||.et_pb_contact_form_label{||  display:flex !important;||  height:12px;||  line-height:12px;||  font-size:12px;||  position:absolute;||  top:4px;||  left:14px;||  color:rgba(255, 255, 255, 0.70) !important;||  opacity:0;||}||||.et_pb_contact_form_label.visible {||    opacity:1  !important;||}||||#et_pb_signup_email{||  height:44px;||  background-color:#001D2A;||  border: 2px solid #001D2A;||  color:rgba(255, 255, 255, 0.70);||  padding-left:12px !important;||  padding-right:12px !important;||  padding-top:16px !important;||  padding-bottom:16px;||}||||#et_pb_signup_email:focus{||  border: 2px solid white;||  color:white;||  padding-top:25px !important;||}||||#et_pb_signup_email:not(:focus):not(:placeholder-shown) {||  border: 2px solid #001D2A;||  color: white;||  padding-top: 25px !important;||}||||#et_pb_signup_email:focus::placeholder {||  color: transparent !important;||}||||\/*Boton*\/||||.et_pb_signup_0.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{||  content:url(\/wp-content\/uploads\/2025\/04\/Contact_submit_hover.svg);||  align-self: anchor-center !important;||\tright:24px;||}&#8221; custom_css_newsletter_fields=&#8221;background-color:rgba(0, 29, 42, 1);||\tcolor:rgba(255, 255, 255, 0.7);||\tborder-radius:8px;||\tfont-size:clamp(16px, 6vw, 16px) !important;||\tline-height:clamp(20px, 6vw, 20px) !important;||\tfont-weight:500;||\tletter-spacing: 0 !important;&#8221; custom_css_newsletter_button=&#8221;font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:fit-content;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; custom_css_newsletter_button_last_edited=&#8221;on|desktop&#8221; custom_css_newsletter_button_tablet=&#8221;font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:100%;||display:flex;&#8221; custom_css_newsletter_button_phone=&#8221;background: rgba(255, 255, 255, 0.2);||font-weight:700;||font-size:clamp(18px, 6vw, 18px) !important;||line-height:clamp(28px, 6vw, 28px) !important;||letter-spacing: 0 !important;||width:100%;||display:flex;&#8221; sticky_enabled=&#8221;0&#8243;][et_pb_signup_custom_field _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; predefined_field=&#8221;f343625b3f&#8221; field_id=&#8221;f343625b3f&#8221; field_title=&#8221;Intereses&#8221; field_type=&#8221;checkbox&#8221; checkbox_options=&#8221;%91{%22checked%22:0,%22value%22:%22Noticias%22,%22id%22:%22cdb6d3e361%22,%22dragID%22:-1},{%22checked%22:1,%22value%22:%22Informes%22,%22id%22:%2288abfa486f%22,%22dragID%22:0}%93&#8243; custom_css_main_element=&#8221;display:none&#8221; hover_enabled=&#8221;0&#8243; sticky_enabled=&#8221;0&#8243;][\/et_pb_signup_custom_field][\/et_pb_signup][et_pb_code admin_label=&#8221;Texto politica de privacidad&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_free_form=&#8221;.inner-link-optin{||  text-decoration:underline;||  cursor:pointer;||}||.inner-link-optin:hover{font-weight:bold}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div style=\"font-weight:400\" class=\"text-body-m color-white-100 translation-block\">Subscription implies acceptance of Cartesio's <a class=\"text-body-m color-white-100 inner-link-optin\" href=\"\/en\/privacy-policy\/\" target=\"_self\">Privacy Policy<\/a>. Email preferences may be updated or the subscription may be canceled at any time<\/div>\n<p>[\/et_pb_code][et_pb_code admin_label=&#8221;Change email placeholder&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    \/* Placeholder *\/<!-- [et_pb_line_break_holder] -->    const input = document.getElementById(\"et_pb_signup_email\");<!-- [et_pb_line_break_holder] -->    if (input) {<!-- [et_pb_line_break_holder] -->      input.placeholder = \"e-mail\";<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    const label = document.querySelector(\".et_pb_contact_form_label\");<!-- [et_pb_line_break_holder] -->    label.textContent = \"e-mail\";<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    document.addEventListener(\"DOMContentLoaded\", function() {<!-- [et_pb_line_break_holder] -->    \/* Bot\u00f3n *\/ document.querySelectorAll('.et_pb_newsletter_button').forEach(el => {<!-- [et_pb_line_break_holder] -->      el.classList.add('bg-sweep-transition', 'bg-white-20', 'hover-bg-white-20');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->    <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const form = document.querySelector(\".et_pb_newsletter_custom_fields\");\n        const button = form?.querySelector(\".et_pb_newsletter_button\");\n\n        if (!form || !button) return;\n\t\t\n        button.addEventListener(\"click\", function (e) {\n\n            setTimeout(() => {\n                const email = form.querySelector(\"input[name='et_pb_signup_email']\")?.value?.trim();\n                if (!email) return;\n\n                const intereses = Array.from(form.querySelectorAll(\"input[type='checkbox']:checked\"))\n                    .map(cb => cb.value.toLowerCase());\n\n                let journey = null;\n                if (intereses.includes(\"informes\")) {\n                    journey = \"informes\";\n                } else if (intereses.includes(\"noticias\")) {\n                    journey = \"noticias\";\n                }\n\n                if (!journey) return;\n\t\t\t\t\n                fetch('https:\/\/cartesio.com\/wp-admin\/admin-ajax.php?action=trigger_mailchimp_journey', {\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\theaders: {\n\t\t\t\t\t\t\"Content-Type\": \"application\/json\"\n\t\t\t\t\t},\n\t\t\t\t\tbody: JSON.stringify({\n\t\t\t\t\t\temail: email,\n\t\t\t\t\t\tjourney: journey\n\t\t\t\t\t})\n\t\t\t\t})\n                .then(res => res.json())\n                .then(data => {\n                    console.log(\"Mailchimp Journey Trigger:\", data);\n                })\n                .catch(err => console.error(\"AJAX Error:\", err));\n\t\t\n\t\t\t\tconsole.log(\"Flow flag ended\");\n\t\t\n            }, 1000);\n        });\n    });\n    <\/script>\n    <!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;bg-grey-30&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|12px||12px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;5000px&#8221; custom_margin=&#8221;||||false|true&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_color_bottom=&#8221;#cccdcb&#8221; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-h2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#1d1d1d&#8221; custom_css_main_element=&#8221;font-weight:600;&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>News and Ideas<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; make_equal=&#8221;on&#8221; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; specialty=&#8221;on&#8221; bg_img_2=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/03\/ae05a73680c5f2275e9de58007634731-scaled.jpg&#8221; background_size_2=&#8221;custom&#8221; background_image_width_2=&#8221;90%&#8221; background_image_height_2=&#8221;100%&#8221; background_repeat_2=&#8221;round&#8221; background_position_2=&#8221;center_right&#8221; background_horizontal_offset_2=&#8221;0%&#8221; background_vertical_offset_2=&#8221;0%&#8221; background_blend_2=&#8221;normal&#8221; use_background_color_gradient_1=&#8221;on&#8221; use_background_color_gradient_2=&#8221;off&#8221; background_color_gradient_stops_1=&#8221;#ffffff 45%|#013953 45%&#8221; padding_top_1=&#8221;0px&#8221; padding_top_2=&#8221;0px&#8221; padding_right_1=&#8221;40px&#8221; padding_right_2=&#8221;0px&#8221; padding_bottom_1=&#8221;0px&#8221; padding_bottom_2=&#8221;0px&#8221; padding_left_1=&#8221;40px&#8221; padding_left_2=&#8221;0px&#8221; padding_top_bottom_link_1=&#8221;true&#8221; padding_top_bottom_link_2=&#8221;true&#8221; padding_left_right_link_1=&#8221;true&#8221; padding_left_right_link_2=&#8221;true&#8221; padding_1_tablet=&#8221;|12px||12px|false|true&#8221; padding_1_phone=&#8221;|12px||12px|false|true&#8221; padding_1_last_edited=&#8221;on|tablet&#8221; module_class_1=&#8221;column-back-fix&#8221; custom_css_main_2=&#8221;display:flex;||flex-direction:column;||justify-content:flex-end;&#8221; module_class=&#8221;bg-grey-30 section-flex-jump&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; inner_width=&#8221;100%&#8221; inner_max_width=&#8221;5020px&#8221; height=&#8221;100%&#8221; max_height=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; background_last_edited=&#8221;on|tablet&#8221; custom_css_free_form=&#8221;.flex-jump{||  display:flex;||  flex-direction:row;||}||||.section-flex-jump .et_pb_row{||    display:flex;||  flex-direction:row;||}||||.fixed-height-row{||  \theight:30rem;||  }||||@media (max-width: 1363px){||  .flex-jump{||  \tflex-direction:column;||||\t}||  .column-back-fix {||    background-image: linear-gradient(180deg, #ffffff 50%, #013953 50%)!important;||  }||  .section-flex-jump .et_pb_row{||  flex-direction:column;||    width:100%!important;||}||    .section-flex-jump .et_pb_row .et_pb_column  {||    width:100%!important;||}||  ||}||&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%)!important;&#8221; custom_css_main_element_phone=&#8221;background-image: linear-gradient(180deg, #ffffff 50%, #ffffff 50%)!important;&#8221;][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_row_inner make_equal=&#8221;on&#8221; module_class=&#8221;fixed-height-row&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;45%&#8221; max_height=&#8221;45%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;news-slider&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; min_height=&#8221;100%&#8221; height=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;40px|40px|40px|40px|true|true&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"carousel-container\">\n\t\t\t<div class=\"custom-slider-wrapper\">\n\t\t\t\t<div class=\"custom-slider\"><div class=\"slide\">\n\t\t\t\t<p class=\"post-date text-body-m color-grey-70\">4 September 2025<\/p>\n\t\t\t\t<h3 class=\"post-title text-h5 color-blue-90\">Un cl\u00e1sico \u2013 Las 10 reglas de Bob Farrell<\/h3>\n\t\t\t\t<span class=\"post-category text-body-s color-grey-80\">Opinions<\/span>\n\t\t\t\t<a href=\"https:\/\/cartesio.com\/en\/noticia\/un-clasico-las-10-reglas-de-bob-farrell\/\" class=\"read-more-btn text-body-l\">\n                <p>\n\t\t\t\t\tRead publication\n\t\t\t\t<\/p> \n\t\t\t\t<span class=\"icon text-body-l\">\n\t\t\t\t\t<svg width=\"36\" height=\"36\" viewbox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t<rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n\t\t\t\t\t<path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div><div class=\"slide\">\n\t\t\t\t<p class=\"post-date text-body-m color-grey-70\">7 March 2025<\/p>\n\t\t\t\t<h3 class=\"post-title text-h5 color-blue-90\">Cartesio X ganador premios Morningstar 2025 en la categor\u00eda Mejor Fondo Flexible<\/h3>\n\t\t\t\t<span class=\"post-category text-body-s color-grey-80\">Awards<\/span>\n\t\t\t\t<a href=\"https:\/\/cartesio.com\/en\/noticia\/draft\/\" class=\"read-more-btn text-body-l\">\n                <p>\n\t\t\t\t\tRead publication\n\t\t\t\t<\/p> \n\t\t\t\t<span class=\"icon text-body-l\">\n\t\t\t\t\t<svg width=\"36\" height=\"36\" viewbox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t<rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n\t\t\t\t\t<path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div><div class=\"slide\">\n\t\t\t\t<p class=\"post-date text-body-m color-grey-70\">5 February 2025<\/p>\n\t\t\t\t<h3 class=\"post-title text-h5 color-blue-90\">No s\u00f3lo importa la rentabilidad, tambi\u00e9n el riesgo<\/h3>\n\t\t\t\t<span class=\"post-category text-body-s color-grey-80\">Opinions<\/span>\n\t\t\t\t<a href=\"https:\/\/cartesio.com\/en\/noticia\/no-solo-importa-la-rentabilidad-tambien-el-riesgo\/\" class=\"read-more-btn text-body-l\">\n                <p>\n\t\t\t\t\tRead publication\n\t\t\t\t<\/p> \n\t\t\t\t<span class=\"icon text-body-l\">\n\t\t\t\t\t<svg width=\"36\" height=\"36\" viewbox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t<rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n\t\t\t\t\t<path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"slider-move-wrapper\">\n\t\t\t<button class=\"carousel-btn prev\">\n\t\t\t\t<span class=\"arrow\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M7.325 11L21 11L21 13L7.325 13L12.925 18.6L11.5 20L3.5 12L11.5 4L12.925 5.4L7.325 11Z\" fill=\"#2B2B2A\"\/>\n<\/svg>\n<\/span>\n\t\t\t<\/button>\n\t\t\t<div class=\"carousel-indicators\"><span class=\"bg-blue-20 dot active\" data-index=\"0\"><\/span><span class=\"bg-blue-20 dot\" data-index=\"1\"><\/span><span class=\"bg-blue-20 dot\" data-index=\"2\"><\/span><\/div>\n\t\t<button class=\"carousel-btn next\">\n\t\t\t\t<span class=\"arrow\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M16.675 13L3 13V11L16.675 11L11.075 5.4L12.5 4L20.5 12L12.5 20L11.075 18.6L16.675 13Z\" fill=\"#2B2B2A\"\/>\n<\/svg>\n<\/span>\n\t\t\t<\/button>\n\t\t<\/div>\n\t\t<\/div>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; make_equal=&#8221;on&#8221; module_class=&#8221;fixed-height-row&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; min_height=&#8221;55%&#8221; max_height=&#8221;55%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;display:flex;||flex-wrap:nowrap;&#8221; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#2b7293&#8243; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;off|phone&#8221;][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;margin-right:40px!important;&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#2b7293&#8243; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|tablet&#8221; custom_css_main_element_tablet=&#8221;margin-right:12px!important;&#8221; custom_css_main_element_phone=&#8221;margin-right:12px!important;&#8221;][et_pb_text module_class=&#8221;blue-post-card&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n\n    <div class=\"custom-post-card\">\n        <div class=\"custom-post-card-slide active\">\n            <p class=\"post-date text-body-m\">1 June 2021<\/p>\n            <h3 class=\"post-title text-h5\">Hablar menos, hacer m\u00e1s \u00bfPor qu\u00e9 no hablamos de las compa\u00f1\u00edas en cartera?<\/h3>\n            \n            \n            <div class=\"post-category text-body-s\">Opinions<\/div>\n            <a href=\"https:\/\/cartesio.com\/en\/noticia\/hablar-menos-hacer-mas-por-que-no-hablamos-de-las-companias-en-cartera\/\" class=\"read-more-btn text-body-l\">\n                <p>Read publication<\/p> \n                <span class=\"icon text-body-l\">\n                    <svg width=\"36\" height=\"36\" viewbox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"rgba(255, 255, 255, 0.20)\"\/>\n                        <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"white\"\/>\n                    <\/svg>\n                <\/span>\n            <\/a>\n            <div style=\"height:20px;\"><\/div>\n        <\/div>\n    <\/div>\n\n    \n<p>[\/et_pb_text][\/et_pb_column_inner][et_pb_column_inner type=&#8221;1_2&#8243; saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; custom_css_main_element_last_edited=&#8221;on|phone&#8221; custom_css_main_element_phone=&#8221;display:none;&#8221;][et_pb_image src=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/03\/9fd378f26c596daf02d0a0eb7bc3064e-scaled.jpg&#8221; title_text=&#8221;9fd378f26c596daf02d0a0eb7bc3064e&#8221; module_class=&#8221;image-4-3 blue-img&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width_tablet=&#8221;100%&#8221; max_width_last_edited=&#8221;off|desktop&#8221; module_alignment=&#8221;center&#8221; height=&#8221;600px&#8221; custom_padding=&#8221;|0px||||&#8221; custom_css_main_element=&#8221;z-index:3;&#8221; custom_css_free_form=&#8221;.blue-img.image-4-3 .et_pb_image_wrap img {||  width:114%;||  max-width:none!important;||}||||@media (max-width: 1363px){||  .blue-img.image-4-3 .et_pb_image_wrap img {||  width:48vw!important;||}||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text module_class=&#8221;bg-white-90 post-card&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;70%&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; height=&#8221;55%&#8221; height_tablet=&#8221;65%&#8221; height_phone=&#8221;65%&#8221; height_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n\n    <div class=\"custom-post-card\">\n        <div class=\"custom-post-card-slide active\">\n            <p class=\"post-date text-body-m\">20 June 2024<\/p>\n            <h3 class=\"post-title text-h5\">Bar\u00f3metro Morningstar en gesti\u00f3n activa y pasiva: Cartesio es diferente.<\/h3>\n            \n                            <p class=\"post-excerpt text-body-l\">Morningstar publica un bar\u00f3metro que mide el comportamiento de los...<\/p>\n            \n            <div class=\"post-category text-body-s\">Opinions<\/div>\n            <a href=\"https:\/\/cartesio.com\/en\/noticia\/barometro-morningstar-en-gestion-activa-y-pasiva-cartesio-es-diferente\/\" class=\"read-more-btn text-body-l\">\n                <p>Read publication<\/p> \n                <span class=\"icon text-body-l\">\n                    <svg width=\"36\" height=\"36\" viewbox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <rect width=\"36\" height=\"36\" rx=\"8\" fill=\"#D8D6D4\"\/>\n                        <path d=\"M22.0129 15.4013L12.3432 25.071L10.929 23.6568L20.5987 13.9871L12.6791 13.9871L12.6968 11.9895H24.0105V23.3032L22.0129 23.3209L22.0129 15.4013Z\" fill=\"#2B2B2A\"\/>\n                    <\/svg>\n                <\/span>\n            <\/a>\n            <div style=\"height:20px;\"><\/div>\n        <\/div>\n    <\/div>\n\n    \n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; module_class=&#8221;bg-white-100&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;0px|40px|0px|40px|true|true&#8221; custom_padding_tablet=&#8221;|12px||12px|true|true&#8221; custom_padding_phone=&#8221;|12px||12px|true|true&#8221; custom_css_main_element=&#8221;z-index:99;&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;5020px&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding=&#8221;80px|40px|80px|40px|true|true&#8221; custom_padding_tablet=&#8221;|12px|40px|12px|false|true&#8221; custom_padding_phone=&#8221;|12px|40px|12px|false|true&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text module_class=&#8221;text-h2 color-blue-100&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;0px|0px|0px|0px|true|true&#8221; custom_css_main_element=&#8221;font-weight:500;&#8221; custom_css_free_form=&#8221;.homedropdown *{||  height:100%!important;||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span class=\"text-h2\">Take the first step and <span class=\"text-H2\">invest with Cartesio<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;1&#8243; make_equal=&#8221;on&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;5060px&#8221; custom_padding=&#8221;0px||80px||false|false&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_left=&#8221;1px&#8221; border_color_left=&#8221;#b4b2b1&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|tablet&#8221; border_width_left_tablet=&#8221;0px&#8221; border_width_left_phone=&#8221;0px&#8221; border_width_left_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; border_width_right=&#8221;1px&#8221; border_color_right=&#8221;#b4b2b1&#8243; border_width_right_tablet=&#8221;0px&#8221; border_width_right_phone=&#8221;0px&#8221; border_width_right_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code module_class=&#8221;homedropdowns&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;100%&#8221; height=&#8221;100%&#8221; custom_css_free_form=&#8221;.expandable-box {||    width: 100%;||    overflow: hidden;||    height: 100%;||    transition: all 0.4s ease-in-out;||    border: 0px solid transparent; \/* Sin borde inicialmente *\/||    border-radius: 0px;||    position: relative;||    padding: 40px;||    display: flex;||    flex-direction:column;||    align-items: left;||    justify-content: space-between;||}||||.expandable-box .icon{||  background: white;||  padding:10px;||  border-radius:16px;||  margin-bottom:24px;||}||||\/* T\u00edtulo siempre visible *\/||.expandable-box .title {||    height:fit-content;||    cursor: pointer;||    flex-grow: 1;||}||||\/* Ocultar el contenido inicialmente *\/||.expandable-box .content {||    max-height: 0;||    overflow: hidden;||    display: none;||    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;||}||||\/* Estilos del bot\u00f3n de la flecha *\/||.expandable-box .arrow {||    font-size: 18px;||    width: 40px;||    height: 40px;||    background: rgba(0, 0, 0, 0.1);||    border-radius: 8px;||    display: flex;||\t\talign-self:flex-end;||    transition: transform 0.4s ease-in-out;||    cursor: pointer;||}||||\/* Cuando se expande *\/||.expandable-box.expanded {||    height:100%;||    border: 2px solid rgba(1, 86, 125, 1); \/* Borde al expandirse *\/||    border-top: 8px solid rgba(1, 86, 125, 1);||}||||\/* Mostrar el contenido con transici\u00f3n *\/||.expandable-box.expanded .content {||    max-height:fit-content;||    display: block;||    margin-bottom:24px;||    margin-top:20px;||}||||\/* Mueve el bot\u00f3n hacia abajo *\/||.expandable-box.expanded .arrow {||    transform: rotate(180deg);||    cursor: pointer;||}||.homedropdowns .et_pb_code_inner{||  height:100%||}&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"expandable-box bg-grey-30\"><!-- [et_pb_line_break_holder] -->      <img class = \"icon\" src = \"\/wp-content\/uploads\/2025\/03\/Home_YXAxis.svg\" width=\"60\"><\/img><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"title text-h4 color-blue-90\" onclick=\"toggleBox(this)\"><!-- [et_pb_line_break_holder] -->        Find the fund that best suits your goals<!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"content color-grey-90\"><!-- [et_pb_line_break_holder] -->        <pee class=\"text-body-l\">Cartesio only offers two funds. Cartesio X is the more conservative fund, with less volatility and probably lower long-term returns. Cartesio Y is a moderate\/high risk fund that has offered higher returns in the past but with greater volatility.<\/pee><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"arrow\" onclick=\"toggleBox(this)\"><img src = \"\/wp-content\/uploads\/2025\/03\/Home_button2.svg\" width=\"48\"><\/img><\/div>\n<p><!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->function toggleBox(element) {<!-- [et_pb_line_break_holder] -->    let box = element.closest(\".expandable-box\");<!-- [et_pb_line_break_holder] -->    box.classList.toggle(\"expanded\");<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code module_class=&#8221;homedropdowns&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; height=&#8221;100%&#8221; custom_margin_tablet=&#8221;12px||||false|false&#8221; custom_margin_phone=&#8221;12px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_css_free_form=&#8221;.inner-link{||  text-decoration:underline;||}||&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<div class=\"expandable-box bg-grey-30\"><!-- [et_pb_line_break_holder] -->      <img class = \"icon\" src = \"\/wp-content\/uploads\/2025\/03\/Home_PersonIcon.svg\" width=\"60\"><\/img><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"title text-h4 color-blue-90\" onclick=\"toggleBox(this)\"><!-- [et_pb_line_break_holder] -->        Register as a client and subscribe to the funds<!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"content color-grey-90\"><!-- [et_pb_line_break_holder] -->        <pee class=\"text-body-l\">You can register directly on our website through this <a class=\"inner-link onboarding\">link<\/a> o pinchando en el bot\u00f3n \u201cHazte cliente\u201d de nuestra web.<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->Para completar el proceso de alta, necesitaremos tus datos personales, DNI (o documento de identificaci\u00f3n vigente), as\u00ed como la realizaci\u00f3n de un test de conveniencia. Durante el proceso podr\u00e1s especificar si quieres hacer una suscripci\u00f3n o un traspaso de entrada desde otro fondo.<!-- [et_pb_line_break_holder] --><\/pee><!-- [et_pb_line_break_holder] -->    <\/div>\n<p><!-- [et_pb_line_break_holder] -->    <\/p>\n<div class=\"arrow\" onclick=\"toggleBox(this)\"><img src = \"\/wp-content\/uploads\/2025\/03\/Home_button2.svg\" width=\"48\"><\/img><\/div>\n<p><!-- [et_pb_line_break_holder] -->    <!-- [et_pb_line_break_holder] --><\/div>\n<p><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/cartesio.com\/wp-content\/uploads\/2025\/03\/d1fa9720c3fd4cf3d5ac6185eb91d0ec-scaled.jpg&#8221; height=&#8221;70vh&#8221; custom_css_free_form=&#8221;.et_pb_code_15, .et_pb_code_22{||  margin-top:0px!important;||}&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_section]<\/p>","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; custom_css_free_form=&#8221;.et_pb_code_22{|| margin-top:0px!important;||}||.et_pb_code_15{|| margin-top:0px!important;||}||\/* dropdown text icon animation *\/||.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{|| align-self: anchor-center;||}||.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{|| align-self: anchor-center;||}||||.et_pb_toggle_title:before {|| margin-top: 0!important;||}||||.landing-button {|| display: flex;|| flex-direction:row;|| justify-content: space-between;|| align-items: flex-end;|| position: relative;|| width:70%!important;||}||||.landing-button::after {|| position: absolute;|| right:-50%;|| top:0;||}||.grid-button::after {|| position: absolute;|| right:24px;||}||||.et_pb_code_12,||.et_pb_code_15,||.et_pb_code_19,||.et_pb_code_22 ||{|| max-width:700px;|| width:100%;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_mo_disable_npp":"","inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-154","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v26.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Home - cartesio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cartesio.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home\" \/>\n<meta property=\"og:description\" content=\"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; custom_css_free_form=&#8221;.et_pb_code_22{|| margin-top:0px!important;||}||.et_pb_code_15{|| margin-top:0px!important;||}||\/* dropdown text icon animation *\/||.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{|| align-self: anchor-center;||}||.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{|| align-self: anchor-center;||}||||.et_pb_toggle_title:before {|| margin-top: 0!important;||}||||.landing-button {|| display: flex;|| flex-direction:row;|| justify-content: space-between;|| align-items: flex-end;|| position: relative;|| width:70%!important;||}||||.landing-button::after {|| position: absolute;|| right:-50%;|| top:0;||}||.grid-button::after {|| position: absolute;|| right:24px;||}||||.et_pb_code_12,||.et_pb_code_15,||.et_pb_code_19,||.et_pb_code_22 ||{|| max-width:700px;|| width:100%;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cartesio.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"cartesio\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T11:12:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Cartesioinv\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cartesio.com\/\",\"url\":\"https:\/\/cartesio.com\/\",\"name\":\"Home - cartesio\",\"isPartOf\":{\"@id\":\"https:\/\/cartesio.com\/#website\"},\"datePublished\":\"2025-01-27T09:57:40+00:00\",\"dateModified\":\"2026-01-20T11:12:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cartesio.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cartesio.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cartesio.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cartesio.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cartesio.com\/#website\",\"url\":\"https:\/\/cartesio.com\/\",\"name\":\"cartesio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cartesio.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cartesio.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cartesio.com\/#organization\",\"name\":\"cartesio\",\"url\":\"https:\/\/cartesio.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cartesio.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg\",\"contentUrl\":\"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg\",\"width\":128,\"height\":128,\"caption\":\"cartesio\"},\"image\":{\"@id\":\"https:\/\/cartesio.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/Cartesioinv\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Home - cartesio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cartesio.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home","og_description":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; custom_css_free_form=&#8221;.et_pb_code_22{|| margin-top:0px!important;||}||.et_pb_code_15{|| margin-top:0px!important;||}||\/* dropdown text icon animation *\/||.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{|| align-self: anchor-center;||}||.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{|| align-self: anchor-center;||}||||.et_pb_toggle_title:before {|| margin-top: 0!important;||}||||.landing-button {|| display: flex;|| flex-direction:row;|| justify-content: space-between;|| align-items: flex-end;|| position: relative;|| width:70%!important;||}||||.landing-button::after {|| position: absolute;|| right:-50%;|| top:0;||}||.grid-button::after {|| position: absolute;|| right:24px;||}||||.et_pb_code_12,||.et_pb_code_15,||.et_pb_code_19,||.et_pb_code_22 ||{|| max-width:700px;|| width:100%;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News [&hellip;]","og_url":"https:\/\/cartesio.com\/en\/","og_site_name":"cartesio","article_modified_time":"2026-01-20T11:12:20+00:00","twitter_card":"summary_large_image","twitter_site":"@Cartesioinv","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cartesio.com\/","url":"https:\/\/cartesio.com\/","name":"Home - cartesio","isPartOf":{"@id":"https:\/\/cartesio.com\/#website"},"datePublished":"2025-01-27T09:57:40+00:00","dateModified":"2026-01-20T11:12:20+00:00","breadcrumb":{"@id":"https:\/\/cartesio.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cartesio.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cartesio.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cartesio.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/cartesio.com\/#website","url":"https:\/\/cartesio.com\/","name":"cartesio","description":"","publisher":{"@id":"https:\/\/cartesio.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cartesio.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cartesio.com\/#organization","name":"cartesio","url":"https:\/\/cartesio.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cartesio.com\/#\/schema\/logo\/image\/","url":"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg","contentUrl":"https:\/\/cartesio.com\/wp-content\/uploads\/2025\/05\/favicon.svg","width":128,"height":128,"caption":"cartesio"},"image":{"@id":"https:\/\/cartesio.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Cartesioinv"]}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"et-pb-post-main-image":false,"et-pb-post-main-image-fullwidth":false,"et-pb-portfolio-image":false,"et-pb-portfolio-module-image":false,"et-pb-portfolio-image-single":false,"et-pb-gallery-module-image-portrait":false,"et-pb-post-main-image-fullwidth-large":false,"et-pb-image--responsive--desktop":false,"et-pb-image--responsive--tablet":false,"et-pb-image--responsive--phone":false},"uagb_author_info":{"display_name":"dev-cartesiowp-admin","author_link":"https:\/\/cartesio.com\/en\/author\/dev-cartesiowp-admin\/"},"uagb_comment_info":0,"uagb_excerpt":"[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;Code&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; custom_css_main_element=&#8221;display:none;&#8221; custom_css_free_form=&#8221;.et_pb_code_22{|| margin-top:0px!important;||}||.et_pb_code_15{|| margin-top:0px!important;||}||\/* dropdown text icon animation *\/||.et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title:before{|| align-self: anchor-center;||}||.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{|| align-self: anchor-center;||}||||.et_pb_toggle_title:before {|| margin-top: 0!important;||}||||.landing-button {|| display: flex;|| flex-direction:row;|| justify-content: space-between;|| align-items: flex-end;|| position: relative;|| width:70%!important;||}||||.landing-button::after {|| position: absolute;|| right:-50%;|| top:0;||}||.grid-button::after {|| position: absolute;|| right:24px;||}||||.et_pb_code_12,||.et_pb_code_15,||.et_pb_code_19,||.et_pb_code_22 ||{|| max-width:700px;|| width:100%;||}&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_code admin_label=&#8221;News&hellip;","_links":{"self":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/comments?post=154"}],"version-history":[{"count":5,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/154\/revisions"}],"predecessor-version":[{"id":12929,"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/pages\/154\/revisions\/12929"}],"wp:attachment":[{"href":"https:\/\/cartesio.com\/en\/wp-json\/wp\/v2\/media?parent=154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}