<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Welcome to Sucafina</title>
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="msapplication-config" content="~/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QVF98L1XVL"></script>
<script>
var analytics_enabled = document.cookie.match('(^|;)\\s*consent_analytics\\s*=\\s*([^;]+)')?.pop() == 'true'
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('consent', 'default', {
'ad_storage': analytics_enabled ? 'granted' : 'denied',
'analytics_storage': analytics_enabled ? 'granted' : 'denied'
});
//console.log("gtag consent set. analytics_enabled: " + analytics_enabled);
gtag('js', new Date());
gtag('config', 'G-QVF98L1XVL');
</script>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-NTZ3MK2');
</script>
<!-- End Google Tag Manager -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" />
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6550038/7694212/css/fonts.css" />
<link rel="stylesheet" href="/css/site.min.css?v=LoGt-aHjpO6NL2FLRU1zMViHvAvTGCZZtrzrUHC9FUk" />
</head>
<body class="landing">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NTZ3MK2"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="s-main">
<aside class="cookie container">
<div id="cookieConsent" class="alert alert-secondary media" role="alert">
<div>
<p><i class="fas fa-info-circle mt-1 mr-2"></i>We use our own cookies, as well as those of third parties, to make the navigation of our website easy and safe for our users and to enable us to provide the best service to you. We also use cookies to obtain statistical (general) data about how users navigate our website.

You can configure and accept the use of the cookies and modify your consent options at any time. Read more about our <a href="/privacy-cookies">Privacy & Cookie Policy</a></p>
<div class="form-group type-choice d-none">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="cbFunctional" checked disabled>
<label class="custom-control-label pt-1" for="cbFunctional">
Allow Functional Cookies
<span class="text-nowrap" data-toggle="popover" data-placement="right" data-html="false" data-trigger="hover"
data-content="These cookies are required for basic website functionality and security and are, therefore, always enabled. These Essential cookies also enable you to be remembered as you explore our site within a single session, or, if you opt to ‘stay logged in’, across multiple sessions."
data-original-title="" title="">
<span class="icon-question align-middle pl-2"></span>
</span>
</label>
</div>
</div>
<div class="form-group type-choice d-none">
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="cbAnalytics" checked>
<label class="custom-control-label pt-1" for="cbAnalytics">
Allow Analytics Cookies
<span class="text-nowrap" data-toggle="popover" data-placement="right" data-html="false" data-trigger="hover"
data-content="These cookies allow your navigation of our website to be measured and analyzed so that we can gather statistical information about website use and improve website features, content and functionality for you. These cookies are anonymous and don’t track browsing activity across other websites."
data-original-title="" title="">
<span class="icon-question align-middle pl-2"></span>
</span>
</label>
</div>
</div>
<div class="d-inline-block">
<button type="button" id="btnConfirm" class="btn btn-primary btn-sm" data-dismiss="alert" data-cookie-string=".AspNet.Consent=yes; expires=Mon, 09 Feb 2026 05:04:14 GMT; path=/; secure; samesite=none">Accept all</button>
<button type="button" id="btnCustomize" class="btn btn-outline-primary btn-sm">Customize cookies</button>
</div>
</div>
</div>
</aside>
<script>
(function () {
var btnConfirm = document.getElementById("btnConfirm")
var btnCustomize = document.getElementById("btnCustomize");
btnCustomize.addEventListener("click", function (event) {
this.classList.add("d-none");
var divs = document.querySelectorAll(".type-choice");
for (var div of divs) {
div.classList.remove('d-none');
}
btnConfirm.innerText = "Confirm my choice";
$("[data-toggle=popover]").popover();
}, false);
btnConfirm.addEventListener("click", function (event) {
document.cookie = btnConfirm.dataset.cookieString;
var analytics_enabled = document.getElementById("cbAnalytics").checked;
$.setCookie("consent_analytics", analytics_enabled, { expires: 60 * 60 * 24 * 365 });
if(typeof(gtag) == 'function')
{
gtag('consent', 'update', {
'ad_storage': analytics_enabled ? 'granted' : 'denied',
'analytics_storage': analytics_enabled ? 'granted' : 'denied'
});
//console.log("gtag consent updated. analytics_enabled: " + analytics_enabled);
}
}, false);
})();
</script>
<main role="main">
<div class="container-fluid homepage-feature">
<div class="row foreground py-3 px-3 px-md-5 px-xl-9 h-100">
<div class="col-xl-6 col-md-8 pb-3">
<section class="logo h-auto">
<svg enable-background="new 0 0 340.157 232.441" height="232.441" viewBox="0 0 340.157 232.441" width="340.157" xmlns="http://www.w3.org/2000/svg"><g fill="#fff"><path d="m32.157 212.872c-9.899 0-17.369-7.019-17.639-16.829 0-.899.09-1.62 1.17-1.62h6.21c.99 0 1.44.36 1.53 1.261.54 4.229 3.42 8.729 8.729 8.729 4.5 0 7.74-3.24 7.92-7.92.72-12.869-24.479-20.249-24.479-37.348 0-8.729 6.39-15.389 15.839-15.389 9.899 0 15.479 7.02 15.929 15.389 0 .9-.09 1.62-1.17 1.62h-6.209c-.99 0-1.44-.271-1.53-1.26-.72-3.78-2.79-7.29-6.749-7.29-3.87 0-6.57 3.15-6.39 6.93.81 10.26 24.388 19.259 24.388 36.808 0 10.89-9 16.919-17.549 16.919z" /><path d="m93.084 146.456v31.409 14.848c0 12.51-6.03 20.159-17.189 20.159-11.069 0-17.099-7.649-17.099-20.159v-21.688-24.569c0-1.35.54-1.89 1.89-1.89h5.85c1.35 0 1.89.54 1.89 1.89v30.598 15.659c0 7.02 2.79 11.16 7.47 11.16 4.77 0 7.56-4.14 7.56-11.16v-21.419-24.838c0-1.35.54-1.89 1.89-1.89h5.85c1.348 0 1.888.54 1.888 1.89z" /><path d="m103.884 192.713v-28.798c0-12.509 6.03-20.159 17.099-20.159 10.44 0 16.019 6.93 16.559 15.84 0 .81-.09 1.62-1.17 1.62h-6.57c-.99 0-1.44-.36-1.53-1.351-.72-3.869-3.06-7.109-7.2-7.109-4.77 0-7.56 4.229-7.56 11.159v28.798c0 6.93 2.79 11.16 7.56 11.16 4.14 0 6.479-3.24 7.2-7.11.09-.989.54-1.35 1.53-1.35h6.57c1.08 0 1.17.81 1.17 1.62-.54 8.909-6.12 15.839-16.559 15.839-11.069 0-17.099-7.649-17.099-20.159z" /><path d="m154.912 146.366c.27-1.53.9-1.8 2.34-1.8h4.68c1.439 0 2.07.27 2.43 1.8l14.219 63.896c.36 1.35-.36 1.8-1.35 1.8h-6.12c-1.17 0-1.71-.45-2.07-1.8l-2.25-10.71c-.27-1.08-.63-1.26-1.8-1.26h-10.799c-1.17 0-1.53.18-1.8 1.26l-2.249 10.71c-.36 1.35-.9 1.8-2.07 1.8h-6.12c-.99 0-1.71-.45-1.35-1.8zm.18 43.377h9.089c.45 0 .81-.27.72-.989l-4.77-24.119c-.09-.63-.99-.63-1.08 0l-4.68 24.119c-.179.72.181.989.721.989z" /><path d="m212.96 146.456v4.769c0 1.351-.54 1.891-1.89 1.891h-13.229c-1.35 0-1.71.359-1.71 1.71v16.558c0 1.351.36 1.71 1.71 1.71h8.729c1.35 0 1.89.54 1.89 1.891v4.859c0 1.35-.54 1.89-1.89 1.89h-8.729c-1.35 0-1.71.36-1.71 1.71v26.729c0 1.35-.54 1.89-1.89 1.89h-5.85c-1.35 0-1.89-.54-1.89-1.89v-63.717c0-1.35.54-1.89 1.89-1.89h22.679c1.35 0 1.89.54 1.89 1.89z" /><path d="m222.05 146.456c0-1.35.54-1.89 1.89-1.89h5.85c1.35 0 1.89.54 1.89 1.89v63.717c0 1.35-.54 1.89-1.89 1.89h-5.85c-1.35 0-1.89-.54-1.89-1.89z" /><path d="m279.646 146.456v63.717c0 1.35-.54 1.89-1.89 1.89h-4.41c-1.44 0-1.98-.45-2.61-1.89l-16.469-40.228c-.27-.63-.99-.45-.99.18v40.048c0 1.35-.54 1.89-1.89 1.89h-5.85c-1.35 0-1.89-.54-1.89-1.89v-63.717c0-1.35.54-1.89 1.89-1.89h4.41c1.44 0 1.98.45 2.61 1.89l16.469 40.228c.27.63.99.45.99-.18v-40.048c0-1.35.54-1.89 1.89-1.89h5.849c1.352 0 1.891.54 1.891 1.89z" /><path d="m301.877 146.366c.27-1.53.9-1.8 2.34-1.8h4.68c1.439 0 2.07.27 2.43 1.8l14.219 63.896c.36 1.35-.36 1.8-1.35 1.8h-6.12c-1.17 0-1.71-.45-2.07-1.8l-2.25-10.71c-.27-1.08-.63-1.26-1.8-1.26h-10.799c-1.17 0-1.53.18-1.8 1.26l-2.249 10.71c-.36 1.35-.9 1.8-2.07 1.8h-6.12c-.99 0-1.71-.45-1.35-1.8zm.18 43.377h9.089c.45 0 .81-.27.72-.989l-4.77-24.119c-.09-.63-.99-.63-1.08 0l-4.68 24.119c-.179.72.181.989.721.989z" /><path d="m223.085 72.284c0 29.275-23.732 53.007-53.007 53.007s-53.007-23.732-53.007-53.007 23.732-53.007 53.007-53.007 53.007 23.732 53.007 53.007zm-53.006-48.388c-26.725 0-48.389 21.665-48.389 48.39s21.665 48.389 48.389 48.389 48.39-21.665 48.39-48.389-21.665-48.39-48.39-48.39z" /><path d="m182.634 84.429c2.836-18.816 14.326-27.176 20.962-29.46-10.531-5.647-26.306-.801-37.547 12.308-12.735 14.851-14.826 34.673-4.67 44.274 1.153 1.09 2.418 1.992 3.767 2.729l1.128-.307c4.8-1.307 13.487-10.485 16.36-29.544z" /><path d="m207.837 58.12-1.014.052c-4.26.219-17.587 7.257-20.541 26.863-2.527 16.763-9.421 27.243-15.801 31.195 10.08 2.085 22.834-3.093 32.344-14.183 12.587-14.677 14.768-34.205 5.012-43.927z" /><path d="m160.336 37.05c-3.89 4.736-5.365 10.92-5.177 13.852.447 5.769 4.298 9.395 5.178 16.229 3.89-4.736 5.365-11.195 5.177-14.127-.448-5.768-4.298-9.12-5.178-15.954z" /><path d="m158.907 114.434c-5.82-5.502-8.465-13.84-7.449-23.477.504-4.78 1.898-9.605 4.056-14.233-9.696-8.666-23.447-10.946-29.677-11.691-.154 1.589-.233 3.201-.233 4.832 0 22.566 15.116 41.478 35.27 46.205-.679-.508-1.342-1.045-1.967-1.636z" /><path d="m156.655 72.69c.132-3.617-.244-6.71-.876-8.689-2.967-8.874-10.335-12.477-14.4-22.838-3.807 8.166-4.117 17.305-3.106 22.385 7.28 2.067 13.501 5.152 18.382 9.142z" /></g></svg>
</section>
<section class="tagline pt-3 pt-md-5">
<p class="text-white lead">Source <span></span></p>
<p class="text-white desc"><span>We help roasters find the right coffee for any quality or budget, macrolot to microlot. Wherever you are, we are local to you.</span></p>
</section>
<section class="options">
<p class="text-white lead mb-1">Find Green Coffee in ></p>
<ul class="list-unstyled hover-links">
<li>
<a class="d-inline-block py-sm-2" onclick="trackGlobalClick('na')" href="/na">North America</a>
</li>
<li>
<a class="d-inline-block py-sm-2" onclick="trackGlobalClick('emea')" href="/emea">Europe, Middle East, Africa</a>
</li>
<li>
<a class="d-inline-block py-sm-2" onclick="trackGlobalClick('apac')" href="/apac">Asia Pacific</a>
</li>
</ul>
</section>
<section class="buttons pt-5 pt-md-8">
<a class="btn mr-3 mb-3" role="button" href="https://group.sucafina.com" target="_blank" onclick="trackGlobalClick('About the Sucafina Group')">About the Sucafina Group</a>
</section>
</div>
</div>
<div class="images">
<div class="group showing" data-text="We help roasters find the right coffee for any quality or budget, macrolot to microlot. Wherever you are, we are local to you.">
<img src="https://assets-eu-01.kc-usercontent.com:443/4192440f-b944-0135-c768-e05d36ed3e93/1c30ee47-7609-4ad7-b6b4-6fa63a25dc36/landing1.jpg" alt="">
</div>
<div class="group " data-text="We build sustainable supply chains that meet the needs of roasters and producers.">
<img src="https://assets-eu-01.kc-usercontent.com:443/4192440f-b944-0135-c768-e05d36ed3e93/01e70327-ba11-44ac-bcda-c4424064b610/landing2.jpg" alt="">
</div>
<div class="group " data-text="We drive efficiency and equality across our supply chain.">
<img src="https://assets-eu-01.kc-usercontent.com:443/4192440f-b944-0135-c768-e05d36ed3e93/ea9158a9-0cdd-4d86-8724-c72427dff83e/landing3.jpg" alt="">
</div>
<div class="group " data-text="We embrace all innovation that enhances returns for producers and roasters alike.">
<img src="https://assets-eu-01.kc-usercontent.com:443/4192440f-b944-0135-c768-e05d36ed3e93/3991e3a6-e52a-45c9-a1a8-f875cfd0eeea/landing4.jpg" alt="">
</div>
<div class="group " data-text="We work to move the industry forward through technology, agronomy, finance, logistics, etc.">
<img src="https://assets-eu-01.kc-usercontent.com:443/4192440f-b944-0135-c768-e05d36ed3e93/34a15c2b-7907-41b9-b329-b786b64a0ea9/landing5.jpg" alt="">
</div>
</div>
</div>
</main>
</div>
<script src="/js/global.min.js?v=jgAhE-HL8LAd0ObKRLcRh2joPkRlbqdi1CH7L9VJ6vk"></script>
<script>
//SCUP-471. since server-side delete cookie code does not work sometimes, let's delete it here as well
//if someone landed on this page, this cookie should be removed anyway
document.cookie = 'site=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;';
$(function () {
// initialization of text animation (typing)
var typed = new Typed(".tagline span", {
strings: [
"smart.",
"quality.",
"value.",
"innovation.",
"impact.",
],
typeSpeed: 60,
loop: true,
backSpeed: 25,
backDelay: 7500,
showCursor: true,
onStringTyped: ( arrayPos, self ) => {
// console.log( arrayPos );
var landingImageGroups = document.querySelectorAll( '.images .group' );
landingImageGroups[arrayPos].className = 'group showing';
if ( arrayPos == 0 ) {
landingImageGroups[4].className = 'group';
} else {
landingImageGroups[arrayPos - 1].className = 'group';
}
$('.tagline p.desc span').text( $('.images .group:nth-child(' + (arrayPos+1) + ')').data('text') );
}
});
});
function trackGlobalClick(label) {
if (typeof (gtag) == "function") {
gtag('event', 'click',
{
'event_category': "Click",
'event_label': label
})
}
}
</script>
</body>
</html>