| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720" |
| 3 | data-pptx-master="editorial_bleed_master" data-pptx-master-name="Editorial Bleed" |
| 4 | data-pptx-layout="closing_full" data-pptx-layout-name="Closing Full"> |
| 5 | <defs> |
| 6 | <linearGradient id="closing-full-scrim-paint" x1="0" y1="0" x2="0" y2="1"> |
| 7 | <stop offset="0" stop-color="#000000" stop-opacity="0"/> |
| 8 | <stop offset="1" stop-color="#000000" stop-opacity="0.82"/> |
| 9 | </linearGradient> |
| 10 | </defs> |
| 11 | <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#0F172A" |
| 12 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 13 | <g id="closing-full-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1" |
| 14 | data-pptx-bounds="0 0 1280 720"> |
| 15 | <image id="closing-full-picture-carrier" data-pptx-carrier="true" |
| 16 | x="0" y="0" width="1280" height="720" preserveAspectRatio="none" |
| 17 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 18 | </g> |
| 19 | <rect id="closing-full-scrim" x="0" y="300" width="1280" height="420" |
| 20 | fill="url(#closing-full-scrim-paint)" data-pptx-role="decoration"/> |
| 21 | <g id="closing-full-message-slot" data-pptx-placeholder="title" |
| 22 | data-pptx-bounds="80 468 1120 88"> |
| 23 | <text id="closing-full-message-carrier" data-pptx-carrier="true" |
| 24 | x="80" y="532" fill="#FFFFFF" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="44" font-weight="700">{{CLOSING_MESSAGE}}</text> |
| 26 | </g> |
| 27 | <g id="closing-full-contact-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 28 | data-pptx-bounds="80 580 880 48"> |
| 29 | <text id="closing-full-contact-carrier" data-pptx-carrier="true" |
| 30 | x="80" y="614" fill="#CBD5E1" font-family="Arial, Microsoft YaHei, sans-serif" |
| 31 | font-size="20">{{CONTACT_LINE}}</text> |
| 32 | </g> |
| 33 | </svg> |
| 34 |