An error occurred while processing the template.
Can't convert this string to number: ""
The blamed expression:
==> currentPage?number  [in template "785690848#785690894#787275778" at line 224, column 53]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${(navEntry?index == currentPage?numb...  [in template "785690848#785690894#787275778" at line 224, column 32]
----
1<#--   
2    Widget Template 
3    Type: Navigation Menu 
4    Name: [pt] Menu em abas 
5--> 
6 
7 
8<style> 
9#klabin-aba-dinamica { 
10  margin-bottom: 47px; 
11  position: relative; 
12
13 
14#klabin-aba-dinamica .dropdown-list { 
15  max-width: 335px; 
16  height: 50px; 
17  list-style: none; 
18  background: #F7F7F7 url(/documents/785690889/0/arrow-down.svg/89ba6f12-d6d7-c681-42ee-00a0a3c460c9?t=1654286561769) no-repeat center; 
19  background-position-x: 95%; 
20  padding-right: 40px; 
21  padding-left: 20px; 
22  position: relative; 
23  margin-top: 25px; 
24  margin-right: auto; 
25  margin-left: auto; 
26  border: 1px solid #D7D4CE; 
27  border-radius: 26px; 
28  box-sizing: border-box; 
29  box-shadow: -1px -1px 2px rgba(213, 210, 203, 0.5), inset 2px -2px 4px rgba(213, 210, 203, 0.2),  
30              inset -2px -2px 3px rgba(255, 255, 255, 0.9), inset 2px 2px 5px rgba(190, 187, 180, 0.9); 
31  cursor: pointer; 
32  overflow: hidden; 
33
34 
35#klabin-aba-dinamica .dropdown-list:not(.show) { 
36  display: none; 
37
38 
39#klabin-aba-dinamica .dropdown-list .dropdown-list-itens { 
40  width: 100%; 
41  background: #FFFFFF; 
42  border: solid 1px #D7D4CE; 
43  padding-left: 0; 
44  position: absolute; 
45  margin-bottom: 0; 
46  top: 100%; 
47  left: 0; 
48  z-index: 99; 
49
50 
51#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li a { 
52  color: #009530; 
53  padding: 15px 20px; 
54  display: flex; 
55  align-items: center; 
56
57 
58#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li a.active { 
59  background: rgba(0, 0, 0, 0.12); 
60  color: #009530; 
61
62 
63#klabin-aba-dinamica .dropdown-list .dropdown-list-itens li:not(:last-child) a { 
64  border-bottom: 1px solid rgba(0, 0, 0, 0.12); 
65
66 
67#klabin-aba-dinamica .dropdown-list li { 
68  outline: none; 
69  display: block; 
70  cursor: pointer; 
71
72 
73#klabin-aba-dinamica .dropdown-list li a, 
74#klabin-aba-dinamica .dropdown-list .dropdown-list-current { 
75  height: 60px; 
76  font-family: 'Raleway', sans-serif; 
77  font-size: 14px; 
78  line-height: 17px; 
79  font-weight: 600; 
80  text-transform: uppercase; 
81  color: #009530; 
82  text-decoration: none; 
83
84 
85#klabin-aba-dinamica .dropdown-list .dropdown-list-current { 
86  height: 30px; 
87  line-height: 17px; 
88  max-width: 260px; 
89  position: absolute; 
90  top: -37px; 
91  left: 20px; 
92  display: flex; 
93  align-items: center; 
94
95 
96#klabin-aba-dinamica .aba-container { 
97  max-width: 1200px; 
98  margin-right: auto; 
99  margin-left: auto; 
100  display: flex; 
101  justify-content: center; 
102  align-items: center; 
103
104 
105#klabin-aba-dinamica .aba-container ul.tab-wrapper { 
106  list-style-type: none; 
107  padding: 0; 
108  margin-bottom: 0; 
109  display: flex; 
110  justify-content: center; 
111  align-items: flex-end; 
112
113 
114#klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
115  font-family: 'Raleway', sans-serif; 
116  font-size: 14px; 
117  line-height: 16px; 
118  font-weight: 700; 
119  color: #303030; 
120  text-transform: uppercase; 
121  text-align: center; 
122  position: relative; 
123  display: flex; 
124  flex-direction: column; 
125  justify-content: space-between; 
126
127 
128#klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
129  min-width: 215px; 
130  max-width: 215px; 
131
132 
133#klabin-aba-dinamica .aba-container ul.tab-wrapper li.active a { 
134  color: #303030; 
135
136 
137#klabin-aba-dinamica .aba-container ul.tab-wrapper li:not(:last-child) { 
138  margin-right: 5px; 
139
140 
141#klabin-aba-dinamica .aba-container ul.tab-wrapper li .tab-default { 
142  height: 7px; 
143  background: #D8EC00; 
144  border: 1px solid #D8EC00; 
145  margin-top: 10px; 
146
147 
148#klabin-aba-dinamica .aba-container ul.tab-wrapper li.active .tab-default { 
149  height: 7px; 
150  background: transparent; 
151  border: 1px solid #D8EC00; 
152  margin-top: 10px; 
153
154 
155#klabin-aba-dinamica .tab { 
156  cursor: pointer; 
157
158 
159@media (min-width: 1025px){ 
160  #klabin-aba-dinamica { 
161    margin-top: 35px; 
162
163 
164  #klabin-aba-dinamica .dropdown-list { 
165    display: none; 
166
167
168 
169@media (max-width: 1024px){ 
170  #klabin-aba-dinamica .aba-container ul.tab-wrapper { 
171    display: none; 
172
173
174 
175@media (max-width: 900px){ 
176  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
177    font-size: 12px; 
178    line-height: 14px; 
179
180 
181  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
182    min-width: 180px; 
183
184
185 
186@media (max-width: 768px){ 
187  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
188    min-width: 110px; 
189
190
191 
192@media (max-width: 640px){ 
193  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
194    font-size: 12px; 
195    line-height: 14px; 
196
197
198 
199@media (max-width: 480px){ 
200  #klabin-aba-dinamica .aba-container ul.tab-wrapper li { 
201    min-width: auto; 
202
203
204 
205@media (max-width: 420px){ 
206  #klabin-aba-dinamica .aba-container ul.tab-wrapper a { 
207    font-size: 11px; 
208    line-height: 13px; 
209
210
211</style> 
212 
213<#attempt> 
214    <#assign currentPage = getterUtil.getString(themeDisplay.getThemeSetting("rs-active-tabs-menu")) /> 
215<#recover> 
216    <#assign currentPage = 0 /> 
217</#recover> 
218 
219<div id="klabin-aba-dinamica"> 
220    <div class="aba-container"> 
221        <#if entries?has_content> 
222            <ul class="tab-wrapper"> 
223                <#list entries as navEntry> 
224                    <li class="${(navEntry?index == currentPage?number)?string('active', '')}"> 
225                        <a href="${navEntry.getURL()}" class="tab">${navEntry.getName()}</a> 
226                        <div class="${(navEntry?index == currentPage?number)?string('tab-default', 'tab-default')}"></div> 
227                    </li> 
228                </#list> 
229            </ul> 
230        </#if> 
231    </div> 
232    <ul class="dropdown-list"> 
233        <div class="dropdown-list-itens"> 
234          <#if entries?has_content> 
235          <#assign count = 1 /> 
236            <ul class="tab-wrapper"> 
237                <#list entries as navEntry> 
238                    <#assign teste = "${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}" /> 
239                        <#if teste?? && teste != ""> 
240                         <li class="${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}">${navEntry.getName()}</li> 
241                        <#else> 
242                            <li class="${(navEntry?index == currentPage?number)?string('dropdown-list-current', '')}"> 
243                                <a href="${navEntry.getURL()}">${navEntry.getName()}</a> 
244                            </li> 
245                        </#if> 
246                     
247                         
248                </#list> 
249            </ul> 
250        </#if> 
251      </div> 
252    </ul> 
253</div> 
254 
255<script> 
256  
257  var handleSelect = function() { 
258  var selectDropdown = document.getElementById("dropdown"); 
259  var newDropdown = document.querySelector('.dropdown-list'); 
260 
261  newDropdown.classList.add('show'); // show new dropdown 
262 
263  newDropdown.addEventListener('click', function(){ 
264    var newDropdownItems = newDropdown.querySelector('.dropdown-list-itens'); 
265    var newDropdownItemArray = newDropdownItems.querySelectorAll('li'); 
266     
267    if(newDropdownItems.classList.contains('show')){ 
268      // newDropdownItems.classList.remove('show'); 
269      newDropdown.style.overflow = "hidden"; 
270
271 
272    else { 
273      // newDropdownItems.classList.add('show'); 
274      newDropdown.style.overflow = "visible"; 
275
276 
277    newDropdownItemArray.forEach(function(item){ 
278      item.addEventListener('click', function(e){ 
279        function changeCurrentText(e){ 
280          var currentDropdownText = document.querySelector(".dropdown-list-current"); 
281          var newDropdownText = e.target.innerText; 
282          currentDropdownText.innerText = newDropdownText; 
283
284 
285        changeCurrentText(e); 
286      }); 
287    }); 
288 
289    function outsideClick(event){ 
290      if(event.target !== newDropdown){ 
291        newDropdownItems.classList.remove('show'); 
292
293 
294      else { 
295        return false; 
296
297
298 
299    window.addEventListener('click', outsideClick); 
300  }); 
301
302 
303handleSelect(); 
304</script> 

Profile

The Company's four business units (Forestry, Pulp, Paper and Packaging) range from the production and marketing of wood and pulp to the manufacture of paper and efficient packaging for a wide variety of market segments. Today, Klabin is the only company in the country to simultaneously supply hardwood pulp (eucalyptus), softwood pulp (pines) and fluff pulp (pine), in order to meet the demands of different branches of industry. Its packaging, in turn, in addition to being safe, is light, biodegradable, recyclable and comes from renewable sources.

A developed, modern world integrated with nature implies respect for all people. Since this is a non-negotiable value, Klabin encourages a healthy and fair work environment, where there is perfect integration among diverse teams, with equal opportunities, incentive for personal development and recognition of results.

Differentials

Pioneer in certification

Klabin is the first Brazilian company to obtain FSC® – Forest Stewardship Council® (FSC-C0172336 e FSC-C006109) certification for kraft lignin from pine and black liquor, byproducts of the pulp and paper manufacturing process, which are used for several purposes, ensuring the sustainability of the entire chain. The Company's pine forests are also certified by the FSC®, which attests to its commitment to environmental conservation.

2nd year on the Dow Jones list

For the second year running, Klabin is part of the Dow Jones Sustainability Index (DJSI), 2021/2022 edition, in two categories: World Index and Emerging Markets Index. This reinforces its place among the most sustainable companies in the world.

Leadership in environmental practices 

In 2021, Klabin was the only Latin American company invited to join the Business Leaders group at the 26th UN Climate Change Conference in Glasgow, Scotland. Since Eco-92, held in Rio de Janeiro, the company has been actively participating in environmental conferences and is already recognized worldwide for its good practices in this area.

Climate change

Klabin launched, in partnership with the UN Global Compact’s Brazil Network, the ImPacto NetZero movement, born from the urgency of collective mobilization to mitigate climate change.

Approved science-based targets

Klabin was the first pulp and paper company in Latin America to have its targets for reducing greenhouse gas (GHG) emissions approved by the Science Based Targets initiative (SBTi). The initiative offers companies guidance, methods, and tools to support the adoption of science-based GHG reduction targets.

Business Sustainability Index

Klabin is part of the B3’s Corporate Sustainability Index (ISE) for the ninth consecutive year. The new portfolio composition, which comprises 34 companies, became effective on January 3, 2022 and will remain valid until the end of the year (December 30, 2022).

Triple A in CDP

For the first time, Klabin achieved the Triple A rating from CDP (Disclosure, Insight, Action) in the three programs: Climate Change, Water and Forests, having been the first company in Latin America to reach this position.

Ecosystem services

Klabin received unprecedented FSC® (FSC-C023492) certification for three ecosystem services – biodiversity conservation, carbon sequestration and storage, and watershed services – at Fazenda das Nascentes, located in the Serra da Farofa Complex Natural Heritage Private Reserve (RPPN) in Santa Catarina.

Certified honey production

In 2021, producers from the Planalto Serrano Catarinense Beekeepers’ Association (AAPSC), a partner in Klabin's Apiculture and Meliponiculture program, received the Imaflora chain of custody certification for the forest management of honey production. Within the scope of the Company's certification, Klabin also received Imaflora certification to attest to the feasibility of producing certified honey in its native forests.

For more information, see GRI indicators 102-1, 102-2, 102-5, 102-10, 102-12, in the ESG Dashboard.

Units and operations

Forestry

All the wood used in the pulp and paper production process comes from cultivated forests. In addition, the Forestry Unit sells wood in logs, which supply the furniture and civil construction markets. Mosaic planting, which combines planted forests with native forests, is the Company's registered trademark. The technique helps protect natural resources, improves the forests' production potential and collaborates in biodiversity conservation. There are 284,000 hectares of cultivated forests and more than 265,000 hectares of conserved native forests in the states of Paraná, Santa Catarina, and São Paulo. 

Pulp

Klabin is the only Brazilian company to produce and supply the market with three types of pulp – hardwood (from eucalyptus), softwood (extracted from pine) and fluff (specially produced from pine softwood) – in a single industrial unit. The plant, designed for this purpose, generates multiple solutions to meet the different market demands. Klabin's pulp comes from cultivated forests with socially and ecologically appropriate management, recognized by international certifications, which assess the entire process up to the manufacture of the final product.

Paper

Klabin is the largest manufacturer and exporter of packaging paper and paper packaging in Brazil. The paper and card are produced with own softwood and hardwood pulp, meeting global quality and sustainability standards. In 2021, the Company began selling Eukaliner®, the world's first kraftliner paper made from eucalyptus fibers alone. The Company's annual paper production capacity, which currently sits at 2.6 million tons, will reach the mark of 3.1 million tons in 2023 after the Puma II expansion project is complete.

Packaging

Klabin leads the packaging segment in Brazil due to its ability to provide solutions for all types of business, including e-commerce. The company's proposal is to be "much more than just packaging," offering the customer functional, lightweight, economical, and biodegradable products, all from renewable sources. The Packaging Unit is also responsible for the production of recycled paper, processing more than 450,000 tons a year, which makes Klabin the biggest paper recycler in Brazil.

Key figures

Klabin adds years of history, transformations and achievements.

23

plants, 22 in Brazil and one in Argentina.

25,000+

direct and indirect employees.

4.9 million

tons of positive CO2 in the carbon emissions balance.

2.6 million

tons of annual paper production capacity.

1.6 million

tons of market pulp production capacity per year.

450,000

tons of recycled paper.

625,000

hectares of total forest area.

284,000

hectares of cultivated pine and eucalyptus forests, the equivalent of 284,000 soccer fields.

265,000

hectares of conserved native forests (42% of the total forest areas under management ).

Recognition and awards 

WorldStar Global Packaging Awards

Klabin won the award in the Sustainability category due to the success of the dispersible bag, a type of packaging that can be mixed into its own contents without the need for disposal. Developed by the Klabin Technology Center and the Packaging area, the novelty was recognized for its sustainability attributes, along with its quality, functionality and sales appeal.
 
Produced with dispersible paper, the biodegradable packaging is suitable for packaging cement, because it can be integrated into the mixture when preparing the concrete. In addition to reducing waste disposal at the construction site, the dispersible bag is resistant and has excellent performance in bagging and palletizing.

2021 Bonds & Loans Latin America & Caribbean Awards

Featured in the ESG Deal of the Year category of the Bonds & Loans Latin America & Caribbean Awards, promoted by the Bonds & Loans Awards, an awarding entity created by the GFC Media Group (GFC) conglomerate. The recognition came for the USD 500 million Sustainability Linked Bond (SLB) issued in January 2021, with a ten-year maturity. Klabin's SLB was the bond with the greatest distinction in Sustainability/ESG compared to other companies in Latin American and the Caribbean, mainly for linking three important environmental goals in a single bond: reduction in water consumption; waste reuse and recycling; and biodiversity conservation. 

Leadership in sustainable procurement

In 2022, Klabin was one of the  winners in Ecovadis' Sustainable Procurement Leadership Awards, in the Increased Portfolio Performance category, with the best score for recovery and advancement in the scoring of its supplier portfolio.

Supplier Engagement Leaderboard

In early 2022, Klabin was also recognized by CDP on the Supplier Engagement Leaderboard. This recognition confirms the Company's efforts to encourage the entire production chain to act together to control climate change. The study assesses performance in supplier engagement using companies' own responses to questions regarding governance, science-based decarbonization targets, Scope 3 emission reductions, and supply chain engagement, aimed at raising the level of climate action. Among the companies that participated in the survey worldwide, only 8% were recognized.