br_danfe 0.13.0 → 0.14.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +71 -36
  3. data/Guardfile +14 -0
  4. data/br_danfe.gemspec +4 -2
  5. data/fonts/Tinos-LICENSE.txt +202 -0
  6. data/fonts/tinos.ttf +0 -0
  7. data/fonts/tinos_bold.ttf +0 -0
  8. data/fonts/tinos_bold_italic.ttf +0 -0
  9. data/fonts/tinos_italic.ttf +0 -0
  10. data/lib/br_danfe.rb +6 -0
  11. data/lib/br_danfe/cce_lib/document.rb +2 -2
  12. data/lib/br_danfe/danfe.rb +1 -1
  13. data/lib/br_danfe/danfe_lib/nfce_lib/document.rb +1 -1
  14. data/lib/br_danfe/danfe_lib/nfce_lib/qr_code.rb +1 -1
  15. data/lib/br_danfe/danfe_lib/nfe_lib/document.rb +3 -2
  16. data/lib/br_danfe/danfe_lib/nfe_lib/infadic.rb +17 -1
  17. data/lib/br_danfe/document_builder.rb +16 -0
  18. data/lib/br_danfe/version.rb +1 -1
  19. data/lib/prawn/font.rb +7 -0
  20. data/lib/prawn/font_metric_cache.rb +33 -0
  21. data/spec/br_danfe/danfe_lib/nfe_lib/infadic_spec.rb +42 -2
  22. data/spec/br_danfe/danfe_spec.rb +5 -0
  23. data/spec/fixtures/cce/lib/correction#render.pdf +0 -0
  24. data/spec/fixtures/cce/lib/document#box.with.block.pdf +0 -0
  25. data/spec/fixtures/cce/lib/document#text.align.pdf +0 -0
  26. data/spec/fixtures/cce/lib/document#text.pad.pdf +0 -0
  27. data/spec/fixtures/cce/lib/document#text.simple.pdf +0 -0
  28. data/spec/fixtures/cce/lib/document#text.size.pdf +0 -0
  29. data/spec/fixtures/cce/lib/document#text.style.pdf +0 -0
  30. data/spec/fixtures/cce/lib/footer#render.pdf +0 -0
  31. data/spec/fixtures/cce/lib/header#render.pdf +0 -0
  32. data/spec/fixtures/cce/lib/nfe_key#render.pdf +0 -0
  33. data/spec/fixtures/cce/lib/protocol#render.pdf +0 -0
  34. data/spec/fixtures/cce/v1.00/cce.fixture.pdf +211 -48
  35. data/spec/fixtures/nfce/v4.00/nfce-unauthorized-hom.fixture.pdf +0 -0
  36. data/spec/fixtures/nfce/v4.00/nfce-unauthorized-prod.fixture.pdf +0 -0
  37. data/spec/fixtures/nfce/v4.00/rendered_nfce.fixture.pdf +0 -0
  38. data/spec/fixtures/nfce/v4.00/saved_nfce.fixture.pdf +0 -0
  39. data/spec/fixtures/nfe/lib/dest#render-v2.00.pdf +0 -0
  40. data/spec/fixtures/nfe/lib/dest#render-v3.10.pdf +0 -0
  41. data/spec/fixtures/nfe/lib/dest#render-v4.00.pdf +0 -0
  42. data/spec/fixtures/nfe/lib/dest#render-with-address-bigger.pdf +0 -0
  43. data/spec/fixtures/nfe/lib/dest#render-with_cnpj.pdf +0 -0
  44. data/spec/fixtures/nfe/lib/dest#render-with_cpf.pdf +0 -0
  45. data/spec/fixtures/nfe/lib/dest#render-with_ie.pdf +0 -0
  46. data/spec/fixtures/nfe/lib/dest#render-without-address-complement.pdf +0 -0
  47. data/spec/fixtures/nfe/lib/det_body#render-csosn.pdf +739 -658
  48. data/spec/fixtures/nfe/lib/det_body#render-cst.pdf +476 -393
  49. data/spec/fixtures/nfe/lib/det_body#render-fci.pdf +323 -238
  50. data/spec/fixtures/nfe/lib/det_body#render-icms_st.pdf +327 -237
  51. data/spec/fixtures/nfe/lib/det_body#render-quantity_with_custom_precision.pdf +319 -233
  52. data/spec/fixtures/nfe/lib/det_body#render-three_pages.pdf +6619 -7057
  53. data/spec/fixtures/nfe/lib/det_body#render-two_pages.pdf +6474 -6396
  54. data/spec/fixtures/nfe/lib/det_body#render-unit_price_with_custom_precision.pdf +319 -233
  55. data/spec/fixtures/nfe/lib/det_body#render-with_infadprod.pdf +315 -237
  56. data/spec/fixtures/nfe/lib/det_body#render-with_issqn.pdf +3026 -2948
  57. data/spec/fixtures/nfe/lib/det_body#render-without_issqn.pdf +3026 -2948
  58. data/spec/fixtures/nfe/lib/document#lcnpj-blank.pdf +0 -0
  59. data/spec/fixtures/nfe/lib/document#lcnpj-invalid.pdf +0 -0
  60. data/spec/fixtures/nfe/lib/document#lcnpj-valid.pdf +0 -0
  61. data/spec/fixtures/nfe/lib/document#lie-blank-uf-invalid.pdf +0 -0
  62. data/spec/fixtures/nfe/lib/document#lie-blank.pdf +0 -0
  63. data/spec/fixtures/nfe/lib/document#lie-invalid.pdf +0 -0
  64. data/spec/fixtures/nfe/lib/document#lie-valid.pdf +0 -0
  65. data/spec/fixtures/nfe/lib/dup#render.pdf +0 -0
  66. data/spec/fixtures/nfe/lib/emit_header#render-second_page.pdf +214 -67
  67. data/spec/fixtures/nfe/lib/emit_header#render-with_logo.pdf +214 -67
  68. data/spec/fixtures/nfe/lib/emit_header#render-without_logo.pdf +212 -65
  69. data/spec/fixtures/nfe/lib/icmstot#render.pdf +0 -0
  70. data/spec/fixtures/nfe/lib/infadic#address-shipment.pdf +0 -0
  71. data/spec/fixtures/nfe/lib/infadic#render-all_the_informations.pdf +0 -0
  72. data/spec/fixtures/nfe/lib/infadic#render-difal.pdf +0 -0
  73. data/spec/fixtures/nfe/lib/infadic#render-extra_volume.pdf +0 -0
  74. data/spec/fixtures/nfe/lib/infadic#render-with_complementary_information.pdf +0 -0
  75. data/spec/fixtures/nfe/lib/infadic#render-with_fisco_additional_information.pdf +0 -0
  76. data/spec/fixtures/nfe/lib/infadic#render-with_street_data.pdf +0 -0
  77. data/spec/fixtures/nfe/lib/infadic#render.pdf +0 -0
  78. data/spec/fixtures/nfe/lib/infadic_vol#render-extra_volume.pdf +0 -0
  79. data/spec/fixtures/nfe/lib/issqn#render-with_issqn.pdf +0 -0
  80. data/spec/fixtures/nfe/lib/issqn#render-with_one_issqn_value.pdf +0 -0
  81. data/spec/fixtures/nfe/lib/ticket#render.pdf +0 -0
  82. data/spec/fixtures/nfe/lib/transp#render-modfrete_0.pdf +0 -0
  83. data/spec/fixtures/nfe/lib/transp#render-modfrete_1.pdf +0 -0
  84. data/spec/fixtures/nfe/lib/transp#render-modfrete_2.pdf +0 -0
  85. data/spec/fixtures/nfe/lib/transp#render-modfrete_3.pdf +0 -0
  86. data/spec/fixtures/nfe/lib/transp#render-modfrete_4.pdf +0 -0
  87. data/spec/fixtures/nfe/lib/transp#render-modfrete_9.pdf +0 -0
  88. data/spec/fixtures/nfe/lib/transp#render.pdf +0 -0
  89. data/spec/fixtures/nfe/lib/vol#render-blank-boxes.pdf +0 -0
  90. data/spec/fixtures/nfe/lib/vol#render.pdf +0 -0
  91. data/spec/fixtures/nfe/v2.00/custom_options.fixture.pdf +1039 -795
  92. data/spec/fixtures/nfe/v2.00/nfe_simples_nacional.xml.fixture.pdf +1037 -793
  93. data/spec/fixtures/nfe/v2.00/nfe_with_extra_volumes.xml.fixture.pdf +2965 -2740
  94. data/spec/fixtures/nfe/v2.00/nfe_with_fci.xml.fixture.pdf +733 -506
  95. data/spec/fixtures/nfe/v2.00/nfe_with_ns.xml.fixture.pdf +2911 -2690
  96. data/spec/fixtures/nfe/v2.00/nfe_without_ns.xml.fixture.pdf +940 -770
  97. data/spec/fixtures/nfe/v3.10/nfe_simples_nacional.xml.fixture.pdf +1825 -1603
  98. data/spec/fixtures/nfe/v3.10/with_footer.fixture.pdf +3112 -2438
  99. data/spec/fixtures/nfe/v3.10/with_footer.xml +18 -0
  100. data/spec/fixtures/nfe/v3.10/with_issqn.fixture.pdf +2564 -3072
  101. data/spec/fixtures/nfe/v3.10/with_three_pages.fixture.pdf +8417 -8200
  102. data/spec/fixtures/nfe/v3.10/without_issqn.fixture.pdf +3169 -2953
  103. data/spec/spec_helper.rb +2 -0
  104. metadata +49 -12
@@ -6,7 +6,7 @@ module BrDanfe
6
6
 
7
7
  def self.create_danfe(xml)
8
8
  nfe_code = '55'
9
- xml['mod'] == nfe_code ? DanfeLib::Nfe.new(xml) : DanfeLib::Nfce.new(xml)
9
+ xml['ide > mod'] == nfe_code ? DanfeLib::Nfe.new(xml) : DanfeLib::Nfce.new(xml)
10
10
  end
11
11
  private_class_method :create_danfe
12
12
  end
@@ -3,7 +3,7 @@ module BrDanfe
3
3
  module NfceLib
4
4
  class Document
5
5
  def initialize(page_width, page_height)
6
- @document = Prawn::Document.new(
6
+ @document = BrDanfe::DocumentBuilder.build(
7
7
  page_size: [page_width, page_height],
8
8
  page_layout: :portrait,
9
9
  left_margin: 0.3.cm,
@@ -13,7 +13,7 @@ module BrDanfe
13
13
 
14
14
  def render
15
15
  qrcode = RQRCode::QRCode.new(@xml['qrCode'])
16
- image = Tempfile.create('qrcode.png')
16
+ image = Tempfile.new(%w[qrcode png], binmode: true)
17
17
  image.write(qrcode.as_png(module_px_size: 12).to_s)
18
18
 
19
19
  box_size = 3.cm
@@ -3,7 +3,7 @@ module BrDanfe
3
3
  module NfeLib
4
4
  class Document
5
5
  def initialize
6
- @document = Prawn::Document.new(
6
+ @document = BrDanfe::DocumentBuilder.build(
7
7
  page_size: 'A4',
8
8
  page_layout: :portrait,
9
9
  left_margin: 0,
@@ -12,7 +12,8 @@ module BrDanfe
12
12
  botton_margin: 0
13
13
  )
14
14
 
15
- @document.font 'Times-Roman'
15
+ @document.font 'tinos'
16
+
16
17
  @document.line_width = 0.3
17
18
  end
18
19
 
@@ -44,6 +44,7 @@ module BrDanfe
44
44
  additional_data.push(address_content) if address?
45
45
  additional_data.push(difal_content) if difal?
46
46
  additional_data.push(fisco_content) if fisco?
47
+ additional_data.push(address_shipment) if shipment?
47
48
  additional_data.join(' * ')
48
49
  end
49
50
 
@@ -76,6 +77,21 @@ module BrDanfe
76
77
  BrDanfe::Helper.numerify(value) if value != ''
77
78
  end
78
79
 
80
+ def shipment?
81
+ @xml['entrega'].present?
82
+ end
83
+
84
+ def address_shipment
85
+ street = @xml['entrega/xLgr'].to_s
86
+ number = @xml['entrega/nro'].to_s
87
+ complement = @xml['entrega/xCpl'].to_s
88
+ neighborhood = @xml['entrega/xBairro'].to_s
89
+ city = @xml['entrega/xMun'].to_s
90
+ uf = @xml['entrega/UF'].to_s
91
+
92
+ "Endereço de entrega: #{street}, nº #{number} - #{neighborhood} - #{city} - #{uf} - #{complement}"
93
+ end
94
+
79
95
  def difal?
80
96
  @xml['ICMSTot/vICMSUFDest'].to_f != 0
81
97
  end
@@ -97,7 +113,7 @@ module BrDanfe
97
113
  end
98
114
 
99
115
  def additional_data?
100
- complementary? || address? || difal? || fisco?
116
+ complementary? || address? || difal? || fisco? || shipment?
101
117
  end
102
118
 
103
119
  def render_reserved_fisco
@@ -0,0 +1,16 @@
1
+ module BrDanfe
2
+ class DocumentBuilder
3
+ def self.build(*args, &block)
4
+ document = Prawn::Document.new(*args, &block)
5
+
6
+ document.font_families['tinos'] = {
7
+ bold: "#{BrDanfe.root_path}/fonts/tinos_bold.ttf",
8
+ italic: "#{BrDanfe.root_path}/fonts/tinos_italic.ttf",
9
+ bold_italic: "#{BrDanfe.root_path}/fonts/tinos_bold_italic.ttf",
10
+ normal: "#{BrDanfe.root_path}/fonts/tinos.ttf",
11
+ }
12
+
13
+ document
14
+ end
15
+ end
16
+ end
@@ -1,3 +1,3 @@
1
1
  module BrDanfe
2
- VERSION = '0.13.0'.freeze
2
+ VERSION = '0.14.2'.freeze
3
3
  end
@@ -0,0 +1,7 @@
1
+ module Prawn
2
+ class Font
3
+ def hash #:nodoc:
4
+ [self.class, name, family].hash
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,33 @@
1
+ module Prawn
2
+ # Cache used internally by Prawn::Document instances to calculate the width
3
+ # of various strings for layout purposes.
4
+ #
5
+ # @private
6
+ class FontMetricCache
7
+ CacheEntryMonkeyPatch = Struct.new(:font, :font_size, :options, :string)
8
+
9
+ def width_of(string, options)
10
+ f = if options[:style]
11
+ # override style with :style => :bold
12
+ @document.find_font(@document.font.family, style: options[:style])
13
+ else
14
+ @document.font
15
+ end
16
+
17
+ encoded_string = f.normalize_encoding(string)
18
+
19
+ key = CacheEntryMonkeyPatch.new(f, @document.font_size, options, encoded_string)
20
+
21
+ @cache[key] ||= f.compute_width_of(encoded_string, options)
22
+
23
+ length = @cache[key]
24
+
25
+ character_count = @document.font.character_count(encoded_string)
26
+ if character_count.positive?
27
+ length += @document.character_spacing * (character_count - 1)
28
+ end
29
+
30
+ length
31
+ end
32
+ end
33
+ end
@@ -231,8 +231,7 @@ describe BrDanfe::DanfeLib::NfeLib::Infadic do
231
231
  EOS
232
232
  end
233
233
 
234
- it 'renders title with box, subtitle, fisco box and complementary ' \
235
- 'information on the pdf' do
234
+ it 'renders title with box, subtitle, fisco box and complementary information on the pdf' do
236
235
  expect(File.exist?(output_pdf)).to be_falsey
237
236
 
238
237
  pdf.render_file output_pdf
@@ -340,6 +339,36 @@ describe BrDanfe::DanfeLib::NfeLib::Infadic do
340
339
  end
341
340
  end
342
341
 
342
+ context 'when has address shipment' do
343
+ let(:xml_as_string) do
344
+ <<-EOS
345
+ <NFe xmlns="http://www.portalfiscal.inf.br/nfe">
346
+ <infNFe Id="NFe25111012345678901234550020000134151000134151" versao="2.00">
347
+ <entrega>
348
+ <CNPJ>32301321907894</CNPJ>
349
+ <CPF></CPF>
350
+ <xLgr>Rua dos bobos</xLgr>
351
+ <nro>0</nro>
352
+ <xCpl>Na casa não tem parede</xCpl>
353
+ <xBairro>Centro</xBairro>
354
+ <cMun>4218004</cMun>
355
+ <xMun>TIJUCAS</xMun>
356
+ <UF>SC</UF>
357
+ </entrega>
358
+ </infNFe>
359
+ </NFe>
360
+ EOS
361
+ end
362
+
363
+ it 'renders title with box, subtitle, fisco box and address shipment information on the pdf' do
364
+ expect(File.exist?(output_pdf)).to be_falsey
365
+
366
+ pdf.render_file output_pdf
367
+
368
+ expect("#{base_dir}infadic#address-shipment.pdf").to have_same_content_of file: output_pdf
369
+ end
370
+ end
371
+
343
372
  context 'when has all the informations' do
344
373
  let(:xml_as_string) do
345
374
  <<-EOS
@@ -389,6 +418,17 @@ describe BrDanfe::DanfeLib::NfeLib::Infadic do
389
418
  <pesoB>3300.000</pesoB>
390
419
  </vol>
391
420
  </transp>
421
+ <entrega>
422
+ <CNPJ>32301321907894</CNPJ>
423
+ <CPF></CPF>
424
+ <xLgr>Rua dos bobos</xLgr>
425
+ <nro>0</nro>
426
+ <xCpl>Na casa não tem parede</xCpl>
427
+ <xBairro>Centro</xBairro>
428
+ <cMun>4218004</cMun>
429
+ <xMun>TIJUCAS</xMun>
430
+ <UF>SC</UF>
431
+ </entrega>
392
432
  <infAdic>
393
433
  <infCpl>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec congue in dolor sed sagittis.</infCpl>
394
434
  <infAdFisco>Total de FCP-ST: 348,96</infAdFisco>
@@ -8,6 +8,11 @@ describe BrDanfe::Danfe do
8
8
  <infNFe>
9
9
  <ide>
10
10
  <mod>#{mod}</mod>
11
+ <NFref>
12
+ <refNFP>
13
+ <mod>04</mod>
14
+ </refNFP>
15
+ </NFref>
11
16
  </ide>
12
17
  </infNFe>
13
18
  </NFe>
@@ -17,16 +17,16 @@ endobj
17
17
  >>
18
18
  endobj
19
19
  4 0 obj
20
- << /Length 9118
20
+ << /Length 8977
21
21
  >>
22
22
  stream
23
23
  q
24
24
  0.3 w
25
25
 
26
26
  BT
27
- 122.065 783.815 Td
27
+ 122.3025 783.565 Td
28
28
  /F1.0 25 Tf
29
- [<436172746120646520436f727265e7e36f20456c657472f46e696361202d20434365>] TJ
29
+ <436172746120646520436f7272658d8b6f20456c657472996e696361202d20434365> Tj
30
30
  ET
31
31
 
32
32
  30.0 771.89 535.28 40.0 re
@@ -491,120 +491,120 @@ f
491
491
  S
492
492
 
493
493
  BT
494
- 35.0 711.426 Td
494
+ 35.0 711.474 Td
495
495
  /F2.0 8 Tf
496
- [<434841> 145 <56452044452041> 55 <434553534f>] TJ
496
+ <43484156452044452041434553534f> Tj
497
497
  ET
498
498
 
499
499
 
500
500
  BT
501
- 35.0 694.47 Td
501
+ 35.0 695.246 Td
502
502
  /F1.0 12 Tf
503
- [<3432313530333033383833333639303030313838353530303130303030303030333831303030303030333831>] TJ
503
+ <3432313530333033383833333639303030313838353530303130303030303030333831303030303030333831> Tj
504
504
  ET
505
505
 
506
506
  30.0 685.89 535.28 36.0 re
507
507
  S
508
508
 
509
509
  BT
510
- 35.0 675.426 Td
510
+ 35.0 675.474 Td
511
511
  /F2.0 8 Tf
512
- [<5052> 30 <4f> 40 <54> 18 <4f434f4c4f2044452041> 50 <5554> 18 <4f52495a41> 55 <c7c3> 45 <4f>] TJ
512
+ <50524f544f434f4c4f204445204155544f52495a4182cc4f> Tj
513
513
  ET
514
514
 
515
515
 
516
516
  BT
517
- 35.0 658.47 Td
517
+ 35.0 659.246 Td
518
518
  /F1.0 12 Tf
519
- [<333432313530303030313738363233>] TJ
519
+ <333432313530303030313738363233> Tj
520
520
  ET
521
521
 
522
522
  30.0 649.89 535.28 36.0 re
523
523
  S
524
524
 
525
525
  BT
526
- 35.0 636.694 Td
526
+ 35.0 636.574 Td
527
527
  /F1.0 12 Tf
528
- [<546865736520617265207468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e205468657365>] TJ
528
+ <546865736520617265207468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e205468657365> Tj
529
529
  ET
530
530
 
531
531
 
532
532
  BT
533
- 35.0 623.302 Td
533
+ 35.0 623.89 Td
534
534
  /F1.0 12 Tf
535
- [<617265207468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e20546865736520617265>] TJ
535
+ <617265207468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e20546865736520617265> Tj
536
536
  ET
537
537
 
538
538
 
539
539
  BT
540
- 35.0 609.91 Td
540
+ 35.0 611.206 Td
541
541
  /F1.0 12 Tf
542
- [<7468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e2054686573652061726520746865>] TJ
542
+ <7468652041504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e2054686573652061726520746865> Tj
543
543
  ET
544
544
 
545
545
 
546
546
  BT
547
- 35.0 596.518 Td
547
+ 35.0 598.522 Td
548
548
  /F1.0 12 Tf
549
- [<41504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e205468657365206172652074686520415049>] TJ
549
+ <41504920646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e205468657365206172652074686520415049> Tj
550
550
  ET
551
551
 
552
552
 
553
553
  BT
554
- 35.0 583.126 Td
554
+ 35.0 585.838 Td
555
555
  /F1.0 12 Tf
556
- [<646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e>] TJ
556
+ <646f63756d656e747320666f7220746865206261736520636c617373657320616e64206d6f64756c657320696e207468652063757272656e7420737461626c652072656c65617365206f66205275627920322e322e> Tj
557
557
  ET
558
558
 
559
559
  30.0 159.89 535.28 490.0 re
560
560
  S
561
561
 
562
562
  BT
563
- 35.0 146.694 Td
563
+ 35.0 146.574 Td
564
564
  /F1.0 12 Tf
565
- [<4120436172746120646520436f727265e7e36f20e9206469736369706c696e6164612070656c6f20a720316f2d4120646f206172742e20376f20646f20436f6e> 40 <76> 15 <ea6e696f20532f4e2c2064652031352064652064657a656d62726f20646520313937302065>] TJ
565
+ <4120436172746120646520436f7272658d8b6f208e206469736369706c696e6164612070656c6f20a420316f2d4120646f206172742e20376f20646f20436f6e76906e696f20532f4e2c2064652031352064652064657a656d62726f20646520313937302065> Tj
566
566
  ET
567
567
 
568
568
 
569
569
  BT
570
- 35.0 133.302 Td
570
+ 35.0 133.89 Td
571
571
  /F1.0 12 Tf
572
- [<706f646520736572207574696c697a6164612070617261207265> 15 <67756c6172697a61e7e36f206465206572726f206f636f727269646f206e6120656d697373e36f20646520646f63756d656e746f2066> 20 <697363616c2c20646573646520717565206f206572726f206ee36f>] TJ
572
+ <706f646520736572207574696c697a616461207061726120726567756c6172697a618d8b6f206465206572726f206f636f727269646f206e6120656d6973738b6f20646520646f63756d656e746f2066697363616c2c20646573646520717565206f206572726f206e8b6f> Tj
573
573
  ET
574
574
 
575
575
 
576
576
  BT
577
- 35.0 119.91 Td
577
+ 35.0 121.206 Td
578
578
  /F1.0 12 Tf
579
- [<657374656a612072656c6163696f6e61646f20636f6d3a>] TJ
579
+ <657374656a612072656c6163696f6e61646f20636f6d3a> Tj
580
580
  ET
581
581
 
582
582
 
583
583
  BT
584
- 35.0 106.518 Td
584
+ 35.0 108.522 Td
585
585
  /F1.0 12 Tf
586
- [<492e2061732076> 25 <617269e1> 20 <76> 15 <656973207175652064657465726d696e616d206f2076> 25 <616c6f7220646f20696d706f73746f207461697320636f6d6f3a20626173652064652063e16c63756c6f2c20616ced71756f74612c206469666572656ee76120646520707265e76f2c>] TJ
586
+ <492e20617320766172698776656973207175652064657465726d696e616d206f2076616c6f7220646f20696d706f73746f207461697320636f6d6f3a20626173652064652063876c63756c6f2c20616c9271756f74612c206469666572656e8d61206465207072658d6f2c> Tj
587
587
  ET
588
588
 
589
589
 
590
590
  BT
591
- 35.0 93.126 Td
591
+ 35.0 95.838 Td
592
592
  /F1.0 12 Tf
593
- [<7175616e7469646164652c2076> 25 <616c6f72206461206f70657261e7e36f206f7520646120707265737461e7e36f3b>] TJ
593
+ <7175616e7469646164652c2076616c6f72206461206f706572618d8b6f206f75206461207072657374618d8b6f3b> Tj
594
594
  ET
595
595
 
596
596
 
597
597
  BT
598
- 35.0 79.734 Td
598
+ 35.0 83.154 Td
599
599
  /F1.0 12 Tf
600
- [<49492e206120636f727265e7e36f206465206461646f7320636164617374726169732071756520696d706c69717565206d7564616ee76120646f2072656d6574656e7465206f7520646f2064657374696e6174e172696f3b>] TJ
600
+ <49492e206120636f7272658d8b6f206465206461646f7320636164617374726169732071756520696d706c69717565206d7564616e8d6120646f2072656d6574656e7465206f7520646f2064657374696e61748772696f3b> Tj
601
601
  ET
602
602
 
603
603
 
604
604
  BT
605
- 35.0 66.342 Td
605
+ 35.0 70.47 Td
606
606
  /F1.0 12 Tf
607
- [<4949492e2061206461746120646520656d697373e36f206f75206465207361ed64612e>] TJ
607
+ <4949492e2061206461746120646520656d6973738b6f206f752064652073619264612e> Tj
608
608
  ET
609
609
 
610
610
  30.0 49.89 535.28 110.0 re
@@ -631,33 +631,197 @@ endobj
631
631
  endobj
632
632
  6 0 obj
633
633
  << /Type /Font
634
- /Subtype /Type1
635
- /BaseFont /Times-Roman
636
- /Encoding /WinAnsiEncoding
634
+ /BaseFont /ae147b+Tinos-Regular
635
+ /Subtype /TrueType
636
+ /FontDescriptor 9 0 R
637
+ /FirstChar 32
638
+ /LastChar 255
639
+ /Widths 11 0 R
640
+ /ToUnicode 10 0 R
637
641
  >>
638
642
  endobj
639
643
  7 0 obj
640
644
  << /Type /Font
641
- /Subtype /Type1
642
- /BaseFont /Times-Bold
643
- /Encoding /WinAnsiEncoding
645
+ /BaseFont /f3dfb0+Tinos-Bold
646
+ /Subtype /TrueType
647
+ /FontDescriptor 13 0 R
648
+ /FirstChar 32
649
+ /LastChar 255
650
+ /Widths 15 0 R
651
+ /ToUnicode 14 0 R
644
652
  >>
645
653
  endobj
654
+ 8 0 obj
655
+ << /Length1 19904
656
+ /Length 12066
657
+ /Filter [/FlateDecode]
658
+ >>
659
+ stream
660
+ x��| `SU��^�$9ͯ9I�mHrB�ڒ��C-�ChC)�Zm�5�E�����
661
+ ~� EQ;���T�v�;�8�ft��3�|���x�޹Jӷ�>I���}��w`����k����k���>'%@�$=�%��K�%7�?�hGhtͦ֎s
662
+ 1����\�j���Z�
663
+ �Z{{MQa�/� �B �<_]�ZcBT���5
664
+ ��ŕF1�m�S桰�Uz��I/O �_ʏO��A��$T���D��WM���nG
665
+ ��@V���X��51s�NJ�آ5����Nj��눙}��,S�lX�L�$���sb��&Z���t}���5�$Z���H`t�X��<���Dj$d�Զ����u1O�ن�o�������t�׼6"�Jh�*I��Lc�����
666
+ ����tu�FP !�e�{�T��`�U]D�I�r#�uW�m,�hƾJ���:�� ����]�Q� ��bٴ{|��W�?=y9F%�'��K�#+!&�6��_?%o#T��dy����G�I���d���7^a� 9N^�K�l"7�X�'��4�s����/p!�FN#�/��H1�x[G��Ҡ�G�=^��!���3<9E�*�܍|�Mq<�
667
+ �w�x_J��v��K9��o�z�ߐ����Nf��i-^��Y
668
+ �'+�:�Z�Ì܏���zL���3{���@B��m"z����7�2����)���
669
+ -���i�I�!<)�*dT�5�Xţ�L����3&��`�J�MPi ��iŹfWV^V���WVZ(������ܹ55e��i��0e������+W`/ � e��%�Y�Ty!/+!G f%(�pQ �pV J8��]J�VB�(�G L��J+AT6p2�P9��A% )� �Ĕ�O�;(�N%�ܚ�:;W�����i��NRM���V�U�,`�p��!�]�������%*�NϪY�f%�B�ML�cmiim(��VW7-
670
+ I�*��0���=Q4��T0
671
+ �d�0��r�u몕��:ѽ���6��j�rzl�F?a�S.A��Q�3*�DIl��̮Hǘ�"�C��Ð���%��n�!{�-#�.�#o
672
+ ��X������ξ��g?8yӝ�wv�캅92Rm� �5����� ��ŏ��
673
+ >�i�ne�k�X��R�#� �f9Q�"JV�a����tЯ���������o��Z��(���-�5*�rL�F����Uv��9�ֲ�a�h��}�d��N���Y��͙�$��d�lf�ɤ銘T���#`�@�0�~7D݀��w?HeB\:���b��훨�8�Q�b�Y��T���w��?5o��e������f�L��y���}�W�o��e?L������c ���W�d�p�S��b�$Sn��f��L��
674
+
675
+ 'e��L]de�X���ȋ���ewE|��tp=c���X�X��
676
+ ������$O�ʕ�̏q�_�z@��M6zGuIy�ـ�j
677
+ �3�G�I��3*QDC��@TX7U���&j᳤����Av��3�1�G�+�\�5�8�f=i��d"�J֋U��F�'Ө��TZ����,�.D�
678
+ fs^W�̩����!)��b�/�h1`�2�-ɖ>�kW^��*[\��������ҥk1Kz4.�u�;w���ƞM�lzc��7��kW���wqӵ��6ul`��|hҔ�=/­���<�-O�x�қ�}����;��Ž����=7ތ�D���vّe�.�� c*����muwG����v��P������7OV�W;Xj'�Ɂ��ρh`��U���yΒ6y�K�L^:�,i3��F��
679
+ � ��W������=�'l��?�~��co�s_�p�mw������'���g�L�s��06��X�G�G��������]��7�ЍS�����^��:��p����6�(v@��P8��"E�IV7:��g�Z
680
+ `x ;��}�p@�aJ,�l�ڒ�Z:��z�m�cZ�91�;*��$G�$* �jK� ���9�^K ������O ��l�NgC�`�����H���l5��r5�C���>7`�bt���AZ쑷ݕ 7��v�C�f3�̺���?9^���rjjK�0[�򥓲�iLg�W.G�譟DG�@L�"~a�4&=��q�`���Lcf4b2�W):NaCKD��f�`��f8e�31�3�2C����h�3��!� f3(���ů����
681
+ �3h&f�~3���� f�A4C�3�f�H�!,6'�&��R��w�ӡ�򅦑��+�=�LMma&�"%�5��
682
+ \56��z�{���܇��/��ό�|`���]���N������ ɯ�;�;�#��:7�~�������FV2\�̖l5�R*�#33��D�L�o���Hy�J��Y�ز�#ȞnyEE�U������
683
+ ��Vݡ���O���_T��V}`�5 �2X�����_��?���b�?�OKo��08ځ���lC:�J��� .]V4Ңۢc�t��c�J�N�t��'�D�&�6Q0-;�~t� ����ҥkw����(�&L+��0�y�ȏ����F� ��:z��,(t�}����'~2� W��~�XvY���2G.��۞9��=�rR���j�D Z�z�V��j�d����aM}z��C���Ш�=z����ð��pV��0��-�C�.�����@�H4�VL�̔NU
684
+ {��iO2!����A=���O �ikyX'W!�t�MW���:��)��@R�a����-�8:��G�Q9A9�e�:�|%�E���8�I��TeZ�Jb0���`Pu3u��Y��D,P-Z@����-8ح�R��]��������������K��G�b(���3i@_�'�~89�KҖ%)��:Cv2(��R�1X ��*Q��&�6�o��X�A�C֛�e��lؒ
685
+ l�h�e�Whc�峴�N��C!��ğ����H�˜ÓʢT�x\��1aH!��]�����O7����������� ��wFv?|1LJ$��W��e�\�2����Y�e�y�� ����F�Q�RxW5�V�Z�v������5�J��¬0���#��w&�b���9��6��Hj����$ )��7F�=~��six�mp�}�W�w�恟�����qE��g^�󵼑?;˘���m#��F]���h2�HD,�e仉1����0O����d��-�Y1�!?��à����_^<t���m&��TX2UE�a5C�g�V��%/�l_����>:sͭ�o]3s��/���;x�3��ܽs��φ6�� 6<��wkݪ�ES�_�se����_��o�ξzf��j��W��y��\T���d�a�x��h� �bՑ �2206S���YCОS� V��+V�g��Vh�
686
+ �n�
687
+ oY���uXa�<�B�Ǭ�8��B��V(��
688
+ ��
689
+ /���Qڏ�l�XL�)<��Cn �6Ô� ��������>��:�� ~E��gF9�O��bI�0ĒI#�}��Pu.0��9Gq�����
690
+ �ܳ�8���B}�6rx������Y���6����s�ۖN���;�l�W����魷��v�����g���[W���鋻�U�c)@&4jۋέ��
691
+ ���2��!�Xq6憩����Ir�y*:��s���1N�H���h�++�&C2ה��K������ߞݸE��t�����ں,��Z���w�E{�W/8��͗���Ɉ���N�c���2�֘a1X\nA�.#�Cg2Yø7�
692
+ ���=S?�_��-��O9.�W�=�|�8�\|�d��N�-K�pM�:�p�a!�,s8�f��pDˁ�
693
+ \t�O\���.hsA�+�� κ�� \p�b`���6?��崍���H‘V� j���J qA_ZW�.ȡ�̰ �A?C}�ꦣ�.��wA�y�7�4�|S4u��9�l'w�4�Ӗ�ڳ|e�FkIl����'{���?�08�hbqu�W_�W�a���� e�y����Í���y K��!�=���R"�c�h��o3��g���Iz=��)��l�zv�- Gl�3ϧ`5�F0
694
+ U��K�㄁ ��@z���� 4�&�A� �9� �l���G(���2& �� \�ȧ�#�]A�2�H)�o��.E�#��i��Aq�4�3t�1�Re�#� S���B�7l��Y����Ӗ�=����wc���D�IL�H�z��[����{^U�P/y�*�u��X�f�������������E+=��k/�v{���̙�?0�얞<?�i���
695
+ ��_�X)�l)�z�-̶;wo�ܵ�\�fB؏�^�ȋ��lv�33�����G\Č�7�%�a�J㒈��On����ѽ���t+���ڑ�Y�$���4x��/���cV>uv����"���.���K��H �B\ݏ�o��3~ݎ'Wݱ3�v��P�~�>u���5r�QT�`Vu�dI9%c/B+_��τ�����:�ө�F��U/�x���S8����`D�o1�@aCE�A�
696
+ )ߐd��_%
697
+ ����_{�'���6a���*x�I��x`�n��rZUJqާ�~H�S�����)���) ��`�$�ϴ��2޷Nכ�a�BdWʌ�W��Y�����rB�i�?k���-���) ~��k�0��i­���(E �Q[x\Ej�ء�jԪpDM��-g�pJ Z8��Zإ�n-�i!G f-(��5�O������Z�0����i����0-"^:���E�r�a -.;�-�n�C(��|�4_�@�f<'�u� �d�$܈tl�d��pd�a�w�QWTP�x �J�V��D�|>6wI����� '���e.�l~�#8���pjPL��P�}8�8���(��Xw1�`01JcW� 2�D;�S�a�(�u�
698
+ ���c��A�hL�a�-/ЖЃ݋i�N����{��H���|{�w�.s�V�2)��M��L������A�t7��L���y���O���\ ߪ�1�tovmm�Ÿ7����|�����_Yl���ʂ`�� s�|4C�W��N�F\#��Y�#���DȠ��deٵ:g�\� ��L0da�jG4V�I�^ҙ#n���Sn0�A�J,pC�����7��!�
699
+ �����0,v��y���,�c2�`t�#`�5��&�� ����S��~�P�_#�$?HL�!�f���#���^��@R�+R�1
700
+ �e����
701
+ �Im�+��Y(R�A��̒�����?X��Lڣʡ4E�S�,�4Q2D�C�%J��c�:pي��E:�I���Ka��Z���[6~��?˘�b��
702
+ � [�Q�Qg2�>S�1
703
+ &�* \�3X�yh㡑�Jy���̃���<\��,�x��x��÷��w�+���~1<�?Ei����o�d�d�eW�e��z,�V�Ln��}}�3�LQ}|GN<&P=+��ٛp�;G�g��ӂs切ؿ�\M��$�5ˮ��� �
704
+ ��e�2�2q�X2
705
+ k�7��ӈ墤f��()L�)I����<��� ���%���K!�$�e$��M!I�3>Ji�U��Φk�,$GD_
706
+ It&%�<M#�9�Aя�ۮ܄��#��-�� ���P�t+�UU>��^j/�W_X2(X�wr8���������j�ˢJ��cޡz�ԃH3�z诇�z詇b
707
+ I�R����I�s���m�-�X�pN~ۋq��~�3�e���M~,��$Sr6��`�w�n�-���Wɰ�r���g?�[���1c�uE�-�[�vmظ�龮}~�}eՒ��wnj�~�M+��o�^޴9'�i�W����?��P�`FiY��5��KŞe��s��ɒ�)M�U��=x��e�\ 
708
+ �WMVDCSg��ж��:�haʔ}D ��� �d �T�ٿ\M�>�dWsP�A
709
+ .r�G~���8x���l�qBG�A����c;m��V
710
+ H6�3��ȭN�VG8����tr���08����_�-�p0�A��~p����\�A)9�� %{�=����$I�>&�,S�K�'錳-�b;/?6X�m�+Rެ�bVYV��O��?�h����sfR�bV���W(:4�ݬ����j�3j���ҼI�Nί,9���L���J��P1݌]T�↺9^!cE�@qü9BA��ԠXUPV`/*�%5�^��0<13G
711
+ g�p�
712
+ V8b�����L�j�Pb��_aE_,��U�� +H#�E���j��t8��I
713
+ <�ȫ�
646
- K����H��݂}�A�]Y�h���$in���p�yk���FZ��'�Ʒ)D���P�c-�<��њJ�v=�nGS�`��R�:��E ����kԋ�����Z�1�W�,��B'-� �޻I���B�����S
714
+ endstream
715
+ endobj
716
+ 9 0 obj
717
+ << /Type /FontDescriptor
718
+ /FontName /ae147b+Tinos-Regular
719
+ /FontFile2 8 0 R
720
+ /FontBBox [-543 -303 1278 981]
721
+ /Flags 6
722
+ /StemV 0
723
+ /ItalicAngle 0
724
+ /Ascent 693
725
+ /Descent -215
726
+ /CapHeight 1341
727
+ /XHeight 940
728
+ >>
729
+ endobj
730
+ 10 0 obj
731
+ << /Length 1278
732
+ /Filter [/FlateDecode]
733
+ >>
734
+ stream
735
+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ + �}���ik��/��y�_�!}������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n?�[i(�JKiU:J��Sz��2���Qe�L*�E�J��̔Ye�,*+eU�(��N�U�-у�k�5x������5��F^���k�y
736
+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x� oS��7+[ƛețךyޢoV��浖 -㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x e#��e���_y+�h܊7k�:��/����Z�5�dU��l�uz5n��[��eB��&Si|y�(�%q& %+S%�*A����BijPU�6\�h,�(�+L���,��4G�5�<���cD� [˧��*t� [
737
+ endstream
738
+ endobj
739
+ 11 0 obj
740
+ [250 777 777 777 777 777 777 777 777 777 777 777 250 333 250 277 500 500 500 500 500 500 500 500 500 500 277 277 777 777 777 777 777 722 777 666 777 610 777 777 777 333 777 777 777 777 722 777 556 777 666 556 610 777 777 777 777 777 777 777 777 777 777 777 777 443 500 443 500 443 333 500 500 277 277 777 277 777 500 500 500 500 333 389 277 500 500 777 777 500 443 777 777 777 777 777 777 777 777 777 777 777 777 443 777 777 777 443 777 443 443 777 443 777 277 777 777 777 777 777 777 500 777 777 777 777 777 777 777 777 777 777 500 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777]
741
+ endobj
742
+ 12 0 obj
743
+ << /Length1 9512
744
+ /Length 5903
745
+ /Filter [/FlateDecode]
746
+ >>
747
+ stream
748
+ x��: tו�Ό$�g�dɲ$�1�@������cŶ�� 6�N%��cB��ِ�&h�a�����-m�x���l��|�۞M6ٓ�m�Ph�d�m(��I�G{�I66!۞��o������'�axH6��*o+�7��DMn�I�-�, p�Dsl�5 %oo��*��ˮ�-=�̅�p��-��>�@)Ƀeˍ���y���= `�ޜJ|���KeQ7�_� �3 ���3p�6N Jxۍ��ȗ���~ᱞ�-}|�PN�¥����e�n#��������/��W���o��>���E����Z_q�\���� �����8�K]��׃/��C�֟!Y#d�6�(|Q_���ޝ�_z\��µ��@��u�m��b���۸��A]�L�fk�(tq�q\o��8^��2\׼�$����A�ǰ!�?�r<~X�L���G��_�I%Me��z��.�%��i�� O���h�a*n�7����`��<�Sc�_��g����^��
749
+ 7����X�����{⊘��k⹮ׯmR
750
+ �t���^�N�����վ�}R����@a��P�%-�-�!):��.� D�P�Ĵ���`�� ���q�Kj�SW����d�
751
+ �Lc��R��ƴ���O)�)˶i$�J����<�KU�8�ռhLo�]���*P�h*C"C�?�V�|�@��!U�dF�����߮�"2 Q��لh�)�:"���EG+B��J��m�c����>�)�L�2 ���Sɩ)�Z�v������E�K�e]�l�kb' �9;�@�=��ӄ k)�ʢC�t��O��4����/�D�4�q9�9��Eh�YK�8˙�XS�ܴ�#vuΑ,C3'�F/3#�|Y3��J^i��||�E"H��5K�J�pF��f�CLH��)��.'��ӌ괴�m����P�S�� �٧|.Gl)�0i�iAm�`�rE�<���F�bY�%��7�q�[R"-1�oZxX�s�`1ύU�4lJ�(L ��S���WY�pm�(\�L�B�j�X-
752
+ j�l��(���t"e-�ߺ>�񳪍�F5͡<��uH�Y�� ;��m�V������T�!
753
+ � Q����%�z#+���Z����W��z�G����F©�hP���0
754
+ �<5�#��h
755
+ ]D���ߝ]�?>�����p�|=]q����i��4��o���W1���W��W��9�?w�9n,s*�S&k}���ɾ��3+�����N<}�鑧�<���!ڎ��s����d�'�LJk��c{�q#ǰ�VC�t���w������>��5<�/��*����þ�>��>���C�w�{�;���@2��Od�}�p/��+2~O������|Ư9��M����6��& � ���l0Z���;���u|gG��@�Hvp�:.tp�,;�u�s�,�x?_�7��A�$o�k]𷐙��{W\�_�B��\!�m
756
+
757
+ ����^v����.�m�tpk�0��lg�%l{m�
758
+ B�Vߩ)k戰�� R��&��,k-���Ww��:�t����~<�ݑ��ݔ��*���t���'{oC���c #�at@z�6�!���\E���M�o�4��y%��2���&w;���b�7�3pazD��a�N��^|Wa�lh�W�kݕLq��u��-���r(�<���u�3�[t�|<�_>��uT7��O� 4A�g���&���.�f�n٧�c�=���%B#��!k�7Af��� ��@wק8n��&��!�o���k��������s�R�u_���M���̜�g� �3&h���{|�kCX�!mȼ��QӺ�΂>�E#�����DIQ�jcyF{.�&��E�O�[��O(*P�%�n������+�Y��/Ծ�
759
+ �� �9qЉ-N�8Qr��ijN|ʼnG�ωN\Ϟ��T��vp���Î����tW٩�������j~E�+�p1e�[���|���4�����G߃_:��}�[�}Tc���;>B�P:�.�[>XY,�&��]��證��&4���7F�ȃ���Yun��D
760
+ ��J0TB������
761
+ �.���L v����=��"�A�o���Q�{����KA2n/�P<-��3�-���9�q&�>�`N�
762
+ �Ò6yxX��)���
763
+ &��_��8r-U���R}#_uޫ���_?R���ԻY7�#ך
764
+ �F���s%�Ƣd�fD3o4�N4��:>��xO������QJ�h ���e3�+5��Z�g{�_�F,ۛ0���`�j6s��7�ׇ����}�=6~�����+��N-�U/h���ޕ+��{��^:�AT���b��H�t�Y��O��x��D�w���)+�Y1b�
765
+ +J U�8h��q��ݑ����`Ti>�f]d�rs��{��i͓�w٨���+"�9��`6�v��[�|�hN��F#��G��gLj+�xY:䚜�o
766
+ Q���l��/����ڎ���Ïr?��^��ɭސ�`�- �Ӓ`�B��x���[��"'��� �H��E*B�,kr�|����Ӭ����N) Py��##?~fD=Ν��T�����rG�g��t
767
+ XN�ܤ~�>�
768
+ D���/��6�S%�^�Q0z(��D��O��P 8^�c���{v�Nu��)N;������N۬p�G�yx|7y�%��3��Ʈ��jZp
769
+ ٔ�]��{bWc�"d�ԭ��OA�]X�.(�5�_�`Q���V�z�����FjF٬�X�U?�D���������/�{ϝ�w��h�j�?=>��5��]�"���艠�����
770
+ A�6�7%�ڲ�J�ͥE�m�a-��<���f�ˀ2� #U:e��'���l�V��ݘ��nm�y�G�L��0���}#-���:�g��M��E4�Mt3p�`r�h�vA�V��0I�m�뜸��3�H�%���;�'�܉?q�q'���;�8�čN$�����>t�[L�'~׉w9q��"'�M1�;'��Ğ�c�щ�9���>Ջ��Ѭ4�p/���)Y��$N1�#L�N&�����Ig�&w��`*�S-gU��dtW�H���!w�|����l�"WK����g$'�'��K��:7q������޵S�F� �_� �q�8=I����B��*��v�B3�zs&i�C�hpe�ӵ��3������_�E�\HB얥?CBr�>\
771
+ �B��^�rR�<�1k!��e|q�P�r���Q�P�ny4��>qH��w\?7�{~����Ȕ $�c���F[��l�BH��uf�`|Ќ6���y3D@EI$��yf:6sF����C���=����l���<��=����|؃��fT#�a���˸�~&SEB��e&>�?��J���M��P;��Bֿ�o�����0�H|��R�� �"�
772
+ ��6V۶n��/��1
773
+ ��%�ɒ�� }�b-��v�mm'�j�}#�7����%p4�j*K�H�O�]�I��멭D�Z�&mM����Z��/i��z�@�^�����,iZ�YT4��Tod�����������<��(Z��6��"�O2[�;�~��z���"�mYki ��2œV��.&s����3�n���5����3��L��u��ylt{�_�!h���R�v�~���Z�w�~jޅh�����v&�J-�R[��n?QV�t�3L��NyMV�n��k�V���t��D�<*�׊��cj��y,K���i6���1����j�9��]� ���'���%���3� fѴ ��!�� a,��iKXF|~o��� &�]l� Nt�/
774
+ endstream
775
+ endobj
776
+ 13 0 obj
777
+ << /Type /FontDescriptor
778
+ /FontName /f3dfb0+Tinos-Bold
779
+ /FontFile2 12 0 R
780
+ /FontBBox [-543 -303 1344 1007]
781
+ /Flags 6
782
+ /StemV 0
783
+ /ItalicAngle 0
784
+ /Ascent 677
785
+ /Descent -215
786
+ /CapHeight 1341
787
+ /XHeight 940
788
+ >>
789
+ endobj
790
+ 14 0 obj
791
+ << /Length 1278
792
+ /Filter [/FlateDecode]
793
+ >>
794
+ stream
795
+ x�e��n�F�ὮB�tHs&�@�n��u{stԒ + �}���ik��/��y�_�!}������t�~�]�s�����n����V�����yg쾝���+���|����������<.�������÷��}���v)�����[���e���O����/��_��������q����9_ɯ}ഏOm��t������_����LL���v͵�������LJ1w����9�)e���6=n?�[i(�JKiU:J��Sz��2���Qe�L*�E�J��̔Ye�,*+eU�(��N�U�-у�k�5x������5��F^���k�y
796
+ ���J���J��특���x��x��x��+�!Êw��B�x�b�x��+ށ�r�;��2��k�Μ�J�Y�e�Y��7+|��x� oS��7+[ƛețךyޢoV��浖 -㭌���"���R�W�*��4Xq��C�^J�[(��^�1�»�y]���k�}�YM-x e#��e���_y+�h܊7k�:��/����Z�5�dU��l�uz5n��[��eB��&Si|y�(�%q& %+S%�*A����BijPU�6\�h,�(�+L���,��4G�5�<���cD� [˧��*t� [
797
+ endstream
798
+ endobj
799
+ 15 0 obj
800
+ [250 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 722 777 722 722 666 777 777 777 389 777 777 666 777 777 777 610 777 722 556 666 722 722 777 777 777 666 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 722 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 722 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777 777]
801
+ endobj
647
802
  xref
648
- 0 8
803
+ 0 16
649
804
  0000000000 65535 f
650
805
  0000000015 00000 n
651
806
  0000000109 00000 n
652
807
  0000000158 00000 n
653
808
  0000000215 00000 n
654
- 0000009385 00000 n
655
- 0000009693 00000 n
656
- 0000009792 00000 n
809
+ 0000009244 00000 n
810
+ 0000009552 00000 n
811
+ 0000009719 00000 n
812
+ 0000009884 00000 n
813
+ 0000022041 00000 n
814
+ 0000022252 00000 n
815
+ 0000023606 00000 n
816
+ 0000024520 00000 n
817
+ 0000030513 00000 n
818
+ 0000030724 00000 n
819
+ 0000032078 00000 n
657
820
  trailer
658
- << /Size 8
821
+ << /Size 16
659
822
  /Root 2 0 R
660
823
  /Info 1 0 R
661
824
  >>
662
825
  startxref
663
- 9890
826
+ 32992
664
827
  %%EOF