resul-template-builder 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2370 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta http-equiv="Content-Security-Policy" content="script-src 'none'; connect-src 'none'; object-src 'none';">
6
-
7
- <meta charset="utf-8">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <meta name="x-apple-disable-message-reformatting">
10
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
11
- <!-- <meta name="color-scheme" content="light dark"> -->
12
-
13
-
14
- <link rel="preconnect" href="https://fonts.googleapis.com">
15
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
16
- <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
17
-
18
-
19
-
20
-
21
-
22
- <!--[if (mso 16)]>
23
- <style type="text/css">
24
- a {text-decoration: none;}
25
- </style>
26
- <![endif]-->
27
-
28
- <!--[if gte mso 9]>
29
- <style>sup { font-size: 100% !important; }</style>
30
- <![endif]-->
31
-
32
- <!--[if gte mso 9]>
33
- <noscript>
34
- <xml>
35
- <o:OfficeDocumentSettings>
36
- <o:AllowPNG></o:AllowPNG>
37
- <o:PixelsPerInch>96</o:PixelsPerInch>
38
- </o:OfficeDocumentSettings>
39
- </xml>
40
- </noscript>
41
- <![endif]-->
42
-
43
- <!--[if mso]><xml>
44
- <w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word">
45
- <w:DontUseAdvancedTypographyReadingMail/>
46
- </w:WordDocument>
47
- </xml>
48
- <![endif]-->
49
-
50
-
51
- <style>
52
- a {
53
- color: #1155cc;
54
- }
55
-
56
- a,
57
- a:visited {
58
- text-decoration: inherit;
59
- }
60
-
61
- a:-webkit-any-link {
62
- text-decoration: inherit;
63
- }
64
-
65
- ul,
66
- ol {
67
- list-style-position: inside !important;
68
- }
69
-
70
- .ii a[href] {
71
- color: inherit;
72
- }
73
-
74
- /* Reset styles */
75
- body {
76
- margin: 0;
77
- padding: 0;
78
- width: 100% !important;
79
- -webkit-text-size-adjust: 100%;
80
- -ms-text-size-adjust: 100%;
81
- /* background-color: #e8f5e9; */
82
- }
83
-
84
- img {
85
- -ms-interpolation-mode: bicubic;
86
- max-width: 100%;
87
- border: 0;
88
- /*display: block;*/
89
- height: auto;
90
- }
91
-
92
- table {
93
- border-collapse: collapse;
94
- mso-table-lspace: 0pt;
95
- mso-table-rspace: 0pt;
96
- }
97
-
98
- td {
99
- font-family: Arial, sans-serif;
100
- line-height: normal;
101
- }
102
-
103
- @-moz-document url-prefix() {
104
- scrollbar-color: #999999 #e9e9e9;
105
- }
106
-
107
- @-moz-document url-prefix() {
108
- scrollbar-width: thin;
109
- }
110
-
111
- ::-webkit-scrollbar-track {
112
- background-color: #e9e9e9;
113
- border-radius: 0 0 5px 5px;
114
- }
115
-
116
- ::-webkit-scrollbar {
117
- width: 7px;
118
- height: 7px;
119
- background-color: #e9e9e9;
120
- }
121
-
122
- ::-webkit-scrollbar-thumb {
123
- background-color: #999999;
124
- border-radius: 100px;
125
- -webkit-border-radius: 100px;
126
- -moz-border-radius: 100px;
127
- cursor: pointer;
128
- }
129
-
130
- /* Button styles */
131
- .button-component {
132
- display: inline-block;
133
- text-decoration: none;
134
- text-align: center;
135
- border-radius: 4px;
136
- -webkit-text-size-adjust: none;
137
- mso-hide: all;
138
- }
139
-
140
- .button-content {
141
- display: inline-block;
142
- width: auto;
143
- margin: 0 auto;
144
- }
145
-
146
- /* Container styles */
147
- .email-container {
148
- width: 100%;
149
- max-width: 600px;
150
- margin: 0 auto;
151
- padding: 0;
152
- background-color: #e8f5e9;
153
- }
154
-
155
- /* Content wrapper styles */
156
- .content-wrapper {
157
- width: 100%;
158
- max-width: 600px;
159
- margin: 0 auto;
160
- background-color: #c8e6c9;
161
- }
162
-
163
- /* Dark mode support */
164
- @media (prefers-color-scheme: dark) {
165
- body {
166
- background-color: #e8f5e9 !important;
167
- }
168
-
169
- .email-container {
170
- background-color: #e8f5e9 !important;
171
- }
172
-
173
- .content-wrapper {
174
- background-color: #c8e6c9 !important;
175
- }
176
- }
177
-
178
- /* Responsive styles */
179
- @media screen and (max-width: 600px) {
180
- .main-table {
181
- width: 100% !important;
182
- }
183
-
184
- .stack-column-center .res_image_text_bg {
185
- height: 300px !important;
186
- }
187
-
188
- .stack-column-center,
189
- .stack-column-center .res_image_text_table,
190
- .stack-column-center .text-component {
191
- display: block !important;
192
- width: 100% !important;
193
- max-width: 100% !important;
194
- }
195
-
196
- .stack-column-center .res_image_text_bg {
197
- height: 200px !important;
198
- }
199
-
200
- .stack-column-center .res_image_text_table {
201
- display: table !important;
202
- }
203
-
204
- .stack-column-center .res_image_text_table td.image {
205
- text-align: center;
206
- padding-bottom: 10px !important;
207
- }
208
-
209
- .stack-column-center .res_image_text_table td span {
210
- display: inline-block;
211
- }
212
-
213
- table.hide-on-desktop {
214
- display: table !important;
215
- }
216
-
217
- .hide-on-desktop {
218
- /*width: auto !important;*/
219
- overflow: visible !important;
220
- float: none !important;
221
- max-height: inherit !important;
222
- line-height: inherit !important;
223
- }
224
-
225
- table.hide-on-mobile {
226
- display: table !important;
227
- }
228
-
229
- .hide-on-mobile {
230
- width: auto !important;
231
- overflow: visible !important;
232
- float: none !important;
233
- max-height: inherit !important;
234
- line-height: inherit !important;
235
- }
236
-
237
- /*.g table, .h table, .i table, .g, .i, .h {
238
- width: 100% !important;
239
- max-width: 600px !important;*/
240
- }
241
-
242
- /*.email-container,
243
- .content-wrapper {
244
- width: 100% !important;
245
- padding: 10px !important;
246
- }*/
247
-
248
- /* Make block columns stack on mobile */
249
- .email-block td {
250
- /*display: block !important;
251
- width: 100% !important;
252
- box-sizing: border-box;*/
253
- }
254
-
255
- /*.email-block td.test-tr-con td.image,
256
- .email-block td.test-tr-con .email-image-container > table,
257
- .email-block td.test-tr-con td.image img,
258
- .email-block td.test-tr-con td.image .email-image-wrap {
259
- max-width: 100% !important;
260
- display: block !important;
261
- }*/
262
-
263
-
264
- /* Responsive button styles */
265
- .button-component {
266
- width: 100% !important;
267
- min-width: 100% !important;
268
- }
269
-
270
- .button-content {
271
- width: 100% !important;
272
- }
273
- }
274
- </style>
275
- </head>
276
-
277
- <body class="body"
278
- style="width:100%;height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;padding:0;Margin:0">
279
- <div dir="ltr" class="es-wrapper-color" lang="und" style="background-color: #e8f5e9">
280
-
281
- <!--[if gte mso 9]>
282
- <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t">
283
- <v:fill type="tile" color="#e8f5e9" origin="0.5, 0" position="0.5, 0"></v:fill>
284
- </v:background>
285
- <![endif]-->
286
-
287
- <!-- Hidden inbox preview text -->
288
-
289
-
290
- <!-- Email content starts here -->
291
-
292
- <!-- Gmail hack -->
293
- <div
294
- style="display:none; white-space:nowrap; font:15px courier; color:#ffffff; line-height:0; width:600px !important; min-width:100% !important; max-width:600px !important;">
295
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
296
- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div>
297
- <!-- /Gmail hack -->
298
-
299
-
300
-
301
- <table width="100%" cellspacing="0" cellpadding="0" class="es-wrapper" role="none"
302
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;padding:0;Margin:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;background-color:#e8f5e9">
303
- <tbody>
304
- <tr>
305
- <td valign="top" style="padding:0;Margin:0">
306
-
307
- <table cellspacing="0" cellpadding="0" align="center" class="g" role="none"
308
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;width:100%;table-layout:fixed !important">
309
- <tbody>
310
- <tr>
311
- <td bgcolor="transparent" align="center" style="padding:0;Margin:0">
312
-
313
-
314
- <div class="email-container">
315
- <div class="content-wrapper">
316
-
317
- <!--[if mso]>
318
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="600" bgColor="#c8e6c9" style="background-color: #c8e6c9; border: none; margin: 0 auto;">
319
- <![endif]-->
320
-
321
- <!--[if !mso]><!-->
322
- <table class="main-table" cellspacing="0" cellpadding="0" border="0" width="100%"
323
- bgColor="#c8e6c9"
324
- style="background-color: #c8e6c9; border: none; width: 100%; max-width: 600px; margin: 0 auto;">
325
- <!--<![endif]-->
326
- <tr>
327
- <td>
328
- <div id="0d74e910-0d28-447b-b07e-d4102ff3d95d" class="email-text">
329
-
330
- <div class="email-text-container">
331
- <!--[if mso]>
332
- <table class="main-column rp-theme-cat-content o" cellspacing="0" cellpadding="0" border="0" width="100%" data-width="600" rp-element-category="content" rp-element-type="text">
333
- <![endif]-->
334
-
335
- <!--[if !mso]><!-->
336
- <table class="main-column rp-theme-cat-content g" cellspacing="0" cellpadding="0"
337
- border="0" width="100%" rp-element-category="content" rp-element-type="text">
338
- <!--<![endif]-->
339
-
340
- <tbody>
341
- <tr>
342
- <td class="text rp-element-holder-column"
343
- style="font-size: 16px; line-height: 1.5; letter-spacing: normal; text-align: left; font-weight: normal; font-style: normal; text-transform: none; text-decoration: none; vertical-align: baseline; background-color: #38b53c; padding: 10px; display: block; word-wrap: break-word; color: inherit;"
344
- rp-line-height-auto="yes" rp-saved-text-element="no">
345
-
346
- <div class="email-text-ul" style="
347
- list-style-position: inside !important;
348
- padding: 0 !important;
349
- margin: 0 !important;
350
- color: #222;
351
- ">
352
- <span data-mce-style="font-family: Impact, Charcoal, sans-serif"
353
- style="font-family: Impact, Charcoal, sans-serif;"><span
354
- style="font-size: 27px;">
355
- <font color="#e60909">E</font>nter
356
- </span></span> your text here<p><span style="font-size: 27px;"><span
357
- data-mce-style="font-family: Impact, Charcoal, sans-serif"
358
- style="font-family: Impact, Charcoal, sans-serif;">
359
- <font color="#0748eb">T</font>est
360
- </span></span> content</p>
361
- <p><span data-mce-style="font-family: Impact, Charcoal, sans-serif"
362
- style="font-family: Impact, Charcoal, sans-serif;"><span
363
- style="font-size: 29px; background-color: rgb(245, 214, 12);">Text</span></span>
364
- BG</p>
365
- </div>
366
-
367
- </td>
368
- </tr>
369
- </tbody>
370
- </table>
371
- </div>
372
-
373
- <style>
374
- #0d74e910-0d28-447b-b07e-d4102ff3d95d {
375
- margin: 0;
376
- padding: 0;
377
- width: 100%;
378
- }
379
-
380
- #0d74e910-0d28-447b-b07e-d4102ff3d95d p {
381
- margin: 0;
382
- }
383
-
384
- #0d74e910-0d28-447b-b07e-d4102ff3d95d br {
385
- line-height: inherit;
386
- }
387
-
388
- #0d74e910-0d28-447b-b07e-d4102ff3d95d sup {
389
- vertical-align: super;
390
- font-size: 0.8em;
391
- line-height: 0;
392
- }
393
-
394
- #0d74e910-0d28-447b-b07e-d4102ff3d95d sub {
395
- vertical-align: sub;
396
- font-size: 0.8em;
397
- line-height: 0;
398
- }
399
-
400
- @media (prefers-reduced-motion: reduce) {
401
- #0d74e910-0d28-447b-b07e-d4102ff3d95d {
402
- transition: none !important;
403
- animation: none !important;
404
- }
405
- }
406
-
407
- '& ul': {
408
- listStyleType: 'disc',
409
- listStylePosition: 'inside',
410
- paddingLeft: '20px',
411
- margin: '0.5em 0',
412
- }
413
-
414
- ,
415
- '& ol': {
416
- listStyleType: 'decimal',
417
- listStylePosition: 'inside',
418
- paddingLeft: '20px',
419
- margin: '0.5em 0',
420
- }
421
-
422
- ,
423
- '& li': {
424
- margin: '0.25em 0',
425
- display: 'list-item',
426
- }
427
-
428
- ,
429
- '& sup': {
430
- verticalAlign: 'super',
431
- fontSize: '0.8em',
432
- }
433
-
434
- ,
435
- '& sub': {
436
- verticalAlign: 'sub',
437
- fontSize: '0.8em',
438
- }
439
-
440
- ,
441
- </style>
442
- </div>
443
- <div id="9026abc2-a7f0-421a-9257-1243d0b9b353" class="email-imagetext pandian">
444
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
445
- <!--[if mso]>
446
- <table data-type="outlook-imagetext" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" bgColor="#c8e6c9" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
447
- <tr>
448
- <td style="padding: 10px; background-color: #c8e6c9;">
449
-
450
- <table data-type="outlook-image-left" role="presentation" border="0" cellpadding="0" cellspacing="0" width="580" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
451
- <tr>
452
- <td>
453
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="left" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
454
- <tr>
455
- <td class="image rp-empty-image" valign="top" align="left" style="padding: 0 10px 0 0;">
456
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
457
-
458
- <div>
459
- <img
460
- class="img-src-elses"
461
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
462
- alt=""
463
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 180px;"
464
- width="180"
465
- block="1"
466
- content="true"
467
- // height="NaN"
468
- height="auto"
469
- border="0"
470
- />
471
- </div>
472
-
473
- </span>
474
- </td>
475
- </tr>
476
- </table>
477
-
478
-
479
- <div class="text-component" style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">This text will <span data-mce-style="font-family: Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif;"><span style="font-size: 24px;"><font color="#e80e0e">app</font>ear</span></span> alongside your image. You can customize the <span data-mce-style="font-family: Times New Roman, serif" style="font-family: &quot;Times New Roman&quot;, serif;"><u><span style="font-size: 21px;">layout</span></u></span>, styling, and <b><span data-mce-style="font-family: Bookman Old Style, serif" style="font-family: &quot;Bookman Old Style&quot;, serif;"><font color="#57e30b">content</font></span></b> to match <span style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
480
-
481
- </td>
482
- </tr>
483
- </table>
484
-
485
- </td>
486
- </tr>
487
- </table>
488
- <![endif]-->
489
- <!--[if !mso]><!-->
490
- <div class="email-image-wrap"
491
- style="display: block; width: 100%; background-color: #c8e6c9; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left">
492
-
493
- <table class="image-text-main-table" data-type="image-left" role="presentation"
494
- border="0" cellpadding="0" cellspacing="0" width-data="100%" width="100%">
495
- <tr>
496
- <td class="rs-td-test-left" style="padding: 10px" align="left">
497
- <table class="res_image_text_table imagetext_img_table imagetext-order-1"
498
- align="left" border="0" cellpadding="0" cellspacing="0">
499
- <tr>
500
- <td class="image rp-empty-image" valign="top" align="left"
501
- style="padding: 0 10px 0 0;">
502
- <span href="javascript:void(0);" class="image-a image-with-link"
503
- style="height:auto; max-width:100%; cursor: inherit;">
504
-
505
- <div>
506
- <img class="img-src-elses"
507
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
508
- alt=""
509
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
510
- width="180" // height="NaN" height="auto" border="0" />
511
- </div>
512
-
513
- </span>
514
- </td>
515
- </tr>
516
- </table>
517
-
518
-
519
- <div class="text-component"
520
- style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">
521
- This text will <span
522
- data-mce-style="font-family: Impact, Charcoal, sans-serif"
523
- style="font-family: Impact, Charcoal, sans-serif;"><span
524
- style="font-size: 24px;">
525
- <font color="#e80e0e">app</font>ear
526
- </span></span> alongside your image. You can customize the <span
527
- data-mce-style="font-family: Times New Roman, serif"
528
- style="font-family: &quot;Times New Roman&quot;, serif;"><u><span
529
- style="font-size: 21px;">layout</span></u></span>, styling, and
530
- <b><span data-mce-style="font-family: Bookman Old Style, serif"
531
- style="font-family: &quot;Bookman Old Style&quot;, serif;">
532
- <font color="#57e30b">content</font>
533
- </span></b> to match <span
534
- style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
535
-
536
- </td>
537
- </tr>
538
- </table>
539
-
540
- </div>
541
- <!--<![endif]-->
542
- </div>
543
- <style>
544
- #9026abc2-a7f0-421a-9257-1243d0b9b353 {
545
- width: 100%;
546
- max-width: 100%;
547
- margin: 0 auto;
548
- }
549
-
550
- #9026abc2-a7f0-421a-9257-1243d0b9b353 img {
551
- max-width: 100%;
552
- height: auto;
553
- -ms-interpolation-mode: bicubic;
554
- display: block;
555
- }
556
-
557
- #9026abc2-a7f0-421a-9257-1243d0b9b353 h3 {
558
- margin: 0 0 8px 0;
559
- }
560
-
561
- #9026abc2-a7f0-421a-9257-1243d0b9b353 p {
562
- margin: 0;
563
- }
564
-
565
- @media only screen and (max-width: 600px) {
566
-
567
- #9026abc2-a7f0-421a-9257-1243d0b9b353 table,
568
- #9026abc2-a7f0-421a-9257-1243d0b9b353 tr,
569
- #9026abc2-a7f0-421a-9257-1243d0b9b353 td {
570
- /* display: block !important;
571
- width: 100% !important;
572
- padding: 0 !important; */
573
- }
574
-
575
- #9026abc2-a7f0-421a-9257-1243d0b9b353 td {
576
- margin-bottom: 16px;
577
- }
578
-
579
- #9026abc2-a7f0-421a-9257-1243d0b9b353 td:last-child {
580
- margin-bottom: 0;
581
- }
582
- }
583
- </style>
584
- </div>
585
- <div id="35ff776c-5fe1-417e-b38d-6959496ae57f" class="email-imagetext pandian">
586
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
587
- <!--[if mso]>
588
- <table data-type="outlook-imagetext" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" bgColor="#d9dbbf" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
589
- <tr>
590
- <td style="padding: 10px; background-color: #d9dbbf;">
591
-
592
- <table data-type="outlook-image-top" role="presentation" border="0" cellpadding="0" cellspacing="0" width="580" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
593
- <tr>
594
- <td align="center" style="padding-bottom: 16px;">
595
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;" >
596
- <tr>
597
- <td class="image rp-empty-image" valign="top" align="center">
598
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
599
-
600
- <div>
601
- <img
602
- class="img-src-elses"
603
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
604
- alt=""
605
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 180px;"
606
- width="180"
607
- block="1"
608
- content="true"
609
- // height="NaN"
610
- height="auto"
611
- border="0"
612
- />
613
- </div>
614
-
615
- </span>
616
- </td>
617
- </tr>
618
- </table>
619
- </td>
620
- </tr>
621
- <tr>
622
- <td>
623
-
624
-
625
- <div class="text-component" style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">This text will <span data-mce-style="font-family: Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif;"><span style="font-size: 24px;"><font color="#e80e0e">app</font>ear</span></span> alongside your image. You can customize the <span data-mce-style="font-family: Times New Roman, serif" style="font-family: &quot;Times New Roman&quot;, serif;"><u><span style="font-size: 21px;">layout</span></u></span>, styling, and <b><span data-mce-style="font-family: Bookman Old Style, serif" style="font-family: &quot;Bookman Old Style&quot;, serif;"><font color="#57e30b">content</font></span></b> to match <span style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
626
-
627
- </td>
628
- </tr>
629
- </table>
630
-
631
- </td>
632
- </tr>
633
- </table>
634
- <![endif]-->
635
- <!--[if !mso]><!-->
636
- <div class="email-image-wrap"
637
- style="display: block; width: 100%; background-color: #d9dbbf; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left">
638
-
639
- <table class="image-text-main-table" data-type="image-top" role="presentation"
640
- border="0" cellpadding="0" cellspacing="0" width="100%">
641
- <tr>
642
- <td class="rs-td-test-top" style="padding: 10px" align="center">
643
- <table data-type="image-top-text-bottom" border="0" cellpadding="0"
644
- cellspacing="0" width="100%" style="width: 100%;">
645
- <tr>
646
- <td align="center" style="padding-bottom: 16px;" align="center">
647
- <table
648
- class="res_image_text_table imagetext_img_table imagetext-order-1"
649
- align="center" border="0" cellpadding="0" cellspacing="0"
650
- width="100%">
651
- <tr>
652
- <td class="image rp-empty-image" valign="top" align="center">
653
- <span href="javascript:void(0);" class="image-a image-with-link"
654
- style="height:auto; max-width:100%; cursor: inherit;">
655
-
656
- <div>
657
- <img class="img-src-elses"
658
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
659
- alt=""
660
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
661
- width="180" // height="NaN" height="auto" border="0" />
662
- </div>
663
-
664
- </span>
665
- </td>
666
- </tr>
667
- </table>
668
- </td>
669
- </tr>
670
- <tr>
671
- <td>
672
-
673
-
674
- <div class="text-component"
675
- style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">
676
- This text will <span
677
- data-mce-style="font-family: Impact, Charcoal, sans-serif"
678
- style="font-family: Impact, Charcoal, sans-serif;"><span
679
- style="font-size: 24px;">
680
- <font color="#e80e0e">app</font>ear
681
- </span></span> alongside your image. You can customize the <span
682
- data-mce-style="font-family: Times New Roman, serif"
683
- style="font-family: &quot;Times New Roman&quot;, serif;"><u><span
684
- style="font-size: 21px;">layout</span></u></span>, styling, and
685
- <b><span data-mce-style="font-family: Bookman Old Style, serif"
686
- style="font-family: &quot;Bookman Old Style&quot;, serif;">
687
- <font color="#57e30b">content</font>
688
- </span></b> to match <span
689
- style="background-color: rgb(146, 141, 240);">your</span> needs.
690
- </div>
691
-
692
- </td>
693
- </tr>
694
- </table>
695
- </td>
696
- </tr>
697
- </table>
698
-
699
- </div>
700
- <!--<![endif]-->
701
- </div>
702
- <style>
703
- #35ff776c-5fe1-417e-b38d-6959496ae57f {
704
- width: 100%;
705
- max-width: 100%;
706
- margin: 0 auto;
707
- }
708
-
709
- #35ff776c-5fe1-417e-b38d-6959496ae57f img {
710
- max-width: 100%;
711
- height: auto;
712
- -ms-interpolation-mode: bicubic;
713
- display: block;
714
- }
715
-
716
- #35ff776c-5fe1-417e-b38d-6959496ae57f h3 {
717
- margin: 0 0 8px 0;
718
- }
719
-
720
- #35ff776c-5fe1-417e-b38d-6959496ae57f p {
721
- margin: 0;
722
- }
723
-
724
- @media only screen and (max-width: 600px) {
725
-
726
- #35ff776c-5fe1-417e-b38d-6959496ae57f table,
727
- #35ff776c-5fe1-417e-b38d-6959496ae57f tr,
728
- #35ff776c-5fe1-417e-b38d-6959496ae57f td {
729
- /* display: block !important;
730
- width: 100% !important;
731
- padding: 0 !important; */
732
- }
733
-
734
- #35ff776c-5fe1-417e-b38d-6959496ae57f td {
735
- margin-bottom: 16px;
736
- }
737
-
738
- #35ff776c-5fe1-417e-b38d-6959496ae57f td:last-child {
739
- margin-bottom: 0;
740
- }
741
- }
742
- </style>
743
- </div>
744
- <div id="63d10225-4097-431f-b9b0-114d40e9c086" class="email-imagetext pandian">
745
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
746
- <!--[if mso]>
747
- <table data-type="outlook-imagetext" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" bgColor="#c8e6c9" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
748
- <tr>
749
- <td style="padding: 10px; background-color: #c8e6c9;">
750
-
751
- <table data-type="outlook-image-right" role="presentation" border="0" cellpadding="0" cellspacing="0" width="580" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
752
- <tr>
753
- <td>
754
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="right" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
755
- <tr>
756
- <td class="image rp-empty-image" valign="top" align="right" style="padding: 0 0 0 10px;">
757
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
758
-
759
- <div>
760
- <img
761
- class="img-src-elses"
762
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
763
- alt=""
764
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 180px;"
765
- width="180"
766
- block="1"
767
- content="true"
768
- // height="NaN"
769
- height="auto"
770
- border="0"
771
- />
772
- </div>
773
-
774
- </span>
775
- </td>
776
- </tr>
777
- </table>
778
-
779
-
780
- <div class="text-component" style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">This text will <span data-mce-style="font-family: Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif;"><span style="font-size: 24px;"><font color="#e80e0e">app</font>ear</span></span> alongside your image. You can customize the <span data-mce-style="font-family: Times New Roman, serif" style="font-family: &quot;Times New Roman&quot;, serif;"><u><span style="font-size: 21px;">layout</span></u></span>, styling, and <b><span data-mce-style="font-family: Bookman Old Style, serif" style="font-family: &quot;Bookman Old Style&quot;, serif;"><font color="#57e30b">content</font></span></b> to match <span style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
781
-
782
- </td>
783
- </tr>
784
- </table>
785
-
786
- </td>
787
- </tr>
788
- </table>
789
- <![endif]-->
790
- <!--[if !mso]><!-->
791
- <div class="email-image-wrap"
792
- style="display: block; width: 100%; background-color: #c8e6c9; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left">
793
-
794
- <table class="image-text-main-table" data-type="image-right" role="presentation"
795
- border="0" cellpadding="0" cellspacing="0" width="100%">
796
- <tr>
797
- <td class="rs-td-test-right" style="padding: 10px" align="left">
798
- <table class="res_image_text_table imagetext_img_table imagetext-order-1"
799
- align="right" border="0" cellpadding="0" cellspacing="0">
800
- <tr>
801
- <td class="image rp-empty-image" valign="top" align="right"
802
- style="padding: 0 0 0 10px;">
803
- <span href="javascript:void(0);" class="image-a image-with-link"
804
- style="height:auto; max-width:100%; cursor: inherit;">
805
-
806
- <div>
807
- <img class="img-src-elses"
808
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
809
- alt=""
810
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
811
- width="180" // height="NaN" height="auto" border="0" />
812
- </div>
813
-
814
- </span>
815
- </td>
816
- </tr>
817
- </table>
818
-
819
-
820
- <div class="text-component"
821
- style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">
822
- This text will <span
823
- data-mce-style="font-family: Impact, Charcoal, sans-serif"
824
- style="font-family: Impact, Charcoal, sans-serif;"><span
825
- style="font-size: 24px;">
826
- <font color="#e80e0e">app</font>ear
827
- </span></span> alongside your image. You can customize the <span
828
- data-mce-style="font-family: Times New Roman, serif"
829
- style="font-family: &quot;Times New Roman&quot;, serif;"><u><span
830
- style="font-size: 21px;">layout</span></u></span>, styling, and
831
- <b><span data-mce-style="font-family: Bookman Old Style, serif"
832
- style="font-family: &quot;Bookman Old Style&quot;, serif;">
833
- <font color="#57e30b">content</font>
834
- </span></b> to match <span
835
- style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
836
-
837
- </td>
838
- </tr>
839
- </table>
840
-
841
- </div>
842
- <!--<![endif]-->
843
- </div>
844
- <style>
845
- #63d10225-4097-431f-b9b0-114d40e9c086 {
846
- width: 100%;
847
- max-width: 100%;
848
- margin: 0 auto;
849
- }
850
-
851
- #63d10225-4097-431f-b9b0-114d40e9c086 img {
852
- max-width: 100%;
853
- height: auto;
854
- -ms-interpolation-mode: bicubic;
855
- display: block;
856
- }
857
-
858
- #63d10225-4097-431f-b9b0-114d40e9c086 h3 {
859
- margin: 0 0 8px 0;
860
- }
861
-
862
- #63d10225-4097-431f-b9b0-114d40e9c086 p {
863
- margin: 0;
864
- }
865
-
866
- @media only screen and (max-width: 600px) {
867
-
868
- #63d10225-4097-431f-b9b0-114d40e9c086 table,
869
- #63d10225-4097-431f-b9b0-114d40e9c086 tr,
870
- #63d10225-4097-431f-b9b0-114d40e9c086 td {
871
- /* display: block !important;
872
- width: 100% !important;
873
- padding: 0 !important; */
874
- }
875
-
876
- #63d10225-4097-431f-b9b0-114d40e9c086 td {
877
- margin-bottom: 16px;
878
- }
879
-
880
- #63d10225-4097-431f-b9b0-114d40e9c086 td:last-child {
881
- margin-bottom: 0;
882
- }
883
- }
884
- </style>
885
- </div>
886
- <div id="b4e55585-7c41-4887-b870-499b9977f8ca" class="email-imagetext pandian">
887
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
888
- <!--[if mso]>
889
- <table data-type="outlook-imagetext" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" bgColor="#e6e0c8" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
890
- <tr>
891
- <td style="padding: 10px; background-color: #e6e0c8;">
892
-
893
- <table data-type="outlook-image-bottom" role="presentation" border="0" cellpadding="0" cellspacing="0" width="580">
894
- <tr>
895
- <td style="padding-bottom: 16px;">
896
-
897
-
898
- <div class="text-component" style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">This text will <span data-mce-style="font-family: Impact, Charcoal, sans-serif" style="font-family: Impact, Charcoal, sans-serif;"><span style="font-size: 24px;"><font color="#e80e0e">app</font>ear</span></span> alongside your image. You can customize the <span data-mce-style="font-family: Times New Roman, serif" style="font-family: &quot;Times New Roman&quot;, serif;"><u><span style="font-size: 21px;">layout</span></u></span>, styling, and <b><span data-mce-style="font-family: Bookman Old Style, serif" style="font-family: &quot;Bookman Old Style&quot;, serif;"><font color="#57e30b">content</font></span></b> to match <span style="background-color: rgb(146, 141, 240);">your</span> needs.</div>
899
-
900
- </td>
901
- </tr>
902
- <tr>
903
- <td align="center">
904
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;" >
905
- <tr>
906
- <td class="image rp-empty-image" valign="top" align="center">
907
- <span href="javascript:void(0);" class="image-a image-with-link" style="height:auto; max-width:100%; cursor: inherit;">
908
-
909
- <div>
910
- <img
911
- class="img-src-elses"
912
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
913
- alt=""
914
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 180px;"
915
- width="180"
916
- block="1"
917
- content="true"
918
- // height="NaN"
919
- height="auto"
920
- border="0"
921
- />
922
- </div>
923
-
924
- </span>
925
- </td>
926
- </tr>
927
- </table>
928
- </td>
929
- </tr>
930
- </table>
931
-
932
- </td>
933
- </tr>
934
- </table>
935
- <![endif]-->
936
- <!--[if !mso]><!-->
937
- <div class="email-image-wrap"
938
- style="display: block; width: 100%; background-color: #e6e0c8; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left">
939
-
940
- <table class="image-text-main-table" data-type="image-bottom" role="presentation"
941
- border="0" cellpadding="0" cellspacing="0" width="100%">
942
- <tr>
943
- <td class="rs-td-test-bottom" style="padding: 10px">
944
- <table data-type="image-top-text-bottom" border="0" cellpadding="0"
945
- cellspacing="0" width="100%" style="width: 100%;">
946
- <tr>
947
- <td style="padding-bottom: 16px;">
948
-
949
-
950
- <div class="text-component"
951
- style="color: #000000; line-height: 1.5; text-align: left; padding: 0px 0px 0px 0px; margin: 0; text-transform: none; display: block;">
952
- This text will <span
953
- data-mce-style="font-family: Impact, Charcoal, sans-serif"
954
- style="font-family: Impact, Charcoal, sans-serif;"><span
955
- style="font-size: 24px;">
956
- <font color="#e80e0e">app</font>ear
957
- </span></span> alongside your image. You can customize the <span
958
- data-mce-style="font-family: Times New Roman, serif"
959
- style="font-family: &quot;Times New Roman&quot;, serif;"><u><span
960
- style="font-size: 21px;">layout</span></u></span>, styling, and
961
- <b><span data-mce-style="font-family: Bookman Old Style, serif"
962
- style="font-family: &quot;Bookman Old Style&quot;, serif;">
963
- <font color="#57e30b">content</font>
964
- </span></b> to match <span
965
- style="background-color: rgb(146, 141, 240);">your</span> needs.
966
- </div>
967
-
968
- </td>
969
- </tr>
970
- <tr>
971
- <td align="center">
972
- <table
973
- class="res_image_text_table imagetext_img_table imagetext-order-1"
974
- align="center" border="0" cellpadding="0" cellspacing="0">
975
- <tr>
976
- <td class="image rp-empty-image" valign="top" align="center">
977
- <span href="javascript:void(0);" class="image-a image-with-link"
978
- style="height:auto; max-width:100%; cursor: inherit;">
979
-
980
- <div>
981
- <img class="img-src-elses"
982
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
983
- alt=""
984
- style="width: 180px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
985
- width="180" // height="NaN" height="auto" border="0" />
986
- </div>
987
-
988
- </span>
989
- </td>
990
- </tr>
991
- </table>
992
- </td>
993
- </tr>
994
- </table>
995
- </td>
996
- </tr>
997
- </table>
998
-
999
- </div>
1000
- <!--<![endif]-->
1001
- </div>
1002
- <style>
1003
- #b4e55585-7c41-4887-b870-499b9977f8ca {
1004
- width: 100%;
1005
- max-width: 100%;
1006
- margin: 0 auto;
1007
- }
1008
-
1009
- #b4e55585-7c41-4887-b870-499b9977f8ca img {
1010
- max-width: 100%;
1011
- height: auto;
1012
- -ms-interpolation-mode: bicubic;
1013
- display: block;
1014
- }
1015
-
1016
- #b4e55585-7c41-4887-b870-499b9977f8ca h3 {
1017
- margin: 0 0 8px 0;
1018
- }
1019
-
1020
- #b4e55585-7c41-4887-b870-499b9977f8ca p {
1021
- margin: 0;
1022
- }
1023
-
1024
- @media only screen and (max-width: 600px) {
1025
-
1026
- #b4e55585-7c41-4887-b870-499b9977f8ca table,
1027
- #b4e55585-7c41-4887-b870-499b9977f8ca tr,
1028
- #b4e55585-7c41-4887-b870-499b9977f8ca td {
1029
- /* display: block !important;
1030
- width: 100% !important;
1031
- padding: 0 !important; */
1032
- }
1033
-
1034
- #b4e55585-7c41-4887-b870-499b9977f8ca td {
1035
- margin-bottom: 16px;
1036
- }
1037
-
1038
- #b4e55585-7c41-4887-b870-499b9977f8ca td:last-child {
1039
- margin-bottom: 0;
1040
- }
1041
- }
1042
- </style>
1043
- </div>
1044
- <div id="666e9150-47aa-4b17-a781-9d01bec96b1a" class="email-imagetext pandian">
1045
- <div class="imagetext-outlook-non-outlook" style="width: 100%; padding: 0px 0;">
1046
- <!--[if mso]>
1047
- <table data-type="outlook" role="presentation" border="0" cellpadding="0" cellspacing="0" width="600" style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px; background: #c8e6c9;">
1048
- <tr>
1049
- <td
1050
- id="srs"
1051
- align="center"
1052
- style="
1053
- padding-top: 10px;
1054
- padding-bottom: 10px;
1055
- padding-right: 10px;
1056
- padding-left: 10px;
1057
- ">
1058
- <table class="res_image_text_table imagetext_img_table imagetext-order-1" align="center" border="0" cellpadding="0" cellspacing="0">
1059
- <tr>
1060
- <td class="image rp-empty-image" valign="center" align="center" width="580">
1061
-
1062
- <div>
1063
- <img
1064
- class="img-src-elses"
1065
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
1066
- alt=""
1067
- style="width: 580px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid; width: 460px;"
1068
- width="460"
1069
- block="1"
1070
- content="false"
1071
- // height="NaN"
1072
- height="auto"
1073
- border="0"
1074
- />
1075
- </div>
1076
-
1077
- </td>
1078
- </tr>
1079
- </table>
1080
- </td>
1081
- </tr>
1082
- </table>
1083
- <![endif]-->
1084
- <!--[if !mso]><!-->
1085
- <div class="email-image-container"
1086
- style="display: flex; width: 100%; background-color: #c8e6c9; padding: 0px; max-width: 100%; margin: 0 auto; box-sizing: border-box; text-align: left; justify-content: center">
1087
- <table class="image-left-content" data-type="image-left-content" role="presentation"
1088
- border="0" cellpadding="0" cellspacing="0" width="100%"
1089
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1090
- <tr>
1091
- <td class="rs-td-test-left-content" style="padding: 10px" align="center">
1092
- <table class="res_image_text_table imagetext_img_table imagetext-order-1"
1093
- align="center" border="0" cellpadding="0" cellspacing="0"
1094
- style="mso-table-lspace:0pt;mso-table-rspace:0pt;border-collapse:collapse;border-spacing:0px;">
1095
- <tr>
1096
- <td class="image rp-empty-image rs-left-content" valign="top"
1097
- align="center" width="580">
1098
- <span href="javascript:void(0);" class="image-a image-with-link"
1099
- style="height:auto; max-width:100%; cursor: inherit;">
1100
-
1101
- <div>
1102
- <img class="img-src-elses"
1103
- src="https://www.sony.co.jp/en/Products/di_photo-gallery/images/extralarge/1887.JPG"
1104
- alt=""
1105
- style="width: 580px; max-width: 100%; height: auto; image-align: center; object-fit: contain; margin: 0px 0px 0px 0px; display: block; border-radius: 0px 0px 0px 0px; border-width: 0px; border-color: black; border-style: solid;"
1106
- width="580" // height="NaN" height="auto" border="0" />
1107
- </div>
1108
-
1109
- </span>
1110
- </td>
1111
- </tr>
1112
- </table>
1113
- </td>
1114
- </tr>
1115
- </table>
1116
- </div>
1117
- <!--<![endif]-->
1118
- </div>
1119
- <style>
1120
- #666e9150-47aa-4b17-a781-9d01bec96b1a {
1121
- width: 100%;
1122
- max-width: 100%;
1123
- margin: 0 auto;
1124
- }
1125
-
1126
- #666e9150-47aa-4b17-a781-9d01bec96b1a img {
1127
- max-width: 100%;
1128
- height: auto;
1129
- -ms-interpolation-mode: bicubic;
1130
- display: block;
1131
- }
1132
-
1133
- #666e9150-47aa-4b17-a781-9d01bec96b1a h3 {
1134
- margin: 0 0 8px 0;
1135
- }
1136
-
1137
- #666e9150-47aa-4b17-a781-9d01bec96b1a p {
1138
- margin: 0;
1139
- }
1140
-
1141
- @media only screen and (max-width: 600px) {
1142
-
1143
- #666e9150-47aa-4b17-a781-9d01bec96b1a table,
1144
- #666e9150-47aa-4b17-a781-9d01bec96b1a tr,
1145
- #666e9150-47aa-4b17-a781-9d01bec96b1a td {
1146
- /* display: block !important;
1147
- width: 100% !important;
1148
- padding: 0 !important; */
1149
- }
1150
-
1151
- #666e9150-47aa-4b17-a781-9d01bec96b1a td {
1152
- margin-bottom: 16px;
1153
- }
1154
-
1155
- #666e9150-47aa-4b17-a781-9d01bec96b1a td:last-child {
1156
- margin-bottom: 0;
1157
- }
1158
- }
1159
- </style>
1160
- </div>
1161
- <div id="d50c4ac2-3827-40de-b3d8-f0efeedcab78" class="email-button">
1162
-
1163
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1164
- <tr>
1165
- <td class="tee" align="center"
1166
- style="display: inline-block; box-sizing: border-box; text-align: center; width: 100%; margin: 0; background-color: #c8e6c9; border-radius: 0px 0px 0px 0px; padding: 10px">
1167
-
1168
- <!--[if mso]>
1169
- <div style="mso-hide: all;">
1170
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1171
- href="#"
1172
- style="
1173
- v-text-anchor:middle;
1174
- background-color: #c8e6c9"
1175
- arcsize="0%"
1176
- >
1177
- <w:anchorlock/>
1178
- <center style="
1179
- width:max-content;
1180
- background-color:#ffe500;
1181
- color:#f00505;
1182
- font-family:Arial, sans-serif;
1183
- font-size:16px;
1184
- font-weight:bold;
1185
- font-style:italic;
1186
- padding: 10px;
1187
- border:border: 5px solid #de2626
1188
- ">
1189
- <span style="vertical-align: inherit;">Click Here</span>
1190
- </center>
1191
- </v:roundrect>
1192
- </div>
1193
-
1194
- <table
1195
- align="center"
1196
- class="button-table"
1197
- cellspacing="0"
1198
- cellpadding="0"
1199
- border="0"
1200
- width="100%"
1201
- style="
1202
- border-collapse: collapse;
1203
- border-spacing: 0px;
1204
- min-width: 100%;
1205
- "
1206
- >
1207
- <tbody>
1208
- <tr>
1209
- <td
1210
- align="center"
1211
- class="button-td button-td-primary"
1212
- width="100%"
1213
- style="background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 5px solid #de2626; padding: 10px; width: auto; border-collapse: collapse; border-spacing: 0px; text-align: center; mso-line-height-rule: exactly"
1214
- >
1215
- <a
1216
- class="button-a button-a-primary"
1217
- href=""
1218
- style="display: inline-block; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; width: 100%; text-align: center; mso-line-height-rule: exactly"
1219
- >
1220
- <span><span style="vertical-align: inherit;">Click Here</span></span>
1221
- </a>
1222
- </td>
1223
- </tr>
1224
- </tbody>
1225
- </table>
1226
-
1227
- <![endif]-->
1228
-
1229
- <!--[if !mso]><!-->
1230
- <a href="#" id="d50c4ac2-3827-40de-b3d8-f0efeedcab78" target="_blank"
1231
- style="display: inline-block; background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 5px solid #de2626; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; width: 100%; box-sizing: border-box; text-align: center; mso-line-height-rule: exactly">
1232
- <span style="vertical-align: inherit;">Click Here</span>
1233
- </a>
1234
- <!--<![endif]-->
1235
- </td>
1236
- </tr>
1237
- </table>
1238
-
1239
- </div>
1240
- <div id="287e4bcc-430d-4e8e-ad33-4f24e8ec38d0" class="email-button">
1241
-
1242
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1243
- <tr>
1244
- <td class="tee" align="center"
1245
- style="display: inline-block; box-sizing: border-box; text-align: center; width: 100%; margin: 0; background-color: #c8e6c9; border-radius: 0px 0px 0px 0px; padding: 10px">
1246
-
1247
- <!--[if mso]>
1248
- <div style="mso-hide: all;">
1249
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1250
- href="#"
1251
- style="
1252
- v-text-anchor:middle;
1253
- background-color: #c8e6c9"
1254
- arcsize="0%"
1255
- >
1256
- <w:anchorlock/>
1257
- <center style="
1258
- width:max-content;
1259
- background-color:#ffe500;
1260
- color:#f00505;
1261
- font-family:Arial, sans-serif;
1262
- font-size:16px;
1263
- font-weight:bold;
1264
- font-style:italic;
1265
- padding: 10px;
1266
- border:border: 3px solid #000000
1267
- ">
1268
- <span style="vertical-align: inherit;">Click Here</span>
1269
- </center>
1270
- </v:roundrect>
1271
- </div>
1272
-
1273
- <table
1274
- align="center"
1275
- class="button-table"
1276
- cellspacing="0"
1277
- cellpadding="0"
1278
- border="0"
1279
- width="auto"
1280
- style="
1281
- border-collapse: collapse;
1282
- border-spacing: 0px;
1283
- min-width: auto;
1284
- "
1285
- >
1286
- <tbody>
1287
- <tr>
1288
- <td
1289
- align="center"
1290
- class="button-td button-td-primary"
1291
- width="100%"
1292
- style="background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; padding: 10px; border-collapse: collapse; border-spacing: 0px; text-align: center; mso-line-height-rule: exactly"
1293
- >
1294
- <a
1295
- class="button-a button-a-primary"
1296
- href=""
1297
- style="display: inline-block; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; text-align: center; mso-line-height-rule: exactly"
1298
- >
1299
- <span><span style="vertical-align: inherit;">Click Here</span></span>
1300
- </a>
1301
- </td>
1302
- </tr>
1303
- </tbody>
1304
- </table>
1305
-
1306
- <![endif]-->
1307
-
1308
- <!--[if !mso]><!-->
1309
- <a href="#" id="287e4bcc-430d-4e8e-ad33-4f24e8ec38d0" target="_blank"
1310
- style="display: inline-block; background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; box-sizing: border-box; text-align: center; mso-line-height-rule: exactly">
1311
- <span style="vertical-align: inherit;">Click Here</span>
1312
- </a>
1313
- <!--<![endif]-->
1314
- </td>
1315
- </tr>
1316
- </table>
1317
-
1318
- </div>
1319
- <div id="318ae2fd-4445-4760-b83b-ae74aaeb6736" class="email-button">
1320
-
1321
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1322
- <tr>
1323
- <td class="tee" align="left"
1324
- style="display: inline-block; box-sizing: border-box; text-align: left; width: 100%; margin: 0; background-color: #c8dbe6; border-radius: 0px 0px 0px 0px; padding: 10px">
1325
-
1326
- <!--[if mso]>
1327
- <div style="mso-hide: all;">
1328
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1329
- href="#"
1330
- style="
1331
- v-text-anchor:middle;
1332
- background-color: #c8dbe6"
1333
- arcsize="0%"
1334
- >
1335
- <w:anchorlock/>
1336
- <center style="
1337
- width:max-content;
1338
- background-color:#ffe500;
1339
- color:#f00505;
1340
- font-family:Arial, sans-serif;
1341
- font-size:16px;
1342
- font-weight:bold;
1343
- font-style:italic;
1344
- padding: 10px;
1345
- border:border: 3px solid #000000
1346
- ">
1347
- <span style="vertical-align: inherit;">Click Here</span>
1348
- </center>
1349
- </v:roundrect>
1350
- </div>
1351
-
1352
- <table
1353
- align="center"
1354
- class="button-table"
1355
- cellspacing="0"
1356
- cellpadding="0"
1357
- border="0"
1358
- width="auto"
1359
- style="
1360
- border-collapse: collapse;
1361
- border-spacing: 0px;
1362
- min-width: auto;
1363
- "
1364
- >
1365
- <tbody>
1366
- <tr>
1367
- <td
1368
- align="center"
1369
- class="button-td button-td-primary"
1370
- width="100%"
1371
- style="background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; padding: 10px; border-collapse: collapse; border-spacing: 0px; text-align: center; mso-line-height-rule: exactly"
1372
- >
1373
- <a
1374
- class="button-a button-a-primary"
1375
- href=""
1376
- style="display: inline-block; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; text-align: center; mso-line-height-rule: exactly"
1377
- >
1378
- <span><span style="vertical-align: inherit;">Click Here</span></span>
1379
- </a>
1380
- </td>
1381
- </tr>
1382
- </tbody>
1383
- </table>
1384
-
1385
- <![endif]-->
1386
-
1387
- <!--[if !mso]><!-->
1388
- <a href="#" id="318ae2fd-4445-4760-b83b-ae74aaeb6736" target="_blank"
1389
- style="display: inline-block; background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; box-sizing: border-box; text-align: center; mso-line-height-rule: exactly">
1390
- <span style="vertical-align: inherit;">Click Here</span>
1391
- </a>
1392
- <!--<![endif]-->
1393
- </td>
1394
- </tr>
1395
- </table>
1396
-
1397
- </div>
1398
- <div id="7dbb7a74-1129-4dc6-84ab-dea3a4849b3c" class="email-button">
1399
-
1400
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1401
- <tr>
1402
- <td class="tee" align="right"
1403
- style="display: inline-block; box-sizing: border-box; text-align: right; width: 100%; margin: 0; background-color: #c8e6c9; border-radius: 0px 0px 0px 0px; padding: 10px">
1404
-
1405
- <!--[if mso]>
1406
- <div style="mso-hide: all;">
1407
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1408
- href="#"
1409
- style="
1410
- v-text-anchor:middle;
1411
- background-color: #c8e6c9"
1412
- arcsize="0%"
1413
- >
1414
- <w:anchorlock/>
1415
- <center style="
1416
- width:max-content;
1417
- background-color:#ffe500;
1418
- color:#f00505;
1419
- font-family:Arial, sans-serif;
1420
- font-size:16px;
1421
- font-weight:bold;
1422
- font-style:italic;
1423
- padding: 10px;
1424
- border:border: 3px solid #000000
1425
- ">
1426
- <span style="vertical-align: inherit;">Click Here</span>
1427
- </center>
1428
- </v:roundrect>
1429
- </div>
1430
-
1431
- <table
1432
- align="center"
1433
- class="button-table"
1434
- cellspacing="0"
1435
- cellpadding="0"
1436
- border="0"
1437
- width="auto"
1438
- style="
1439
- border-collapse: collapse;
1440
- border-spacing: 0px;
1441
- min-width: auto;
1442
- "
1443
- >
1444
- <tbody>
1445
- <tr>
1446
- <td
1447
- align="center"
1448
- class="button-td button-td-primary"
1449
- width="100%"
1450
- style="background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; padding: 10px; border-collapse: collapse; border-spacing: 0px; text-align: center; mso-line-height-rule: exactly"
1451
- >
1452
- <a
1453
- class="button-a button-a-primary"
1454
- href=""
1455
- style="display: inline-block; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; text-align: center; mso-line-height-rule: exactly"
1456
- >
1457
- <span><span style="vertical-align: inherit;">Click Here</span></span>
1458
- </a>
1459
- </td>
1460
- </tr>
1461
- </tbody>
1462
- </table>
1463
-
1464
- <![endif]-->
1465
-
1466
- <!--[if !mso]><!-->
1467
- <a href="#" id="7dbb7a74-1129-4dc6-84ab-dea3a4849b3c" target="_blank"
1468
- style="display: inline-block; background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 3px solid #000000; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; padding: 10px; box-sizing: border-box; text-align: center; mso-line-height-rule: exactly">
1469
- <span style="vertical-align: inherit;">Click Here</span>
1470
- </a>
1471
- <!--<![endif]-->
1472
- </td>
1473
- </tr>
1474
- </table>
1475
-
1476
- </div>
1477
- <div id="bf3c13f3-13eb-45ba-8862-9c32091dc53f" class="email-button">
1478
-
1479
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1480
- <tr>
1481
- <td class="tee" align="center"
1482
- style="display: inline-block; box-sizing: border-box; text-align: center; width: 100%; margin: 0; background-color: #c8e6c9; border-radius: 0px 0px 0px 0px; padding: 10px">
1483
-
1484
- <!--[if mso]>
1485
- <div style="mso-hide: all;">
1486
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1487
- href="#"
1488
- style="
1489
- v-text-anchor:middle;
1490
- background-color: #c8e6c9"
1491
- arcsize="0%"
1492
- >
1493
- <w:anchorlock/>
1494
- <center style="
1495
- width:max-content;
1496
- background-color:#ffe500;
1497
- color:#f00505;
1498
- font-family:Arial, sans-serif;
1499
- font-size:16px;
1500
- font-weight:bold;
1501
- font-style:italic;
1502
- padding: 10px;
1503
- border:border: 5px solid #16b0c4
1504
- ">
1505
- <span style="vertical-align: inherit;">Click Here</span>
1506
- </center>
1507
- </v:roundrect>
1508
- </div>
1509
-
1510
- <table
1511
- align="center"
1512
- class="button-table"
1513
- cellspacing="0"
1514
- cellpadding="0"
1515
- border="0"
1516
- width="100%"
1517
- style="
1518
- border-collapse: collapse;
1519
- border-spacing: 0px;
1520
- min-width: 100%;
1521
- "
1522
- >
1523
- <tbody>
1524
- <tr>
1525
- <td
1526
- align="center"
1527
- class="button-td button-td-primary"
1528
- width="100%"
1529
- style="background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 5px solid #16b0c4; padding: 10px; width: auto; border-collapse: collapse; border-spacing: 0px; text-align: center; mso-line-height-rule: exactly"
1530
- >
1531
- <a
1532
- class="button-a button-a-primary"
1533
- href=""
1534
- style="display: inline-block; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; padding: 10px; width: 100%; text-align: center; mso-line-height-rule: exactly"
1535
- >
1536
- <span><span style="vertical-align: inherit;">Click Here</span></span>
1537
- </a>
1538
- </td>
1539
- </tr>
1540
- </tbody>
1541
- </table>
1542
-
1543
- <![endif]-->
1544
-
1545
- <!--[if !mso]><!-->
1546
- <a href="#" id="bf3c13f3-13eb-45ba-8862-9c32091dc53f" target="_blank"
1547
- style="display: inline-block; background-color: #ffe500; border-radius: 10px 10px 10px 10px; border: 5px solid #16b0c4; color: #f00505; font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; padding: 10px; width: 100%; box-sizing: border-box; text-align: center; mso-line-height-rule: exactly">
1548
- <span style="vertical-align: inherit;">Click Here</span>
1549
- </a>
1550
- <!--<![endif]-->
1551
- </td>
1552
- </tr>
1553
- </table>
1554
-
1555
- </div>
1556
- <div id="758f52c9-ca1b-458b-ada7-9587e89c5250" class="email-offer">
1557
-
1558
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1559
- <tr>
1560
- <td class="email-offer-td"
1561
- style="display: inline-block; box-sizing: border-box; background-color: #e6dcc8; border-radius: 0px 0px 0px 0px; padding: 10px; border: none; width: 100%">
1562
-
1563
- <table class="email-offer" role="presentation" border="0" cellpadding="0"
1564
- cellspacing="0"
1565
- style="width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
1566
- <tr>
1567
- <td align="center"
1568
- style="display: block; width: 100%; text-align: center; icon-position: left">
1569
-
1570
- <!--[if mso]>
1571
- <div style="mso-hide: all;">
1572
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1573
- style="
1574
- height:NaNpx;
1575
- v-text-anchor:middle;
1576
- width:100%;"
1577
- arcsize="NaN%"
1578
- strokecolor="#15e676"
1579
- fillcolor="#15e676"
1580
- >
1581
- <w:anchorlock/>
1582
- <center style="
1583
- color:#8514db;
1584
- font-family:Arial, sans-serif;
1585
- font-size:21pxpx;
1586
- font-weight:bold;
1587
- ">
1588
- <span style="vertical-align: inherit;">Offer Code</span>
1589
- </center>
1590
- </v:roundrect>
1591
- </div>
1592
- <button style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: 100%; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1593
- <span style="vertical-align: inherit;">Offer Code</span>
1594
- </button>
1595
- <![endif]-->
1596
-
1597
- <!--[if !mso]><!-->
1598
- <button
1599
- style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: 100%; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1600
- <span style="vertical-align: inherit;">Offer Code</span>
1601
- </button>
1602
- <!--<![endif]-->
1603
-
1604
- </td>
1605
- </tr>
1606
- </table>
1607
-
1608
- </td>
1609
- </tr>
1610
- </table>
1611
-
1612
- </div>
1613
- <div id="e78af7f7-d366-4e10-81ec-e5fffa308a7c" class="email-offer">
1614
-
1615
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1616
- <tr>
1617
- <td class="email-offer-td"
1618
- style="display: inline-block; box-sizing: border-box; background-color: #e6dcc8; border-radius: 0px 0px 0px 0px; padding: 10px; border: none; width: 100%">
1619
-
1620
- <table class="email-offer" role="presentation" border="0" cellpadding="0"
1621
- cellspacing="0"
1622
- style="width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
1623
- <tr>
1624
- <td align="center"
1625
- style="display: block; width: auto; text-align: center; icon-position: left">
1626
-
1627
- <!--[if mso]>
1628
- <div style="mso-hide: all;">
1629
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1630
- style="
1631
- height:NaNpx;
1632
- v-text-anchor:middle;
1633
- width:200px;"
1634
- arcsize="NaN%"
1635
- strokecolor="#15e676"
1636
- fillcolor="#15e676"
1637
- >
1638
- <w:anchorlock/>
1639
- <center style="
1640
- color:#8514db;
1641
- font-family:Arial, sans-serif;
1642
- font-size:21pxpx;
1643
- font-weight:bold;
1644
- ">
1645
- <span style="vertical-align: inherit;">Offer Code</span>
1646
- </center>
1647
- </v:roundrect>
1648
- </div>
1649
- <button style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1650
- <span style="vertical-align: inherit;">Offer Code</span>
1651
- </button>
1652
- <![endif]-->
1653
-
1654
- <!--[if !mso]><!-->
1655
- <button
1656
- style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1657
- <span style="vertical-align: inherit;">Offer Code</span>
1658
- </button>
1659
- <!--<![endif]-->
1660
-
1661
- </td>
1662
- </tr>
1663
- </table>
1664
-
1665
- </td>
1666
- </tr>
1667
- </table>
1668
-
1669
- </div>
1670
- <div id="bcb983d6-7c23-4e3c-bf0f-c739c9a378cf" class="email-offer">
1671
-
1672
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1673
- <tr>
1674
- <td class="email-offer-td"
1675
- style="display: inline-block; box-sizing: border-box; background-color: #64cc52; border-radius: 0px 0px 0px 0px; padding: 10px; border: none; width: 100%">
1676
-
1677
- <table class="email-offer" role="presentation" border="0" cellpadding="0"
1678
- cellspacing="0"
1679
- style="width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
1680
- <tr>
1681
- <td align="center"
1682
- style="display: block; width: auto; text-align: left; icon-position: left">
1683
-
1684
- <!--[if mso]>
1685
- <div style="mso-hide: all;">
1686
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1687
- style="
1688
- height:NaNpx;
1689
- v-text-anchor:middle;
1690
- width:200px;"
1691
- arcsize="NaN%"
1692
- strokecolor="#15e676"
1693
- fillcolor="#15e676"
1694
- >
1695
- <w:anchorlock/>
1696
- <center style="
1697
- color:#8514db;
1698
- font-family:Arial, sans-serif;
1699
- font-size:21pxpx;
1700
- font-weight:bold;
1701
- ">
1702
- <span style="vertical-align: inherit;">Offer Code</span>
1703
- </center>
1704
- </v:roundrect>
1705
- </div>
1706
- <button style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1707
- <span style="vertical-align: inherit;">Offer Code</span>
1708
- </button>
1709
- <![endif]-->
1710
-
1711
- <!--[if !mso]><!-->
1712
- <button
1713
- style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1714
- <span style="vertical-align: inherit;">Offer Code</span>
1715
- </button>
1716
- <!--<![endif]-->
1717
-
1718
- </td>
1719
- </tr>
1720
- </table>
1721
-
1722
- </td>
1723
- </tr>
1724
- </table>
1725
-
1726
- </div>
1727
- <div id="7310c5f9-422a-456b-9ff7-7d3ebe05f956" class="email-offer">
1728
-
1729
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1730
- <tr>
1731
- <td class="email-offer-td"
1732
- style="display: inline-block; box-sizing: border-box; background-color: #e6dcc8; border-radius: 0px 0px 0px 0px; padding: 10px; border: none; width: 100%">
1733
-
1734
- <table class="email-offer" role="presentation" border="0" cellpadding="0"
1735
- cellspacing="0"
1736
- style="width: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt">
1737
- <tr>
1738
- <td align="center"
1739
- style="display: block; width: auto; text-align: right; icon-position: left">
1740
-
1741
- <!--[if mso]>
1742
- <div style="mso-hide: all;">
1743
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1744
- style="
1745
- height:NaNpx;
1746
- v-text-anchor:middle;
1747
- width:200px;"
1748
- arcsize="NaN%"
1749
- strokecolor="#15e676"
1750
- fillcolor="#15e676"
1751
- >
1752
- <w:anchorlock/>
1753
- <center style="
1754
- color:#8514db;
1755
- font-family:Arial, sans-serif;
1756
- font-size:21pxpx;
1757
- font-weight:bold;
1758
- ">
1759
- <span style="vertical-align: inherit;">Offer Code</span>
1760
- </center>
1761
- </v:roundrect>
1762
- </div>
1763
- <button style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1764
- <span style="vertical-align: inherit;">Offer Code</span>
1765
- </button>
1766
- <![endif]-->
1767
-
1768
- <!--[if !mso]><!-->
1769
- <button
1770
- style="background-color: #15e676; color: #8514db; border: 5px solid #db2525; cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: none; letter-spacing: 0px; display: inline-block; mso-line-height-rule: exactly; width: auto; text-align: center; border-radius: 5px 5px 5px 5px; padding: 10px">
1771
- <span style="vertical-align: inherit;">Offer Code</span>
1772
- </button>
1773
- <!--<![endif]-->
1774
-
1775
- </td>
1776
- </tr>
1777
- </table>
1778
-
1779
- </td>
1780
- </tr>
1781
- </table>
1782
-
1783
- </div>
1784
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
1785
- style="table-layout: fixed;">
1786
- <tr>
1787
- <td width="100%" align="center" valign="middle"
1788
- style="padding: 10px 0 10px 0; background-color: #eb2f0e; min-width: 100%;">
1789
- <!--[if mso]>
1790
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="width:100%;">
1791
- <tr>
1792
- <td style="padding: 20px 0;">
1793
- <v:line xmlns:v="urn:schemas-microsoft-com:vml"
1794
- style="width:100%;"
1795
- strokecolor="#f0e10c"
1796
- strokeweight="2px"
1797
- from="0,1"
1798
- to="100%,1"
1799
- />
1800
- </td>
1801
- </tr>
1802
- </table>
1803
- <![endif]-->
1804
- <!--[if !mso]><!-->
1805
- <table role="presentation" width="100%" border="0" cellpadding="0" cellspacing="0"
1806
- style="width: 100%; max-width: 100%; font-size: 0px; line-height: 0; display: block; border: none; border-top: 2px solid #f0e10c">
1807
- <tbody>
1808
- <tr style="vertical-align:top">
1809
- <td width="100%"
1810
- style="word-break: break-word; vertical-align: top; font-size: 0px; line-height: 0px; border-collapse: collapse; border-spacing: 0px;">
1811
- <span>&nbsp;</span>
1812
- </td>
1813
- </tr>
1814
- </tbody>
1815
- </table>
1816
-
1817
- <!--<![endif]-->
1818
- </td>
1819
- </tr>
1820
- </table>
1821
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
1822
- style="table-layout: fixed;">
1823
- <tr>
1824
- <td>
1825
- <!--[if mso]>
1826
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
1827
- <tr>
1828
- <td height="20" style="height:20px;line-height:20px;background-color:#e8d20e;">
1829
- &nbsp;
1830
- </td>
1831
- </tr>
1832
- </table>
1833
- <![endif]-->
1834
- <!--[if !mso]><!-->
1835
- <div
1836
- style="display: block; width: 100%; height: 20px; font-size: 1px; line-height: 1px; background-color: #e8d20e; margin: 0px 0 0px 0"
1837
- aria-hidden="true">&nbsp;</div>
1838
- <!--<![endif]-->
1839
- </td>
1840
- </tr>
1841
- </table>
1842
- <div id="f0aef282-82cc-4db0-a74e-d5dab27dcde4" class="email-table">
1843
-
1844
- <div style="width: 100%; max-width: 100%; overflow-x: auto; background-color: #42d446">
1845
- <table role="presentation"
1846
- style="width: 100%; border-collapse: collapse; font-family: Times New Roman, serif; font-size: 17px; color: #d62020; table-layout: fixed; font-weight: bold; font-style: italic; text-decoration: underline; background-color: #42d446">
1847
- <tbody>
1848
-
1849
- <tr style="background-color: inherit; font-family: Times New Roman, serif">
1850
-
1851
- <td
1852
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1853
- Header 1
1854
- </td>
1855
-
1856
- <td
1857
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1858
- Header 2
1859
- </td>
1860
-
1861
- <td
1862
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1863
- Cell 1-3
1864
- </td>
1865
-
1866
- </tr>
1867
-
1868
- <tr style="background-color: #42d446; font-family: Times New Roman, serif">
1869
-
1870
- <td
1871
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1872
- Cell 1
1873
- </td>
1874
-
1875
- <td
1876
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1877
- Cell 2
1878
- </td>
1879
-
1880
- <td
1881
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1882
- Cell 2-3
1883
- </td>
1884
-
1885
- </tr>
1886
-
1887
- <tr style="background-color: inherit; font-family: Times New Roman, serif">
1888
-
1889
- <td
1890
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1891
- Cell 3-1
1892
- </td>
1893
-
1894
- <td
1895
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1896
- Cell 3-2
1897
- </td>
1898
-
1899
- <td
1900
- style="padding: 8px; border: 1px solid #1553cf; text-align: center; vertical-align: top; word-break: break-word; background-color: inherit; font-family: Times New Roman, serif">
1901
- Cell 3-3
1902
- </td>
1903
-
1904
- </tr>
1905
-
1906
- </tbody>
1907
- </table>
1908
- </div>
1909
-
1910
- </div>
1911
- <div id="d49aca41-2ad6-4af8-aee7-ee54387368fe" class="email-attachment">
1912
-
1913
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
1914
- align="center">
1915
- <tr>
1916
- <td style="box-sizing: border-box; border-radius: 0px 0px 0px 0px; border: none; width: 100%; background-color: #9ee6a1; padding: 10px; border-collapse: collapse;
1917
- mso-table-lspace: 0pt;
1918
- mso-table-rspace: 0pt;" align="left">
1919
-
1920
- <!--[if mso]>
1921
- <div style="mso-hide: all;">
1922
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1923
- style="height:NaNpx;v-text-anchor:middle;width:200px;"
1924
- arcsize="NaN%"
1925
- strokecolor="#0d90d6"
1926
- fillcolor="#0d90d6"
1927
- >
1928
- <w:anchorlock/>
1929
- <center style="color:#ffffff;font-family:sans-serif;font-size:16pxpx;font-weight:bold;">
1930
- <span style="vertical-align: inherit;">Download</span>
1931
- </center>
1932
- </v:roundrect>
1933
- </div>
1934
- <a href="#"
1935
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
1936
- download=""
1937
- target="_blank"
1938
- rel="noopener noreferrer"
1939
- >
1940
- <span style="vertical-align: inherit;">Download</span>
1941
- </a>
1942
- <![endif]-->
1943
-
1944
- <!--[if !mso]><!-->
1945
- <a href="#"
1946
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
1947
- download="" target="_blank" rel="noopener noreferrer">
1948
- <span style="vertical-align: inherit;">Download</span>
1949
- </a>
1950
- <!--<![endif]-->
1951
-
1952
- </td>
1953
- </tr>
1954
- </table>
1955
-
1956
- </div>
1957
- <div id="6b9241e9-c877-4b98-8907-5d132ec2bfaf" class="email-attachment">
1958
-
1959
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
1960
- align="center">
1961
- <tr>
1962
- <td style="box-sizing: border-box; border-radius: 0px 0px 0px 0px; border: none; width: 100%; background-color: #9ee6a1; padding: 10px; border-collapse: collapse;
1963
- mso-table-lspace: 0pt;
1964
- mso-table-rspace: 0pt;" align="center">
1965
-
1966
- <!--[if mso]>
1967
- <div style="mso-hide: all;">
1968
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
1969
- style="height:NaNpx;v-text-anchor:middle;width:200px;"
1970
- arcsize="NaN%"
1971
- strokecolor="#0d90d6"
1972
- fillcolor="#0d90d6"
1973
- >
1974
- <w:anchorlock/>
1975
- <center style="color:#ffffff;font-family:sans-serif;font-size:16pxpx;font-weight:bold;">
1976
- <span style="vertical-align: inherit;">Download</span>
1977
- </center>
1978
- </v:roundrect>
1979
- </div>
1980
- <a href="#"
1981
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
1982
- download=""
1983
- target="_blank"
1984
- rel="noopener noreferrer"
1985
- >
1986
- <span style="vertical-align: inherit;">Download</span>
1987
- </a>
1988
- <![endif]-->
1989
-
1990
- <!--[if !mso]><!-->
1991
- <a href="#"
1992
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
1993
- download="" target="_blank" rel="noopener noreferrer">
1994
- <span style="vertical-align: inherit;">Download</span>
1995
- </a>
1996
- <!--<![endif]-->
1997
-
1998
- </td>
1999
- </tr>
2000
- </table>
2001
-
2002
- </div>
2003
- <div id="f3164a6b-88b2-43bc-b907-ce826240bd24" class="email-attachment">
2004
-
2005
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
2006
- align="center">
2007
- <tr>
2008
- <td style="box-sizing: border-box; border-radius: 0px 0px 0px 0px; border: none; width: 100%; background-color: #9ee6a1; padding: 10px; border-collapse: collapse;
2009
- mso-table-lspace: 0pt;
2010
- mso-table-rspace: 0pt;" align="right">
2011
-
2012
- <!--[if mso]>
2013
- <div style="mso-hide: all;">
2014
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
2015
- style="height:NaNpx;v-text-anchor:middle;width:200px;"
2016
- arcsize="NaN%"
2017
- strokecolor="#0d90d6"
2018
- fillcolor="#0d90d6"
2019
- >
2020
- <w:anchorlock/>
2021
- <center style="color:#ffffff;font-family:sans-serif;font-size:16pxpx;font-weight:bold;">
2022
- <span style="vertical-align: inherit;">Download</span>
2023
- </center>
2024
- </v:roundrect>
2025
- </div>
2026
- <a href="#"
2027
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
2028
- download=""
2029
- target="_blank"
2030
- rel="noopener noreferrer"
2031
- >
2032
- <span style="vertical-align: inherit;">Download</span>
2033
- </a>
2034
- <![endif]-->
2035
-
2036
- <!--[if !mso]><!-->
2037
- <a href="#"
2038
- style="font-family: Trebuchet MS, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
2039
- download="" target="_blank" rel="noopener noreferrer">
2040
- <span style="vertical-align: inherit;">Download</span>
2041
- </a>
2042
- <!--<![endif]-->
2043
-
2044
- </td>
2045
- </tr>
2046
- </table>
2047
-
2048
- </div>
2049
- <div id="7c23028c-991c-4f4f-8d9a-e5d50a9548aa" class="email-attachment">
2050
-
2051
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
2052
- align="center">
2053
- <tr>
2054
- <td style="box-sizing: border-box; border-radius: 0px 0px 0px 0px; border: none; width: 100%; background-color: #9ee6a1; padding: 10px; border-collapse: collapse;
2055
- mso-table-lspace: 0pt;
2056
- mso-table-rspace: 0pt;" align="center">
2057
-
2058
- <!--[if mso]>
2059
- <div style="mso-hide: all;">
2060
- <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word"
2061
- style="height:NaNpx;v-text-anchor:middle;width:100%;"
2062
- arcsize="NaN%"
2063
- strokecolor="#0d90d6"
2064
- fillcolor="#0d90d6"
2065
- >
2066
- <w:anchorlock/>
2067
- <center style="color:#ffffff;font-family:sans-serif;font-size:16pxpx;font-weight:bold;">
2068
- <span style="vertical-align: inherit;">Download</span>
2069
- </center>
2070
- </v:roundrect>
2071
- </div>
2072
- <a href="#"
2073
- style="font-family: Palatino Linotype, Book Antiqua, Palatino, serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; width: 100%; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
2074
- download=""
2075
- target="_blank"
2076
- rel="noopener noreferrer"
2077
- >
2078
- <span style="vertical-align: inherit;">Download</span>
2079
- </a>
2080
- <![endif]-->
2081
-
2082
- <!--[if !mso]><!-->
2083
- <a href="#"
2084
- style="font-family: Palatino Linotype, Book Antiqua, Palatino, serif; font-size: 16px; font-weight: bold; font-style: italic; text-decoration: underline; text-transform: uppercase; letter-spacing: 0px; background-color: #0d90d6; color: #ffffff; border: 3px solid #cc1414; cursor: pointer; display: inline-block; border-collapse: separate; width: 100%; box-sizing: border-box; text-align: center; border-radius: 10px 10px 10px 10px; padding: 10px"
2085
- download="" target="_blank" rel="noopener noreferrer">
2086
- <span style="vertical-align: inherit;">Download</span>
2087
- </a>
2088
- <!--<![endif]-->
2089
-
2090
- </td>
2091
- </tr>
2092
- </table>
2093
-
2094
- </div>
2095
- <div id="5472f320-dbd7-4872-886d-6c8caea47023" class="email-rssfeed">
2096
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
2097
- <tr>
2098
- <td>
2099
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
2100
- style="width: 100%; max-width: 600px; margin: 0 auto; background-color: #e6e081; border: none; border-radius: 30px 30px 30px 30px">
2101
- <tbody>
2102
- <tr>
2103
- <td style="padding: 10px; border-bottom: 1px solid #e5e7eb">
2104
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2105
- width="100%">
2106
- <tr>
2107
- <td>
2108
- <a href="https://abcnews.go.com/US/wireStory/oklahoma-city-thunder-win-title-franchise-history-beating-123108146"
2109
- target="_blank" style="color: inherit; text-decoration: none">
2110
- <h3
2111
- style="color: #0b2ce6; font-size: 14px; font-family: Verdana, sans-serif; margin: 0 0 8px 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2112
- The Oklahoma City Thunder win the second title in franchise
2113
- history, beating Indiana 103-91 in Game 7 of the NBA Finals
2114
- </h3>
2115
- <p
2116
- style="color: #ed0e0e; font-family: Comic Sans MS, cursive; font-size: 14px; margin: 0 0 8px 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2117
- The Oklahoma City Thunder win the second title in franchise
2118
- history, beating Indiana 103-91 in Game 7 of the NBA Finals
2119
- </p>
2120
- <p
2121
- style="color: #0483b5; font-family: Arial, sans-serif; font-size: 12px; margin: 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2122
- Jun 23, 2025
2123
- </p>
2124
- </a>
2125
- </td>
2126
- </tr>
2127
- </table>
2128
- </td>
2129
- </tr>
2130
- <tr>
2131
- <td style="padding: 10px; border-bottom: none">
2132
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2133
- width="100%">
2134
- <tr>
2135
- <td>
2136
- <a href="https://abcnews.go.com/US/wireStory/police-suspect-shot-killed-security-guard-after-shooting-123099075"
2137
- target="_blank" style="color: inherit; text-decoration: none">
2138
- <h3
2139
- style="color: #0b2ce6; font-size: 14px; font-family: Verdana, sans-serif; margin: 0 0 8px 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2140
- Suspect killed by security guard after shooting at church in
2141
- Michigan
2142
- </h3>
2143
- <p
2144
- style="color: #ed0e0e; font-family: Comic Sans MS, cursive; font-size: 14px; margin: 0 0 8px 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2145
- One person was shot in the leg, church member ran shooter over
2146
- with his truck.
2147
- </p>
2148
- <p
2149
- style="color: #0483b5; font-family: Arial, sans-serif; font-size: 12px; margin: 0; line-height: 1.5; font-weight: bold; font-style: italic; text-decoration: underline">
2150
- Jun 22, 2025
2151
- </p>
2152
- </a>
2153
- </td>
2154
- </tr>
2155
- </table>
2156
- </td>
2157
- </tr>
2158
- </tbody>
2159
- </table>
2160
- </td>
2161
- </tr>
2162
- </table>
2163
- </div>
2164
- <div id="8bad6453-c84e-4269-ac77-31e422280d26" class="email-video">
2165
-
2166
- <!-- padding-bottom: 56.25%; -->
2167
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"
2168
- align="center" style="min-width:100%;">
2169
- <tr>
2170
- <td align="center" style="background-color: #c8e6c9; padding:
2171
- 10px
2172
- 10px
2173
- 10px
2174
- 10px">
2175
- <div class="imagetext-preview-pad" style="
2176
- position: relative;
2177
- display: block;
2178
- width: 100%;
2179
- word-break: break-word; border-collapse: collapse; vertical-align: middle
2180
- ">
2181
-
2182
- <!--[if mso]>
2183
- <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" strokecolor="none" strokeweight="0" stroke="false"
2184
- width="458"
2185
- height="300"
2186
- style="width:458px;
2187
- height: 300px;">
2188
- <v:fill type="frame" src="https://img.youtube.com/vi/X6INatTsYCE/maxresdefault.jpg" color="#c4c5c5" />
2189
- <v:textbox style="mso-fit-shape-to-text:true" inset="0,0,0,0">
2190
- <![endif]-->
2191
-
2192
- <table class="imagetext-preview-table" role="presentation" border="0"
2193
- cellpadding="0" cellspacing="0" width="100%"
2194
- style="width:100%; min-width:100%;">
2195
- <tr>
2196
- <td class="res_image_text_td" align="center" width="580" height="300">
2197
- <table class="res_image_text_bg imagetext-preview-role"
2198
- role="presentation" border="0" cellpadding="0" cellspacing="0" style="
2199
- background-size: cover;
2200
- background-image: url(https://img.youtube.com/vi/X6INatTsYCE/maxresdefault.jpg);
2201
- background-position: center center;
2202
- margin: auto;
2203
- width: 580px;
2204
- border-radius: 0px 0px 0px 0px;
2205
- height: 300px;">
2206
- <tr>
2207
- <td
2208
- style="word-break: break-word; border-collapse: collapse; vertical-align: middle">
2209
-
2210
- <table class="imagetext-preview-present" role="presentation"
2211
- border="0" cellpadding="0" cellspacing="0" style="margin:auto;"
2212
- align="center" valign="middle">
2213
- <tr>
2214
- <td align="center" valign="middle">
2215
- <a href="https://www.youtube.com/watch?v=X6INatTsYCE"
2216
- target="_blank" style="
2217
- display: block;
2218
- width: 56px;
2219
- height: 56px;
2220
- text-decoration: none;
2221
- ">
2222
- <img
2223
- src="https://run19.resulticks.com/Images/TemplateBuilder/video-play.png"
2224
- display: block; border: none; width="56" height="56" />
2225
- </a>
2226
- </td>
2227
- </tr>
2228
- </table>
2229
- </td>
2230
- </tr>
2231
- </table>
2232
- </td>
2233
- </tr>
2234
- </table>
2235
-
2236
- <!--[if mso]>
2237
- </v:textbox>
2238
- </v:rect>
2239
- <![endif]-->
2240
-
2241
-
2242
- </div>
2243
- </td>
2244
- </tr>
2245
- </table>
2246
-
2247
- </div>
2248
- <div id="3d248202-7d8c-4408-a017-ab916bb7ed01" class="email-social">
2249
-
2250
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
2251
- <tr>
2252
- <td align="center" style="background-color: #e8e04f; padding: 10px">
2253
- <!--[if mso]>
2254
- <table role="presentation" border="0" cellpadding="0" cellspacing="0" align="center" style="background-color: #e8e04f;">
2255
- <tr>
2256
- <![endif]-->
2257
-
2258
- <!--[if mso]>
2259
- <td style="padding: 0 8px">
2260
- <![endif]-->
2261
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2262
- style="display: inline-block; vertical-align: middle">
2263
- <tr>
2264
- <td style="padding: 0 8px">
2265
- <a href="https://www.facebook.com" target="_blank"
2266
- style="text-decoration: none; display: inline-block">
2267
- <img src="http://localhost:5173/assets/social/1/facebook.png"
2268
- alt="facebook"
2269
- style="width: 24px; height: 24px; display: block; border: 0px; max-width: 100%"
2270
- width="24" height="24" />
2271
- </a>
2272
- </td>
2273
- </tr>
2274
- </table>
2275
- <!--[if mso]>
2276
- </td>
2277
- <![endif]-->
2278
-
2279
- <!--[if mso]>
2280
- <td style="padding: 0 8px">
2281
- <![endif]-->
2282
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2283
- style="display: inline-block; vertical-align: middle">
2284
- <tr>
2285
- <td style="padding: 0 8px">
2286
- <a href="https://www.x.com" target="_blank"
2287
- style="text-decoration: none; display: inline-block">
2288
- <img src="http://localhost:5173/assets/social/1/x.png" alt="x"
2289
- style="width: 24px; height: 24px; display: block; border: 0px; max-width: 100%"
2290
- width="24" height="24" />
2291
- </a>
2292
- </td>
2293
- </tr>
2294
- </table>
2295
- <!--[if mso]>
2296
- </td>
2297
- <![endif]-->
2298
-
2299
- <!--[if mso]>
2300
- <td style="padding: 0 8px">
2301
- <![endif]-->
2302
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2303
- style="display: inline-block; vertical-align: middle">
2304
- <tr>
2305
- <td style="padding: 0 8px">
2306
- <a href="https://www.instagram.com" target="_blank"
2307
- style="text-decoration: none; display: inline-block">
2308
- <img src="http://localhost:5173/assets/social/1/instagram.png"
2309
- alt="instagram"
2310
- style="width: 24px; height: 24px; display: block; border: 0px; max-width: 100%"
2311
- width="24" height="24" />
2312
- </a>
2313
- </td>
2314
- </tr>
2315
- </table>
2316
- <!--[if mso]>
2317
- </td>
2318
- <![endif]-->
2319
-
2320
- <!--[if mso]>
2321
- <td style="padding: 0 8px">
2322
- <![endif]-->
2323
- <table role="presentation" border="0" cellpadding="0" cellspacing="0"
2324
- style="display: inline-block; vertical-align: middle">
2325
- <tr>
2326
- <td style="padding: 0 8px">
2327
- <a href="https://www.linkedin.com" target="_blank"
2328
- style="text-decoration: none; display: inline-block">
2329
- <img src="http://localhost:5173/assets/social/1/linkedin.png"
2330
- alt="linkedin"
2331
- style="width: 24px; height: 24px; display: block; border: 0px; max-width: 100%"
2332
- width="24" height="24" />
2333
- </a>
2334
- </td>
2335
- </tr>
2336
- </table>
2337
- <!--[if mso]>
2338
- </td>
2339
- <![endif]-->
2340
-
2341
- <!--[if mso]>
2342
- </tr>
2343
- </table>
2344
- <![endif]-->
2345
- </td>
2346
- </tr>
2347
- </table>
2348
-
2349
- </div>
2350
- </td>
2351
- </tr>
2352
- </table>
2353
- </div>
2354
- </div>
2355
-
2356
-
2357
- </td>
2358
- </tr>
2359
- </tbody>
2360
- </table>
2361
-
2362
- </td>
2363
- </tr>
2364
- </tbody>
2365
- </table>
2366
-
2367
-
2368
- </body>
2369
-
2370
- </html>