{"id":1576,"date":"2025-04-10T16:01:37","date_gmt":"2025-04-10T16:01:37","guid":{"rendered":"https:\/\/traivenovosite.wpenginepowered.com\/?page_id=1576"},"modified":"2026-07-06T11:51:30","modified_gmt":"2026-07-06T11:51:30","slug":"quem-somos","status":"publish","type":"page","link":"https:\/\/traive.com.br\/en\/quem-somos\/","title":{"rendered":"Who we are"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1576\" class=\"elementor elementor-1576\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9cfe84 e-con-full light e-flex e-con e-parent\" data-id=\"f9cfe84\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1d29449 e-con-full dots-background e-flex e-con e-child\" data-id=\"1d29449\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6cf23d1 elementor-widget elementor-widget-html\" data-id=\"6cf23d1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.dots-background {\r\n  position: relative;\r\n  z-index: 1;\r\n  overflow: hidden;\r\n  top: 5px;\r\n}\r\n\r\n.dots-background canvas {\r\n  position: absolute;\r\n  top: 0;\r\n  left: 50%;\r\n  width: 98% !important;\r\n  height: 100% !important;\r\n  transform: translateX(-50%);\r\n  z-index: 0;\r\n  pointer-events: none;\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", () => {\r\n  if (window.innerWidth < 768) return;\r\n\r\n  const sections = document.querySelectorAll(\".dots-background\");\r\n\r\n  sections.forEach((section) => {\r\n    const canvas = document.createElement(\"canvas\");\r\n    canvas.classList.add(\"dots-canvas\");\r\n    section.prepend(canvas);\r\n    const ctx = canvas.getContext(\"2d\");\r\n\r\n    let mouse = { x: null, y: null };\r\n    let dots = [];\r\n\r\n    function resizeCanvas() {\r\n      canvas.width = section.offsetWidth;\r\n      canvas.height = section.offsetHeight;\r\n      generateDots();\r\n    }\r\n\r\n    function generateDots() {\r\n  dots = [];\r\n  const totalDots = 1800;\r\n  const cols = Math.ceil(Math.sqrt(totalDots * canvas.width \/ canvas.height));\r\n  const rows = Math.ceil(totalDots \/ cols);\r\n  const xSpacing = canvas.width \/ cols;\r\n  const ySpacing = canvas.height \/ rows;\r\n\r\n  const centerX = canvas.width \/ 2;\r\n  const centerY = canvas.height \/ 2;\r\n  const maxDist = Math.sqrt(centerX ** 2 + centerY ** 2);\r\n  const fadeSpread = 0.9;\r\n\r\n  for (let row = 0; row < rows; row++) {\r\n    const sizeFactor = 1 - row \/ rows;\r\n    const baseSize = 2 + sizeFactor * 2;\r\n\r\n    for (let col = 0; col < cols; col++) {\r\n      if (dots.length >= totalDots) break;\r\n\r\n      const x = col * xSpacing + xSpacing \/ 2;\r\n      const y = row * ySpacing + ySpacing \/ 2;\r\n      const distToCenter = Math.sqrt((x - centerX) ** 2 + (y - centerY) ** 2);\r\n      const centerFade = Math.pow(distToCenter \/ maxDist, fadeSpread);\r\n\r\n      dots.push({\r\n        x,\r\n        y,\r\n        baseSize: baseSize,\r\n        opacity: 0.02 + centerFade * 0.08 \r\n      });\r\n    }\r\n  }\r\n}\r\n\r\n\r\n    function animate() {\r\n      ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n\r\n      dots.forEach((dot) => {\r\n        let dx = dot.x - (mouse.x ?? -9999);\r\n        let dy = dot.y - (mouse.y ?? -9999);\r\n        let dist = Math.sqrt(dx * dx + dy * dy);\r\n\r\n        let scale =\r\n          (mouse.x === null || mouse.y === null)\r\n            ? 1\r\n            : 1 + Math.exp(-dist * 0.03) * 0.8;\r\n\r\n        ctx.beginPath();\r\n        ctx.arc(dot.x, dot.y, dot.baseSize * scale, 0, Math.PI * 2);\r\n\r\n        const color = (mouse.x === null || mouse.y === null)\r\n          ? `rgba(104, 121, 153, ${dot.opacity})`\r\n          : (scale > 1.1\r\n              ? `rgba(104, 121, 153, ${Math.min(1, scale * 0.4)})`\r\n              : `rgba(104, 121, 153, ${dot.opacity})`);\r\n\r\n        ctx.fillStyle = color;\r\n        ctx.fill();\r\n      });\r\n\r\n      requestAnimationFrame(animate);\r\n    }\r\n\r\n    resizeCanvas();\r\n    animate();\r\n\r\n    window.addEventListener(\"resize\", resizeCanvas);\r\n\r\n    section.addEventListener(\"mousemove\", (e) => {\r\n      const rect = section.getBoundingClientRect();\r\n      mouse.x = e.clientX - rect.left;\r\n      mouse.y = e.clientY - rect.top;\r\n    });\r\n\r\n    section.addEventListener(\"mouseleave\", () => {\r\n      mouse.x = null;\r\n      mouse.y = null;\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d59d134 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d59d134\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Who We Are and How We Connect Agribusiness to the Financial Market<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d5f97a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6d5f97a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We transform agricultural credits into liquid assets, connecting agriculture to the financial market with technology and intelligence.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be45a92 e-flex e-con-boxed e-con e-parent\" data-id=\"be45a92\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4faedb2 e-flex e-con-boxed e-con e-child\" data-id=\"4faedb2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6c2195 elementor-widget elementor-widget-video\" data-id=\"f6c2195\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/MA9rk_ORL0s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/traivenovosite.wpenginepowered.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Wallpaper-Principal-Portugues.png&quot;,&quot;id&quot;:6388,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;Traive&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/traive.com.br\/wp-content\/uploads\/2025\/06\/Wallpaper-Principal-Portugues.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video about Traive\" tabindex=\"0\" data-no-translation-aria-label=\"\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewbox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57ab73f e-flex e-con-boxed e-con e-parent\" data-id=\"57ab73f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-290487f elementor-widget-divider--view-line_icon elementor-view-default elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"290487f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon elementor-divider__element\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"60\" height=\"63\" viewbox=\"0 0 60 63\" fill=\"none\"><path d=\"M0.5 12C0.5 5.64873 5.64873 0.5 12 0.5H47.85C54.2013 0.5 59.35 5.64873 59.35 12V51C59.35 57.3513 54.2013 62.5 47.85 62.5H12C5.64873 62.5 0.5 57.3513 0.5 51V12Z\" fill=\"white\" stroke=\"#E7F1F8\"><\/path><path d=\"M19.1728 31.8982C19.1355 32.3234 19.4391 32.706 19.8547 32.7751C19.6789 32.334 19.5244 31.8823 19.3859 31.4253C19.2687 31.5528 19.1888 31.7175 19.1728 31.8982Z\" fill=\"#122744\"><\/path><path d=\"M24.9422 45.2694C25.3897 45.3172 25.7945 44.9771 25.8372 44.5307C25.8798 44.0843 25.5495 43.691 25.102 43.6432C24.6545 43.5954 24.2496 43.9355 24.207 44.3819C24.1697 44.8283 24.5 45.2216 24.9422 45.2694Z\" fill=\"#122744\"><\/path><path d=\"M19.5617 33.2534C19.599 32.8017 19.274 32.419 18.8212 32.3765C18.3684 32.3393 17.9848 32.6635 17.9422 33.1152C17.9049 33.5617 18.2299 33.9496 18.6827 33.9921C19.1355 34.0293 19.5244 33.7051 19.5617 33.2534Z\" fill=\"#122744\"><\/path><path d=\"M18.8319 39.8965C18.3791 39.8593 17.9902 40.1835 17.9529 40.6299C17.9103 41.0816 18.2406 41.4696 18.6881 41.5068C19.1409 41.544 19.5298 41.2198 19.5671 40.7681C19.6097 40.327 19.2794 39.9337 18.8319 39.8965Z\" fill=\"#122744\"><\/path><path d=\"M20.0784 41.1135C19.6149 41.071 19.21 41.4111 19.1674 41.8735C19.1248 42.3358 19.4658 42.7397 19.9292 42.7769C20.3927 42.8195 20.7976 42.4793 20.8348 42.017C20.8828 41.5599 20.5472 41.156 20.0784 41.1135Z\" fill=\"#122744\"><\/path><path d=\"M21.325 42.3571C20.8615 42.3146 20.4567 42.6547 20.414 43.1171C20.3714 43.5794 20.7124 43.9833 21.1758 44.0205C21.6393 44.063 22.0442 43.7229 22.0868 43.2606C22.1294 42.7982 21.7938 42.3996 21.325 42.3571Z\" fill=\"#122744\"><\/path><path d=\"M26.7215 44.3978C26.6789 44.8336 27.0092 45.2322 27.446 45.2694C27.8775 45.3066 28.2717 44.9824 28.309 44.5466C28.3463 44.1109 28.0214 43.7229 27.5899 43.6804C27.1583 43.6432 26.7641 43.9674 26.7215 44.3978Z\" fill=\"#122744\"><\/path><path d=\"M28.7139 44.063C29.1667 44.1002 29.5769 43.7601 29.6195 43.3084C29.6622 42.8566 29.3212 42.4474 28.8631 42.3996C28.4103 42.3571 27.9947 42.6972 27.9521 43.1489C27.9095 43.606 28.2558 44.0258 28.7139 44.063Z\" fill=\"#122744\"><\/path><path d=\"M18.3044 37.032C18.3524 36.6015 18.0328 36.2029 17.5959 36.1551C17.1591 36.1073 16.7542 36.4315 16.7116 36.8673C16.669 37.2977 16.9886 37.6963 17.4254 37.7388C17.8623 37.7867 18.2565 37.4625 18.3044 37.032Z\" fill=\"#122744\"><\/path><path d=\"M22.4277 45.2322C22.8645 45.2747 23.2428 44.9612 23.28 44.5201C23.3173 44.0896 23.0084 43.7176 22.5715 43.6751C22.1347 43.6326 21.7565 43.9461 21.7192 44.3819C21.6872 44.823 21.9962 45.195 22.4277 45.2322Z\" fill=\"#122744\"><\/path><path d=\"M18.2778 34.497C18.3151 34.0772 17.9901 33.6945 17.5746 33.6626C17.1538 33.6308 16.7702 33.9496 16.7382 34.3695C16.7063 34.7893 17.0206 35.1613 17.4361 35.1985C17.857 35.241 18.2405 34.9169 18.2778 34.497Z\" fill=\"#122744\"><\/path><path d=\"M17.5533 38.6635C17.1378 38.6317 16.7596 38.9399 16.7169 39.3544C16.6743 39.7743 16.9939 40.1569 17.4148 40.1994C17.8357 40.2419 18.2192 39.9178 18.2565 39.4979C18.2938 39.0781 17.9742 38.7007 17.5533 38.6635Z\" fill=\"#122744\"><\/path><path d=\"M30.5411 43.1596C30.4984 43.5635 30.8074 43.9355 31.2176 43.9727C31.6225 44.0099 31.9847 43.707 32.0274 43.3031C32.0433 43.1543 32.0114 43.0108 31.9421 42.8832C31.5799 42.8088 31.2176 42.7238 30.8607 42.6228C30.6849 42.745 30.5624 42.9364 30.5411 43.1596Z\" fill=\"#122744\"><\/path><path d=\"M26.3379 44.9984C25.9384 44.9612 25.5814 45.2535 25.5442 45.6468C25.5069 46.0507 25.7945 46.4067 26.1994 46.4439C26.5989 46.4811 26.9559 46.1941 26.9932 45.7956C27.0358 45.3917 26.7428 45.0356 26.3379 44.9984Z\" fill=\"#122744\"><\/path><path d=\"M30.1096 43.7548C29.71 43.7176 29.3531 44.0046 29.3158 44.4032C29.2732 44.8071 29.5662 45.1631 29.9711 45.2056C30.3706 45.2428 30.7275 44.9559 30.7648 44.5573C30.8021 44.1481 30.5091 43.792 30.1096 43.7548Z\" fill=\"#122744\"><\/path><path d=\"M24.4734 45.7902C24.5107 45.397 24.2071 45.0409 23.8129 45.0037C23.4186 44.9665 23.0617 45.2694 23.0298 45.6627C22.9978 46.0506 23.2908 46.4014 23.685 46.4439C24.0792 46.4811 24.4361 46.1835 24.4734 45.7902Z\" fill=\"#122744\"><\/path><path d=\"M18.7999 42.4846C18.4057 42.4474 18.07 42.7291 18.0328 43.1224C17.9955 43.5156 18.2778 43.8558 18.6667 43.893C19.0662 43.9302 19.4072 43.6485 19.4445 43.2499C19.4764 42.8566 19.1941 42.5218 18.7999 42.4846Z\" fill=\"#122744\"><\/path><path d=\"M18.8478 29.9691C18.4536 29.9319 18.1126 30.2136 18.0753 30.6015C18.0381 30.9948 18.3151 31.3349 18.7093 31.3721C18.949 31.3987 19.1674 31.303 19.3113 31.1383C19.21 30.7663 19.1142 30.3942 19.0396 30.0169C18.9756 29.9957 18.9117 29.9797 18.8478 29.9691Z\" fill=\"#122744\"><\/path><path d=\"M16.962 35.7353C16.994 35.3526 16.7063 35.0125 16.3228 34.9806C15.9339 34.9487 15.5983 35.2304 15.561 35.613C15.5237 36.001 15.806 36.3411 16.1949 36.3783C16.5891 36.4155 16.9301 36.1285 16.962 35.7353Z\" fill=\"#122744\"><\/path><path d=\"M16.1629 38.8868C16.5571 38.9293 16.9033 38.6476 16.9406 38.2597C16.9779 37.8717 16.6956 37.5316 16.312 37.4944C15.9231 37.4572 15.5822 37.7335 15.5396 38.1162C15.5023 38.5041 15.7793 38.8496 16.1629 38.8868Z\" fill=\"#122744\"><\/path><path d=\"M20.6804 44.5201C20.7177 44.1374 20.4247 43.792 20.0411 43.7601C19.6576 43.7282 19.3113 44.0152 19.2793 44.3979C19.2474 44.7752 19.5297 45.1153 19.9079 45.1525C20.3021 45.1897 20.6484 44.9027 20.6804 44.5201Z\" fill=\"#122744\"><\/path><path d=\"M17.4308 42.6388C17.809 42.6706 18.15 42.3837 18.1819 42.0063C18.2139 41.629 17.9262 41.2889 17.548 41.257C17.1697 41.2251 16.8288 41.5121 16.7968 41.8894C16.7649 42.2667 17.0525 42.6069 17.4308 42.6388Z\" fill=\"#122744\"><\/path><path d=\"M17.4468 32.6369C17.825 32.6688 18.166 32.3818 18.1979 32.0045C18.2299 31.6272 17.9422 31.2871 17.564 31.2552C17.1857 31.2233 16.8448 31.5103 16.8128 31.8876C16.7809 32.2649 17.0685 32.605 17.4468 32.6369Z\" fill=\"#122744\"><\/path><path d=\"M28.847 45.0409C28.4688 44.9931 28.1332 45.2588 28.0852 45.6361C28.0373 46.0188 28.3037 46.3589 28.6872 46.4014C29.0654 46.4439 29.4011 46.1782 29.4437 45.8009C29.4916 45.4235 29.2253 45.0887 28.847 45.0409Z\" fill=\"#122744\"><\/path><path d=\"M21.3143 45.0409C20.9467 45.009 20.6164 45.2907 20.5898 45.6521C20.5631 46.0134 20.8348 46.3323 21.1971 46.3695C21.5593 46.4014 21.895 46.1304 21.9269 45.7637C21.9536 45.397 21.6765 45.0675 21.3143 45.0409Z\" fill=\"#122744\"><\/path><path d=\"M16.1948 33.838C16.5571 33.8752 16.8767 33.6148 16.9087 33.2587C16.946 32.8974 16.6849 32.5785 16.3227 32.5466C15.9604 32.5094 15.6408 32.7751 15.6088 33.1312C15.5769 33.482 15.8379 33.8008 16.1948 33.838Z\" fill=\"#122744\"><\/path><path d=\"M16.1735 41.3527C16.5357 41.3846 16.8501 41.1241 16.8873 40.7681C16.9246 40.412 16.6583 40.0931 16.3013 40.0559C15.9391 40.0187 15.6248 40.2845 15.5875 40.6405C15.5555 41.0019 15.8166 41.3155 16.1735 41.3527Z\" fill=\"#122744\"><\/path><path d=\"M25.0594 46.3376C24.7078 46.3057 24.3988 46.5555 24.3669 46.9116C24.3349 47.2623 24.5853 47.5706 24.9369 47.6025C25.2885 47.6343 25.5975 47.3846 25.6294 47.0285C25.6667 46.6777 25.411 46.3695 25.0594 46.3376Z\" fill=\"#122744\"><\/path><path d=\"M27.5791 46.3483C27.2435 46.3164 26.9292 46.5715 26.9025 46.9116C26.8706 47.2517 27.1316 47.56 27.4726 47.5865C27.8082 47.6131 28.1065 47.3633 28.1438 47.0285C28.1704 46.6937 27.9147 46.3801 27.5791 46.3483Z\" fill=\"#122744\"><\/path><path d=\"M14.943 37.5263C15.2786 37.5528 15.5663 37.3137 15.5983 36.9789C15.6302 36.6387 15.3905 36.3464 15.0495 36.3146C14.7086 36.2827 14.4156 36.5271 14.3836 36.8673C14.3517 37.2074 14.6021 37.4997 14.943 37.5263Z\" fill=\"#122744\"><\/path><path d=\"M32.6081 43.877C32.2725 43.8451 31.9848 44.0896 31.9528 44.4244C31.9209 44.7592 32.1606 45.0515 32.4962 45.0834C32.8371 45.1153 33.1301 44.8708 33.1568 44.5307C33.1887 44.1906 32.9437 43.9036 32.6081 43.877Z\" fill=\"#122744\"><\/path><path d=\"M22.5662 46.3695C22.2306 46.3376 21.9376 46.5768 21.9056 46.9116C21.8736 47.2464 22.1134 47.5387 22.449 47.5706C22.7846 47.6025 23.0776 47.3633 23.1096 47.0285C23.1362 46.6937 22.8965 46.4014 22.5662 46.3695Z\" fill=\"#122744\"><\/path><path d=\"M33.2047 43.1755C33.1727 43.505 33.4231 43.8026 33.7534 43.8292C34.0783 43.8558 34.3713 43.606 34.398 43.2818C34.4033 43.2499 34.398 43.2234 34.398 43.1915C34.0038 43.1702 33.6095 43.133 33.2207 43.0852C33.2153 43.1171 33.2047 43.1436 33.2047 43.1755Z\" fill=\"#122744\"><\/path><path d=\"M31.3349 45.1578C31.0099 45.1259 30.7223 45.3704 30.6903 45.6893C30.6583 46.0134 30.9034 46.3004 31.223 46.3323C31.548 46.3589 31.8356 46.1197 31.8676 45.7956C31.8996 45.4767 31.6598 45.1897 31.3349 45.1578Z\" fill=\"#122744\"><\/path><path d=\"M15.0601 38.8602C14.7298 38.823 14.4475 39.0515 14.4155 39.3757C14.3836 39.6999 14.6073 39.9762 14.927 40.0134C15.2572 40.0506 15.5396 39.8221 15.5769 39.4979C15.6035 39.1737 15.3798 38.8921 15.0601 38.8602Z\" fill=\"#122744\"><\/path><path d=\"M14.927 35.0125C15.2573 35.0444 15.5396 34.8159 15.5663 34.4864C15.5982 34.1622 15.3638 33.8858 15.0442 33.8539C14.7192 33.8221 14.4422 34.0506 14.4103 34.3695C14.3783 34.6989 14.6074 34.9753 14.927 35.0125Z\" fill=\"#122744\"><\/path><path d=\"M17.4841 29.9956C17.7931 30.0222 18.0701 29.7884 18.0967 29.4801C18.1234 29.1719 17.889 28.8956 17.58 28.869C17.271 28.8424 16.9887 29.0762 16.9674 29.3845C16.9407 29.6927 17.1751 29.9691 17.4841 29.9956Z\" fill=\"#122744\"><\/path><path d=\"M17.5426 43.8983C17.2283 43.8717 16.9566 44.1002 16.93 44.4138C16.9034 44.722 17.1271 44.9878 17.4361 45.025C17.7451 45.0568 18.0274 44.8283 18.054 44.5201C18.0807 44.2065 17.8516 43.9249 17.5426 43.8983Z\" fill=\"#122744\"><\/path><path d=\"M18.7892 45.1525C18.4855 45.1259 18.2192 45.3438 18.1872 45.6414C18.1552 45.9497 18.3736 46.2207 18.6826 46.2526C18.9916 46.2845 19.2633 46.0666 19.2899 45.7584C19.3219 45.4501 19.0982 45.1791 18.7892 45.1525Z\" fill=\"#122744\"><\/path><path d=\"M18.2246 28.1303C18.1926 28.4385 18.4164 28.7096 18.7253 28.7361C18.7626 28.7414 18.7999 28.7414 18.8372 28.7361C18.7946 28.3694 18.7573 28.0027 18.736 27.636C18.4696 27.652 18.2512 27.8539 18.2246 28.1303Z\" fill=\"#122744\"><\/path><path d=\"M16.2854 42.6441C15.987 42.6228 15.7154 42.8514 15.694 43.149C15.6727 43.4466 15.9018 43.7176 16.2001 43.7389C16.4985 43.7601 16.7702 43.5316 16.7915 43.234C16.8128 42.9364 16.5837 42.6707 16.2854 42.6441Z\" fill=\"#122744\"><\/path><path d=\"M16.2055 31.2233C16.5038 31.2499 16.7755 31.0267 16.8075 30.729C16.8341 30.4314 16.6103 30.1604 16.312 30.1285C16.0137 30.1019 15.742 30.3251 15.71 30.6228C15.6834 30.9204 15.9072 31.1914 16.2055 31.2233Z\" fill=\"#122744\"><\/path><path d=\"M30.0884 46.4492C29.7954 46.4227 29.5237 46.6406 29.4917 46.9382C29.4597 47.2358 29.6888 47.5121 29.9871 47.5387C30.2801 47.5653 30.5518 47.3474 30.5838 47.0498C30.6158 46.7522 30.3867 46.4758 30.0884 46.4492Z\" fill=\"#122744\"><\/path><path d=\"M26.3219 47.7194C26.0396 47.6928 25.7839 47.9001 25.7519 48.1817C25.7199 48.4634 25.933 48.7291 26.2207 48.761C26.5031 48.7876 26.7588 48.5803 26.7907 48.2987C26.8227 48.0117 26.6096 47.746 26.3219 47.7194Z\" fill=\"#122744\"><\/path><path d=\"M20.0465 46.4599C19.7694 46.4227 19.5191 46.6246 19.4764 46.901C19.4338 47.1773 19.6363 47.443 19.9239 47.4802C20.2009 47.5174 20.462 47.3155 20.5046 47.0338C20.5366 46.7575 20.3288 46.4971 20.0465 46.4599Z\" fill=\"#122744\"><\/path><path d=\"M23.8234 47.7035C23.5464 47.6609 23.28 47.8629 23.2428 48.1499C23.2055 48.4262 23.4079 48.6919 23.6956 48.7238C23.9726 48.761 24.2283 48.5644 24.2709 48.2827C24.3082 48.0064 24.1058 47.746 23.8234 47.7035Z\" fill=\"#122744\"><\/path><path d=\"M14.9643 32.419C15.2413 32.4456 15.4864 32.249 15.513 31.9726C15.5396 31.691 15.3372 31.4465 15.0549 31.4199C14.7779 31.3987 14.5381 31.5953 14.5115 31.8717C14.4849 32.1533 14.6873 32.3925 14.9643 32.419Z\" fill=\"#122744\"><\/path><path d=\"M15.0175 41.4483C14.7405 41.4217 14.4955 41.6237 14.4688 41.9001C14.4422 42.1764 14.6446 42.4209 14.9216 42.4474C15.1987 42.474 15.4437 42.2721 15.4703 41.9957C15.497 41.7194 15.2945 41.4749 15.0175 41.4483Z\" fill=\"#122744\"><\/path><path d=\"M13.7922 37.7123C13.5206 37.6857 13.2915 37.877 13.2649 38.148C13.2382 38.4191 13.43 38.6476 13.7017 38.6742C13.9734 38.7007 14.2024 38.5094 14.2291 38.2384C14.2504 37.9673 14.0586 37.7388 13.7922 37.7123Z\" fill=\"#122744\"><\/path><path d=\"M13.6911 36.1551C13.9628 36.1817 14.1972 35.9957 14.2238 35.7247C14.2505 35.4536 14.0587 35.2251 13.7923 35.1985C13.5206 35.1719 13.2915 35.3633 13.2649 35.6343C13.2383 35.9 13.4247 36.1286 13.6911 36.1551Z\" fill=\"#122744\"><\/path><path d=\"M28.8151 47.7619C28.5594 47.7353 28.325 47.9267 28.2984 48.1817C28.2717 48.4422 28.4688 48.6813 28.7299 48.7026C28.9856 48.7238 29.22 48.5325 29.2413 48.2774C29.2626 48.0223 29.0708 47.7885 28.8151 47.7619Z\" fill=\"#122744\"><\/path><path d=\"M21.2823 47.7672C21.0373 47.7407 20.8082 47.9213 20.7816 48.1711C20.7603 48.4156 20.9361 48.6335 21.1811 48.6601C21.4315 48.6866 21.6552 48.5059 21.6765 48.2562C21.7032 48.017 21.5274 47.7938 21.2823 47.7672Z\" fill=\"#122744\"><\/path><path d=\"M33.8386 45.3173C33.6042 45.3013 33.4018 45.4661 33.3805 45.6999C33.3592 45.9391 33.5296 46.1463 33.764 46.1676C34.0038 46.1888 34.2115 46.0188 34.2328 45.7796C34.2488 45.5458 34.073 45.3385 33.8386 45.3173Z\" fill=\"#122744\"><\/path><path d=\"M13.7657 40.2579C13.5366 40.2366 13.3235 40.4067 13.2969 40.6352C13.2702 40.8637 13.4407 41.0763 13.6698 41.1029C13.9042 41.1295 14.1226 40.9541 14.1439 40.7202C14.1652 40.4917 13.9947 40.2791 13.7657 40.2579Z\" fill=\"#122744\"><\/path><path d=\"M13.6911 33.5882C13.9255 33.6148 14.1386 33.4394 14.1652 33.2056C14.1865 32.9771 14.0161 32.7698 13.7817 32.7432C13.5526 32.722 13.3395 32.892 13.3182 33.1206C13.2969 33.3491 13.462 33.5617 13.6911 33.5882Z\" fill=\"#122744\"><\/path><path d=\"M35.0853 44.079C34.8562 44.0577 34.6431 44.2384 34.6271 44.4669C34.6111 44.6901 34.7816 44.8974 35.0053 44.9134C35.2344 44.9346 35.4475 44.7539 35.4635 44.5307C35.4848 44.3075 35.309 44.1002 35.0853 44.079Z\" fill=\"#122744\"><\/path><path d=\"M32.5707 46.5821C32.3417 46.5608 32.1499 46.7203 32.1286 46.9435C32.1019 47.1773 32.2618 47.3686 32.4962 47.3952C32.7199 47.4165 32.917 47.257 32.9383 47.0338C32.9596 46.8 32.7998 46.6034 32.5707 46.5821Z\" fill=\"#122744\"><\/path><path d=\"M25.0327 49.1065C24.8197 49.0905 24.6385 49.2393 24.6226 49.4519C24.6066 49.6592 24.7557 49.8345 24.9635 49.8558C25.1766 49.8771 25.3577 49.7283 25.379 49.5157C25.395 49.3031 25.2458 49.1224 25.0327 49.1065Z\" fill=\"#122744\"><\/path><path d=\"M35.9483 43.218C35.927 43.42 36.0814 43.6113 36.2839 43.6273C36.481 43.6432 36.6621 43.4944 36.6888 43.2978C36.6941 43.2446 36.6888 43.1968 36.6728 43.149C36.4331 43.1702 36.1986 43.1862 35.9536 43.1968C35.9536 43.2021 35.9536 43.2074 35.9483 43.218Z\" fill=\"#122744\"><\/path><path d=\"M16.2215 28.5289C16.4239 28.5501 16.6103 28.3907 16.6263 28.1887C16.6423 27.9921 16.4878 27.8114 16.2907 27.7955C16.0936 27.7795 15.9125 27.9283 15.8912 28.1303C15.8699 28.3216 16.0243 28.5076 16.2215 28.5289Z\" fill=\"#122744\"><\/path><path d=\"M16.2482 45.3385C16.0458 45.3226 15.87 45.4767 15.854 45.6786C15.8433 45.8753 15.9872 46.0453 16.1843 46.0666C16.3867 46.0878 16.5678 45.9337 16.5838 45.7318C16.5998 45.5351 16.4453 45.3545 16.2482 45.3385Z\" fill=\"#122744\"><\/path><path d=\"M27.5473 49.1277C27.3448 49.1118 27.1797 49.2553 27.1637 49.4572C27.1477 49.6485 27.2916 49.8133 27.4833 49.8345C27.6858 49.8558 27.8509 49.7123 27.8722 49.5104C27.8935 49.3084 27.7497 49.1437 27.5473 49.1277Z\" fill=\"#122744\"><\/path><path d=\"M17.5267 46.598C17.3243 46.5768 17.1592 46.7203 17.1378 46.9222C17.1219 47.1242 17.2604 47.2889 17.4628 47.3049C17.6652 47.3208 17.8304 47.1773 17.8464 46.9754C17.8624 46.7787 17.7238 46.614 17.5267 46.598Z\" fill=\"#122744\"><\/path><path d=\"M17.4947 27.2693C17.6971 27.2906 17.8676 27.1524 17.8836 26.9505C17.9049 26.7485 17.761 26.5838 17.5586 26.5625C17.3562 26.5466 17.191 26.6848 17.175 26.8867C17.1591 27.0833 17.2976 27.2481 17.4947 27.2693Z\" fill=\"#122744\"><\/path><path d=\"M31.3243 47.8841C31.1325 47.8629 30.9567 48.0011 30.9354 48.1924C30.9141 48.389 31.0579 48.5644 31.255 48.5803C31.4468 48.5963 31.6173 48.4581 31.6333 48.2615C31.6546 48.0755 31.5161 47.9054 31.3243 47.8841Z\" fill=\"#122744\"><\/path><path d=\"M15.0016 44.0896C14.8098 44.0737 14.6394 44.2172 14.6234 44.4085C14.6074 44.5945 14.7512 44.7645 14.9323 44.7805C15.1241 44.8017 15.2999 44.6583 15.3159 44.4669C15.3372 44.2809 15.1934 44.1055 15.0016 44.0896Z\" fill=\"#122744\"><\/path><path d=\"M14.959 29.7778C15.1455 29.8043 15.3266 29.6662 15.3532 29.4801C15.3799 29.2995 15.2467 29.1241 15.0602 29.0922C14.8738 29.0603 14.6927 29.1932 14.6607 29.3845C14.6341 29.5652 14.7726 29.7512 14.959 29.7778Z\" fill=\"#122744\"><\/path><path d=\"M22.5077 49.1224C22.3212 49.1065 22.1614 49.2393 22.1454 49.4253C22.1295 49.6113 22.2626 49.7708 22.4491 49.7867C22.6355 49.8027 22.7954 49.6751 22.8167 49.4891C22.838 49.3031 22.6995 49.1384 22.5077 49.1224Z\" fill=\"#122744\"><\/path><path d=\"M12.4977 36.5909C12.3113 36.5749 12.1568 36.7078 12.1408 36.8938C12.1248 37.0798 12.2527 37.2393 12.4391 37.2552C12.6309 37.2765 12.7907 37.1383 12.8067 36.947C12.8174 36.761 12.6842 36.6068 12.4977 36.5909Z\" fill=\"#122744\"><\/path><path d=\"M18.4749 25.6378C18.4536 25.8079 18.5655 25.946 18.7306 25.9726C18.7413 25.7707 18.7572 25.574 18.7732 25.3774C18.6187 25.3774 18.4909 25.4784 18.4749 25.6378Z\" fill=\"#122744\"><\/path><path d=\"M18.7786 47.916C18.6082 47.8948 18.459 48.0064 18.4377 48.1711C18.4164 48.3412 18.5229 48.49 18.6881 48.5166C18.8639 48.5431 19.0183 48.4315 19.0397 48.2615C19.0663 48.0861 18.9491 47.9373 18.7786 47.916Z\" fill=\"#122744\"><\/path><path d=\"M12.4658 34.7362C12.6309 34.7521 12.7801 34.6299 12.7908 34.4598C12.8067 34.2897 12.6842 34.1462 12.5137 34.1356C12.3486 34.1197 12.1994 34.2419 12.1834 34.412C12.1781 34.5767 12.3006 34.7202 12.4658 34.7362Z\" fill=\"#122744\"><\/path><path d=\"M12.5084 39.1365C12.3433 39.1206 12.1941 39.2428 12.1781 39.4076C12.1621 39.567 12.2793 39.7158 12.4391 39.7371C12.6043 39.7583 12.7588 39.6414 12.7748 39.4767C12.7907 39.3066 12.6682 39.1578 12.5084 39.1365Z\" fill=\"#122744\"><\/path><path d=\"M13.739 30.9682C13.8988 30.9841 14.048 30.8566 14.0587 30.6972C14.0693 30.5377 13.9415 30.3889 13.787 30.3836C13.6325 30.373 13.4886 30.4952 13.4727 30.6493C13.4567 30.8088 13.5792 30.9576 13.739 30.9682Z\" fill=\"#122744\"><\/path><path d=\"M13.7496 42.9098C13.5898 42.8938 13.4513 43.0055 13.4353 43.1649C13.4193 43.3243 13.5312 43.4572 13.691 43.4731C13.8508 43.4891 13.9894 43.3775 14 43.218C14.0213 43.0639 13.9094 42.9257 13.7496 42.9098Z\" fill=\"#122744\"><\/path><path d=\"M30.035 49.2181C29.8912 49.2074 29.7634 49.3137 29.7527 49.4625C29.742 49.606 29.8486 49.7336 29.9978 49.7442C30.1416 49.7548 30.2694 49.6485 30.2801 49.4997C30.2908 49.3562 30.1789 49.2287 30.035 49.2181Z\" fill=\"#122744\"><\/path><path d=\"M23.8075 50.5148C23.6743 50.4988 23.5464 50.6051 23.5358 50.738C23.5251 50.8655 23.6263 50.9825 23.7542 50.9984C23.8874 51.0144 24.0152 50.9081 24.0259 50.7752C24.0312 50.653 23.9353 50.5307 23.8075 50.5148Z\" fill=\"#122744\"><\/path><path d=\"M11.2725 37.9674C11.1393 37.9514 11.0114 38.0577 11.0008 38.1906C10.9901 38.3181 11.0913 38.4403 11.2192 38.451C11.3524 38.4669 11.4802 38.3606 11.4909 38.2278C11.5015 38.1002 11.4003 37.9833 11.2725 37.9674Z\" fill=\"#122744\"><\/path><path d=\"M26.3432 50.4989C26.21 50.4882 26.0875 50.5945 26.0769 50.7221C26.0662 50.8496 26.1674 50.9665 26.2953 50.9825C26.4285 50.9931 26.551 50.8921 26.5616 50.7593C26.5723 50.6264 26.4711 50.5095 26.3432 50.4989Z\" fill=\"#122744\"><\/path><path d=\"M11.427 35.3686C11.2938 35.358 11.1713 35.4642 11.1606 35.5918C11.15 35.7193 11.2512 35.8362 11.379 35.8522C11.5122 35.8628 11.6347 35.7618 11.6454 35.629C11.656 35.5014 11.5548 35.3792 11.427 35.3686Z\" fill=\"#122744\"><\/path><path d=\"M20.0199 49.2393C19.8974 49.2234 19.7855 49.3084 19.7642 49.4253C19.7429 49.5529 19.8334 49.6698 19.9613 49.6857C20.0838 49.7017 20.1957 49.6113 20.2117 49.4944C20.2276 49.3722 20.1424 49.2553 20.0199 49.2393Z\" fill=\"#122744\"><\/path><path d=\"M12.4871 41.73C12.3912 41.7247 12.29 41.8044 12.2793 41.8894C12.2687 41.9904 12.3592 42.118 12.4551 42.1233C12.5617 42.1339 12.6629 42.0489 12.6682 41.9426C12.6842 41.8363 12.5936 41.7353 12.4871 41.73Z\" fill=\"#122744\"><\/path><path d=\"M12.4765 32.1214C12.5831 32.1321 12.6843 32.047 12.6949 31.9408C12.7056 31.8398 12.6257 31.7441 12.5245 31.7282C12.4126 31.7122 12.3327 31.7973 12.3167 31.9514C12.306 32.0311 12.3806 32.1108 12.4765 32.1214Z\" fill=\"#122744\"><\/path><path d=\"M29.9658 42.8354C30.2322 42.8567 30.4825 42.7504 30.6583 42.5697C30.1576 42.4262 29.6675 42.2614 29.1827 42.0701C29.2253 42.4687 29.5503 42.7982 29.9658 42.8354Z\" fill=\"#122744\"><\/path><path d=\"M23.5998 39.2907C23.7063 39.3066 23.8182 39.3066 23.9247 39.2907C23.9087 39.3969 23.9087 39.5086 23.9247 39.6148C23.8182 39.5989 23.7063 39.5989 23.5998 39.6148C23.6104 39.5086 23.6104 39.3969 23.5998 39.2907ZM24.1165 42.4049C24.0419 42.373 23.962 42.3518 23.8714 42.3465C23.6637 42.3305 23.4719 42.3837 23.3174 42.4847C23.3973 42.3624 23.4559 42.2242 23.4772 42.0648C23.4879 41.9745 23.4772 41.8894 23.4612 41.8044C23.653 41.8575 23.8555 41.8629 24.0526 41.8097C24.01 42.0117 24.0313 42.2189 24.1165 42.4049ZM24.8783 40.5661C25.0275 40.5874 25.1766 40.5768 25.3205 40.5396C25.2885 40.7043 25.3045 40.8744 25.3524 41.0391C25.1926 40.986 25.0221 40.9753 24.8517 41.0072C24.8889 40.8637 24.8996 40.7149 24.8783 40.5661ZM26.013 41.6981C26.2314 41.7672 26.4658 41.7619 26.6789 41.6822C26.6576 41.7459 26.6416 41.8097 26.6363 41.8841C26.615 42.1126 26.6842 42.3252 26.8068 42.5006C26.6842 42.4156 26.5351 42.3571 26.3752 42.3412C26.2367 42.3305 26.1036 42.3518 25.981 42.3996C26.0769 42.1711 26.0876 41.9266 26.013 41.6981ZM22.6409 41.0338C22.4597 41.0125 22.2839 41.0497 22.1294 41.1241C22.1774 41.0285 22.2093 40.9275 22.22 40.8159C22.2307 40.7202 22.22 40.6246 22.204 40.5289C22.3532 40.5661 22.5023 40.5768 22.6515 40.5555C22.6249 40.7149 22.6409 40.8797 22.6888 41.0391C22.6728 41.0391 22.6568 41.0338 22.6409 41.0338ZM22.6675 37.8983C22.6302 38.0418 22.6195 38.1906 22.6409 38.3394C22.4917 38.3181 22.3425 38.3287 22.1987 38.3659C22.2307 38.2012 22.2147 38.0311 22.1667 37.8717C22.3319 37.9142 22.5023 37.9248 22.6675 37.8983ZM21.5062 37.2021C21.3144 37.1383 21.1066 37.1383 20.9095 37.1968C20.9255 37.1383 20.9415 37.0745 20.9468 37.0108C20.9628 36.8301 20.9202 36.6547 20.8403 36.5006C20.9468 36.559 21.064 36.5909 21.1918 36.6069C21.3037 36.6175 21.4103 36.6015 21.5115 36.575C21.4422 36.7769 21.4422 37.0001 21.5062 37.2021ZM21.389 39.7796C21.1652 39.753 20.9575 39.8168 20.7817 39.9284C20.8616 39.8115 20.9148 39.6733 20.9308 39.5245C20.9468 39.3863 20.9255 39.2535 20.8829 39.1259C21.048 39.1791 21.2238 39.195 21.3943 39.1631C21.341 39.3704 21.3463 39.583 21.4103 39.7849C21.4049 39.7849 21.3943 39.7849 21.389 39.7796ZM20.0998 38.4935C19.876 38.4669 19.6629 38.5307 19.4818 38.6476C19.5511 38.5413 19.599 38.4191 19.615 38.2862C19.6363 38.079 19.5777 37.8823 19.4658 37.7176C19.5937 37.8026 19.7428 37.8664 19.908 37.8823C20.0199 37.893 20.1317 37.877 20.2383 37.8504C20.1637 38.0736 20.1637 38.3128 20.2489 38.5307C20.201 38.5094 20.153 38.4988 20.0998 38.4935ZM20.8562 34.8584C20.8403 34.8318 20.8402 34.8318 20.8296 34.8106C20.5899 34.3907 20.3715 33.9603 20.1743 33.5191C20.1477 33.5138 20.1211 33.5085 20.0891 33.5085C19.5884 33.466 19.1355 33.854 19.0982 34.3482C19.061 34.8424 19.4339 35.2836 19.9293 35.3314C20.1317 35.3526 20.3235 35.2942 20.4833 35.1985C20.4087 35.3208 20.3555 35.4589 20.3448 35.6077C20.3288 35.7831 20.3715 35.9479 20.446 36.0967C20.3342 36.0329 20.2063 35.9957 20.0731 35.9851C19.8494 35.9691 19.6416 36.0329 19.4658 36.1498C19.5404 36.0382 19.5937 35.9053 19.6043 35.7619C19.647 35.2942 19.2847 34.869 18.8159 34.8265C18.3471 34.7893 17.9209 35.1507 17.8836 35.6184C17.8463 36.086 18.1979 36.5006 18.6667 36.5431C18.8638 36.559 19.0503 36.5059 19.2048 36.4049C19.1142 36.5378 19.0556 36.6866 19.0396 36.8513C19.0237 37.0798 19.0929 37.2924 19.2154 37.4678C19.1089 37.3987 18.981 37.3456 18.8479 37.3296C18.3791 37.2765 17.9422 37.6272 17.8943 38.1002C17.8463 38.5679 18.1926 38.993 18.6614 39.0409C18.8585 39.0621 19.0503 39.009 19.2048 38.908C19.1249 39.0302 19.0663 39.1737 19.0503 39.3279C18.997 39.8327 19.3753 40.3004 19.8867 40.3535C20.1051 40.3748 20.3129 40.3163 20.4833 40.2047C20.4034 40.327 20.3448 40.4652 20.3288 40.6193C20.2756 41.1295 20.6591 41.5971 21.1705 41.6503C21.3517 41.6715 21.5221 41.6343 21.6766 41.5599C21.6287 41.6556 21.5967 41.7619 21.5861 41.8735C21.5328 42.3837 21.9163 42.846 22.4278 42.9045C22.6515 42.9258 22.8646 42.862 23.0404 42.7451C22.9605 42.862 22.9072 43.0002 22.8966 43.1543C22.8539 43.6485 23.2109 44.0737 23.7063 44.1162C24.2017 44.1587 24.6226 43.8026 24.6705 43.3084C24.6812 43.1755 24.6599 43.048 24.6173 42.9311C24.8836 43.048 25.1873 43.048 25.4536 42.9311C25.427 43.0002 25.411 43.0746 25.4057 43.149C25.3631 43.6432 25.72 44.063 26.2154 44.1056C26.7109 44.1481 27.137 43.792 27.1797 43.2978C27.201 43.0799 27.137 42.8779 27.0198 42.7132C27.1477 42.8035 27.3022 42.8673 27.4727 42.8832C27.9841 42.9258 28.4262 42.5537 28.4742 42.0436C28.4795 41.9479 28.4742 41.8575 28.4529 41.7725C26.6469 40.9647 24.9795 39.8274 23.5358 38.3872C22.481 37.319 21.5807 36.1339 20.8562 34.8584Z\" fill=\"#122744\"><\/path><path d=\"M24.2444 23.1294C24.7984 21.4075 25.7573 19.8291 27.0784 18.5164C29.2679 16.3322 32.1766 15.1311 35.2717 15.1311C38.3668 15.1311 41.2755 16.3322 43.465 18.5164C47.9825 23.0231 47.9825 30.357 43.465 34.8637C42.1492 36.1764 40.567 37.133 38.841 37.691C39.4589 33.8061 38.2763 29.6874 35.2717 26.6901C32.2672 23.6927 28.1439 22.5129 24.2444 23.1294ZM44.9673 36.4527C47.567 33.8593 49 30.4049 49 26.7379C49 23.0656 47.567 19.6165 44.9673 17.023C42.3676 14.4296 38.9049 13 35.2291 13C31.548 13 28.0906 14.4296 25.4909 17.023C22.8912 19.6165 21.4582 23.0709 21.4582 26.7379C21.4582 30.4102 22.8912 33.8593 25.4909 36.4527C28.0906 39.0462 31.5533 40.4758 35.2291 40.4758C38.9049 40.4758 42.3623 39.0462 44.9673 36.4527Z\" fill=\"#122744\"><\/path><\/svg><\/div>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10de5e2 e-flex e-con-boxed e-con e-parent\" data-id=\"10de5e2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-429b58f e-con-full e-flex e-con e-child\" data-id=\"429b58f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1ea7175 e-con-full e-flex e-con e-child\" data-id=\"1ea7175\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dfc3e5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7dfc3e5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Power of Data with Unique Intelligence\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6bfbd6a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6bfbd6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Traive is a technology company that offers products and services to simplify access to credit and investment opportunities in the agricultural sector.<\/p><p>Through technology, data, and intelligence, we transform agricultural credit into liquid financial assets\u2014creating a powerful link between farmers, cooperatives, distributors, and investors.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1be7a8b e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"1be7a8b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5d4876d elementor-widget elementor-widget-text-editor\" data-id=\"5d4876d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"#next\">Discover more<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c79cef elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3c79cef\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#next\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"26\" viewbox=\"0 0 18 26\" fill=\"none\"><path d=\"M9 5.99988V10.263\" stroke=\"#6E9BE2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><rect x=\"1\" y=\"1\" width=\"16\" height=\"24\" rx=\"8\" stroke=\"#6E9BE2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/rect><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-260b644 e-con-full e-flex e-con e-child\" data-id=\"260b644\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d7f011 elementor-widget elementor-widget-image\" data-id=\"0d7f011\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"760\" height=\"538\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png\" class=\"attachment-full size-full wp-image-1934\" alt=\"Ilustracao\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png 760w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao-300x212.png 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-196b4d3 e-flex e-con-boxed e-con e-parent\" data-id=\"196b4d3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9f37ed2 e-con-full e-flex e-con e-child\" data-id=\"9f37ed2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4c14014 e-con-full e-flex e-con e-child\" data-id=\"4c14014\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-87ff17f elementor-widget elementor-widget-image\" data-id=\"87ff17f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"648\" height=\"438\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483069.png\" class=\"attachment-large size-large wp-image-1941\" alt=\"Frame 1707483069\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483069.png 648w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483069-300x203.png 300w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a4b1a81 e-con-full e-flex e-con e-child\" data-id=\"a4b1a81\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e291c86 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e291c86\" data-element_type=\"widget\" id=\"next\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Story, Our AI\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0fd776 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"c0fd776\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Traive was born from the vision of Fabricio Pezente and Aline Oliveira, who, while pursuing their MBAs at MIT in the United States, identified a unique opportunity: to merge advanced technology with financial intelligence and transform access to credit in agribusiness.<\/p><p><strong>Traive's AI<\/strong> Our proprietary artificial intelligence model analyzes over 2,500 variables to deliver scalable, precise risk insights. This technology organizes complex data, transforms agricultural credit into qualified financial assets, and provides unmatched traceability and predictability\u2014revolutionizing how producers and investors make decisions in the sector.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88f488a elementor-widget elementor-widget-image\" data-id=\"88f488a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"361\" height=\"60\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483041.png\" class=\"attachment-large size-large wp-image-1943\" alt=\"Frame 1707483041\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483041.png 361w, https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483041-300x50.png 300w\" sizes=\"(max-width: 361px) 100vw, 361px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22ce878 e-con-full e-flex e-con e-child\" data-id=\"22ce878\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc07d8b elementor-widget-divider--view-line_text elementor-widget-divider--element-align-center elementor-widget elementor-widget-divider\" data-id=\"dc07d8b\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<span class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tOur Investors\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ff92dda e-con-full e-flex e-con e-child\" data-id=\"ff92dda\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab725a8 elementor-widget elementor-widget-html\" data-id=\"ab725a8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const $ = jQuery;\n\n  $('.marquee-carousel .elementor-image-carousel').slick('unslick'); \/\/ desfaz slick padr\u00e3o\n\n  $('.marquee-carousel .elementor-image-carousel').slick({\n    speed: 5000,\n    autoplay: true,\n    autoplaySpeed: 0,\n    cssEase: 'linear',\n    infinite: true,\n    slidesToShow: 3,      \/\/ ajuste conforme seu layout\n    slidesToScroll: 1,\n    arrows: false,\n    pauseOnHover: false,\n    pauseOnFocus: false,\n    variableWidth: true,\n  });\n});\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eae76ce marquee-carousel elementor-widget elementor-widget-image-carousel\" data-id=\"eae76ce\" data-element_type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;6&quot;,&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:1000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;speed&quot;:9000,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrossel de imagens\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483111.png\" alt=\"Frame 1707483111\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483110.png\" alt=\"Frame 1707483110\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483109.png\" alt=\"Frame 1707483109\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483108.png\" alt=\"Frame 1707483108\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483107.png\" alt=\"Frame 1707483107\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483106.png\" alt=\"Frame 1707483106\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2026\/06\/basf-logo-2.png\" alt=\"basf logo (2)\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483104.png\" alt=\"Frame 1707483104\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483103.png\" alt=\"Frame 1707483103\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 de 10\" data-no-translation-aria-label=\"\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Frame-1707483102.png\" alt=\"Frame 1707483102\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d3eaf51 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"d3eaf51\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0005eb8 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"0005eb8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Conhe\u00e7a a nossa Lideran\u00e7a\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00189fc elementor-widget elementor-widget-ucaddon_traive_time_traive\" data-id=\"00189fc\" data-element_type=\"widget\" data-widget_type=\"ucaddon_traive_time_traive.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Traive - Time Traive -->\n<style>\/* widget: Traive - Time Traive *\/\n\n.team-slider-section {\n  background-color: transparent;\n  padding: 60px 20px;\n  color: white;\n  overflow-x: hidden;\n}\n\n.team-slider-container {\n  margin: 0 auto;\n  position: relative;\n  width: 100%;\n  max-width: 1296px;\n}\n\n.team-slider-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 40px;\n  width: 100%;\n  max-width: 1216px;\n}\n\nbutton:focus, button:hover {\n  background-color: transparent !important;\n}\n\n.team-slider-title {\n  font-size: 24px;\n  font-weight: 500;\n  font-family: Igual !important;\n  margin: 0;\n}\n\n\n.team-slider-nav {\n  display: flex;\n  gap: 10px;\n}\n\n.team-nav-button {\n  border: none;\n  border-radius: 50%;\n  width: 48px;\n  height: 48px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n  transition: background-color 0.3s;\n  padding: 0;\n}\n\n.team-nav-button img {\n  width: 44px;\n  height: 44px;\n  object-fit: contain;\n}\n\n.team-prev-button {\n  background-color: #0f2646;\n}\n\n.team-next-button {\n  background-color: #c4f978;\n}\n\n.team-slider.swiper {\n  width: 100%;\n  max-width: 1296px;\n  margin: 0 auto;\n  overflow: visible;\n  padding-bottom: 60px;\n}\n\n.team-slider .swiper-wrapper {\n  display: flex;\n}\n\n.team-slider .swiper-slide {\n  flex-shrink: 0;\n  width: 280px;\n  margin-right: 24px;\n}\n\n.team-member-card {\n  background-color: #153359;\n  border-radius: 12px;\n  overflow: hidden;\n  height: 318px;\n  width: 280px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);\n  padding: 8px;\n  box-sizing: border-box;\n}\n\n.team-member-card::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  right: 4px;\n  width: 180px; \n  height: 180px; \n  background-image: url(\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/Vector.svg\");\n  background-repeat: no-repeat;\n  background-size: contain;\n  background-position: top right;\n  z-index: 0;\n  pointer-events: none;\n  border-radius: 13px;\n}\n\n.team-member-image {\n  width: 100%;\n  height: 230px;\n  position: relative;\n  border-radius: 8px;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.team-member-image img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  border-radius: 8px;\n  z-index: 0;\n}\n\n.team-member-image::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 100%;\n  height: 100%;\n  background-image: url(\"Vector.png\");\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: top right;\n  pointer-events: none;\n  z-index: 1;\n}\n\n.team-member-info {\n  background-color: white;\n  border-radius: 8px;\n  width: 100%;\n  height: 90px;\n  padding: 12px;\n  box-sizing: border-box;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.team-member-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 4px;\n}\n\n.team-member-name {\n  font-weight: 500;\n  margin: 0;\n  font-size: 16px;\n  color: #122744;\n  font-family: Igual;\n}\n\n.team-member-role {\n  color: #687995;\n  font-size: 14px;\n  margin: 0;\n  font-family: Igual;\n}\n\n.team-member-icon {\n  width: 20px;\n  height: 20px;\n  cursor: pointer;\n}\n\n.team-pagination {\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  gap: 8px;\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  right: 0;\n}\n\n.team-pagination .swiper-pagination-bullet {\n  width: 144px;\n  height: 1.5px;\n  background-color: #193761;\n  border-radius: 1px;\n  cursor: pointer;\n  transition: background-color 0.3s;\n  display: inline-block;\n  position: relative;\n  overflow: hidden;\n}\n\n.team-pagination .swiper-pagination-bullet-active {\n  background-color: #193761;\n}\n\n.team-pagination .swiper-pagination-bullet-active::after {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  height: 100%;\n  width: 0;\n  background-color: #c4f978;\n  animation: teamProgressBar 5s linear forwards;\n}\n\n@media (min-width: 769px) {\n  .team-slider-header {\n    display: none;\n  }\n}\n\n.team-slide-counter {\n  color: white;\n  font-size: 16px;\n  margin: 0;\n}\n\n.team-mobile-controls {\n  display: none;\n  position: absolute;\n  bottom: 0px;\n  margin-top: 50px !important;\n  left: 0;\n  right: 0;\n  padding: 0 20px;\n}\n\n.team-mobile-controls-container {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  width: 100%;\n}\n\n.team-mobile-nav {\n  display: flex;\n  gap: 10px;\n}\n\n@keyframes teamProgressBar {\n  0% {\n    width: 0;\n  }\n  100% {\n    width: 100%;\n  }\n}\n\n@media (max-width: 1296px) {\n  .team-slider-container {\n    padding: 0;\n  }\n\n  .team-slider-header {\n    padding: 0 20px;\n  }\n}\n\n@media (max-width: 1024px) {\n  .team-member-card {\n    width: 280px;\n    margin-right: 20px;\n  }\n}\n@media (max-width: 768px) {\n\n  .team-slider-header,\n  .team-slider-nav,\n  .team-desktop-controls,\n  .team-desktop-pagination {\n    display: none !important;\n  }\n  \n.team-member-image {\n  position: relative; \n  z-index: 0;\n}\n\n@media (max-width: 768px) {\n  .team-member-image::after {\n    right: -40px; \/* empurra mais para a direita no mobile *\/\n  }\n}\n\n\n\n\n  .team-slider .swiper-slide {\n    margin-right: 44px !important;\n  }\n\n\n  .team-slider.swiper {\n    padding-bottom: 120px; \n  }\n\n\n  .team-mobile-controls {\n    position: absolute;\n    bottom: 20px;\n    left: 0;\n    width: 100%;\n    display: flex;\n    justify-content: center;\n    gap: 16px;\n    z-index: 10;\n  }\n\n\n  .team-pagination .swiper-pagination-bullet {\n    margin: 0 6px;\n    width: 30px;\n    display: none;\n  }\n  \n\n \n  .team-pagination {\n    position: absolute;\n    bottom: 60px; \n    left: 0;\n    width: 100%;\n    display: flex;\n    justify-content: center;\n    z-index: 10;\n  }\n\n  .team-slide-counter {\n    color: #C4F978;;\n    font-weight: 500;\n  }\n\n  .team-pagination .swiper-pagination-bullet-active,\n  .team-pagination .swiper-pagination-bullet-active::after {\n    background-color: #C4F978;\n  }\n}\n\n<\/style>\n\n<section class=\"team-slider-section\">\n  <div class=\"team-slider-container\">\n    <div class=\"team-slider-header\">\n      <h2 class=\"team-slider-title\">Nosso time<\/h2>\n      <div class=\"team-slider-nav\">\n        <button class=\"team-nav-button team-prev-button team-desktop-prev\" aria-label=\"Anterior\">\n          <img decoding=\"async\" src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/Group-1321314518.svg\" alt=\"Anterior\">\n        <\/button>\n        <button class=\"team-nav-button team-next-button team-desktop-next\" aria-label=\"Pr\u00f3ximo\">\n          <img decoding=\"async\" src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/Group-1321314519-1.svg\" alt=\"Pr\u00f3ximo\">\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <div class=\"swiper team-slider\">\n      <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n              <div class=\"team-member-card\">\n                <div\n                  class=\"team-member-image\"\n                  style=\"background-image: url('https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Aline-1-1-236x300.png')\"\n                ><\/div>\n                <div class=\"team-member-info\">\n                  <div class=\"team-member-header\">\n                    <h3 class=\"team-member-name\">Aline Oliveira<\/h3>\n                    <img decoding=\"async\"\n                      src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/arrow-up-right-1.svg\"\n                      alt=\"Ver mais\"\n                      class=\"team-member-icon\"\n                    \/>\n                  <\/div>\n                  <p class=\"team-member-role\">Co-founder & Chief Product Officer<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"swiper-slide\">\n              <div class=\"team-member-card\">\n                <div\n                  class=\"team-member-image\"\n                  style=\"background-image: url('https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Fabricio-1-261x300.png')\"\n                ><\/div>\n                <div class=\"team-member-info\">\n                  <div class=\"team-member-header\">\n                    <h3 class=\"team-member-name\">Fabricio Pezente<\/h3>\n                    <img decoding=\"async\"\n                      src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/arrow-up-right-1.svg\"\n                      alt=\"Ver mais\"\n                      class=\"team-member-icon\"\n                    \/>\n                  <\/div>\n                  <p class=\"team-member-role\">Founder & CEO<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"swiper-slide\">\n              <div class=\"team-member-card\">\n                <div\n                  class=\"team-member-image\"\n                  style=\"background-image: url('https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/image-9-264x300.png')\"\n                ><\/div>\n                <div class=\"team-member-info\">\n                  <div class=\"team-member-header\">\n                    <h3 class=\"team-member-name\">Ari Kamenetsky<\/h3>\n                    <img decoding=\"async\"\n                      src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/arrow-up-right-1.svg\"\n                      alt=\"Ver mais\"\n                      class=\"team-member-icon\"\n                    \/>\n                  <\/div>\n                  <p class=\"team-member-role\">Vice President, Engineering<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"swiper-slide\">\n              <div class=\"team-member-card\">\n                <div\n                  class=\"team-member-image\"\n                  style=\"background-image: url('https:\/\/traive.com.br\/wp-content\/uploads\/2025\/05\/image_fx-2-1-248x300.png')\"\n                ><\/div>\n                <div class=\"team-member-info\">\n                  <div class=\"team-member-header\">\n                    <h3 class=\"team-member-name\">Mauricio Quintella<\/h3>\n                    <img decoding=\"async\"\n                      src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/arrow-up-right-1.svg\"\n                      alt=\"Ver mais\"\n                      class=\"team-member-icon\"\n                    \/>\n                  <\/div>\n                  <p class=\"team-member-role\">Chief Business Officer<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n\n      <\/div>\n\n      <div class=\"swiper-pagination team-pagination\"><\/div>\n\n      <div class=\"team-mobile-controls\">\n        <div class=\"team-mobile-controls-container\">\n          <div class=\"team-slide-counter\">1\/<\/div>\n          <div class=\"team-mobile-nav\">\n            <button class=\"team-nav-button team-prev-button team-mobile-prev\" aria-label=\"Anterior\">\n              <img decoding=\"async\" src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/Group-1321314518.svg\" alt=\"Anterior\">\n            <\/button>\n            <button class=\"team-nav-button team-next-button team-mobile-next\" aria-label=\"Pr\u00f3ximo\">\n              <img decoding=\"async\" src=\"https:\/\/traivenovosite.wpenginepowered.com\/wp-content\/uploads\/2025\/04\/Group-1321314519-1.svg\" alt=\"Pr\u00f3ximo\">\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<!-- end Traive - Time Traive -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8dfe550 e-flex e-con-boxed e-con e-parent\" data-id=\"8dfe550\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-840bf47 e-con-full e-flex e-con e-child\" data-id=\"840bf47\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45f1df1 elementor-widget elementor-widget-html\" data-id=\"45f1df1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div role=\"main\" id=\"form-sobre-nos-site-e653081bb13b21bb202d\"><\/div><script type=\"text\/javascript\" src=\"https:\/\/d335luupugsy2.cloudfront.net\/js\/rdstation-forms\/stable\/rdstation-forms.min.js\"><\/script><script type=\"text\/javascript\"> new RDStationForms('form-sobre-nos-site-e653081bb13b21bb202d', 'null').createForm();<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f1d9f7f e-con-full e-flex e-con e-child\" data-id=\"f1d9f7f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e466879 elementor-widget elementor-widget-image\" data-id=\"e466879\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"603\" height=\"615\" src=\"https:\/\/traive.com.br\/wp-content\/uploads\/2026\/07\/Captura-de-tela-2026-07-06-084104.png\" class=\"attachment-large size-large wp-image-6616\" alt=\"\" srcset=\"https:\/\/traive.com.br\/wp-content\/uploads\/2026\/07\/Captura-de-tela-2026-07-06-084104.png 603w, https:\/\/traive.com.br\/wp-content\/uploads\/2026\/07\/Captura-de-tela-2026-07-06-084104-294x300.png 294w, https:\/\/traive.com.br\/wp-content\/uploads\/2026\/07\/Captura-de-tela-2026-07-06-084104-12x12.png 12w\" sizes=\"(max-width: 603px) 100vw, 603px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-538d060 e-flex e-con-boxed e-con e-parent\" data-id=\"538d060\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Quem somos e como conectamos o agroneg\u00f3cio ao mercado financeiro Transformamos cr\u00e9ditos agr\u00edcolas em ativos l\u00edquidos, conectando o agro ao mercado financeiro com tecnologia e intelig\u00eancia. https:\/\/youtu.be\/MA9rk_ORL0s O poder dos dados com intelig\u00eancia \u00fanica. A Traive \u00e9 uma empresa de tecnologia que oferece produtos e servi\u00e7os que simplificam o acesso ao cr\u00e9dito e \u00e0s oportunidades [&hellip;]<\/p>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-1576","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Quem somos - Traive<\/title>\n<meta name=\"description\" content=\"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/traive.com.br\/en\/quem-somos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Quem somos - Traive\" \/>\n<meta property=\"og:description\" content=\"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/traive.com.br\/en\/quem-somos\/\" \/>\n<meta property=\"og:site_name\" content=\"Traive\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-06T11:51:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png\" \/>\n\t<meta property=\"og:image:width\" content=\"760\" \/>\n\t<meta property=\"og:image:height\" content=\"538\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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:\/\/traive.com.br\/quem-somos\/\",\"url\":\"https:\/\/traive.com.br\/quem-somos\/\",\"name\":\"Quem somos - Traive\",\"isPartOf\":{\"@id\":\"https:\/\/traive.com.br\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/traive.com.br\/quem-somos\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/traive.com.br\/quem-somos\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png\",\"datePublished\":\"2025-04-10T16:01:37+00:00\",\"dateModified\":\"2026-07-06T11:51:30+00:00\",\"description\":\"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.\",\"breadcrumb\":{\"@id\":\"https:\/\/traive.com.br\/quem-somos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/traive.com.br\/quem-somos\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/traive.com.br\/quem-somos\/#primaryimage\",\"url\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png\",\"contentUrl\":\"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/traive.com.br\/quem-somos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/traive.com.br\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Quem somos\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/traive.com.br\/#website\",\"url\":\"https:\/\/traive.com.br\/\",\"name\":\"Traive\",\"description\":\"O poder dos dados com intelig\u00eancia \u00fanica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/traive.com.br\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Quem somos - Traive","description":"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.","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:\/\/traive.com.br\/en\/quem-somos\/","og_locale":"en_US","og_type":"article","og_title":"Quem somos - Traive","og_description":"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.","og_url":"https:\/\/traive.com.br\/en\/quem-somos\/","og_site_name":"Traive","article_modified_time":"2026-07-06T11:51:30+00:00","og_image":[{"width":760,"height":538,"url":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/traive.com.br\/quem-somos\/","url":"https:\/\/traive.com.br\/quem-somos\/","name":"Quem somos - Traive","isPartOf":{"@id":"https:\/\/traive.com.br\/#website"},"primaryImageOfPage":{"@id":"https:\/\/traive.com.br\/quem-somos\/#primaryimage"},"image":{"@id":"https:\/\/traive.com.br\/quem-somos\/#primaryimage"},"thumbnailUrl":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png","datePublished":"2025-04-10T16:01:37+00:00","dateModified":"2026-07-06T11:51:30+00:00","description":"A Traive nasceu para ajudar os clientes a crescerem e tomarem melhores decis\u00f5es, com menores riscos e maiores retornos financeiros.","breadcrumb":{"@id":"https:\/\/traive.com.br\/quem-somos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/traive.com.br\/quem-somos\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/traive.com.br\/quem-somos\/#primaryimage","url":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png","contentUrl":"https:\/\/traive.com.br\/wp-content\/uploads\/2025\/04\/Ilustracao.png"},{"@type":"BreadcrumbList","@id":"https:\/\/traive.com.br\/quem-somos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/traive.com.br\/"},{"@type":"ListItem","position":2,"name":"Quem somos"}]},{"@type":"WebSite","@id":"https:\/\/traive.com.br\/#website","url":"https:\/\/traive.com.br\/","name":"Traive","description":"O poder dos dados com intelig\u00eancia \u00fanica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/traive.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages\/1576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/comments?post=1576"}],"version-history":[{"count":0,"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/pages\/1576\/revisions"}],"wp:attachment":[{"href":"https:\/\/traive.com.br\/en\/wp-json\/wp\/v2\/media?parent=1576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}