File size: 134,192 Bytes
9c2670b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>AddThankYouSlide_TestA</title>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Neuton:wght@300&display=swap">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap">
  <style>
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background: #1a1a2e;
      color: #e0e0e0;
      padding: 40px 20px;
    }
    h1 {
      text-align: center;
      margin-bottom: 8px;
      font-size: 28px;
      color: #fff;
    }
    .meta {
      text-align: center;
      margin-bottom: 40px;
      color: #888;
      font-size: 14px;
    }
    .slide-container {
      margin: 0 auto 60px auto;
      max-width: 100%;
    }
    .slide-label {
      text-align: center;
      margin-bottom: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #aaa;
    }
    .slide-wrapper {
      display: flex;
      justify-content: center;
      overflow-x: auto;
    }
    .slide {
      flex-shrink: 0;
      transform-origin: top left;
      box-shadow: 0 4px 24px rgba(0,0,0,0.5);
    }
    .images-section {
      max-width: 1400px;
      margin: 60px auto;
    }
    .images-section h2 {
      text-align: center;
      margin-bottom: 24px;
      color: #fff;
    }
    .images-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
    }
    .image-card {
      background: #16213e;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    }
    .image-card img {
      width: 100%;
      height: 200px;
      object-fit: contain;
      background: #0f0f23;
      padding: 8px;
    }
    .image-label {
      padding: 8px 12px;
      font-size: 11px;
      color: #888;
      word-break: break-all;
    }
    @media (max-width: 1920px) {
      .slide {
        transform: scale(0.5);
        margin-bottom: -25%;
      }
      .slide-wrapper {
        max-height: 600px;
      }
    }
    @media (min-width: 1921px) {
      .slide {
        transform: scale(0.75);
        margin-bottom: -12%;
      }
    }
  </style>
</head>
<body>
  <h1>AddThankYouSlide_TestA</h1>
  <div class="meta">11 slide(s)</div>
  
    <div class="slide-container">
      <div class="slide-label">Slide 0 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:23" style="width: 1920.0px; height: 1080.0px; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:24" style="position: absolute; left: 66.0px; top: 86.0px; width: 1720.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Project Status</div></div>
<div data-id="1:25" style="position: absolute; left: 100.0px; top: 896.0px; width: 553.0px; height: 74.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:26" style="position: absolute; left: 0.0px; top: 0.0px; width: 553.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Project Aero</div></div>
<div class="ft" data-id="1:27" style="position: absolute; left: 0.0px; top: 43.0px; width: 553.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Next-Gen Smart Home Appliances</div></div>
</div>
<div data-id="1:28" style="position: absolute; left: 683.0px; top: 896.0px; width: 547.0px; height: 74.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:29" style="position: absolute; left: 0.0px; top: 0.0px; width: 547.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Alison Lee</div></div>
<div class="ft" data-id="1:30" style="position: absolute; left: 0.0px; top: 43.0px; width: 547.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Head of Product Design</div></div>
</div>
<div class="ft" data-id="1:31" style="position: absolute; left: 1558.0px; top: 930.0px; width: 266.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 33.47752493958278px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.736505564634149px; line-height: 40.17303063698058px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">[Company Logo]</div></div>
<div data-id="1:32" style="position: absolute; left: 100.0px; top: 865.5px; width: 1720.0px; height: 1.0px; background-color: rgba(255,255,255,1.0); opacity: 1.0"></div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 1 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:33" style="width: 1920.0px; height: 1080.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:34" style="position: absolute; left: 100.0px; top: 435.0px; width: 829.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(0,51,16,1.0)">Agenda</div></div>
<div class="ft" data-id="1:35" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:36" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">01</div></div>
<div data-id="1:37" style="position: absolute; left: 1118.0px; top: 328.0px; width: 699.0px; height: 518.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:38" style="position: absolute; left: 0.0px; top: 0.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Project Overview &amp; Objectives </div></div>
<svg data-id="1:39" style="position: absolute; left: 0.0px; top: 69.0px; width: 699.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 699.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L699 0L699 -0.5L699 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:40" style="position: absolute; left: 0.0px; top: 95.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Milestones &amp; Status</div></div>
<svg data-id="1:41" style="position: absolute; left: 0.0px; top: 164.0px; width: 699.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 699.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L699 0L699 -0.5L699 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:42" style="position: absolute; left: 0.0px; top: 190.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Timeline</div></div>
<svg data-id="1:43" style="position: absolute; left: 0.0px; top: 259.0px; width: 699.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 699.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L699 0L699 -0.5L699 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:44" style="position: absolute; left: 0.0px; top: 285.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Budget</div></div>
<svg data-id="1:45" style="position: absolute; left: 0.0px; top: 354.0px; width: 699.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 699.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L699 0L699 -0.5L699 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:46" style="position: absolute; left: 0.0px; top: 380.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Issues &amp; Risks</div></div>
<svg data-id="1:47" style="position: absolute; left: 0.0px; top: 449.0px; width: 699.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 699.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L699 0L699 -0.5L699 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:48" style="position: absolute; left: 0.0px; top: 475.0px; width: 699.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Next Steps</div></div>
</div>
<svg data-id="1:49" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 2 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:50" style="width: 1920.0px; height: 1080.0px; background-color: rgba(0,0,0,1.0); background-image: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:51" style="position: absolute; left: 100.0px; top: 214.0px; width: 845.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Project overview</div></div>
<div class="ft" data-id="1:52" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(255,255,255,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:53" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(255,255,255,1.0)">02</div></div>
<svg data-id="1:54" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:55" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:56" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">02</div></div>
<svg data-id="1:57" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:58" style="position: absolute; left: 100.0px; top: 507.0px; width: 845.0px; height: 376.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 46.79999923706055px; text-align: left; color: rgba(255,255,255,1.0)">Project Aero aims to revolutionize the smart home industry by developing a new line of intelligent, energy-efficient home appliances. <br><br>These appliances are designed to seamlessly integrate with existing smart home ecosystems, enhancing convenience, improving energy efficiency, and elevating the user experience. </div></div>
<div class="ft" data-id="1:59" style="position: absolute; left: 1121.0px; top: 251.0px; width: 699.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(255,255,255,1.0)">January 2025 - March 2027</div></div>
<div data-id="1:60" style="position: absolute; left: 1121.0px; top: 507.0px; width: 288.0px; height: 308.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:61" style="position: absolute; left: 0.0px; top: 0.0px; width: 288.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:62" style="position: absolute; left: 0.0px; top: 0.0px; width: 288.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Alison Lee</div></div>
<div class="ft" data-id="1:63" style="position: absolute; left: 0.0px; top: 51.0px; width: 288.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Head of Product Design</div></div>
</div>
<div data-id="1:64" style="position: absolute; left: 0.0px; top: 113.0px; width: 288.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:65" style="position: absolute; left: 0.0px; top: 0.0px; width: 288.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Liam Patel</div></div>
<div class="ft" data-id="1:66" style="position: absolute; left: 0.0px; top: 51.0px; width: 288.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Lead Designer</div></div>
</div>
<div data-id="1:67" style="position: absolute; left: 0.0px; top: 226.0px; width: 288.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:68" style="position: absolute; left: 0.0px; top: 0.0px; width: 288.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Mark Thompson</div></div>
<div class="ft" data-id="1:69" style="position: absolute; left: 0.0px; top: 51.0px; width: 288.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Software Developer</div></div>
</div>
</div>
<div data-id="1:70" style="position: absolute; left: 1552.0px; top: 507.0px; width: 265.0px; height: 308.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:71" style="position: absolute; left: 0.0px; top: 0.0px; width: 265.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:72" style="position: absolute; left: 0.0px; top: 0.0px; width: 265.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Emma Chen</div></div>
<div class="ft" data-id="1:73" style="position: absolute; left: 0.0px; top: 51.0px; width: 265.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Project Lead</div></div>
</div>
<div data-id="1:74" style="position: absolute; left: 0.0px; top: 113.0px; width: 265.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:75" style="position: absolute; left: 0.0px; top: 0.0px; width: 265.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Sarah Lopez</div></div>
<div class="ft" data-id="1:76" style="position: absolute; left: 0.0px; top: 51.0px; width: 265.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Mechanical Engineer</div></div>
</div>
<div data-id="1:77" style="position: absolute; left: 0.0px; top: 226.0px; width: 265.0px; height: 82.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:78" style="position: absolute; left: 0.0px; top: 0.0px; width: 265.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Julia Nguyen</div></div>
<div class="ft" data-id="1:79" style="position: absolute; left: 0.0px; top: 51.0px; width: 265.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Market Specialist</div></div>
</div>
</div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 3 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:80" style="width: 1920.0px; height: 1080.0px; background-color: rgba(255,255,255,1.0); background-image: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div data-id="1:81" style="position: absolute; left: 81.0px; top: 663.0px; width: 565.0px; height: 301.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;"></div>
<div data-id="1:82" style="position: absolute; left: 669.0px; top: 663.0px; width: 565.0px; height: 301.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;"></div>
<div data-id="1:83" style="position: absolute; left: 1253.0px; top: 663.0px; width: 565.0px; height: 301.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;"></div>
<div class="ft" data-id="1:84" style="position: absolute; left: 100.0px; top: 214.0px; width: 1717.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Objectives and Goals</div></div>
<div class="ft" data-id="1:85" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:86" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">03</div></div>
<svg data-id="1:87" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>
<div data-id="1:88" style="position: absolute; left: 101.0px; top: 424.0px; width: 553.0px; height: 510.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:89" style="position: absolute; left: 0.0px; top: 0.0px; width: 553.0px; height: 161.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:90" style="position: absolute; left: 0.0px; top: 0.0px; width: 548.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Improve Energy Efficiency</div></div>
<div class="ft" data-id="1:91" style="position: absolute; left: 0.0px; top: 68.0px; width: 553.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)">Implement advanced energy-saving modes that automatically optimize appliance performance based on usage patterns.</div></div>
</div>
<div data-id="1:92" style="position: absolute; left: 0.0px; top: 261.0px; width: 553.0px; height: 249.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:93" style="position: absolute; left: 0.0px; top: 0.0px; width: 548.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Reduced energy consumption</div></div>
<div class="ft" data-id="1:94" style="position: absolute; left: 0.0px; top: 49.0px; width: 553.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(8,83,32,1.0)">20%</div></div>
</div>
</div>
<div data-id="1:95" style="position: absolute; left: 684.0px; top: 424.0px; width: 554.0px; height: 510.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:96" style="position: absolute; left: 0.0px; top: 0.0px; width: 554.0px; height: 161.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:97" style="position: absolute; left: 0.0px; top: 0.0px; width: 554.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Increase Market Penetration</div></div>
<div class="ft" data-id="1:98" style="position: absolute; left: 0.0px; top: 68.0px; width: 554.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)">Partner with at least three major retail chains for widespread product distribution across North America, Europe and Asia.</div></div>
</div>
<div data-id="1:99" style="position: absolute; left: 0.0px; top: 261.0px; width: 554.0px; height: 249.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:100" style="position: absolute; left: 0.0px; top: 0.0px; width: 549.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Market share achieved</div></div>
<div class="ft" data-id="1:101" style="position: absolute; left: 0.0px; top: 49.0px; width: 554.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(8,84,32,1.0)">15%</div></div>
</div>
</div>
<div data-id="1:102" style="position: absolute; left: 1268.0px; top: 424.0px; width: 550.0px; height: 510.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:103" style="position: absolute; left: 0.0px; top: 0.0px; width: 550.0px; height: 161.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:104" style="position: absolute; left: 0.0px; top: 0.0px; width: 550.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Promote Sustainability</div></div>
<div class="ft" data-id="1:105" style="position: absolute; left: 0.0px; top: 68.0px; width: 546.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)">Obtain an Energy Star certification for the entire product line, demonstrating compliance with energy efficiency guidelines.</div></div>
</div>
<div data-id="1:106" style="position: absolute; left: 0.0px; top: 261.0px; width: 541.0px; height: 249.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:107" style="position: absolute; left: 0.0px; top: 0.0px; width: 541.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Recycled material used</div></div>
<div class="ft" data-id="1:108" style="position: absolute; left: 0.0px; top: 49.0px; width: 541.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(8,84,32,1.0)">30%+</div></div>
</div>
</div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 4 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:109" style="width: 1920.0px; height: 1080.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:110" style="position: absolute; left: 100.0px; top: 214.0px; width: 340.0px; height: 176.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; color: rgba(0,0,0,1.0)">Milestones Achieved</div></div>
<div class="ft" data-id="1:111" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">PROJECT NAME</div></div>
<svg data-id="1:112" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div data-id="1:113" style="position: absolute; left: 538.0px; top: 214.0px; width: 407.0px; height: 539.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; background-image: url('images/7f12ea1300756f144a0fb5daaf68dbfc01103a46.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
</div>
<div data-id="1:114" style="position: absolute; left: 976.0px; top: 214.0px; width: 407.0px; height: 539.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; background-image: url('images/7f12ea1300756f144a0fb5daaf68dbfc01103a46.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
</div>
<div data-id="1:115" style="position: absolute; left: 1414.0px; top: 214.0px; width: 407.0px; height: 539.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; background-image: url('images/7f12ea1300756f144a0fb5daaf68dbfc01103a46.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
</div>
<div data-id="1:116" style="position: absolute; left: 538.0px; top: 786.0px; width: 407.0px; height: 142.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:117" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 142.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:118" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,51,16,1.0)">User Interface Designs Finalized</div></div>
<div class="ft" data-id="1:119" style="position: absolute; left: 0.0px; top: 49.0px; width: 407.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,51,16,1.0)">Achieved consensus among stakeholders on final design iterations.</div></div>
</div>
</div>
<div data-id="1:120" style="position: absolute; left: 976.0px; top: 786.0px; width: 407.0px; height: 142.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:121" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 142.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:122" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,51,16,1.0)">Energy-Saving FEATURE Implemented</div></div>
<div class="ft" data-id="1:123" style="position: absolute; left: 0.0px; top: 49.0px; width: 407.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Conducted extensive testing to validate the effectiveness of energy-saving features.</div></div>
</div>
</div>
<div data-id="1:124" style="position: absolute; left: 1414.0px; top: 786.0px; width: 407.0px; height: 192.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:125" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 192.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:126" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,51,16,1.0)">Retail Partnerships Secured</div></div>
<div class="ft" data-id="1:127" style="position: absolute; left: 0.0px; top: 49.0px; width: 407.0px; height: 143.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Finalized logistics and distribution channels to ensure seamless product rollout.<br></div></div>
</div>
</div>
<div class="ft" data-id="1:128" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">04</div></div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 5 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:129" style="width: 1920.0px; height: 1080.0px; background-color: rgba(255,255,255,1.0); background-image: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div data-id="1:130" style="position: absolute; left: 100.0px; top: 974.0px; width: 1720.0px; height: 32.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;"></div>
<div class="ft" data-id="1:131" style="position: absolute; left: 100.0px; top: 214.0px; width: 569.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Current Status</div></div>
<div data-id="1:132" style="position: absolute; left: 700.0px; top: 278.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:133" style="position: absolute; left: 32.0px; top: 10.0px; width: 82.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 18.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 23.399999618530273px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Complete</div></div>
</div>
<div data-id="1:134" style="position: absolute; left: 700.0px; top: 507.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:135" style="position: absolute; left: 25.5px; top: 10.0px; width: 95.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 17.074592074592076px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 22.19696933511192px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">In Progress</div></div>
</div>
<div data-id="1:136" style="position: absolute; left: 700.0px; top: 339.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:137" style="position: absolute; left: 25.5px; top: 10.0px; width: 95.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 17.074592074592076px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 22.19696933511192px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">In Progress</div></div>
</div>
<div data-id="1:138" style="position: absolute; left: 700.0px; top: 797.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(0,0,0,1.0); background-image: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:139" style="position: absolute; left: 24.5px; top: 10.0px; width: 97.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 17.19114219114219px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 22.34848448415705px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Not Started</div></div>
</div>
<div data-id="1:140" style="position: absolute; left: 700.0px; top: 562.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:141" style="position: absolute; left: 25.5px; top: 10.0px; width: 95.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 17.074592074592076px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 22.19696933511192px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">In Progress</div></div>
</div>
<div data-id="1:142" style="position: absolute; left: 700.0px; top: 736.0px; width: 146.0px; height: 43.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:143" style="position: absolute; left: 25.5px; top: 10.0px; width: 95.0px; height: 23.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 17.074592074592076px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 22.19696933511192px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">In Progress</div></div>
</div>
<div data-id="1:144" style="position: absolute; left: 100.0px; top: 974.0px; width: 1283.0px; height: 32.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;"></div>
<div class="ft" data-id="1:145" style="position: absolute; left: 100.0px; top: 920.0px; width: 190.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">JAN 2025</div></div>
<div class="ft" data-id="1:146" style="position: absolute; left: 1630.0px; top: 920.0px; width: 190.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">MAR 2027</div></div>
<div class="ft" data-id="1:147" style="position: absolute; left: 1288.0px; top: 920.0px; width: 190.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: center; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">tODAY</div></div>
<div class="ft" data-id="1:148" style="position: absolute; left: 700.0px; top: 223.0px; width: 103.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">UI Design</div></div>
<div class="ft" data-id="1:149" style="position: absolute; left: 700.0px; top: 454.0px; width: 370.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Retail Partnership Negotiations</div></div>
<div class="ft" data-id="1:150" style="position: absolute; left: 700.0px; top: 677.0px; width: 456.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Product Marketing Campaign Planning:</div></div>
<div data-id="1:151" style="position: absolute; left: 878.0px; top: 284.0px; width: 939.0px; height: 92.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:152" style="position: absolute; left: 0.0px; top: 0.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Develop wireframes and mockups for the user interface of smart home appliances.</div></div>
<div class="ft" data-id="1:153" style="position: absolute; left: 0.0px; top: 61.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Incorporate feedback from usability testing sessions to refine interface designs.</div></div>
</div>
<div data-id="1:154" style="position: absolute; left: 878.0px; top: 507.0px; width: 939.0px; height: 92.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:155" style="position: absolute; left: 0.0px; top: 0.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Initiate discussions with retail chains to secure partnerships for product placement.</div></div>
<div class="ft" data-id="1:156" style="position: absolute; left: 0.0px; top: 61.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Negotiate terms, pricing, and promotional strategies with retail partners.</div></div>
</div>
<div data-id="1:157" style="position: absolute; left: 878.0px; top: 742.0px; width: 939.0px; height: 92.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:158" style="position: absolute; left: 0.0px; top: 0.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Develop a comprehensive marketing strategy for the product launch.</div></div>
<div class="ft" data-id="1:159" style="position: absolute; left: 0.0px; top: 61.0px; width: 939.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(122,122,122,1.0)">Define target audience segments and messaging strategies for each channel.</div></div>
</div>
<div class="ft" data-id="1:160" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:161" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">05</div></div>
<svg data-id="1:162" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 6 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:163" style="width: 1920.0px; height: 1080.0px; background-color: rgba(255,255,255,1.0); background-image: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:164" style="position: absolute; left: 100.0px; top: 192.0px; width: 1137.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Timeline</div></div>
<svg data-id="1:165" style="position: absolute; left: 100.0px; top: 559.0px; width: 1820.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1820.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1820 0L1820 -0.5L1820 -1L0 -1L0 -0.5Z" fill="rgba(0,51,16,1.0)" fill-rule="nonzero"/></svg>
<div data-id="1:166" style="position: absolute; left: 100.0px; top: 426.0px; width: 202.0px; height: 51.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:167" style="position: absolute; left: 54.0px; top: 10.0px; width: 94.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Q1 2026</div></div>
</div>
<div data-id="1:168" style="position: absolute; left: 538.0px; top: 426.0px; width: 202.0px; height: 51.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:169" style="position: absolute; left: 54.0px; top: 10.0px; width: 94.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Q2 2026</div></div>
</div>
<div data-id="1:170" style="position: absolute; left: 976.0px; top: 426.0px; width: 202.0px; height: 51.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:171" style="position: absolute; left: 54.0px; top: 10.0px; width: 94.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Q3 2026</div></div>
</div>
<div data-id="1:172" style="position: absolute; left: 1419.0px; top: 426.0px; width: 202.0px; height: 51.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; border-radius: 40.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;">
<div class="ft" data-id="1:173" style="position: absolute; left: 54.0px; top: 10.0px; width: 94.0px; height: 31.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Q4 2026</div></div>
</div>
<div data-id="1:174" style="position: absolute; left: 100.0px; top: 553.0px; width: 12.0px; height: 12.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;; border-radius: 50%"></div>
<div data-id="1:175" style="position: absolute; left: 538.0px; top: 553.0px; width: 12.0px; height: 12.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;; border-radius: 50%"></div>
<div data-id="1:176" style="position: absolute; left: 975.0px; top: 553.0px; width: 12.0px; height: 12.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;; border-radius: 50%"></div>
<div data-id="1:177" style="position: absolute; left: 1413.0px; top: 553.0px; width: 12.0px; height: 12.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat;; border-radius: 50%"></div>
<div class="ft" data-id="1:178" style="position: absolute; left: 100.0px; top: 624.0px; width: 385.0px; height: 310.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)"><ul style="margin: 0; padding-left: 2em"><li>Complete user interface design concepts for all smart home appliances
</li><li>Finalize energy-saving algorithms for all appliances
</li><li>Secure partnerships with two major retail chains for product distribution</li></ul></div></div>
<div class="ft" data-id="1:179" style="position: absolute; left: 538.0px; top: 624.0px; width: 385.0px; height: 310.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)"><ul style="margin: 0; padding-left: 2em"><li>Conduct initial energy efficiency tests on prototype models
</li><li>Establish customer service ticketing system for efficient inquiry handling
</li><li>Begin certification process for Energy Star compliance</li></ul></div></div>
<div class="ft" data-id="1:180" style="position: absolute; left: 976.0px; top: 624.0px; width: 385.0px; height: 310.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)"><ul style="margin: 0; padding-left: 2em"><li>Conduct additional energy efficiency tests on refined prototypes
</li><li>Implement customer feedback system to track satisfaction levels
</li><li>Initiate development of voice control integration features.</li></ul></div></div>
<div class="ft" data-id="1:181" style="position: absolute; left: 1414.0px; top: 624.0px; width: 385.0px; height: 310.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(122,122,122,1.0)"><ul style="margin: 0; padding-left: 2em"><li>Launch marketing campaign across multiple channels
</li><li>Expand partnerships to include online retailers and international
</li><li>Finalize agreements with suppliers for recycled materials sourcing</li></ul></div></div>
<div class="ft" data-id="1:182" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:183" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">06</div></div>
<svg data-id="1:184" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 7 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:185" style="width: 1920.0px; height: 1080.0px; background-color: rgba(255,255,255,1.0); background-image: linear-gradient(rgba(255,255,255,1.0), rgba(255,255,255,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:186" style="position: absolute; left: 100.0px; top: 192.0px; width: 1137.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Budget Status</div></div>
<div data-id="1:187" style="position: absolute; left: 1413.0px; top: 328.0px; width: 407.0px; height: 637.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:188" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 161.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:189" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 121.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 110.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.0px; line-height: 121.0px; text-align: left; white-space: nowrap; color: rgba(8,84,32,1.0)">$1.3M</div></div>
<div class="ft" data-id="1:190" style="position: absolute; left: 0.0px; top: 137.0px; width: 402.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">Total Budget</div></div>
</div>
<div data-id="1:191" style="position: absolute; left: 0.0px; top: 240.0px; width: 407.0px; height: 157.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:192" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 121.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 110.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.0px; line-height: 121.0px; text-align: left; white-space: nowrap; color: rgba(8,84,32,1.0)">$950K</div></div>
<div class="ft" data-id="1:193" style="position: absolute; left: 0.0px; top: 133.0px; width: 402.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">SPEND TO DATE</div></div>
</div>
<div data-id="1:194" style="position: absolute; left: 0.0px; top: 476.0px; width: 407.0px; height: 161.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:195" style="position: absolute; left: 0.0px; top: 0.0px; width: 407.0px; height: 121.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 110.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: 0.0px; line-height: 121.0px; text-align: left; white-space: nowrap; color: rgba(8,84,32,1.0)">$350K</div></div>
<div class="ft" data-id="1:196" style="position: absolute; left: 0.0px; top: 137.0px; width: 402.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">REMAINING BUDGET</div></div>
</div>
</div>
<div data-id="1:197" style="position: absolute; left: 102.0px; top: 328.0px; width: 1135.0px; height: 652.0px; opacity: 1.0; overflow: hidden; box-sizing: border-box; background-image: url('images/7f12ea1300756f144a0fb5daaf68dbfc01103a46.png'); background-size: cover; background-position: center; background-repeat: no-repeat;">
</div>
<div class="ft" data-id="1:198" style="position: absolute; left: 130.0px; top: 355.0px; width: 391.0px; height: 184.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 18.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 23.399999618530273px; text-align: left; color: rgba(0,0,0,1.0)">A space to show a comparison of the budgeted amount versus the actual expenditure incurred over time. <br><br>This can be presented as a line graph with two lines representing the budget and actual expenditure, plotted against the project timeline (e.g., months or quarters).</div></div>
<div class="ft" data-id="1:199" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:200" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">07</div></div>
<svg data-id="1:201" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 8 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:202" style="width: 1920.0px; height: 1080.0px; background-color: rgba(0,0,0,1.0); background-image: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:203" style="position: absolute; left: 100.0px; top: 192.0px; width: 1137.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)">Issues and Mitigation Strategies</div></div>
<div data-id="1:204" style="position: absolute; left: 100.0px; top: 344.0px; width: 1717.0px; height: 636.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:205" style="position: absolute; left: 2.0px; top: 0.0px; width: 1713.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:206" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:207" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 27.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Supply Chain Disruption</div></div>
<div class="ft" data-id="1:208" style="position: absolute; left: 0.0px; top: 52.0px; width: 724.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">The reliance on multiple suppliers for components and materials poses a risk of supply chain disruption.</div></div>
</div>
<div class="ft" data-id="1:209" style="position: absolute; left: 1046.0px; top: 52.0px; width: 667.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">Diversify sourcing options and implementing contingency plans to address supply chain disruptions promptly.</div></div>
</div>
<div data-id="1:210" style="position: absolute; left: 2.0px; top: 174.0px; width: 1713.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:211" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:212" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:213" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 27.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Technical Challenges</div></div>
<div class="ft" data-id="1:214" style="position: absolute; left: 0.0px; top: 52.0px; width: 724.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">The complexity of developing smart home appliances presents technical challenges that could impact product quality. </div></div>
</div>
</div>
<div class="ft" data-id="1:215" style="position: absolute; left: 1046.0px; top: 21.0px; width: 667.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">Collaborate closely with technical experts, and allocate sufficient resources for troubleshooting and problem-solving.</div></div>
</div>
<div data-id="1:216" style="position: absolute; left: 2.0px; top: 348.0px; width: 1713.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:217" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:218" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:219" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 27.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Market Competition</div></div>
<div class="ft" data-id="1:220" style="position: absolute; left: 0.0px; top: 52.0px; width: 724.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">The smart home appliance market is highly competitive, with established brands and new entrants vying for market share. </div></div>
</div>
</div>
<div class="ft" data-id="1:221" style="position: absolute; left: 1046.0px; top: 21.0px; width: 667.0px; height: 93.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">Differentiate offerings through unique value propositions, and develop robust marketing strategies to position effectively.</div></div>
</div>
<div data-id="1:222" style="position: absolute; left: 0.0px; top: 522.0px; width: 1717.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:223" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:224" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 114.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:225" style="position: absolute; left: 0.0px; top: 0.0px; width: 724.0px; height: 27.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Regulatory Compliance</div></div>
<div class="ft" data-id="1:226" style="position: absolute; left: 0.0px; top: 52.0px; width: 724.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">Compliance with regulatory requirements and standards, such as safety regulations and environmental guidelines.</div></div>
</div>
</div>
<div class="ft" data-id="1:227" style="position: absolute; left: 1050.0px; top: 52.0px; width: 667.0px; height: 62.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(255,255,255,1.0)">Engage legal experts for guidance, and proactively address compliance requirements.</div></div>
</div>
</div>
<svg data-id="1:228" style="position: absolute; left: 907.0px; top: 427.0px; width: 152.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 152.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M153.061 1.06066C153.646 0.474874 153.646 -0.474874 153.061 -1.06066L143.515 -10.6066C142.929 -11.1924 141.979 -11.1924 141.393 -10.6066C140.808 -10.0208 140.808 -9.07107 141.393 -8.48528L149.879 0L141.393 8.48528C140.808 9.07107 140.808 10.0208 141.393 10.6066C141.979 11.1924 142.929 11.1924 143.515 10.6066L153.061 1.06066ZM0 0L0 1.5L152 1.5L152 0L152 -1.5L0 -1.5L0 0Z" fill="rgba(199,239,78,1.0)" fill-rule="nonzero"/></svg>
<svg data-id="1:229" style="position: absolute; left: 907.0px; top: 595.0px; width: 152.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 152.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M153.061 1.06066C153.646 0.474874 153.646 -0.474874 153.061 -1.06066L143.515 -10.6066C142.929 -11.1924 141.979 -11.1924 141.393 -10.6066C140.808 -10.0208 140.808 -9.07107 141.393 -8.48528L149.879 0L141.393 8.48528C140.808 9.07107 140.808 10.0208 141.393 10.6066C141.979 11.1924 142.929 11.1924 143.515 10.6066L153.061 1.06066ZM0 0L0 1.5L152 1.5L152 0L152 -1.5L0 -1.5L0 0Z" fill="rgba(199,239,78,1.0)" fill-rule="nonzero"/></svg>
<svg data-id="1:230" style="position: absolute; left: 907.0px; top: 769.0px; width: 152.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 152.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M153.061 1.06066C153.646 0.474874 153.646 -0.474874 153.061 -1.06066L143.515 -10.6066C142.929 -11.1924 141.979 -11.1924 141.393 -10.6066C140.808 -10.0208 140.808 -9.07107 141.393 -8.48528L149.879 0L141.393 8.48528C140.808 9.07107 140.808 10.0208 141.393 10.6066C141.979 11.1924 142.929 11.1924 143.515 10.6066L153.061 1.06066ZM0 0L0 1.5L152 1.5L152 0L152 -1.5L0 -1.5L0 0Z" fill="rgba(199,239,78,1.0)" fill-rule="nonzero"/></svg>
<svg data-id="1:231" style="position: absolute; left: 907.0px; top: 949.0px; width: 152.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 152.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M153.061 1.06066C153.646 0.474874 153.646 -0.474874 153.061 -1.06066L143.515 -10.6066C142.929 -11.1924 141.979 -11.1924 141.393 -10.6066C140.808 -10.0208 140.808 -9.07107 141.393 -8.48528L149.879 0L141.393 8.48528C140.808 9.07107 140.808 10.0208 141.393 10.6066C141.979 11.1924 142.929 11.1924 143.515 10.6066L153.061 1.06066ZM0 0L0 1.5L152 1.5L152 0L152 -1.5L0 -1.5L0 0Z" fill="rgba(199,239,78,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:232" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(255,255,255,1.0)">PROJECT NAME</div></div>
<svg data-id="1:233" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:234" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">PROJECT NAME</div></div>
<svg data-id="1:235" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(122,122,122,1.0)" fill-rule="nonzero"/></svg>
<div class="ft" data-id="1:236" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(122,122,122,1.0)">08</div></div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 9 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:237" style="width: 1920.0px; height: 1080.0px; background-color: rgba(199,239,78,1.0); background-image: linear-gradient(rgba(199,239,78,1.0), rgba(199,239,78,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:238" style="position: absolute; left: 100.0px; top: 192.0px; width: 1137.0px; height: 88.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; border: 1.0px solid rgba(0,0,0,1.0);; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 80.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -1.6px; line-height: 88.0px; text-align: left; white-space: nowrap; color: rgba(0,0,0,1.0)">Next Steps</div></div>
<div class="ft" data-id="1:239" style="position: absolute; left: 100.0px; top: 46.0px; width: 151.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: left; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">PROJECT NAME</div></div>
<div class="ft" data-id="1:240" style="position: absolute; left: 1793.0px; top: 46.0px; width: 24.0px; height: 24.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 20.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 600; letter-spacing: 0.4px; line-height: 24.0px; text-align: right; white-space: nowrap; text-transform: uppercase; color: rgba(0,0,0,1.0)">09</div></div>
<svg data-id="1:241" style="position: absolute; left: 100.0px; top: 100.0px; width: 1717.0px; height: 1px; opacity: 1.0; overflow: visible" viewBox="0 0 1717.0 1" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0 -0.5L0 0L1717 0L1717 -0.5L1717 -1L0 -1L0 -0.5Z" fill="rgba(0,0,0,1.0)" fill-rule="nonzero"/></svg>
<div data-id="1:242" style="position: absolute; left: 100.0px; top: 440.5px; width: 424.0px; height: 1.0px; background-color: rgba(122,122,122,1.0); opacity: 1.0; transform: matrix(4.371138828673793e-08, 1.0, -1.0, 4.371138828673793e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:243" style="position: absolute; left: 100.0px; top: 439.5px; width: 99.0px; height: 3.0px; background-color: rgba(0,0,0,1.0); opacity: 1.0; transform: matrix(4.371138828673793e-08, 1.0, -1.0, 4.371138828673793e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:244" style="position: absolute; left: 537.0px; top: 538.5px; width: 99.0px; height: 3.0px; background-color: rgba(0,0,0,1.0); opacity: 1.0; transform: matrix(4.3814235795025525e-08, 1.0, -1.0, 4.360878236298049e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:245" style="position: absolute; left: 974.0px; top: 652.5px; width: 99.0px; height: 3.0px; background-color: rgba(0,0,0,1.0); opacity: 1.0; transform: matrix(4.3814235795025525e-08, 1.0, -1.0, 4.360878236298049e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:246" style="position: absolute; left: 1412.0px; top: 765.5px; width: 99.0px; height: 3.0px; background-color: rgba(0,0,0,1.0); opacity: 1.0; transform: matrix(4.3814235795025525e-08, 1.0, -1.0, 4.360878236298049e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:247" style="position: absolute; left: 538.0px; top: 440.5px; width: 424.0px; height: 1.0px; background-color: rgba(122,122,122,1.0); opacity: 1.0; transform: matrix(4.371138828673793e-08, 1.0, -1.0, 4.371138828673793e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:248" style="position: absolute; left: 975.0px; top: 440.5px; width: 424.0px; height: 1.0px; background-color: rgba(122,122,122,1.0); opacity: 1.0; transform: matrix(4.371138828673793e-08, 1.0, -1.0, 4.371138828673793e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:249" style="position: absolute; left: 1413.0px; top: 440.5px; width: 424.0px; height: 1.0px; background-color: rgba(122,122,122,1.0); opacity: 1.0; transform: matrix(4.371138828673793e-08, 1.0, -1.0, 4.371138828673793e-08, 0, 0); transform-origin: 0 0"></div>
<div data-id="1:250" style="position: absolute; left: 128.0px; top: 441.0px; width: 380.0px; height: 397.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:251" style="position: absolute; left: 0.0px; top: 0.0px; width: 380.0px; height: 397.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:252" style="position: absolute; left: 0.0px; top: 0.0px; width: 380.0px; height: 129.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; color: rgba(8,84,32,1.0)">Consult with Stakeholders for Feedback Integration</div></div>
<div class="ft" data-id="1:253" style="position: absolute; left: 0.0px; top: 211.0px; width: 380.0px; height: 186.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Reach out to internal stakeholders, such as department heads, team leads, and subject matter experts, to gather feedback on prototype testing results.</div></div>
</div>
</div>
<div data-id="1:254" style="position: absolute; left: 566.0px; top: 441.0px; width: 379.0px; height: 366.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:255" style="position: absolute; left: 0.0px; top: 0.0px; width: 379.0px; height: 366.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:256" style="position: absolute; left: 0.0px; top: 0.0px; width: 379.0px; height: 129.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; color: rgba(8,84,32,1.0)">Cross-Functional Production Planning Session</div></div>
<div class="ft" data-id="1:257" style="position: absolute; left: 0.0px; top: 211.0px; width: 379.0px; height: 155.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Collaborate to assess production readiness, identify potential bottlenecks or challenges, and develop strategies to optimize production processes.</div></div>
</div>
</div>
<div data-id="1:258" style="position: absolute; left: 1003.0px; top: 441.0px; width: 380.0px; height: 366.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:259" style="position: absolute; left: 0.0px; top: 0.0px; width: 380.0px; height: 366.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:260" style="position: absolute; left: 0.0px; top: 0.0px; width: 380.0px; height: 129.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; color: rgba(8,84,32,1.0)">Facilitate Internal Customer Service Training Workshop</div></div>
<div class="ft" data-id="1:261" style="position: absolute; left: 0.0px; top: 211.0px; width: 380.0px; height: 155.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Plan and facilitate an internal customer service training workshop to prepare the customer service team for the upcoming product launch.</div></div>
</div>
</div>
<div data-id="1:262" style="position: absolute; left: 1441.0px; top: 441.0px; width: 376.0px; height: 335.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div data-id="1:263" style="position: absolute; left: 0.0px; top: 0.0px; width: 376.0px; height: 335.0px; opacity: 1.0; overflow: visible; box-sizing: border-box">
<div class="ft" data-id="1:264" style="position: absolute; left: 0.0px; top: 0.0px; width: 376.0px; height: 129.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; color: rgba(8,84,32,1.0)">Review and Refine Internal Marketing Strategy</div></div>
<div class="ft" data-id="1:265" style="position: absolute; left: 0.0px; top: 211.0px; width: 376.0px; height: 124.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; color: rgba(0,0,0,1.0)">Reconvene the internal marketing team to review and refine the internal marketing strategy for Project Aero.</div></div>
</div>
</div>

        </div>
      </div>
    </div>

    <div class="slide-container">
      <div class="slide-label">Slide 10 &mdash; Frame</div>
      <div class="slide-wrapper">
        <div class="slide" data-slide-id="1:266" style="width: 1920.0px; height: 1080.0px; background-color: rgba(0,51,16,1.0); background-image: linear-gradient(rgba(0,51,16,1.0), rgba(0,51,16,1.0)); background-size: auto; background-position: 0 0; background-repeat: repeat; position: relative; overflow: hidden;">
          <div class="ft" data-id="1:267" style="position: absolute; left: 246.0px; top: 440.0px; width: 579.0px; height: 200.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 200.0px; font-family: 'Neuton', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 300; letter-spacing: -4.400000095367432px; line-height: 200.0px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Q&amp;A</div></div>
<div class="ft" data-id="1:268" style="position: absolute; left: 975.0px; top: 476.0px; width: 164.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Alison Lee</div></div>
<div class="ft" data-id="1:269" style="position: absolute; left: 1413.0px; top: 477.0px; width: 198.0px; height: 43.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-end"><div style="font-size: 36.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: -0.7920000171661377px; line-height: 43.20000076293945px; text-align: left; white-space: nowrap; color: rgba(199,239,78,1.0)">Emma Chen</div></div>
<div class="ft" data-id="1:270" style="position: absolute; left: 975.0px; top: 541.0px; width: 265.0px; height: 81.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)"><span style="font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-size: 24.0px; font-weight: 700; letter-spacing: -0.5280000114440918px; line-height: 31.19999885559082px">Alison@company.com<br></span>Head of Product Design</div></div>
<div class="ft" data-id="1:271" style="position: absolute; left: 1413.0px; top: 542.0px; width: 257.0px; height: 81.0px; opacity: 1.0; overflow: visible; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start"><div style="font-size: 24.0px; font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 0.0px; line-height: 31.19999885559082px; text-align: left; white-space: nowrap; color: rgba(255,255,255,1.0)"><span style="font-family: 'Open Sans', 'Oswald', 'Inter', 'Noto Sans', 'Helvetica Neue', 'Hiragino Sans', 'Yu Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC', 'Microsoft YaHei', Helvetica, Arial, sans-serif; font-size: 24.0px; font-weight: 700; letter-spacing: -0.5280000114440918px; line-height: 31.19999885559082px">Emma@company.com<br></span>Project Lead</div></div>

        </div>
      </div>
    </div>

  <div class="images-section"><h2>Images</h2><div class="images-grid">

      <div class="image-card">
        <img src="images/7f12ea1300756f144a0fb5daaf68dbfc01103a46.png" alt="7f12ea1300756f144a0fb5daaf68dbfc01103a46">
        <div class="image-label">7f12ea1300756f144a0fb5daaf68dbfc01103a46.png</div>
      </div>
</div></div>

  <script>
  // Shrink-to-fit: when a custom font fails to load and the fallback is wider/taller, the rendered text overflows the Figma bbox. The shrink is SLACK-AWARE — each text is allowed to overflow into the empty space between it and its nearest neighbor in the overflow direction. Figma sizes text containers tightly around the original font's glyph extent, but the surrounding layout often leaves visual breathing room (e.g. 56px gaps between nav labels). Squeezing every label into its tight bbox makes them look weak; letting them grow into the gap keeps the design closer to the source while still preventing actual overlap.
  (function() {
    // Per-element "how far can I overflow before hitting a neighbor" computed once. Position-fixed: depends only on bbox layout, not on font shrink state.
    var slackCache = new WeakMap();
    function computeSlack(container) {
      if (slackCache.has(container)) return slackCache.get(container);
      var slide = container.closest('.slide');
      var er = container.getBoundingClientRect();
      var sliderc = slide ? slide.getBoundingClientRect() : null;
      var leftS = Infinity, rightS = Infinity, topS = Infinity, botS = Infinity;
      if (slide) {
        // Collide against other text labels only — overlapping decorative shapes/backgrounds is usually fine and often intentional. Text-on-text is what creates unreadable layouts.
        slide.querySelectorAll('.ft').forEach(function(other) {
          if (other === container || container.contains(other) || other.contains(container)) return;
          var or = other.getBoundingClientRect();
          var vertOverlap = or.top < er.bottom - 0.5 && or.bottom > er.top + 0.5;
          var horzOverlap = or.left < er.right - 0.5 && or.right > er.left + 0.5;
          if (vertOverlap) {
            if (or.left >= er.right - 0.5) rightS = Math.min(rightS, or.left - er.right);
            if (or.right <= er.left + 0.5) leftS = Math.min(leftS, er.left - or.right);
          }
          if (horzOverlap) {
            if (or.top >= er.bottom - 0.5) botS = Math.min(botS, or.top - er.bottom);
            if (or.bottom <= er.top + 0.5) topS = Math.min(topS, er.top - or.bottom);
          }
        });
      }
      if (sliderc) {
        leftS = Math.min(leftS, Math.max(0, er.left - sliderc.left));
        rightS = Math.min(rightS, Math.max(0, sliderc.right - er.right));
        topS = Math.min(topS, Math.max(0, er.top - sliderc.top));
        botS = Math.min(botS, Math.max(0, sliderc.bottom - er.bottom));
      }
      var scale = er.width / (container.clientWidth || 1); // rendered-px → layout-px
      var toLayout = function(v) { return v === Infinity ? 99999 : Math.max(0, v / (scale || 1)); };
      var s = { left: toLayout(leftS), right: toLayout(rightS), top: toLayout(topS), bottom: toLayout(botS) };
      slackCache.set(container, s);
      return s;
    }
    function fitOne(container) {
      var inner = container.firstElementChild;
      if (!inner) return;
      var cw = container.clientWidth, ch = container.clientHeight;
      if (!cw || !ch) return;
      if (inner.dataset.origFs) {
        inner.style.fontSize = inner.dataset.origFs;
        if (inner.dataset.origLs) inner.style.letterSpacing = inner.dataset.origLs;
        if (inner.dataset.origLh) inner.style.lineHeight = inner.dataset.origLh;
      } else {
        inner.dataset.origFs = getComputedStyle(inner).fontSize;
        inner.dataset.origLs = getComputedStyle(inner).letterSpacing;
        inner.dataset.origLh = getComputedStyle(inner).lineHeight;
      }
      var origFs = parseFloat(inner.dataset.origFs);
      var origLs = parseFloat(inner.dataset.origLs) || 0;
      var origLh = parseFloat(inner.dataset.origLh) || 0;
      // Single-line text (white-space: nowrap, or no <br> in the source) only needs to fit its WIDTH — the fallback font's natural line-box (ascender + descender) is usually a few px taller than the Figma bbox even at the correct font, and that's expected, not an overflow to fix.
      var isSingleLine = getComputedStyle(inner).whiteSpace === 'nowrap' || !/<br/i.test(inner.innerHTML);
      var slack = computeSlack(container);
      var align = getComputedStyle(inner).textAlign;
      // Effective allowed width: bbox + slack on the side(s) the text actually overflows toward, per text-align.
      var allowedW;
      if (align === 'right' || align === 'end') allowedW = cw + slack.left;
      else if (align === 'center') allowedW = cw + 2 * Math.min(slack.left, slack.right);
      else allowedW = cw + slack.right; // left / start / justify
      var allowedH = ch + slack.bottom; // text typically grows downward when wrapping
      var fs = origFs;
      for (var iter = 0; iter < 8; iter++) {
        var iw = inner.scrollWidth, ih = inner.scrollHeight;
        var rw = iw > allowedW + 0.5 ? allowedW / iw : 1;
        var rh = (!isSingleLine && ih > allowedH + 0.5) ? allowedH / ih : 1;
        var r = Math.min(rw, rh);
        if (r > 0.998) break;
        var newFs = Math.max(6, fs * r);
        if (newFs >= fs - 0.05) break;
        fs = newFs;
        inner.style.fontSize = fs + 'px';
        // Scale letter-spacing AND line-height proportionally so they shrink with font-size — otherwise the absolute-px values dominate at small sizes.
        if (origLs) inner.style.letterSpacing = (origLs * fs / origFs) + 'px';
        if (origLh) inner.style.lineHeight = (origLh * fs / origFs) + 'px';
      }
    }
    function fitAll() { document.querySelectorAll('.ft').forEach(fitOne); }
    if (document.fonts && document.fonts.ready) {
      document.fonts.ready.then(fitAll);
    } else {
      window.addEventListener('load', fitAll);
    }
    var t;
    window.addEventListener('resize', function() { clearTimeout(t); t = setTimeout(fitAll, 150); });
  })();
  </script>
</body>
</html>