@emailmaker/emailmaker 1.0.91 → 1.0.92
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.
- package/README.md +32 -2
- package/asset-manifest.json +31 -26
- package/emailmaker-esm.js +1 -1
- package/emailmaker.js +1 -1
- package/iframe/429.js +1 -1
- package/iframe/766.js +1 -1
- package/iframe/iframe-eblock.bd2a2a73469f802abf17.html +1 -0
- package/iframe/iframe.bd2a2a73469f802abf17.html +1 -0
- package/iframe/js/826.c1a995fb.js +1 -0
- package/iframe/sandbox-eblock.js +1 -1
- package/iframe/sandbox.js +1 -1
- package/package.json +1 -1
- package/plugin.html +1 -1
- package/plugin_blocks_test.html +1 -1
- package/plugin_default.html +1 -1
- package/plugin_idigital.html +1 -1
- package/plugin_nota.html +1 -1
- package/plugin_s.html +1 -1
- package/static/css/2458.05166c0a.chunk.css +1 -0
- package/static/css/6501.e131603e.chunk.css +1 -0
- package/static/css/9272.a4e58dd0.chunk.css +1 -0
- package/static/js/1390.87d39fe1.js +2 -0
- package/static/js/{1538.c37b25fc.chunk.js → 1538.06811304.chunk.js} +2 -2
- package/static/js/241.9aaa5790.js +2 -0
- package/static/js/{6498.bfe18798.js.LICENSE.txt → 241.9aaa5790.js.LICENSE.txt} +1 -1
- package/static/js/2458.504bef1c.chunk.js +2 -0
- package/static/js/3017.2e1f6413.chunk.js +1 -0
- package/static/js/3085.b9d27236.chunk.js +2 -0
- package/static/js/4560.b03bbb3f.chunk.js +2 -0
- package/static/js/4560.b03bbb3f.chunk.js.LICENSE.txt +101 -0
- package/static/js/6501.616f4dec.chunk.js +1 -0
- package/static/js/7091.d1a56e4b.js +1 -0
- package/static/js/7729.13361a78.js +1 -0
- package/static/js/8285.c8bdf11b.js +2 -0
- package/static/js/{1302.39ea1b43.js.LICENSE.txt → 8285.c8bdf11b.js.LICENSE.txt} +1 -14
- package/static/js/8408.459779d0.js +2 -0
- package/static/js/8408.459779d0.js.LICENSE.txt +9 -0
- package/static/js/898.2dcef4f3.js +2 -0
- package/static/js/9272.d5a35d82.chunk.js +1 -0
- package/static/js/9960.6dcf66f0.chunk.js +2 -0
- package/static/js/9960.6dcf66f0.chunk.js.LICENSE.txt +30 -0
- package/static/js/emailmaker_core.1c694217.js +2 -0
- package/static/media/project-email-back.0ce470def19ce7c063e0.svg +29 -0
- package/translations.pot +39 -15
- package/emailmaker.d.ts +0 -1292
- package/iframe/iframe-eblock.71b56f41e572450c6715.html +0 -1
- package/iframe/iframe.71b56f41e572450c6715.html +0 -1
- package/iframe/js/826.f9cbc257.js +0 -1
- package/static/css/3397.f2d44d65.chunk.css +0 -1
- package/static/js/1302.39ea1b43.js +0 -2
- package/static/js/3017.1bbeda89.chunk.js +0 -1
- package/static/js/3085.59662838.chunk.js +0 -2
- package/static/js/3273.6cedb8e0.js +0 -2
- package/static/js/3397.19e55db9.chunk.js +0 -2
- package/static/js/3758.c4bda075.js +0 -2
- package/static/js/3927.eb1dc39e.js +0 -1
- package/static/js/4138.7f4f36d7.js +0 -1
- package/static/js/6498.bfe18798.js +0 -2
- package/static/js/985.162f7f7b.js +0 -1
- package/static/js/9880.74dc5e4f.chunk.js +0 -2
- package/static/js/9880.74dc5e4f.chunk.js.LICENSE.txt +0 -9
- package/static/js/emailmaker_core.4a93d2c5.js +0 -2
- /package/iframe/js/{826.f9cbc257.js.LICENSE.txt → 826.c1a995fb.js.LICENSE.txt} +0 -0
- /package/static/js/{3273.6cedb8e0.js.LICENSE.txt → 1390.87d39fe1.js.LICENSE.txt} +0 -0
- /package/static/js/{1538.c37b25fc.chunk.js.LICENSE.txt → 1538.06811304.chunk.js.LICENSE.txt} +0 -0
- /package/static/js/{3397.19e55db9.chunk.js.LICENSE.txt → 2458.504bef1c.chunk.js.LICENSE.txt} +0 -0
- /package/static/js/{3085.59662838.chunk.js.LICENSE.txt → 3085.b9d27236.chunk.js.LICENSE.txt} +0 -0
- /package/static/js/{3758.c4bda075.js.LICENSE.txt → 898.2dcef4f3.js.LICENSE.txt} +0 -0
- /package/static/js/{emailmaker_core.4a93d2c5.js.LICENSE.txt → emailmaker_core.1c694217.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
Выполните этот код в командной строке:
|
|
7
7
|
|
|
8
8
|
```cmd
|
|
9
|
-
$ npm i @emailmaker/emailmaker@1.0.
|
|
9
|
+
$ npm i @emailmaker/emailmaker@1.0.92 -save
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
Добавьте EmailMaker plugin в ваш App config.
|
|
@@ -311,4 +311,34 @@ emailmaker.init({
|
|
|
311
311
|
| notify | Показ уведомлений |
|
|
312
312
|
| getElement | Получение элемента инициализации |
|
|
313
313
|
| save | Сохраенние письма. |
|
|
314
|
-
| compileEmail | Получение скопмилированного письма |
|
|
314
|
+
| compileEmail | Получение скопмилированного письма |
|
|
315
|
+
|
|
316
|
+
### 📂 Файловый менеджер
|
|
317
|
+
|
|
318
|
+
Для включения файлового менеджера необходимо в конфигурации инициализации указать параметры:
|
|
319
|
+
|
|
320
|
+
```ts
|
|
321
|
+
emailmaker.init({
|
|
322
|
+
storageProvider: ..., // реализация интерфейса StorageProvider
|
|
323
|
+
config: {
|
|
324
|
+
imageCenterFileManagerView: true
|
|
325
|
+
}
|
|
326
|
+
});
|
|
327
|
+
|
|
328
|
+
### Методы интерфейса `StorageProvider`
|
|
329
|
+
|
|
330
|
+
| Метод | Обязательный | Аргументы | Возвращаемое значение | Описание |
|
|
331
|
+
|-------|--------------|-----------|----------------------|----------|
|
|
332
|
+
| `getFile(fileId)` | Нет | `fileId: string` | `Promise<Blob>` | Возвращает содержимое файла. ⚠️ Если метод не реализован, файл будет загружаться по полю `url` из объекта `FileInfo`. |
|
|
333
|
+
| `getFolders()` | Да | – | `Promise<FolderInfo[]>` | Получает список папок. |
|
|
334
|
+
| `getFiles(options)` | Да | `{ folderId?, search?, sortBy?, sortOrder?, page?, limit? }` | `Promise<{ files: FileInfo[], pagination?: ApiPaginationResponse }>` | Получает список файлов с поддержкой фильтрации, сортировки и пагинации. |
|
|
335
|
+
| `createFolder(data)` | Да | `{ name: string, parentId?: string | null }` | `Promise<FolderInfo>` | Создаёт новую папку. |
|
|
336
|
+
| `renameFolder(folderId, newName)` | Да | `folderId: string, newName: string` | `Promise<FolderInfo>` | Переименовывает папку. |
|
|
337
|
+
| `deleteFolder(folderId)` | Да | `folderId: string` | `Promise<boolean>` | Удаляет папку. |
|
|
338
|
+
| `uploadFile(file)` | Да | `{ name, size, type, folderId?, data, thumbnail?, dimensions?, aspectRatio?, extension? }` | `Promise<FileInfo>` | Загружает файл в указанную папку. |
|
|
339
|
+
| `uploadFileByUrl(data)` | Да | `{ url: string, folderId?: string | null, noFolder?: boolean }` | `Promise<FileInfo>` | Загружает файл по URL. ⚠️ Метод должен проверить, принадлежит ли файл текущему серверу. Если принадлежит — вернуть существующий файл. Параметр `noFolder` указывает на загрузку во временную папку (например, для редактирования). |
|
|
340
|
+
| `deleteFile(fileId)` | Да | `fileId: string` | `Promise<boolean>` | Удаляет файл. |
|
|
341
|
+
| `renameFile(fileId, newName)` | Да | `fileId: string, newName: string` | `Promise<FileInfo>` | Переименовывает файл. |
|
|
342
|
+
| `moveItem(options)` | Да | `{ itemId: string, targetFolderId: string, isFolder: boolean }` | `Promise<boolean>` | Перемещает файл или папку в другую папку. |
|
|
343
|
+
| `copyItem(options)` | Да | `{ itemId: string, targetFolderId: string, isFolder: boolean }` | `Promise<{ id: string, url?: string }>` | Копирует файл или папку. Возвращает новый `id` и, при необходимости, новый `url`. |
|
|
344
|
+
| `updateFile(fileId, updates)` | Да | `{ name?, type?, data?, thumbnail?, dimensions?, aspectRatio?, extension? }` | `Promise<FileInfo>` | Обновляет метаданные или содержимое файла. |
|
package/asset-manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
|
-
"main.js": "/main.
|
|
4
|
-
"main.css": "/static/css/main.
|
|
5
|
-
"emailmaker_core.js": "/static/js/emailmaker_core.
|
|
3
|
+
"main.js": "/main.a355c669.js",
|
|
4
|
+
"main.css": "/static/css/main.349c9179.css",
|
|
5
|
+
"emailmaker_core.js": "/static/js/emailmaker_core.1c694217.js",
|
|
6
6
|
"emailmaker.js": "/emailmaker.js",
|
|
7
7
|
"emailmaker-esm.js": "/emailmaker-esm.js",
|
|
8
8
|
"static/css/578.fe5765dd.chunk.css": "/static/css/578.fe5765dd.chunk.css",
|
|
@@ -11,7 +11,10 @@
|
|
|
11
11
|
"static/js/2642.b60a63f6.chunk.js": "/static/js/2642.b60a63f6.chunk.js",
|
|
12
12
|
"static/css/8084.15f07f40.chunk.css": "/static/css/8084.15f07f40.chunk.css",
|
|
13
13
|
"static/js/8084.67de697a.chunk.js": "/static/js/8084.67de697a.chunk.js",
|
|
14
|
-
"static/
|
|
14
|
+
"static/css/9272.a4e58dd0.chunk.css": "/static/css/9272.a4e58dd0.chunk.css",
|
|
15
|
+
"static/js/9272.d5a35d82.chunk.js": "/static/js/9272.d5a35d82.chunk.js",
|
|
16
|
+
"static/css/6501.e131603e.chunk.css": "/static/css/6501.e131603e.chunk.css",
|
|
17
|
+
"static/js/6501.616f4dec.chunk.js": "/static/js/6501.616f4dec.chunk.js",
|
|
15
18
|
"static/js/1729.a0be903e.chunk.js": "/static/js/1729.a0be903e.chunk.js",
|
|
16
19
|
"ant-locale/locale-ar_EG-js.js": "/static/js/ant-locale/locale-ar_EG-js.a1f4a2ee.chunk.js",
|
|
17
20
|
"ant-locale/locale-az_AZ-js.js": "/static/js/ant-locale/locale-az_AZ-js.1b3f2ec6.chunk.js",
|
|
@@ -82,29 +85,31 @@
|
|
|
82
85
|
"ant-locale/locale-zh_TW-js.js": "/static/js/ant-locale/locale-zh_TW-js.163140fa.chunk.js",
|
|
83
86
|
"/mergeTags/locale0.js": "/static/js//mergeTags/locale0.594765fd.chunk.js",
|
|
84
87
|
"/mergeTags/locale1.js": "/static/js//mergeTags/locale1.7a79e21e.chunk.js",
|
|
85
|
-
"static/css/
|
|
86
|
-
"static/js/
|
|
87
|
-
"static/js/3017.
|
|
88
|
-
"static/js/1538.
|
|
88
|
+
"static/css/2458.05166c0a.chunk.css": "/static/css/2458.05166c0a.chunk.css",
|
|
89
|
+
"static/js/2458.504bef1c.chunk.js": "/static/js/2458.504bef1c.chunk.js",
|
|
90
|
+
"static/js/3017.2e1f6413.chunk.js": "/static/js/3017.2e1f6413.chunk.js",
|
|
91
|
+
"static/js/1538.06811304.chunk.js": "/static/js/1538.06811304.chunk.js",
|
|
89
92
|
"static/js/9644.1ae95bb7.chunk.js": "/static/js/9644.1ae95bb7.chunk.js",
|
|
90
93
|
"static/js/7463.69864ff5.chunk.js": "/static/js/7463.69864ff5.chunk.js",
|
|
91
94
|
"static/js/6144.a3bf0881.chunk.js": "/static/js/6144.a3bf0881.chunk.js",
|
|
92
95
|
"static/js/3019.aaa6d087.chunk.js": "/static/js/3019.aaa6d087.chunk.js",
|
|
93
96
|
"static/js/8521.a1623fc2.chunk.js": "/static/js/8521.a1623fc2.chunk.js",
|
|
94
97
|
"static/js/6957.5082b810.chunk.js": "/static/js/6957.5082b810.chunk.js",
|
|
95
|
-
"static/js/
|
|
98
|
+
"static/js/8285.c8bdf11b.js": "/static/js/8285.c8bdf11b.js",
|
|
96
99
|
"static/js/5346.7af72a07.chunk.js": "/static/js/5346.7af72a07.chunk.js",
|
|
97
|
-
"static/js/
|
|
98
|
-
"static/js/
|
|
99
|
-
"static/js/
|
|
100
|
+
"static/js/898.2dcef4f3.js": "/static/js/898.2dcef4f3.js",
|
|
101
|
+
"static/js/9960.6dcf66f0.chunk.js": "/static/js/9960.6dcf66f0.chunk.js",
|
|
102
|
+
"static/js/4560.b03bbb3f.chunk.js": "/static/js/4560.b03bbb3f.chunk.js",
|
|
103
|
+
"static/js/7091.d1a56e4b.js": "/static/js/7091.d1a56e4b.js",
|
|
100
104
|
"static/js/6419.e52a6158.js": "/static/js/6419.e52a6158.js",
|
|
101
105
|
"static/js/4972.8646ad7f.js": "/static/js/4972.8646ad7f.js",
|
|
102
|
-
"static/js/
|
|
103
|
-
"static/js/
|
|
104
|
-
"static/js/
|
|
106
|
+
"static/js/8408.459779d0.js": "/static/js/8408.459779d0.js",
|
|
107
|
+
"static/js/241.9aaa5790.js": "/static/js/241.9aaa5790.js",
|
|
108
|
+
"static/js/1390.87d39fe1.js": "/static/js/1390.87d39fe1.js",
|
|
105
109
|
"static/js/6819.2f1dcf17.chunk.js": "/static/js/6819.2f1dcf17.chunk.js",
|
|
106
110
|
"static/js/1880.de5a11ab.chunk.js": "/static/js/1880.de5a11ab.chunk.js",
|
|
107
|
-
"static/js/
|
|
111
|
+
"static/js/3085.b9d27236.chunk.js": "/static/js/3085.b9d27236.chunk.js",
|
|
112
|
+
"static/js/7729.13361a78.js": "/static/js/7729.13361a78.js",
|
|
108
113
|
"html.worker.js": "/html.worker.js",
|
|
109
114
|
"css.worker.js": "/css.worker.js",
|
|
110
115
|
"static/media/frame_light.png": "/static/media/frame_light.22a9b4ec728365d8193f.png",
|
|
@@ -124,7 +129,6 @@
|
|
|
124
129
|
"static/media/ai-image.png": "/static/media/ai-image.7c42c2e12001ebf31881.png",
|
|
125
130
|
"static/media/codicon.ttf": "/static/media/codicon.f13d28f3e470ec5c0896.ttf",
|
|
126
131
|
"plugin_nota.html": "/plugin_nota.html",
|
|
127
|
-
"index.d.ts": "/emailmaker.d.ts",
|
|
128
132
|
"static/media/empty-image.png": "/static/media/empty-image.1827d6561f3c4042dfb3.png",
|
|
129
133
|
"static/media/video.png": "/static/media/video.854adea50295d0a3f7ae.png",
|
|
130
134
|
"static/media/icon-menu-block-welcome.png": "/static/media/icon-menu-block-welcome.1c534a003522feadd2e7.png",
|
|
@@ -139,6 +143,7 @@
|
|
|
139
143
|
"static/media/tw.png": "/static/media/tw.823a7736ac2d82815c71.png",
|
|
140
144
|
"static/media/tg.png": "/static/media/tg.10f004529a98df9732b9.png",
|
|
141
145
|
"static/media/yt.png": "/static/media/yt.4ac57e55d158b40c7fc1.png",
|
|
146
|
+
"static/media/project-email-back.svg": "/static/media/project-email-back.0ce470def19ce7c063e0.svg",
|
|
142
147
|
"plugin_s.html": "/plugin_s.html",
|
|
143
148
|
"static/media/icon-border-radius.svg": "/static/media/icon-border-radius.2a56b93a7711558098a622296b7ae2e1.svg",
|
|
144
149
|
"static/media/fb.png": "/static/media/fb.ff10384394f8044ec889.png",
|
|
@@ -147,14 +152,14 @@
|
|
|
147
152
|
"entrypoints": [
|
|
148
153
|
"static/js/6419.e52a6158.js",
|
|
149
154
|
"static/js/4972.8646ad7f.js",
|
|
150
|
-
"static/js/
|
|
151
|
-
"static/js/
|
|
152
|
-
"static/js/
|
|
153
|
-
"static/js/
|
|
154
|
-
"static/js/
|
|
155
|
-
"static/js/
|
|
156
|
-
"static/js/
|
|
157
|
-
"main.
|
|
158
|
-
"static/css/main.
|
|
155
|
+
"static/js/8408.459779d0.js",
|
|
156
|
+
"static/js/241.9aaa5790.js",
|
|
157
|
+
"static/js/1390.87d39fe1.js",
|
|
158
|
+
"static/js/8285.c8bdf11b.js",
|
|
159
|
+
"static/js/898.2dcef4f3.js",
|
|
160
|
+
"static/js/7729.13361a78.js",
|
|
161
|
+
"static/js/7091.d1a56e4b.js",
|
|
162
|
+
"main.a355c669.js",
|
|
163
|
+
"static/css/main.349c9179.css"
|
|
159
164
|
]
|
|
160
165
|
}
|
package/emailmaker-esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const load=function(e){var a,l=e||("undefined"!==typeof module&&"module"===module.type?{publicPath:import.meta.url.replaceAll("\\","/").split("/").slice(0,-1).join("/")+"/"}:void 0);return(()=>{var e={27612:(e,a,t)=>{var o;let c="https://unpkg.com/@emailmaker/emailmaker@1.0.
|
|
1
|
+
const load=function(e){var a,l=e||("undefined"!==typeof module&&"module"===module.type?{publicPath:import.meta.url.replaceAll("\\","/").split("/").slice(0,-1).join("/")+"/"}:void 0);return(()=>{var e={27612:(e,a,t)=>{var o;let c="https://unpkg.com/@emailmaker/emailmaker@1.0.92/",n="emailmaker";if("object"===typeof l&&null!==(o=l)&&void 0!==o&&o.publicPath){var r;c=null===(r=l)||void 0===r?void 0:r.publicPath}else{let e="";const a=document.querySelector(`script[src*=${n}\\.js]`)||document.querySelector(`script[src*=${n}-esm\\.js]`);a instanceof HTMLScriptElement&&(e=a.src),e&&(c=e.replaceAll("\\","/").split("/").slice(0,-1).join("/")+"/")}t.p=new URL(c,window.location.origin).href}},t={};function o(a){var l=t[a];if(void 0!==l)return l.exports;var c=t[a]={id:a,loaded:!1,exports:{}};return e[a].call(c.exports,c,c.exports,o),c.loaded=!0,c.exports}o.m=e,o.amdO={},o.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return o.d(a,{a:a}),a},(()=>{var e,a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;o.t=function(l,t){if(1&t&&(l=this(l)),8&t)return l;if("object"===typeof l&&l){if(4&t&&l.__esModule)return l;if(16&t&&"function"===typeof l.then)return l}var c=Object.create(null);o.r(c);var n={};e=e||[null,a({}),a([]),a(a)];for(var r=2&t&&l;"object"==typeof r&&!~e.indexOf(r);r=a(r))Object.getOwnPropertyNames(r).forEach((e=>n[e]=()=>l[e]));return n.default=()=>l,o.d(c,n),c}})(),o.d=(e,a)=>{for(var l in a)o.o(a,l)&&!o.o(e,l)&&Object.defineProperty(e,l,{enumerable:!0,get:a[l]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce(((a,l)=>(o.f[l](e,a),a)),[])),o.u=e=>6419===e?"static/js/6419.e52a6158.js":4972===e?"static/js/4972.8646ad7f.js":8408===e?"static/js/8408.459779d0.js":241===e?"static/js/241.9aaa5790.js":1390===e?"static/js/1390.87d39fe1.js":8285===e?"static/js/8285.c8bdf11b.js":7729===e?"static/js/7729.13361a78.js":7091===e?"static/js/7091.d1a56e4b.js":"static/js/"+({77:"ant-locale/locale-sv_SE-js",197:"ant-locale/locale-zh_HK-js",290:"ant-locale/locale-ml_IN-js",494:"ant-locale/locale-fr_CA-js",737:"ant-locale/locale-hy_AM-js",1241:"ant-locale/locale-vi_VN-js",1330:"ant-locale/locale-fr_FR-js",1332:"ant-locale/locale-hi_IN-js",1377:"ant-locale/locale-cs_CZ-js",1454:"ant-locale/locale-ka_GE-js",1502:"ant-locale/locale-en_GB-js",1510:"ant-locale/locale-hr_HR-js",1626:"ant-locale/locale-ca_ES-js",1640:"ant-locale/locale-ta_IN-js",1788:"ant-locale/locale-uk_UA-js",1872:"ant-locale/locale-ga_IE-js",2066:"ant-locale/locale-da_DK-js",2114:"ant-locale/locale-es_ES-js",2408:"ant-locale/locale-it_IT-js",2438:"ant-locale/locale-lt_LT-js",2466:"/mergeTags/locale0",2827:"ant-locale/locale-sl_SI-js",2844:"ant-locale/locale-bg_BG-js",2917:"ant-locale/locale-nb_NO-js",2988:"ant-locale/locale-ro_RO-js",3302:"ant-locale/locale-lv_LV-js",3411:"ant-locale/locale-fr_BE-js",3624:"ant-locale/locale-id_ID-js",3711:"ant-locale/locale-gl_ES-js",3816:"ant-locale/locale-az_AZ-js",3914:"ant-locale/locale-kn_IN-js",4425:"ant-locale/locale-kk_KZ-js",4607:"ant-locale/locale-ar_EG-js",4686:"ant-locale/locale-tr_TR-js",4702:"ant-locale/locale-pt_BR-js",4813:"ant-locale/locale-zh_TW-js",4823:"ant-locale/locale-si_LK-js",5108:"ant-locale/locale-ku_IQ-js",5261:"ant-locale/locale-ko_KR-js",5322:"ant-locale/locale-fa_IR-js",5466:"ant-locale/locale-nl_NL-js",5653:"ant-locale/locale-nl_BE-js",5827:"ant-locale/locale-ne_NP-js",5862:"ant-locale/locale-pl_PL-js",5864:"ant-locale/locale-tk_TK-js",5902:"ant-locale/locale-th_TH-js",5980:"ant-locale/locale-ms_MY-js",6033:"ant-locale/locale-km_KH-js",6135:"ant-locale/locale-et_EE-js",6418:"ant-locale/locale-sk_SK-js",6428:"ant-locale/locale-bn_BD-js",6552:"ant-locale/locale-fi_FI-js",6618:"ant-locale/locale-my_MM-js",6764:"ant-locale/locale-hu_HU-js",6832:"ant-locale/locale-mn_MN-js",6859:"/mergeTags/locale1",7288:"ant-locale/locale-el_GR-js",7426:"ant-locale/locale-is_IS-js",7974:"ant-locale/locale-he_IL-js",8466:"ant-locale/locale-mk_MK-js",8534:"ant-locale/locale-pt_PT-js",8590:"ant-locale/locale-ur_PK-js",8682:"ant-locale/locale-sr_RS-js",8796:"ant-locale/locale-de_DE-js",8839:"ant-locale/locale-ja_JP-js",9169:"ant-locale/locale-zh_CN-js",9200:"ant-locale/locale-by_BY-js",9508:"ant-locale/locale-kmr_IQ-js",9716:"ant-locale/locale-eu_ES-js"}[e]||e)+"."+{77:"9f47a065",197:"0feb368f",290:"3aa233eb",494:"ba00ca3a",737:"6b20bceb",1241:"f0324229",1330:"1e6d0a10",1332:"8e3ea1dc",1377:"f1151015",1454:"8b08646c",1502:"6756ba01",1510:"94001d08",1538:"06811304",1626:"e4bdfa2b",1640:"3b46361c",1729:"a0be903e",1788:"ef0d8c8e",1872:"cc1f0f56",1880:"de5a11ab",2066:"33e12cfb",2114:"43424efe",2408:"46a8ce6d",2438:"08ac662b",2458:"504bef1c",2466:"594765fd",2642:"b60a63f6",2827:"8afbce30",2844:"2f68d816",2917:"471cc88a",2988:"4a05dc9d",3017:"2e1f6413",3019:"aaa6d087",3085:"b9d27236",3302:"2a33af61",3411:"2aec36ca",3624:"b380cc8b",3711:"c1588dec",3816:"1b3f2ec6",3914:"40066823",4309:"ae8e4ad0",4425:"a1cc2ddc",4560:"b03bbb3f",4607:"a1f4a2ee",4686:"b5e42917",4702:"75dc6403",4813:"163140fa",4823:"3b54f4c4",5108:"594553b1",5261:"68047848",5322:"3b6bfddc",5346:"7af72a07",5466:"453457a0",5653:"2af0a7fe",5827:"52b65a1a",5862:"1e4b27da",5864:"63d0b187",5902:"83e732d3",5980:"924bfbf0",6033:"09c630f9",6135:"3694348e",6144:"a3bf0881",6418:"cd76b6b1",6428:"38ca14cb",6501:"616f4dec",6552:"8e749864",6618:"bc3805ae",6764:"50a3ffc6",6819:"2f1dcf17",6832:"2550caa5",6859:"7a79e21e",7288:"007d40b4",7426:"995979c0",7463:"69864ff5",7974:"1be3257a",8084:"67de697a",8466:"caa088c9",8534:"b07438c3",8590:"904c3e1c",8682:"0708405f",8796:"42497042",8839:"69f9da33",9169:"428a6bc7",9200:"927570db",9272:"d5a35d82",9508:"c25f3afa",9644:"1ae95bb7",9716:"e2678a29",9960:"6dcf66f0"}[e]+".chunk.js",o.miniCssF=e=>"static/css/"+e+"."+{2458:"05166c0a",6501:"e131603e",8084:"15f07f40",9272:"a4e58dd0"}[e]+".chunk.css",o.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),o.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),o.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),(()=>{var e={},a="email-maker:";o.l=(l,t,c,n)=>{if(e[l])e[l].push(t);else{var r,s;if(void 0!==c)for(var i=document.getElementsByTagName("script"),d=0;d<i.length;d++){var f=i[d];if(f.getAttribute("src")==l||f.getAttribute("data-webpack")==a+c){r=f;break}}r||(s=!0,(r=document.createElement("script")).charset="utf-8",r.timeout=120,o.nc&&r.setAttribute("nonce",o.nc),r.setAttribute("data-webpack",a+c),r.src=l),e[l]=[t];var u=(a,t)=>{r.onerror=r.onload=null,clearTimeout(j);var o=e[l];if(delete e[l],r.parentNode&&r.parentNode.removeChild(r),o&&o.forEach((e=>e(t))),a)return a(t)},j=setTimeout(u.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=u.bind(null,r.onerror),r.onload=u.bind(null,r.onload),s&&document.head.appendChild(r)}}})(),o.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.p="/",(()=>{if("undefined"!==typeof document){var e=e=>new Promise(((a,l)=>{var t=o.miniCssF(e),c=o.p+t;if(((e,a)=>{for(var l=document.getElementsByTagName("link"),t=0;t<l.length;t++){var o=(n=l[t]).getAttribute("data-href")||n.getAttribute("href");if("stylesheet"===n.rel&&(o===e||o===a))return n}var c=document.getElementsByTagName("style");for(t=0;t<c.length;t++){var n;if((o=(n=c[t]).getAttribute("data-href"))===e||o===a)return n}})(t,c))return a();((e,a,l,t,c)=>{var n=document.createElement("link");n.setAttribute("data-emailmaker","true"),n.rel="stylesheet",n.type="text/css",o.nc&&(n.nonce=o.nc),n.onerror=n.onload=l=>{if(n.onerror=n.onload=null,"load"===l.type)t();else{var o=l&&l.type,r=l&&l.target&&l.target.href||a,s=new Error("Loading CSS chunk "+e+" failed.\n("+o+": "+r+")");s.name="ChunkLoadError",s.code="CSS_CHUNK_LOAD_FAILED",s.type=o,s.request=r,n.parentNode&&n.parentNode.removeChild(n),c(s)}},n.href=a,l?l.parentNode.insertBefore(n,l.nextSibling):document.head.appendChild(n)})(e,c,null,a,l)})),a={1849:0,7391:0};o.f.miniCss=(l,t)=>{a[l]?t.push(a[l]):0!==a[l]&&{2458:1,6501:1,8084:1,9272:1}[l]&&t.push(a[l]=e(l).then((()=>{a[l]=0}),(e=>{throw delete a[l],e})))}}})(),(()=>{var e={1849:0,7391:0};o.f.j=(a,l)=>{var t=o.o(e,a)?e[a]:void 0;if(0!==t)if(t)l.push(t[2]);else{var c=new Promise(((l,o)=>t=e[a]=[l,o]));l.push(t[2]=c);var n=o.p+o.u(a),r=new Error;o.l(n,(l=>{if(o.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var c=l&&("load"===l.type?"missing":l.type),n=l&&l.target&&l.target.src;r.message="Loading chunk "+a+" failed.\n("+c+": "+n+")",r.name="ChunkLoadError",r.type=c,r.request=n,t[1](r)}}),"chunk-"+a,a)}};var a=(a,l)=>{var t,c,[n,r,s]=l,i=0;if(n.some((a=>0!==e[a]))){for(t in r)o.o(r,t)&&(o.m[t]=r[t]);if(s)s(o)}for(a&&a(l);i<n.length;i++)c=n[i],o.o(e,c)&&e[c]&&e[c][0](),e[c]=0},l=globalThis.webpackChunkemail_maker=globalThis.webpackChunkemail_maker||[];l.forEach(a.bind(null,0)),l.push=a.bind(null,l.push.bind(l))})(),o.nc=void 0;var c={};(()=>{"use strict";o.r(c),o.d(c,{init:()=>l,parseAMP:()=>t,version:()=>n});o(27612);let e,a;function l(a){return e||(e=o.e(3017).then(o.bind(o,63017))),e.then((e=>e.init(a)))}function t(e){return a||(a=o.e(1538).then(o.bind(o,71538))),a.then((a=>a.parseAMP(e)))}const n="1.0.92"})(),a=c})(),a},app=load("undefined"===typeof EmailmakerEnvironment?void 0:EmailmakerEnvironment);export const parseAMP=app.parseAMP;export const version=app.version;export const init=app.init;
|
package/emailmaker.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,a){"object"===typeof exports&&"object"===typeof module?module.exports=a():"function"===typeof define&&define.amd?define([],a):"object"===typeof exports?exports.emailmaker=a():e.emailmaker=a()}(globalThis,(()=>(()=>{var e={27612:(e,a,l)=>{var t;let o="https://unpkg.com/@emailmaker/emailmaker@1.0.
|
|
1
|
+
!function(e,a){"object"===typeof exports&&"object"===typeof module?module.exports=a():"function"===typeof define&&define.amd?define([],a):"object"===typeof exports?exports.emailmaker=a():e.emailmaker=a()}(globalThis,(()=>(()=>{var e={27612:(e,a,l)=>{var t;let o="https://unpkg.com/@emailmaker/emailmaker@1.0.92/",c="emailmaker";if("object"===typeof EmailmakerEnvironment&&null!==(t=EmailmakerEnvironment)&&void 0!==t&&t.publicPath){var n;o=null===(n=EmailmakerEnvironment)||void 0===n?void 0:n.publicPath}else{let e="";const a=document.querySelector(`script[src*=${c}\\.js]`)||document.querySelector(`script[src*=${c}-esm\\.js]`);a instanceof HTMLScriptElement&&(e=a.src),e&&(o=e.replaceAll("\\","/").split("/").slice(0,-1).join("/")+"/")}l.p=new URL(o,window.location.origin).href}},a={};function l(t){var o=a[t];if(void 0!==o)return o.exports;var c=a[t]={id:t,loaded:!1,exports:{}};return e[t].call(c.exports,c,c.exports,l),c.loaded=!0,c.exports}l.m=e,l.amdO={},l.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return l.d(a,{a:a}),a},(()=>{var e,a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__;l.t=function(t,o){if(1&o&&(t=this(t)),8&o)return t;if("object"===typeof t&&t){if(4&o&&t.__esModule)return t;if(16&o&&"function"===typeof t.then)return t}var c=Object.create(null);l.r(c);var n={};e=e||[null,a({}),a([]),a(a)];for(var r=2&o&&t;"object"==typeof r&&!~e.indexOf(r);r=a(r))Object.getOwnPropertyNames(r).forEach((e=>n[e]=()=>t[e]));return n.default=()=>t,l.d(c,n),c}})(),l.d=(e,a)=>{for(var t in a)l.o(a,t)&&!l.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:a[t]})},l.f={},l.e=e=>Promise.all(Object.keys(l.f).reduce(((a,t)=>(l.f[t](e,a),a)),[])),l.u=e=>6419===e?"static/js/6419.e52a6158.js":4972===e?"static/js/4972.8646ad7f.js":8408===e?"static/js/8408.459779d0.js":241===e?"static/js/241.9aaa5790.js":1390===e?"static/js/1390.87d39fe1.js":8285===e?"static/js/8285.c8bdf11b.js":7729===e?"static/js/7729.13361a78.js":7091===e?"static/js/7091.d1a56e4b.js":"static/js/"+({77:"ant-locale/locale-sv_SE-js",197:"ant-locale/locale-zh_HK-js",290:"ant-locale/locale-ml_IN-js",494:"ant-locale/locale-fr_CA-js",737:"ant-locale/locale-hy_AM-js",1241:"ant-locale/locale-vi_VN-js",1330:"ant-locale/locale-fr_FR-js",1332:"ant-locale/locale-hi_IN-js",1377:"ant-locale/locale-cs_CZ-js",1454:"ant-locale/locale-ka_GE-js",1502:"ant-locale/locale-en_GB-js",1510:"ant-locale/locale-hr_HR-js",1626:"ant-locale/locale-ca_ES-js",1640:"ant-locale/locale-ta_IN-js",1788:"ant-locale/locale-uk_UA-js",1872:"ant-locale/locale-ga_IE-js",2066:"ant-locale/locale-da_DK-js",2114:"ant-locale/locale-es_ES-js",2408:"ant-locale/locale-it_IT-js",2438:"ant-locale/locale-lt_LT-js",2466:"/mergeTags/locale0",2827:"ant-locale/locale-sl_SI-js",2844:"ant-locale/locale-bg_BG-js",2917:"ant-locale/locale-nb_NO-js",2988:"ant-locale/locale-ro_RO-js",3302:"ant-locale/locale-lv_LV-js",3411:"ant-locale/locale-fr_BE-js",3624:"ant-locale/locale-id_ID-js",3711:"ant-locale/locale-gl_ES-js",3816:"ant-locale/locale-az_AZ-js",3914:"ant-locale/locale-kn_IN-js",4425:"ant-locale/locale-kk_KZ-js",4607:"ant-locale/locale-ar_EG-js",4686:"ant-locale/locale-tr_TR-js",4702:"ant-locale/locale-pt_BR-js",4813:"ant-locale/locale-zh_TW-js",4823:"ant-locale/locale-si_LK-js",5108:"ant-locale/locale-ku_IQ-js",5261:"ant-locale/locale-ko_KR-js",5322:"ant-locale/locale-fa_IR-js",5466:"ant-locale/locale-nl_NL-js",5653:"ant-locale/locale-nl_BE-js",5827:"ant-locale/locale-ne_NP-js",5862:"ant-locale/locale-pl_PL-js",5864:"ant-locale/locale-tk_TK-js",5902:"ant-locale/locale-th_TH-js",5980:"ant-locale/locale-ms_MY-js",6033:"ant-locale/locale-km_KH-js",6135:"ant-locale/locale-et_EE-js",6418:"ant-locale/locale-sk_SK-js",6428:"ant-locale/locale-bn_BD-js",6552:"ant-locale/locale-fi_FI-js",6618:"ant-locale/locale-my_MM-js",6764:"ant-locale/locale-hu_HU-js",6832:"ant-locale/locale-mn_MN-js",6859:"/mergeTags/locale1",7288:"ant-locale/locale-el_GR-js",7426:"ant-locale/locale-is_IS-js",7974:"ant-locale/locale-he_IL-js",8466:"ant-locale/locale-mk_MK-js",8534:"ant-locale/locale-pt_PT-js",8590:"ant-locale/locale-ur_PK-js",8682:"ant-locale/locale-sr_RS-js",8796:"ant-locale/locale-de_DE-js",8839:"ant-locale/locale-ja_JP-js",9169:"ant-locale/locale-zh_CN-js",9200:"ant-locale/locale-by_BY-js",9508:"ant-locale/locale-kmr_IQ-js",9716:"ant-locale/locale-eu_ES-js"}[e]||e)+"."+{77:"9f47a065",197:"0feb368f",290:"3aa233eb",494:"ba00ca3a",737:"6b20bceb",1241:"f0324229",1330:"1e6d0a10",1332:"8e3ea1dc",1377:"f1151015",1454:"8b08646c",1502:"6756ba01",1510:"94001d08",1538:"06811304",1626:"e4bdfa2b",1640:"3b46361c",1729:"a0be903e",1788:"ef0d8c8e",1872:"cc1f0f56",1880:"de5a11ab",2066:"33e12cfb",2114:"43424efe",2408:"46a8ce6d",2438:"08ac662b",2458:"504bef1c",2466:"594765fd",2642:"b60a63f6",2827:"8afbce30",2844:"2f68d816",2917:"471cc88a",2988:"4a05dc9d",3017:"2e1f6413",3019:"aaa6d087",3085:"b9d27236",3302:"2a33af61",3411:"2aec36ca",3624:"b380cc8b",3711:"c1588dec",3816:"1b3f2ec6",3914:"40066823",4309:"ae8e4ad0",4425:"a1cc2ddc",4560:"b03bbb3f",4607:"a1f4a2ee",4686:"b5e42917",4702:"75dc6403",4813:"163140fa",4823:"3b54f4c4",5108:"594553b1",5261:"68047848",5322:"3b6bfddc",5346:"7af72a07",5466:"453457a0",5653:"2af0a7fe",5827:"52b65a1a",5862:"1e4b27da",5864:"63d0b187",5902:"83e732d3",5980:"924bfbf0",6033:"09c630f9",6135:"3694348e",6144:"a3bf0881",6418:"cd76b6b1",6428:"38ca14cb",6501:"616f4dec",6552:"8e749864",6618:"bc3805ae",6764:"50a3ffc6",6819:"2f1dcf17",6832:"2550caa5",6859:"7a79e21e",7288:"007d40b4",7426:"995979c0",7463:"69864ff5",7974:"1be3257a",8084:"67de697a",8466:"caa088c9",8534:"b07438c3",8590:"904c3e1c",8682:"0708405f",8796:"42497042",8839:"69f9da33",9169:"428a6bc7",9200:"927570db",9272:"d5a35d82",9508:"c25f3afa",9644:"1ae95bb7",9716:"e2678a29",9960:"6dcf66f0"}[e]+".chunk.js",l.miniCssF=e=>"static/css/"+e+"."+{2458:"05166c0a",6501:"e131603e",8084:"15f07f40",9272:"a4e58dd0"}[e]+".chunk.css",l.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}(),l.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),l.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),(()=>{var e={},a="email-maker:";l.l=(t,o,c,n)=>{if(e[t])e[t].push(o);else{var r,s;if(void 0!==c)for(var i=document.getElementsByTagName("script"),d=0;d<i.length;d++){var f=i[d];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==a+c){r=f;break}}r||(s=!0,(r=document.createElement("script")).charset="utf-8",r.timeout=120,l.nc&&r.setAttribute("nonce",l.nc),r.setAttribute("data-webpack",a+c),r.src=t),e[t]=[o];var u=(a,l)=>{r.onerror=r.onload=null,clearTimeout(j);var o=e[t];if(delete e[t],r.parentNode&&r.parentNode.removeChild(r),o&&o.forEach((e=>e(l))),a)return a(l)},j=setTimeout(u.bind(null,void 0,{type:"timeout",target:r}),12e4);r.onerror=u.bind(null,r.onerror),r.onload=u.bind(null,r.onload),s&&document.head.appendChild(r)}}})(),l.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.p="/",(()=>{if("undefined"!==typeof document){var e=e=>new Promise(((a,t)=>{var o=l.miniCssF(e),c=l.p+o;if(((e,a)=>{for(var l=document.getElementsByTagName("link"),t=0;t<l.length;t++){var o=(n=l[t]).getAttribute("data-href")||n.getAttribute("href");if("stylesheet"===n.rel&&(o===e||o===a))return n}var c=document.getElementsByTagName("style");for(t=0;t<c.length;t++){var n;if((o=(n=c[t]).getAttribute("data-href"))===e||o===a)return n}})(o,c))return a();((e,a,t,o,c)=>{var n=document.createElement("link");n.setAttribute("data-emailmaker","true"),n.rel="stylesheet",n.type="text/css",l.nc&&(n.nonce=l.nc),n.onerror=n.onload=l=>{if(n.onerror=n.onload=null,"load"===l.type)o();else{var t=l&&l.type,r=l&&l.target&&l.target.href||a,s=new Error("Loading CSS chunk "+e+" failed.\n("+t+": "+r+")");s.name="ChunkLoadError",s.code="CSS_CHUNK_LOAD_FAILED",s.type=t,s.request=r,n.parentNode&&n.parentNode.removeChild(n),c(s)}},n.href=a,t?t.parentNode.insertBefore(n,t.nextSibling):document.head.appendChild(n)})(e,c,null,a,t)})),a={7391:0,1849:0};l.f.miniCss=(l,t)=>{a[l]?t.push(a[l]):0!==a[l]&&{2458:1,6501:1,8084:1,9272:1}[l]&&t.push(a[l]=e(l).then((()=>{a[l]=0}),(e=>{throw delete a[l],e})))}}})(),(()=>{var e={7391:0,1849:0};l.f.j=(a,t)=>{var o=l.o(e,a)?e[a]:void 0;if(0!==o)if(o)t.push(o[2]);else{var c=new Promise(((l,t)=>o=e[a]=[l,t]));t.push(o[2]=c);var n=l.p+l.u(a),r=new Error;l.l(n,(t=>{if(l.o(e,a)&&(0!==(o=e[a])&&(e[a]=void 0),o)){var c=t&&("load"===t.type?"missing":t.type),n=t&&t.target&&t.target.src;r.message="Loading chunk "+a+" failed.\n("+c+": "+n+")",r.name="ChunkLoadError",r.type=c,r.request=n,o[1](r)}}),"chunk-"+a,a)}};var a=(a,t)=>{var o,c,[n,r,s]=t,i=0;if(n.some((a=>0!==e[a]))){for(o in r)l.o(r,o)&&(l.m[o]=r[o]);if(s)s(l)}for(a&&a(t);i<n.length;i++)c=n[i],l.o(e,c)&&e[c]&&e[c][0](),e[c]=0},t=globalThis.webpackChunkemail_maker=globalThis.webpackChunkemail_maker||[];t.forEach(a.bind(null,0)),t.push=a.bind(null,t.push.bind(t))})(),l.nc=void 0;var t={};return(()=>{"use strict";l.r(t),l.d(t,{init:()=>o,parseAMP:()=>c,version:()=>n});l(27612);let e,a;function o(a){return e||(e=l.e(3017).then(l.bind(l,63017))),e.then((e=>e.init(a)))}function c(e){return a||(a=l.e(1538).then(l.bind(l,71538))),a.then((a=>a.parseAMP(e)))}const n="1.0.92"})(),t})()));
|
package/iframe/429.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var a11_0x29e85d=a11_0x3552;function a11_0x3552(_0x568dd9,_0x4986ff){var _0x5ed139=a11_0x5ed1();return a11_0x3552=function(_0x35520d,_0x3c02a8){_0x35520d=_0x35520d-0xc7;var _0x362c71=_0x5ed139[_0x35520d];return _0x362c71;},a11_0x3552(_0x568dd9,_0x4986ff);}function a11_0x5ed1(){var _0x5eb391=['webpackChunk','4oYdCPb','60jzkAPa','269289MrhtZZ','426882JQQmDX','298739FlfBsy','1898770FStDkg','99914rxdMZL','2rxjWqN','exports','10359646BsJDpX','1240432PWWGxn','push','54cbZbOC'];a11_0x5ed1=function(){return _0x5eb391;};return a11_0x5ed1();}(function(_0x58c218,_0x2632b5){var _0x4ec091=a11_0x3552,_0x43c668=_0x58c218();while(!![]){try{var _0x1251ec=parseInt(_0x4ec091(0xd2))/0x1*(-parseInt(_0x4ec091(0xd1))/0x2)+parseInt(_0x4ec091(0xce))/0x3+-parseInt(_0x4ec091(0xcb))/0x4*(parseInt(_0x4ec091(0xd0))/0x5)+parseInt(_0x4ec091(0xc9))/0x6*(-parseInt(_0x4ec091(0xcf))/0x7)+parseInt(_0x4ec091(0xc7))/0x8+-parseInt(_0x4ec091(0xcd))/0x9*(parseInt(_0x4ec091(0xcc))/0xa)+parseInt(_0x4ec091(0xd4))/0xb;if(_0x1251ec===_0x2632b5)break;else _0x43c668['push'](_0x43c668['shift']());}catch(_0x1a0330){_0x43c668['push'](_0x43c668['shift']());}}}(a11_0x5ed1,0x2fd07));(globalThis[a11_0x29e85d(0xca)]=globalThis[a11_0x29e85d(0xca)]||[])[a11_0x29e85d(0xc8)]([[0x1ad],{0x1d05:_0x1c66e5=>{var _0x4efffd=a11_0x29e85d;_0x1c66e5[_0x4efffd(0xd3)]=JSON['parse']('{\x22tags\x22:[{\x22name\x22:\x22META\x22,\x22selector\x22:\x22head\x20>\x20meta[charset]\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22charset\x22,\x22value\x22:[\x22utf-8\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22head\x20>\x20script[src]\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22,\x22amphtml-engine-attrs\x22],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom-length-check]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom-length-check\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22attrLists\x22:[\x22nonce-attr\x22],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp4email-boilerplate]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp4email-boilerplate\x22,\x22value\x22:[\x22\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22amp-state\x20>\x20script[type]\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22requiredParent\x22:\x22AMP-STATE\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22value\x22:[\x22application/json\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22HEAD\x22,\x22selector\x22:\x22html\x20>\x20head\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HTML\x22,\x22attrs\x22:[],\x22unique\x22:true},{\x22name\x22:\x22BODY\x22,\x22selector\x22:\x22html\x20>\x20body\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HTML\x22,\x22attrs\x22:[],\x22unique\x22:true},{\x22name\x22:\x22SECTION\x22,\x22selector\x22:\x22amp-accordion\x20>\x20section\x22,\x22requiredParent\x22:\x22AMP-ACCORDION\x22,\x22attrs\x22:[{\x22name\x22:\x22expanded\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[data-expand]\x22}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-success][template]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-success\x22,\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-error][template]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-error\x22,\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[type][template]\x22,\x22requiresExtension\x22:[\x22amp-mustache\x22],\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/plain\x22],\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22FORM\x22,\x22selector\x22:\x22form[action-xhr]\x22,\x22requiresExtension\x22:[\x22amp-form\x22],\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accept-charset\x22},{\x22name\x22:\x22action-xhr\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22custom-validation-reporting\x22,\x22value\x22:[\x22as-you-go\x22,\x22interact-and-submit\x22,\x22show-all-on-submit\x22,\x22show-first-on-submit\x22]},{\x22name\x22:\x22enctype\x22},{\x22name\x22:\x22method\x22,\x22value\x22:[\x22post\x22],\x22required\x22:true},{\x22name\x22:\x22novalidate\x22},{\x22name\x22:\x22xssi-prefix\x22}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submitting]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submitting\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-success]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-success\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-error]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-error\x22,\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[type]\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22value\x22:[\x22application/ld+json\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[fetch-error]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22fetch-error\x22,\x22required\x22:true}]},{\x22name\x22:\x22NAV\x22,\x22selector\x22:\x22nav[toolbar]\x22,\x22requiredParent\x22:\x22AMP-SIDEBAR\x22,\x22attrs\x22:[{\x22name\x22:\x22toolbar\x22,\x22required\x22:true},{\x22name\x22:\x22toolbar-target\x22,\x22required\x22:true}]},{\x22name\x22:\x22HTML\x22,\x22selector\x22:\x22html\x22,\x22required\x22:true,\x22requiredParent\x22:\x22$ROOT\x22,\x22attrs\x22:[{\x22name\x22:\x22⚡4email\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22data-css-strict\x22,\x22value\x22:[\x22\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22TITLE\x22,\x22selector\x22:\x22title\x22,\x22deprecation\x22:\x22Title\x20tags\x20in\x20email\x20have\x20no\x20meaning.\x20This\x20tag\x20may\x20become\x20invalid\x20in\x20the\x20future.\x22,\x22attrs\x22:[{\x22name\x22:\x22[text]\x22}]},{\x22name\x22:\x22META\x22,\x22selector\x22:\x22meta\x22,\x22attrs\x22:[{\x22name\x22:\x22content\x22},{\x22name\x22:\x22itemprop\x22},{\x22name\x22:\x22name\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(amp-.*|amp4ads-.*|apple-itunes-app|content-disposition|revisit-after|viewport)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22property\x22},{\x22name\x22:\x22scheme\x22}]},{\x22name\x22:\x22ARTICLE\x22,\x22selector\x22:\x22article\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SECTION\x22,\x22selector\x22:\x22section\x22,\x22attrs\x22:[]},{\x22name\x22:\x22NAV\x22,\x22selector\x22:\x22nav\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ASIDE\x22,\x22selector\x22:\x22aside\x22,\x22attrs\x22:[]},{\x22name\x22:\x22H1\x22,\x22selector\x22:\x22h1\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H2\x22,\x22selector\x22:\x22h2\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H3\x22,\x22selector\x22:\x22h3\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H4\x22,\x22selector\x22:\x22h4\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H5\x22,\x22selector\x22:\x22h5\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H6\x22,\x22selector\x22:\x22h6\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22HEADER\x22,\x22selector\x22:\x22header\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FOOTER\x22,\x22selector\x22:\x22footer\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ADDRESS\x22,\x22selector\x22:\x22address\x22,\x22attrs\x22:[]},{\x22name\x22:\x22P\x22,\x22selector\x22:\x22p\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22HR\x22,\x22selector\x22:\x22hr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22PRE\x22,\x22selector\x22:\x22pre\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BLOCKQUOTE\x22,\x22selector\x22:\x22blockquote\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22OL\x22,\x22selector\x22:\x22ol\x22,\x22attrs\x22:[{\x22name\x22:\x22reversed\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22start\x22,\x22valueRegex\x22:\x22[0-9]*\x22},{\x22name\x22:\x22type\x22,\x22valueRegex\x22:\x22[1AaIi]\x22}]},{\x22name\x22:\x22UL\x22,\x22selector\x22:\x22ul\x22,\x22attrs\x22:[]},{\x22name\x22:\x22LI\x22,\x22selector\x22:\x22li\x22,\x22attrs\x22:[{\x22name\x22:\x22value\x22,\x22valueRegex\x22:\x22[0-9]*\x22}]},{\x22name\x22:\x22DL\x22,\x22selector\x22:\x22dl\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DT\x22,\x22selector\x22:\x22dt\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DD\x22,\x22selector\x22:\x22dd\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FIGURE\x22,\x22selector\x22:\x22figure\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FIGCAPTION\x22,\x22selector\x22:\x22figcaption\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22MAIN\x22,\x22selector\x22:\x22main\x22,\x22attrs\x22:[]},{\x22name\x22:\x22A\x22,\x22selector\x22:\x22a\x22,\x22attrs\x22:[{\x22name\x22:\x22border\x22},{\x22name\x22:\x22href\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22http\x22,\x22https\x22,\x22mailto\x22,\x22tel\x22],\x22allowRelative\x22:false},\x22disallowedValueRegex\x22:\x22__amp_source_origin|(.|\x5c\x5cs){{|}}(.|\x5c\x5cs)|^{{.*[^}][^}]$|^[^{][^{].*}}$|^}}|{{$|{{#|{{/|{{\x5c\x5c^\x22},{\x22name\x22:\x22hreflang\x22},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22target\x22,\x22value\x22:[\x22_blank\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/html\x22]}]},{\x22name\x22:\x22EM\x22,\x22selector\x22:\x22em\x22,\x22attrs\x22:[]},{\x22name\x22:\x22STRONG\x22,\x22selector\x22:\x22strong\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SMALL\x22,\x22selector\x22:\x22small\x22,\x22attrs\x22:[]},{\x22name\x22:\x22S\x22,\x22selector\x22:\x22s\x22,\x22attrs\x22:[]},{\x22name\x22:\x22CITE\x22,\x22selector\x22:\x22cite\x22,\x22attrs\x22:[]},{\x22name\x22:\x22Q\x22,\x22selector\x22:\x22q\x22,\x22attrs\x22:[],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22DFN\x22,\x22selector\x22:\x22dfn\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ABBR\x22,\x22selector\x22:\x22abbr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DATA\x22,\x22selector\x22:\x22data\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TIME\x22,\x22selector\x22:\x22time\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22},{\x22name\x22:\x22pubdate\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22CODE\x22,\x22selector\x22:\x22code\x22,\x22attrs\x22:[]},{\x22name\x22:\x22VAR\x22,\x22selector\x22:\x22var\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SAMP\x22,\x22selector\x22:\x22samp\x22,\x22attrs\x22:[]},{\x22name\x22:\x22KBD\x22,\x22selector\x22:\x22kbd\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SUB\x22,\x22selector\x22:\x22sub\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SUP\x22,\x22selector\x22:\x22sup\x22,\x22attrs\x22:[]},{\x22name\x22:\x22I\x22,\x22selector\x22:\x22i\x22,\x22attrs\x22:[]},{\x22name\x22:\x22B\x22,\x22selector\x22:\x22b\x22,\x22attrs\x22:[]},{\x22name\x22:\x22U\x22,\x22selector\x22:\x22u\x22,\x22attrs\x22:[]},{\x22name\x22:\x22MARK\x22,\x22selector\x22:\x22mark\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RUBY\x22,\x22selector\x22:\x22ruby\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RB\x22,\x22selector\x22:\x22rb\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RT\x22,\x22selector\x22:\x22rt\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RP\x22,\x22selector\x22:\x22rp\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BDO\x22,\x22selector\x22:\x22bdo\x22,\x22attrs\x22:[{\x22name\x22:\x22dir\x22}]},{\x22name\x22:\x22SPAN\x22,\x22selector\x22:\x22span\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BR\x22,\x22selector\x22:\x22br\x22,\x22attrs\x22:[]},{\x22name\x22:\x22WBR\x22,\x22selector\x22:\x22wbr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22INS\x22,\x22selector\x22:\x22ins\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22DEL\x22,\x22selector\x22:\x22del\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22TABLE\x22,\x22selector\x22:\x22table\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22border\x22,\x22value\x22:[\x220\x22,\x221\x22]},{\x22name\x22:\x22cellpadding\x22},{\x22name\x22:\x22cellspacing\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22CAPTION\x22,\x22selector\x22:\x22caption\x22,\x22attrs\x22:[]},{\x22name\x22:\x22COLGROUP\x22,\x22selector\x22:\x22colgroup\x22,\x22attrs\x22:[{\x22name\x22:\x22span\x22}]},{\x22name\x22:\x22COL\x22,\x22selector\x22:\x22col\x22,\x22attrs\x22:[{\x22name\x22:\x22span\x22}]},{\x22name\x22:\x22TBODY\x22,\x22selector\x22:\x22tbody\x22,\x22attrs\x22:[]},{\x22name\x22:\x22THEAD\x22,\x22selector\x22:\x22thead\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TFOOT\x22,\x22selector\x22:\x22tfoot\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TR\x22,\x22selector\x22:\x22tr\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22valign\x22}]},{\x22name\x22:\x22TD\x22,\x22selector\x22:\x22td\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22colspan\x22},{\x22name\x22:\x22headers\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22rowspan\x22},{\x22name\x22:\x22valign\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22TH\x22,\x22selector\x22:\x22th\x22,\x22attrs\x22:[{\x22name\x22:\x22abbr\x22},{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22colspan\x22},{\x22name\x22:\x22headers\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22rowspan\x22},{\x22name\x22:\x22scope\x22},{\x22name\x22:\x22valign\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22FORM\x22,\x22selector\x22:\x22form\x22,\x22requiresExtension\x22:[\x22amp-form\x22],\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accept-charset\x22},{\x22name\x22:\x22action-xhr\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22custom-validation-reporting\x22,\x22value\x22:[\x22as-you-go\x22,\x22interact-and-submit\x22,\x22show-all-on-submit\x22,\x22show-first-on-submit\x22]},{\x22name\x22:\x22enctype\x22},{\x22name\x22:\x22method\x22,\x22value\x22:[\x22get\x22]},{\x22name\x22:\x22novalidate\x22},{\x22name\x22:\x22xssi-prefix\x22}]},{\x22name\x22:\x22LABEL\x22,\x22selector\x22:\x22label\x22,\x22attrs\x22:[{\x22name\x22:\x22for\x22}]},{\x22name\x22:\x22INPUT\x22,\x22selector\x22:\x22input\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(file|image|password|)(\x5c\x5cs|$)\x22}],\x22attrLists\x22:[\x22input-common-attr\x22,\x22name-attr\x22]},{\x22name\x22:\x22BUTTON\x22,\x22selector\x22:\x22button\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22type\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[value]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22SELECT\x22,\x22selector\x22:\x22select\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22multiple\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22size\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[multiple]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[size]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22DATALIST\x22,\x22selector\x22:\x22datalist\x22,\x22attrs\x22:[]},{\x22name\x22:\x22OPTGROUP\x22,\x22selector\x22:\x22optgroup\x22,\x22requiredParent\x22:\x22SELECT\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22label\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[label]\x22}]},{\x22name\x22:\x22OPTION\x22,\x22selector\x22:\x22option\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22label\x22},{\x22name\x22:\x22selected\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[label]\x22},{\x22name\x22:\x22[selected]\x22},{\x22name\x22:\x22[value]\x22}]},{\x22name\x22:\x22TEXTAREA\x22,\x22selector\x22:\x22textarea\x22,\x22attrs\x22:[{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22autoexpand\x22},{\x22name\x22:\x22cols\x22},{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22maxlength\x22},{\x22name\x22:\x22minlength\x22},{\x22name\x22:\x22pattern\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22readonly\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22rows\x22},{\x22name\x22:\x22spellcheck\x22},{\x22name\x22:\x22wrap\x22},{\x22name\x22:\x22[autocomplete]\x22},{\x22name\x22:\x22[cols]\x22},{\x22name\x22:\x22[defaulttext]\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[maxlength]\x22},{\x22name\x22:\x22[minlength]\x22},{\x22name\x22:\x22[pattern]\x22},{\x22name\x22:\x22[placeholder]\x22},{\x22name\x22:\x22[readonly]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[rows]\x22},{\x22name\x22:\x22[spellcheck]\x22},{\x22name\x22:\x22[wrap]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22OUTPUT\x22,\x22selector\x22:\x22output\x22,\x22attrs\x22:[{\x22name\x22:\x22for\x22},{\x22name\x22:\x22form\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22PROGRESS\x22,\x22selector\x22:\x22progress\x22,\x22attrs\x22:[{\x22name\x22:\x22max\x22},{\x22name\x22:\x22value\x22}]},{\x22name\x22:\x22METER\x22,\x22selector\x22:\x22meter\x22,\x22attrs\x22:[{\x22name\x22:\x22high\x22},{\x22name\x22:\x22low\x22},{\x22name\x22:\x22max\x22},{\x22name\x22:\x22min\x22},{\x22name\x22:\x22optimum\x22},{\x22name\x22:\x22value\x22}]},{\x22name\x22:\x22FIELDSET\x22,\x22selector\x22:\x22fieldset\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22[disabled]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22LEGEND\x22,\x22selector\x22:\x22legend\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DETAILS\x22,\x22selector\x22:\x22details\x22,\x22attrs\x22:[{\x22name\x22:\x22open\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[open]\x22}]},{\x22name\x22:\x22SUMMARY\x22,\x22selector\x22:\x22summary\x22,\x22requiredParent\x22:\x22DETAILS\x22,\x22attrs\x22:[]},{\x22name\x22:\x22AMP-IMG\x22,\x22selector\x22:\x22amp-img\x22,\x22attrs\x22:[{\x22name\x22:\x22alt\x22},{\x22name\x22:\x22attribution\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22[alt]\x22},{\x22name\x22:\x22[attribution]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22mandatory-src-amp4email\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22AMP-LAYOUT\x22,\x22selector\x22:\x22amp-layout\x22,\x22attrs\x22:[{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22,\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-accordion\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-accordion\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-accordion-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-ACCORDION\x22,\x22selector\x22:\x22amp-accordion\x22,\x22requiresExtension\x22:[\x22amp-accordion\x22],\x22attrs\x22:[{\x22name\x22:\x22animate\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22expand-single-section\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-anim\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-anim\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-anim-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-ANIM\x22,\x22selector\x22:\x22amp-anim\x22,\x22requiresExtension\x22:[\x22amp-anim\x22],\x22attrs\x22:[{\x22name\x22:\x22alt\x22},{\x22name\x22:\x22attribution\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22mandatory-src-amp4email\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-autocomplete\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-autocomplete\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-autocomplete-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-AUTOCOMPLETE\x22,\x22selector\x22:\x22amp-autocomplete\x22,\x22requiresExtension\x22:[\x22amp-autocomplete\x22],\x22attrs\x22:[{\x22name\x22:\x22highlight-user-entry\x22},{\x22name\x22:\x22inline\x22},{\x22name\x22:\x22items\x22},{\x22name\x22:\x22max-items\x22},{\x22name\x22:\x22min-characters\x22},{\x22name\x22:\x22prefetch\x22},{\x22name\x22:\x22query\x22},{\x22name\x22:\x22submit-on-enter\x22},{\x22name\x22:\x22suggest-first\x22},{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22template\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-bind\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-bind\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-bind-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-STATE\x22,\x22selector\x22:\x22amp-state\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22attrs\x22:[],\x22attrLists\x22:[\x22mandatory-id-attr\x22]},{\x22name\x22:\x22AMP-BIND-MACRO\x22,\x22selector\x22:\x22amp-bind-macro\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22attrs\x22:[{\x22name\x22:\x22arguments\x22},{\x22name\x22:\x22expression\x22,\x22required\x22:true}],\x22attrLists\x22:[\x22mandatory-id-attr\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-carousel\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-carousel\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-carousel-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-CAROUSEL\x22,\x22selector\x22:\x22amp-carousel\x22,\x22requiresExtension\x22:[\x22amp-carousel\x22],\x22attrs\x22:[{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22amp-carousel-common\x22,\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-fit-text\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-fit-text\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-fit-text-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-FIT-TEXT\x22,\x22selector\x22:\x22amp-fit-text\x22,\x22requiresExtension\x22:[\x22amp-fit-text\x22],\x22attrs\x22:[{\x22name\x22:\x22max-font-size\x22},{\x22name\x22:\x22min-font-size\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-form\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-form\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-form-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-image-lightbox\x27]\x22,\x22deprecation\x22:\x22amp-image-lightbox\x20cannot\x20be\x20properly\x20positioned\x20in\x20emails\x20and\x20will\x20soon\x20be\x20invalid\x20in\x20AMP4EMAIL.\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-image-lightbox\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-image-lightbox-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-image-lightbox-latest.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-IMAGE-LIGHTBOX\x22,\x22selector\x22:\x22amp-image-lightbox\x22,\x22requiresExtension\x22:[\x22amp-image-lightbox\x22],\x22attrs\x22:[{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-lightbox\x27]\x22,\x22deprecation\x22:\x22amp-lightbox\x20cannot\x20be\x20properly\x20positioned\x20in\x20emails\x20and\x20will\x20soon\x20be\x20invalid\x20in\x20AMP4EMAIL.\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-lightbox\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-lightbox-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-lightbox-latest.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-LIGHTBOX\x22,\x22selector\x22:\x22amp-lightbox\x22,\x22requiresExtension\x22:[\x22amp-lightbox\x22],\x22attrs\x22:[{\x22name\x22:\x22animate-in\x22,\x22value\x22:[\x22fade-in\x22,\x22fly-in-bottom\x22,\x22fly-in-top\x22]},{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22from\x22},{\x22name\x22:\x22[open]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-list\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-list\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-list-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-LIST\x22,\x22selector\x22:\x22amp-list\x22,\x22requiresExtension\x22:[\x22amp-list\x22],\x22attrs\x22:[{\x22name\x22:\x22binding\x22,\x22value\x22:[\x22always\x22,\x22no\x22,\x22refresh\x22,\x22refresh-evaluate\x22]},{\x22name\x22:\x22diffable\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22items\x22},{\x22name\x22:\x22max-items\x22},{\x22name\x22:\x22single-item\x22},{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22template\x22},{\x22name\x22:\x22xssi-prefix\x22},{\x22name\x22:\x22[is-layout-container]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22container\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-template=\x27amp-mustache\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-template\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-mustache-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-mustache-0.2.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22TEMPLATE\x22,\x22selector\x22:\x22template\x22,\x22requiresExtension\x22:[\x22amp-mustache\x22],\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-selector\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-selector\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-selector-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-SELECTOR\x22,\x22selector\x22:\x22amp-selector\x22,\x22requiresExtension\x22:[\x22amp-selector\x22],\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22form\x22},{\x22name\x22:\x22keyboard-select-mode\x22,\x22value\x22:[\x22focus\x22,\x22none\x22,\x22select\x22]},{\x22name\x22:\x22multiple\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[selected]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22nodisplay\x22,\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22name-attr\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22$REFERENCE_POINT\x22,\x22selector\x22:\x22amp-selector\x20option\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22option\x22,\x22required\x22:true},{\x22name\x22:\x22selected\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22$REFERENCE_POINT\x22,\x22selector\x22:\x22amp-selector\x20child\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-sidebar\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-sidebar\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-sidebar-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-SIDEBAR\x22,\x22selector\x22:\x22amp-sidebar\x22,\x22requiresExtension\x22:[\x22amp-sidebar\x22],\x22attrs\x22:[{\x22name\x22:\x22side\x22,\x22value\x22:[\x22left\x22,\x22right\x22]},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-timeago\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-timeago\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-timeago-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-TIMEAGO\x22,\x22selector\x22:\x22amp-timeago\x22,\x22requiresExtension\x22:[\x22amp-timeago\x22],\x22attrs\x22:[{\x22name\x22:\x22cutoff\x22,\x22valueRegex\x22:\x22\x5c\x5cd+\x22},{\x22name\x22:\x22datetime\x22,\x22valueRegex\x22:\x22\x5c\x5cd{4}-[01]\x5c\x5cd-[0-3]\x5c\x5cdT[0-2]\x5c\x5cd:[0-5]\x5c\x5cd(:[0-5]\x5c\x5cd(\x5c\x5c.\x5c\x5cd+)?)?(Z|[+-][0-1][0-9]:[0-5][0-9])\x22,\x22required\x22:true},{\x22name\x22:\x22locale\x22},{\x22name\x22:\x22[datetime]\x22},{\x22name\x22:\x22[title]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fixed\x22,\x22fixed_height\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]}],\x22attrLists\x22:[{\x22name\x22:\x22cite-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22cite\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22http\x22,\x22https\x22],\x22allowEmpty\x22:true},\x22disallowedValueRegex\x22:\x22__amp_source_origin\x22}]},{\x22name\x22:\x22input-common-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accesskey\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22checked\x22},{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22max\x22},{\x22name\x22:\x22maxlength\x22},{\x22name\x22:\x22min\x22},{\x22name\x22:\x22minlength\x22},{\x22name\x22:\x22multiple\x22},{\x22name\x22:\x22pattern\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22readonly\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22size\x22},{\x22name\x22:\x22spellcheck\x22},{\x22name\x22:\x22step\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22[autocomplete]\x22},{\x22name\x22:\x22[checked]\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[height]\x22},{\x22name\x22:\x22[max]\x22},{\x22name\x22:\x22[maxlength]\x22},{\x22name\x22:\x22[min]\x22},{\x22name\x22:\x22[minlength]\x22},{\x22name\x22:\x22[multiple]\x22},{\x22name\x22:\x22[pattern]\x22},{\x22name\x22:\x22[placeholder]\x22},{\x22name\x22:\x22[readonly]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[size]\x22},{\x22name\x22:\x22[spellcheck]\x22},{\x22name\x22:\x22[step]\x22},{\x22name\x22:\x22[value]\x22},{\x22name\x22:\x22[width]\x22}]},{\x22name\x22:\x22amphtml-engine-attrs\x22,\x22attrs\x22:[{\x22name\x22:\x22async\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22crossorigin\x22,\x22value\x22:[\x22anonymous\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/javascript\x22]}]},{\x22name\x22:\x22mandatory-src-amp4email\x22,\x22attrs\x22:[{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|(.|\x5c\x5cs){{|}}(.|\x5c\x5cs)|^{{.*[^}][^}]$|^[^{][^{].*}}$|^}}|{{$|{{#|{{/|{{\x5c\x5c^\x22}]},{\x22name\x22:\x22extended-amp-global\x22,\x22attrs\x22:[{\x22name\x22:\x22i-amphtml-layout\x22,\x22value\x22:[\x22container\x22,\x22fill\x22,\x22fixed\x22,\x22fixed-height\x22,\x22flex-item\x22,\x22fluid\x22,\x22intrinsic\x22,\x22nodisplay\x22,\x22responsive\x22]},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22noloading\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22$AMP_LAYOUT_ATTRS\x22,\x22attrs\x22:[{\x22name\x22:\x22disable-inline-width\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22heights\x22},{\x22name\x22:\x22layout\x22},{\x22name\x22:\x22sizes\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22[height]\x22},{\x22name\x22:\x22[width]\x22}]},{\x22name\x22:\x22nonce-attr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22common-extension-attrs\x22,\x22attrs\x22:[{\x22name\x22:\x22async\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22crossorigin\x22,\x22value\x22:[\x22anonymous\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/javascript\x22]}]},{\x22name\x22:\x22mandatory-id-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22required\x22:true,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22}]},{\x22name\x22:\x22name-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22name\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22}]},{\x22name\x22:\x22$GLOBAL_ATTRS\x22,\x22attrs\x22:[{\x22name\x22:\x22itemid\x22},{\x22name\x22:\x22itemprop\x22},{\x22name\x22:\x22itemref\x22},{\x22name\x22:\x22itemscope\x22},{\x22name\x22:\x22itemtype\x22},{\x22name\x22:\x22about\x22},{\x22name\x22:\x22content\x22},{\x22name\x22:\x22datatype\x22},{\x22name\x22:\x22inlist\x22},{\x22name\x22:\x22prefix\x22},{\x22name\x22:\x22property\x22},{\x22name\x22:\x22rel\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(canonical|components|dns-prefetch|import|manifest|preconnect|preload|prerender|serviceworker|stylesheet|subresource)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22resource\x22},{\x22name\x22:\x22rev\x22},{\x22name\x22:\x22style\x22},{\x22name\x22:\x22typeof\x22},{\x22name\x22:\x22vocab\x22},{\x22name\x22:\x22accesskey\x22},{\x22name\x22:\x22class\x22},{\x22name\x22:\x22dir\x22},{\x22name\x22:\x22draggable\x22},{\x22name\x22:\x22hidden\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22lang\x22},{\x22name\x22:\x22slot\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22title\x22},{\x22name\x22:\x22translate\x22},{\x22name\x22:\x22aria-activedescendant\x22},{\x22name\x22:\x22aria-atomic\x22},{\x22name\x22:\x22aria-autocomplete\x22},{\x22name\x22:\x22aria-busy\x22},{\x22name\x22:\x22aria-checked\x22},{\x22name\x22:\x22aria-controls\x22},{\x22name\x22:\x22aria-current\x22},{\x22name\x22:\x22aria-describedby\x22},{\x22name\x22:\x22aria-disabled\x22},{\x22name\x22:\x22aria-dropeffect\x22},{\x22name\x22:\x22aria-expanded\x22},{\x22name\x22:\x22aria-flowto\x22},{\x22name\x22:\x22aria-grabbed\x22},{\x22name\x22:\x22aria-haspopup\x22},{\x22name\x22:\x22aria-hidden\x22},{\x22name\x22:\x22aria-invalid\x22},{\x22name\x22:\x22aria-label\x22},{\x22name\x22:\x22aria-labelledby\x22},{\x22name\x22:\x22aria-level\x22},{\x22name\x22:\x22aria-live\x22},{\x22name\x22:\x22aria-modal\x22},{\x22name\x22:\x22aria-multiline\x22},{\x22name\x22:\x22aria-multiselectable\x22},{\x22name\x22:\x22aria-orientation\x22},{\x22name\x22:\x22aria-owns\x22},{\x22name\x22:\x22aria-posinset\x22},{\x22name\x22:\x22aria-pressed\x22},{\x22name\x22:\x22aria-readonly\x22},{\x22name\x22:\x22aria-relevant\x22},{\x22name\x22:\x22aria-required\x22},{\x22name\x22:\x22aria-selected\x22},{\x22name\x22:\x22aria-setsize\x22},{\x22name\x22:\x22aria-sort\x22},{\x22name\x22:\x22aria-valuemax\x22},{\x22name\x22:\x22aria-valuemin\x22},{\x22name\x22:\x22aria-valuenow\x22},{\x22name\x22:\x22aria-valuetext\x22},{\x22name\x22:\x22on\x22},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22placeholder\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22fallback\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22overflow\x22},{\x22name\x22:\x22amp-access\x22},{\x22name\x22:\x22amp-access-behavior\x22},{\x22name\x22:\x22amp-access-hide\x22},{\x22name\x22:\x22amp-access-id\x22},{\x22name\x22:\x22amp-access-loader\x22},{\x22name\x22:\x22amp-access-loading\x22},{\x22name\x22:\x22amp-access-off\x22},{\x22name\x22:\x22amp-access-on\x22},{\x22name\x22:\x22amp-access-show\x22},{\x22name\x22:\x22amp-access-style\x22},{\x22name\x22:\x22amp-access-template\x22},{\x22name\x22:\x22i-amp-access-id\x22},{\x22name\x22:\x22validation-for\x22},{\x22name\x22:\x22visible-when-invalid\x22,\x22value\x22:[\x22badInput\x22,\x22customError\x22,\x22patternMismatch\x22,\x22rangeOverflow\x22,\x22rangeUnderflow\x22,\x22stepMismatch\x22,\x22tooLong\x22,\x22tooShort\x22,\x22typeMismatch\x22,\x22valueMissing\x22]},{\x22name\x22:\x22amp-fx\x22,\x22valueRegex\x22:\x22(fade-in|fade-in-scroll|float-in-bottom|float-in-top|fly-in-bottom|fly-in-left|fly-in-right|fly-in-top|parallax)(\x5c\x5cs|fade-in|fade-in-scroll|float-in-bottom|float-in-top|fly-in-bottom|fly-in-left|fly-in-right|fly-in-top|parallax)*\x22},{\x22name\x22:\x22subscriptions-action\x22},{\x22name\x22:\x22subscriptions-actions\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22subscriptions-decorate\x22},{\x22name\x22:\x22subscriptions-dialog\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22subscriptions-display\x22},{\x22name\x22:\x22subscriptions-lang\x22},{\x22name\x22:\x22subscriptions-section\x22,\x22value\x22:[\x22actions\x22,\x22content\x22,\x22content-not-granted\x22,\x22loading\x22]},{\x22name\x22:\x22subscriptions-service\x22},{\x22name\x22:\x22subscriptions-google-rtc\x22},{\x22name\x22:\x22next-page-hide\x22},{\x22name\x22:\x22next-page-replace\x22},{\x22name\x22:\x22[aria-activedescendant]\x22},{\x22name\x22:\x22[aria-atomic]\x22},{\x22name\x22:\x22[aria-autocomplete]\x22},{\x22name\x22:\x22[aria-busy]\x22},{\x22name\x22:\x22[aria-checked]\x22},{\x22name\x22:\x22[aria-controls]\x22},{\x22name\x22:\x22[aria-describedby]\x22},{\x22name\x22:\x22[aria-disabled]\x22},{\x22name\x22:\x22[aria-dropeffect]\x22},{\x22name\x22:\x22[aria-expanded]\x22},{\x22name\x22:\x22[aria-flowto]\x22},{\x22name\x22:\x22[aria-grabbed]\x22},{\x22name\x22:\x22[aria-haspopup]\x22},{\x22name\x22:\x22[aria-hidden]\x22},{\x22name\x22:\x22[aria-invalid]\x22},{\x22name\x22:\x22[aria-label]\x22},{\x22name\x22:\x22[aria-labelledby]\x22},{\x22name\x22:\x22[aria-level]\x22},{\x22name\x22:\x22[aria-live]\x22},{\x22name\x22:\x22[aria-multiline]\x22},{\x22name\x22:\x22[aria-multiselectable]\x22},{\x22name\x22:\x22[aria-orientation]\x22},{\x22name\x22:\x22[aria-owns]\x22},{\x22name\x22:\x22[aria-posinset]\x22},{\x22name\x22:\x22[aria-pressed]\x22},{\x22name\x22:\x22[aria-readonly]\x22},{\x22name\x22:\x22[aria-relevant]\x22},{\x22name\x22:\x22[aria-required]\x22},{\x22name\x22:\x22[aria-selected]\x22},{\x22name\x22:\x22[aria-setsize]\x22},{\x22name\x22:\x22[aria-sort]\x22},{\x22name\x22:\x22[aria-valuemax]\x22},{\x22name\x22:\x22[aria-valuemin]\x22},{\x22name\x22:\x22[aria-valuenow]\x22},{\x22name\x22:\x22[aria-valuetext]\x22},{\x22name\x22:\x22[class]\x22},{\x22name\x22:\x22[hidden]\x22},{\x22name\x22:\x22[text]\x22},{\x22name\x22:\x22i-amphtml-binding\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22autoscroll\x22}]},{\x22name\x22:\x22amp-carousel-common\x22,\x22attrs\x22:[{\x22name\x22:\x22autoplay\x22,\x22valueRegex\x22:\x22(|[0-9]+)\x22},{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22delay\x22,\x22valueRegex\x22:\x22[0-9]+\x22},{\x22name\x22:\x22loop\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22slide\x22,\x22valueRegex\x22:\x22[0-9]+\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22carousel\x22,\x22slides\x22]},{\x22name\x22:\x22[slide]\x22}]}],\x22extensions\x22:[{\x22name\x22:\x22amp-accordion\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-anim\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-autocomplete\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-bind\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-carousel\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-fit-text\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-form\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-image-lightbox\x22,\x22versions\x22:[\x220.1\x22,\x22latest\x22]},{\x22name\x22:\x22amp-lightbox\x22,\x22versions\x22:[\x220.1\x22,\x22latest\x22]},{\x22name\x22:\x22amp-list\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-mustache\x22,\x22versions\x22:[\x220.1\x22,\x220.2\x22]},{\x22name\x22:\x22amp-selector\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-sidebar\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-timeago\x22,\x22versions\x22:[\x220.1\x22]}],\x22declarations\x22:[{\x22name\x22:\x22-moz-appearance\x22},{\x22name\x22:\x22-webkit-appearance\x22},{\x22name\x22:\x22-webkit-tap-highlight-color\x22},{\x22name\x22:\x22align-content\x22},{\x22name\x22:\x22align-items\x22},{\x22name\x22:\x22align-self\x22},{\x22name\x22:\x22appearance\x22},{\x22name\x22:\x22aspect-ratio\x22},{\x22name\x22:\x22azimuth\x22},{\x22name\x22:\x22background\x22},{\x22name\x22:\x22background-attachment\x22},{\x22name\x22:\x22background-blend-mode\x22},{\x22name\x22:\x22background-clip\x22},{\x22name\x22:\x22background-color\x22},{\x22name\x22:\x22background-image\x22},{\x22name\x22:\x22background-origin\x22},{\x22name\x22:\x22background-position\x22},{\x22name\x22:\x22background-repeat\x22},{\x22name\x22:\x22background-size\x22},{\x22name\x22:\x22border\x22},{\x22name\x22:\x22border-bottom\x22},{\x22name\x22:\x22border-bottom-color\x22},{\x22name\x22:\x22border-bottom-left-radius\x22},{\x22name\x22:\x22border-bottom-right-radius\x22},{\x22name\x22:\x22border-bottom-style\x22},{\x22name\x22:\x22border-bottom-width\x22},{\x22name\x22:\x22border-collapse\x22},{\x22name\x22:\x22border-color\x22},{\x22name\x22:\x22border-left\x22},{\x22name\x22:\x22border-left-color\x22},{\x22name\x22:\x22border-left-style\x22},{\x22name\x22:\x22border-left-width\x22},{\x22name\x22:\x22border-radius\x22},{\x22name\x22:\x22border-right\x22},{\x22name\x22:\x22border-right-color\x22},{\x22name\x22:\x22border-right-style\x22},{\x22name\x22:\x22border-right-width\x22},{\x22name\x22:\x22border-spacing\x22},{\x22name\x22:\x22border-style\x22},{\x22name\x22:\x22border-top\x22},{\x22name\x22:\x22border-top-color\x22},{\x22name\x22:\x22border-top-left-radius\x22},{\x22name\x22:\x22border-top-right-radius\x22},{\x22name\x22:\x22border-top-style\x22},{\x22name\x22:\x22border-top-width\x22},{\x22name\x22:\x22border-width\x22},{\x22name\x22:\x22bottom\x22},{\x22name\x22:\x22box-shadow\x22},{\x22name\x22:\x22box-sizing\x22},{\x22name\x22:\x22break-after\x22},{\x22name\x22:\x22break-before\x22},{\x22name\x22:\x22break-inside\x22},{\x22name\x22:\x22caption-side\x22},{\x22name\x22:\x22caret-color\x22},{\x22name\x22:\x22clear\x22},{\x22name\x22:\x22color\x22},{\x22name\x22:\x22color-adjust\x22},{\x22name\x22:\x22column-count\x22},{\x22name\x22:\x22column-fill\x22},{\x22name\x22:\x22column-gap\x22},{\x22name\x22:\x22column-rule\x22},{\x22name\x22:\x22column-rule-color\x22},{\x22name\x22:\x22column-rule-style\x22},{\x22name\x22:\x22column-rule-width\x22},{\x22name\x22:\x22column-span\x22},{\x22name\x22:\x22column-width\x22},{\x22name\x22:\x22columns\x22},{\x22name\x22:\x22counter-increment\x22},{\x22name\x22:\x22counter-reset\x22},{\x22name\x22:\x22cursor\x22,\x22value\x22:[\x22initial\x22,\x22pointer\x22]},{\x22name\x22:\x22direction\x22},{\x22name\x22:\x22display\x22},{\x22name\x22:\x22elevation\x22},{\x22name\x22:\x22empty-cells\x22},{\x22name\x22:\x22filter\x22,\x22valueRegex\x22:\x22^\x20*((blur|brightness|contrast|drop-shadow|grayscale|hue-rotate|invert|opacity|saturate|sepia)\x5c\x5c(([^()\x20]*|(rgb|rgba|hsl|hsla)\x5c\x5c([^()]*\x5c\x5c))(\x20+([^()\x20]*|(rgb|rgba|hsl|hsla)\x5c\x5c([^()]*\x5c\x5c)))*\x5c\x5c)\x20*)*$\x22},{\x22name\x22:\x22flex\x22},{\x22name\x22:\x22flex-basis\x22},{\x22name\x22:\x22flex-direction\x22},{\x22name\x22:\x22flex-flow\x22},{\x22name\x22:\x22flex-grow\x22},{\x22name\x22:\x22flex-shrink\x22},{\x22name\x22:\x22flex-wrap\x22},{\x22name\x22:\x22float\x22},{\x22name\x22:\x22font\x22},{\x22name\x22:\x22font-family\x22},{\x22name\x22:\x22font-feature-settings\x22},{\x22name\x22:\x22font-kerning\x22},{\x22name\x22:\x22font-size\x22},{\x22name\x22:\x22font-size-adjust\x22},{\x22name\x22:\x22font-stretch\x22},{\x22name\x22:\x22font-style\x22},{\x22name\x22:\x22font-synthesis\x22},{\x22name\x22:\x22font-variant\x22},{\x22name\x22:\x22font-variant-alternates\x22},{\x22name\x22:\x22font-variant-caps\x22},{\x22name\x22:\x22font-variant-east-asian\x22},{\x22name\x22:\x22font-variant-ligatures\x22},{\x22name\x22:\x22font-variant-numeric\x22},{\x22name\x22:\x22font-variation-settings\x22},{\x22name\x22:\x22font-weight\x22},{\x22name\x22:\x22gap\x22},{\x22name\x22:\x22grid\x22},{\x22name\x22:\x22grid-area\x22},{\x22name\x22:\x22grid-auto-columns\x22},{\x22name\x22:\x22grid-auto-flow\x22},{\x22name\x22:\x22grid-auto-rows\x22},{\x22name\x22:\x22grid-column\x22},{\x22name\x22:\x22grid-column-end\x22},{\x22name\x22:\x22grid-column-start\x22},{\x22name\x22:\x22grid-row\x22},{\x22name\x22:\x22grid-row-end\x22},{\x22name\x22:\x22grid-row-start\x22},{\x22name\x22:\x22grid-template\x22},{\x22name\x22:\x22grid-template-areas\x22},{\x22name\x22:\x22grid-template-columns\x22},{\x22name\x22:\x22grid-template-rows\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22hyphens\x22},{\x22name\x22:\x22image-orientation\x22},{\x22name\x22:\x22image-resolution\x22},{\x22name\x22:\x22inline-size\x22},{\x22name\x22:\x22isolation\x22},{\x22name\x22:\x22justify-content\x22},{\x22name\x22:\x22justify-items\x22},{\x22name\x22:\x22justify-self\x22},{\x22name\x22:\x22left\x22},{\x22name\x22:\x22letter-spacing\x22},{\x22name\x22:\x22line-break\x22},{\x22name\x22:\x22line-height\x22},{\x22name\x22:\x22list-style\x22},{\x22name\x22:\x22list-style-position\x22},{\x22name\x22:\x22list-style-type\x22},{\x22name\x22:\x22margin\x22},{\x22name\x22:\x22margin-bottom\x22},{\x22name\x22:\x22margin-left\x22},{\x22name\x22:\x22margin-right\x22},{\x22name\x22:\x22margin-top\x22},{\x22name\x22:\x22max-height\x22},{\x22name\x22:\x22max-width\x22},{\x22name\x22:\x22min-height\x22},{\x22name\x22:\x22min-width\x22},{\x22name\x22:\x22mix-blend-mode\x22},{\x22name\x22:\x22object-fit\x22},{\x22name\x22:\x22object-position\x22},{\x22name\x22:\x22offset-distance\x22},{\x22name\x22:\x22opacity\x22},{\x22name\x22:\x22order\x22},{\x22name\x22:\x22outline\x22},{\x22name\x22:\x22outline-color\x22},{\x22name\x22:\x22outline-offset\x22},{\x22name\x22:\x22outline-style\x22},{\x22name\x22:\x22outline-width\x22},{\x22name\x22:\x22overflow\x22},{\x22name\x22:\x22overflow-wrap\x22},{\x22name\x22:\x22overflow-x\x22},{\x22name\x22:\x22overflow-y\x22},{\x22name\x22:\x22padding\x22},{\x22name\x22:\x22padding-bottom\x22},{\x22name\x22:\x22padding-left\x22},{\x22name\x22:\x22padding-right\x22},{\x22name\x22:\x22padding-top\x22},{\x22name\x22:\x22pause\x22},{\x22name\x22:\x22pause-after\x22},{\x22name\x22:\x22pause-before\x22},{\x22name\x22:\x22perspective\x22},{\x22name\x22:\x22perspective-origin\x22},{\x22name\x22:\x22pitch\x22},{\x22name\x22:\x22pitch-range\x22},{\x22name\x22:\x22place-items\x22},{\x22name\x22:\x22position\x22},{\x22name\x22:\x22quotes\x22},{\x22name\x22:\x22resize\x22},{\x22name\x22:\x22richness\x22},{\x22name\x22:\x22right\x22},{\x22name\x22:\x22row-gap\x22},{\x22name\x22:\x22speak\x22},{\x22name\x22:\x22speak-header\x22},{\x22name\x22:\x22speak-numeral\x22},{\x22name\x22:\x22speak-punctuation\x22},{\x22name\x22:\x22speech-rate\x22},{\x22name\x22:\x22stress\x22},{\x22name\x22:\x22table-layout\x22},{\x22name\x22:\x22text-align\x22},{\x22name\x22:\x22text-align-last\x22},{\x22name\x22:\x22text-combine-upright\x22},{\x22name\x22:\x22text-decoration\x22},{\x22name\x22:\x22text-decoration-color\x22},{\x22name\x22:\x22text-decoration-line\x22},{\x22name\x22:\x22text-decoration-skip\x22},{\x22name\x22:\x22text-decoration-style\x22},{\x22name\x22:\x22text-emphasis\x22},{\x22name\x22:\x22text-emphasis-color\x22},{\x22name\x22:\x22text-emphasis-position\x22},{\x22name\x22:\x22text-emphasis-style\x22},{\x22name\x22:\x22text-indent\x22},{\x22name\x22:\x22text-justify\x22},{\x22name\x22:\x22text-orientation\x22},{\x22name\x22:\x22text-overflow\x22},{\x22name\x22:\x22text-shadow\x22},{\x22name\x22:\x22text-transform\x22},{\x22name\x22:\x22text-underline-position\x22},{\x22name\x22:\x22top\x22},{\x22name\x22:\x22transform\x22},{\x22name\x22:\x22transform-box\x22},{\x22name\x22:\x22transform-origin\x22},{\x22name\x22:\x22transform-style\x22},{\x22name\x22:\x22transition\x22,\x22valueRegex\x22:\x22^\x20*((initial|unset)|(((none|offset-distance|opacity|transform|visibility)(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms)(\x20*(linear|(ease|ease-in|ease-out|ease-in-out|cubic-bezier\x5c\x5c(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(,\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?){3}\x20*\x5c\x5c))|(step-start|step-end|steps\x5c\x5c(\x20*(|-|\x5c\x5c+)[0-9]+(,\x20*(jump-start|jump-end|jump-none|jump-both|start|end))?\x20*\x5c\x5c)))(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms))?)?)?)(,\x20*((none|offset-distance|opacity|transform|visibility)(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms)(\x20*(linear|(ease|ease-in|ease-out|ease-in-out|cubic-bezier\x5c\x5c(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(,\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?){3}\x20*\x5c\x5c))|(step-start|step-end|steps\x5c\x5c(\x20*(|-|\x5c\x5c+)[0-9]+(,\x20*(jump-start|jump-end|jump-none|jump-both|start|end))?\x20*\x5c\x5c)))(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms))?)?)?))*))\x20*$\x22},{\x22name\x22:\x22transition-delay\x22},{\x22name\x22:\x22transition-duration\x22},{\x22name\x22:\x22transition-property\x22,\x22valueRegex\x22:\x22^\x20*(initial|unset|(none|offset-distance|opacity|transform|visibility)(,\x20*(none|offset-distance|opacity|transform|visibility))*)\x20*$\x22},{\x22name\x22:\x22transition-timing-function\x22},{\x22name\x22:\x22unicode-bidi\x22},{\x22name\x22:\x22vertical-align\x22},{\x22name\x22:\x22visibility\x22,\x22value\x22:[\x22hidden\x22,\x22initial\x22,\x22visible\x22]},{\x22name\x22:\x22voice-family\x22},{\x22name\x22:\x22white-space\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22word-break\x22},{\x22name\x22:\x22word-spacing\x22},{\x22name\x22:\x22word-wrap\x22},{\x22name\x22:\x22writing-mode\x22},{\x22name\x22:\x22z-index\x22,\x22valueRegex\x22:\x22([-+]?0)|([-+]?100)|([-+]?[1-9][0-9]?)\x22}]}');}}]);
|
|
1
|
+
'use strict';function a11_0x42b6(_0x1d194b,_0xbb96c4){var _0x3ddc3f=a11_0x3ddc();return a11_0x42b6=function(_0x42b6ad,_0x48b2ef){_0x42b6ad=_0x42b6ad-0x10d;var _0x23d937=_0x3ddc3f[_0x42b6ad];return _0x23d937;},a11_0x42b6(_0x1d194b,_0xbb96c4);}var a11_0x36673a=a11_0x42b6;(function(_0x1d767a,_0x12ade3){var _0xbd90c0=a11_0x42b6,_0x11013c=_0x1d767a();while(!![]){try{var _0xd68c91=-parseInt(_0xbd90c0(0x115))/0x1+parseInt(_0xbd90c0(0x110))/0x2+parseInt(_0xbd90c0(0x10e))/0x3+parseInt(_0xbd90c0(0x116))/0x4+-parseInt(_0xbd90c0(0x113))/0x5*(parseInt(_0xbd90c0(0x117))/0x6)+-parseInt(_0xbd90c0(0x10f))/0x7+-parseInt(_0xbd90c0(0x10d))/0x8*(-parseInt(_0xbd90c0(0x114))/0x9);if(_0xd68c91===_0x12ade3)break;else _0x11013c['push'](_0x11013c['shift']());}catch(_0x279176){_0x11013c['push'](_0x11013c['shift']());}}}(a11_0x3ddc,0x9f947));(globalThis['webpackChunk']=globalThis[a11_0x36673a(0x111)]||[])[a11_0x36673a(0x119)]([[0x1ad],{0x1d05:_0x30e279=>{var _0x4277c9=a11_0x36673a;_0x30e279[_0x4277c9(0x112)]=JSON['parse'](_0x4277c9(0x118));}}]);function a11_0x3ddc(){var _0xd135e3=['webpackChunk','exports','10qoLhmL','414ikSEfJ','701949gxCstq','2902352LOMwXI','259122coifQt','{\x22tags\x22:[{\x22name\x22:\x22META\x22,\x22selector\x22:\x22head\x20>\x20meta[charset]\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22charset\x22,\x22value\x22:[\x22utf-8\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22head\x20>\x20script[src]\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22,\x22amphtml-engine-attrs\x22],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom-length-check]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom-length-check\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22attrLists\x22:[\x22nonce-attr\x22],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp-custom]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp-custom\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/css\x22]}],\x22unique\x22:true},{\x22name\x22:\x22STYLE\x22,\x22selector\x22:\x22head\x20>\x20style[amp4email-boilerplate]\x22,\x22requiredParent\x22:\x22HEAD\x22,\x22attrs\x22:[{\x22name\x22:\x22amp4email-boilerplate\x22,\x22value\x22:[\x22\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22amp-state\x20>\x20script[type]\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22requiredParent\x22:\x22AMP-STATE\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22value\x22:[\x22application/json\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22HEAD\x22,\x22selector\x22:\x22html\x20>\x20head\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HTML\x22,\x22attrs\x22:[],\x22unique\x22:true},{\x22name\x22:\x22BODY\x22,\x22selector\x22:\x22html\x20>\x20body\x22,\x22required\x22:true,\x22requiredParent\x22:\x22HTML\x22,\x22attrs\x22:[],\x22unique\x22:true},{\x22name\x22:\x22SECTION\x22,\x22selector\x22:\x22amp-accordion\x20>\x20section\x22,\x22requiredParent\x22:\x22AMP-ACCORDION\x22,\x22attrs\x22:[{\x22name\x22:\x22expanded\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[data-expand]\x22}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-success][template]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-success\x22,\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-error][template]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-error\x22,\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[type][template]\x22,\x22requiresExtension\x22:[\x22amp-mustache\x22],\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/plain\x22],\x22required\x22:true},{\x22name\x22:\x22template\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22FORM\x22,\x22selector\x22:\x22form[action-xhr]\x22,\x22requiresExtension\x22:[\x22amp-form\x22],\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accept-charset\x22},{\x22name\x22:\x22action-xhr\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22custom-validation-reporting\x22,\x22value\x22:[\x22as-you-go\x22,\x22interact-and-submit\x22,\x22show-all-on-submit\x22,\x22show-first-on-submit\x22]},{\x22name\x22:\x22enctype\x22},{\x22name\x22:\x22method\x22,\x22value\x22:[\x22post\x22],\x22required\x22:true},{\x22name\x22:\x22novalidate\x22},{\x22name\x22:\x22xssi-prefix\x22}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submitting]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submitting\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-success]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-success\x22,\x22required\x22:true}]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[submit-error]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22submit-error\x22,\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[type]\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22value\x22:[\x22application/ld+json\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22nonce-attr\x22]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div[fetch-error]\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22fetch-error\x22,\x22required\x22:true}]},{\x22name\x22:\x22NAV\x22,\x22selector\x22:\x22nav[toolbar]\x22,\x22requiredParent\x22:\x22AMP-SIDEBAR\x22,\x22attrs\x22:[{\x22name\x22:\x22toolbar\x22,\x22required\x22:true},{\x22name\x22:\x22toolbar-target\x22,\x22required\x22:true}]},{\x22name\x22:\x22HTML\x22,\x22selector\x22:\x22html\x22,\x22required\x22:true,\x22requiredParent\x22:\x22$ROOT\x22,\x22attrs\x22:[{\x22name\x22:\x22⚡4email\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22data-css-strict\x22,\x22value\x22:[\x22\x22],\x22required\x22:true}],\x22unique\x22:true},{\x22name\x22:\x22TITLE\x22,\x22selector\x22:\x22title\x22,\x22deprecation\x22:\x22Title\x20tags\x20in\x20email\x20have\x20no\x20meaning.\x20This\x20tag\x20may\x20become\x20invalid\x20in\x20the\x20future.\x22,\x22attrs\x22:[{\x22name\x22:\x22[text]\x22}]},{\x22name\x22:\x22META\x22,\x22selector\x22:\x22meta\x22,\x22attrs\x22:[{\x22name\x22:\x22content\x22},{\x22name\x22:\x22itemprop\x22},{\x22name\x22:\x22name\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(amp-.*|amp4ads-.*|apple-itunes-app|content-disposition|revisit-after|viewport)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22property\x22},{\x22name\x22:\x22scheme\x22}]},{\x22name\x22:\x22ARTICLE\x22,\x22selector\x22:\x22article\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SECTION\x22,\x22selector\x22:\x22section\x22,\x22attrs\x22:[]},{\x22name\x22:\x22NAV\x22,\x22selector\x22:\x22nav\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ASIDE\x22,\x22selector\x22:\x22aside\x22,\x22attrs\x22:[]},{\x22name\x22:\x22H1\x22,\x22selector\x22:\x22h1\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H2\x22,\x22selector\x22:\x22h2\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H3\x22,\x22selector\x22:\x22h3\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H4\x22,\x22selector\x22:\x22h4\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H5\x22,\x22selector\x22:\x22h5\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22H6\x22,\x22selector\x22:\x22h6\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22HEADER\x22,\x22selector\x22:\x22header\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FOOTER\x22,\x22selector\x22:\x22footer\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ADDRESS\x22,\x22selector\x22:\x22address\x22,\x22attrs\x22:[]},{\x22name\x22:\x22P\x22,\x22selector\x22:\x22p\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22HR\x22,\x22selector\x22:\x22hr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22PRE\x22,\x22selector\x22:\x22pre\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BLOCKQUOTE\x22,\x22selector\x22:\x22blockquote\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22OL\x22,\x22selector\x22:\x22ol\x22,\x22attrs\x22:[{\x22name\x22:\x22reversed\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22start\x22,\x22valueRegex\x22:\x22[0-9]*\x22},{\x22name\x22:\x22type\x22,\x22valueRegex\x22:\x22[1AaIi]\x22}]},{\x22name\x22:\x22UL\x22,\x22selector\x22:\x22ul\x22,\x22attrs\x22:[]},{\x22name\x22:\x22LI\x22,\x22selector\x22:\x22li\x22,\x22attrs\x22:[{\x22name\x22:\x22value\x22,\x22valueRegex\x22:\x22[0-9]*\x22}]},{\x22name\x22:\x22DL\x22,\x22selector\x22:\x22dl\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DT\x22,\x22selector\x22:\x22dt\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DD\x22,\x22selector\x22:\x22dd\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FIGURE\x22,\x22selector\x22:\x22figure\x22,\x22attrs\x22:[]},{\x22name\x22:\x22FIGCAPTION\x22,\x22selector\x22:\x22figcaption\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DIV\x22,\x22selector\x22:\x22div\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22}]},{\x22name\x22:\x22MAIN\x22,\x22selector\x22:\x22main\x22,\x22attrs\x22:[]},{\x22name\x22:\x22A\x22,\x22selector\x22:\x22a\x22,\x22attrs\x22:[{\x22name\x22:\x22border\x22},{\x22name\x22:\x22href\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22http\x22,\x22https\x22,\x22mailto\x22,\x22tel\x22],\x22allowRelative\x22:false},\x22disallowedValueRegex\x22:\x22__amp_source_origin|(.|\x5c\x5cs){{|}}(.|\x5c\x5cs)|^{{.*[^}][^}]$|^[^{][^{].*}}$|^}}|{{$|{{#|{{/|{{\x5c\x5c^\x22},{\x22name\x22:\x22hreflang\x22},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22target\x22,\x22value\x22:[\x22_blank\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/html\x22]}]},{\x22name\x22:\x22EM\x22,\x22selector\x22:\x22em\x22,\x22attrs\x22:[]},{\x22name\x22:\x22STRONG\x22,\x22selector\x22:\x22strong\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SMALL\x22,\x22selector\x22:\x22small\x22,\x22attrs\x22:[]},{\x22name\x22:\x22S\x22,\x22selector\x22:\x22s\x22,\x22attrs\x22:[]},{\x22name\x22:\x22CITE\x22,\x22selector\x22:\x22cite\x22,\x22attrs\x22:[]},{\x22name\x22:\x22Q\x22,\x22selector\x22:\x22q\x22,\x22attrs\x22:[],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22DFN\x22,\x22selector\x22:\x22dfn\x22,\x22attrs\x22:[]},{\x22name\x22:\x22ABBR\x22,\x22selector\x22:\x22abbr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DATA\x22,\x22selector\x22:\x22data\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TIME\x22,\x22selector\x22:\x22time\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22},{\x22name\x22:\x22pubdate\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22CODE\x22,\x22selector\x22:\x22code\x22,\x22attrs\x22:[]},{\x22name\x22:\x22VAR\x22,\x22selector\x22:\x22var\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SAMP\x22,\x22selector\x22:\x22samp\x22,\x22attrs\x22:[]},{\x22name\x22:\x22KBD\x22,\x22selector\x22:\x22kbd\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SUB\x22,\x22selector\x22:\x22sub\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SUP\x22,\x22selector\x22:\x22sup\x22,\x22attrs\x22:[]},{\x22name\x22:\x22I\x22,\x22selector\x22:\x22i\x22,\x22attrs\x22:[]},{\x22name\x22:\x22B\x22,\x22selector\x22:\x22b\x22,\x22attrs\x22:[]},{\x22name\x22:\x22U\x22,\x22selector\x22:\x22u\x22,\x22attrs\x22:[]},{\x22name\x22:\x22MARK\x22,\x22selector\x22:\x22mark\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RUBY\x22,\x22selector\x22:\x22ruby\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RB\x22,\x22selector\x22:\x22rb\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RT\x22,\x22selector\x22:\x22rt\x22,\x22attrs\x22:[]},{\x22name\x22:\x22RP\x22,\x22selector\x22:\x22rp\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BDO\x22,\x22selector\x22:\x22bdo\x22,\x22attrs\x22:[{\x22name\x22:\x22dir\x22}]},{\x22name\x22:\x22SPAN\x22,\x22selector\x22:\x22span\x22,\x22attrs\x22:[]},{\x22name\x22:\x22BR\x22,\x22selector\x22:\x22br\x22,\x22attrs\x22:[]},{\x22name\x22:\x22WBR\x22,\x22selector\x22:\x22wbr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22INS\x22,\x22selector\x22:\x22ins\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22DEL\x22,\x22selector\x22:\x22del\x22,\x22attrs\x22:[{\x22name\x22:\x22datetime\x22}],\x22attrLists\x22:[\x22cite-attr\x22]},{\x22name\x22:\x22TABLE\x22,\x22selector\x22:\x22table\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22border\x22,\x22value\x22:[\x220\x22,\x221\x22]},{\x22name\x22:\x22cellpadding\x22},{\x22name\x22:\x22cellspacing\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22CAPTION\x22,\x22selector\x22:\x22caption\x22,\x22attrs\x22:[]},{\x22name\x22:\x22COLGROUP\x22,\x22selector\x22:\x22colgroup\x22,\x22attrs\x22:[{\x22name\x22:\x22span\x22}]},{\x22name\x22:\x22COL\x22,\x22selector\x22:\x22col\x22,\x22attrs\x22:[{\x22name\x22:\x22span\x22}]},{\x22name\x22:\x22TBODY\x22,\x22selector\x22:\x22tbody\x22,\x22attrs\x22:[]},{\x22name\x22:\x22THEAD\x22,\x22selector\x22:\x22thead\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TFOOT\x22,\x22selector\x22:\x22tfoot\x22,\x22attrs\x22:[]},{\x22name\x22:\x22TR\x22,\x22selector\x22:\x22tr\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22valign\x22}]},{\x22name\x22:\x22TD\x22,\x22selector\x22:\x22td\x22,\x22attrs\x22:[{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22colspan\x22},{\x22name\x22:\x22headers\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22rowspan\x22},{\x22name\x22:\x22valign\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22TH\x22,\x22selector\x22:\x22th\x22,\x22attrs\x22:[{\x22name\x22:\x22abbr\x22},{\x22name\x22:\x22align\x22},{\x22name\x22:\x22bgcolor\x22},{\x22name\x22:\x22colspan\x22},{\x22name\x22:\x22headers\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22rowspan\x22},{\x22name\x22:\x22scope\x22},{\x22name\x22:\x22valign\x22},{\x22name\x22:\x22width\x22}]},{\x22name\x22:\x22FORM\x22,\x22selector\x22:\x22form\x22,\x22requiresExtension\x22:[\x22amp-form\x22],\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accept-charset\x22},{\x22name\x22:\x22action-xhr\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22custom-validation-reporting\x22,\x22value\x22:[\x22as-you-go\x22,\x22interact-and-submit\x22,\x22show-all-on-submit\x22,\x22show-first-on-submit\x22]},{\x22name\x22:\x22enctype\x22},{\x22name\x22:\x22method\x22,\x22value\x22:[\x22get\x22]},{\x22name\x22:\x22novalidate\x22},{\x22name\x22:\x22xssi-prefix\x22}]},{\x22name\x22:\x22LABEL\x22,\x22selector\x22:\x22label\x22,\x22attrs\x22:[{\x22name\x22:\x22for\x22}]},{\x22name\x22:\x22INPUT\x22,\x22selector\x22:\x22input\x22,\x22attrs\x22:[{\x22name\x22:\x22type\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(file|image|password|)(\x5c\x5cs|$)\x22}],\x22attrLists\x22:[\x22input-common-attr\x22,\x22name-attr\x22]},{\x22name\x22:\x22BUTTON\x22,\x22selector\x22:\x22button\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22type\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[value]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22SELECT\x22,\x22selector\x22:\x22select\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22multiple\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22size\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[multiple]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[size]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22DATALIST\x22,\x22selector\x22:\x22datalist\x22,\x22attrs\x22:[]},{\x22name\x22:\x22OPTGROUP\x22,\x22selector\x22:\x22optgroup\x22,\x22requiredParent\x22:\x22SELECT\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22label\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[label]\x22}]},{\x22name\x22:\x22OPTION\x22,\x22selector\x22:\x22option\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22label\x22},{\x22name\x22:\x22selected\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[label]\x22},{\x22name\x22:\x22[selected]\x22},{\x22name\x22:\x22[value]\x22}]},{\x22name\x22:\x22TEXTAREA\x22,\x22selector\x22:\x22textarea\x22,\x22attrs\x22:[{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22autoexpand\x22},{\x22name\x22:\x22cols\x22},{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22maxlength\x22},{\x22name\x22:\x22minlength\x22},{\x22name\x22:\x22pattern\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22readonly\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22rows\x22},{\x22name\x22:\x22spellcheck\x22},{\x22name\x22:\x22wrap\x22},{\x22name\x22:\x22[autocomplete]\x22},{\x22name\x22:\x22[cols]\x22},{\x22name\x22:\x22[defaulttext]\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[maxlength]\x22},{\x22name\x22:\x22[minlength]\x22},{\x22name\x22:\x22[pattern]\x22},{\x22name\x22:\x22[placeholder]\x22},{\x22name\x22:\x22[readonly]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[rows]\x22},{\x22name\x22:\x22[spellcheck]\x22},{\x22name\x22:\x22[wrap]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22OUTPUT\x22,\x22selector\x22:\x22output\x22,\x22attrs\x22:[{\x22name\x22:\x22for\x22},{\x22name\x22:\x22form\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22PROGRESS\x22,\x22selector\x22:\x22progress\x22,\x22attrs\x22:[{\x22name\x22:\x22max\x22},{\x22name\x22:\x22value\x22}]},{\x22name\x22:\x22METER\x22,\x22selector\x22:\x22meter\x22,\x22attrs\x22:[{\x22name\x22:\x22high\x22},{\x22name\x22:\x22low\x22},{\x22name\x22:\x22max\x22},{\x22name\x22:\x22min\x22},{\x22name\x22:\x22optimum\x22},{\x22name\x22:\x22value\x22}]},{\x22name\x22:\x22FIELDSET\x22,\x22selector\x22:\x22fieldset\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22[disabled]\x22}],\x22attrLists\x22:[\x22name-attr\x22]},{\x22name\x22:\x22LEGEND\x22,\x22selector\x22:\x22legend\x22,\x22attrs\x22:[]},{\x22name\x22:\x22DETAILS\x22,\x22selector\x22:\x22details\x22,\x22attrs\x22:[{\x22name\x22:\x22open\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[open]\x22}]},{\x22name\x22:\x22SUMMARY\x22,\x22selector\x22:\x22summary\x22,\x22requiredParent\x22:\x22DETAILS\x22,\x22attrs\x22:[]},{\x22name\x22:\x22AMP-IMG\x22,\x22selector\x22:\x22amp-img\x22,\x22attrs\x22:[{\x22name\x22:\x22alt\x22},{\x22name\x22:\x22attribution\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22[alt]\x22},{\x22name\x22:\x22[attribution]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22mandatory-src-amp4email\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22AMP-LAYOUT\x22,\x22selector\x22:\x22amp-layout\x22,\x22attrs\x22:[{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22,\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-accordion\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-accordion\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-accordion-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-ACCORDION\x22,\x22selector\x22:\x22amp-accordion\x22,\x22requiresExtension\x22:[\x22amp-accordion\x22],\x22attrs\x22:[{\x22name\x22:\x22animate\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22expand-single-section\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-anim\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-anim\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-anim-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-ANIM\x22,\x22selector\x22:\x22amp-anim\x22,\x22requiresExtension\x22:[\x22amp-anim\x22],\x22attrs\x22:[{\x22name\x22:\x22alt\x22},{\x22name\x22:\x22attribution\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22mandatory-src-amp4email\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-autocomplete\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-autocomplete\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-autocomplete-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-AUTOCOMPLETE\x22,\x22selector\x22:\x22amp-autocomplete\x22,\x22requiresExtension\x22:[\x22amp-autocomplete\x22],\x22attrs\x22:[{\x22name\x22:\x22highlight-user-entry\x22},{\x22name\x22:\x22inline\x22},{\x22name\x22:\x22items\x22},{\x22name\x22:\x22max-items\x22},{\x22name\x22:\x22min-characters\x22},{\x22name\x22:\x22prefetch\x22},{\x22name\x22:\x22query\x22},{\x22name\x22:\x22submit-on-enter\x22},{\x22name\x22:\x22suggest-first\x22},{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22template\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-bind\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-bind\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-bind-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-STATE\x22,\x22selector\x22:\x22amp-state\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22attrs\x22:[],\x22attrLists\x22:[\x22mandatory-id-attr\x22]},{\x22name\x22:\x22AMP-BIND-MACRO\x22,\x22selector\x22:\x22amp-bind-macro\x22,\x22requiresExtension\x22:[\x22amp-bind\x22],\x22attrs\x22:[{\x22name\x22:\x22arguments\x22},{\x22name\x22:\x22expression\x22,\x22required\x22:true}],\x22attrLists\x22:[\x22mandatory-id-attr\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-carousel\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-carousel\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-carousel-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-CAROUSEL\x22,\x22selector\x22:\x22amp-carousel\x22,\x22requiresExtension\x22:[\x22amp-carousel\x22],\x22attrs\x22:[{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22amp-carousel-common\x22,\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-fit-text\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-fit-text\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-fit-text-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-FIT-TEXT\x22,\x22selector\x22:\x22amp-fit-text\x22,\x22requiresExtension\x22:[\x22amp-fit-text\x22],\x22attrs\x22:[{\x22name\x22:\x22max-font-size\x22},{\x22name\x22:\x22min-font-size\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22intrinsic\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-form\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-form\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-form-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-image-lightbox\x27]\x22,\x22deprecation\x22:\x22amp-image-lightbox\x20cannot\x20be\x20properly\x20positioned\x20in\x20emails\x20and\x20will\x20soon\x20be\x20invalid\x20in\x20AMP4EMAIL.\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-image-lightbox\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-image-lightbox-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-image-lightbox-latest.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-IMAGE-LIGHTBOX\x22,\x22selector\x22:\x22amp-image-lightbox\x22,\x22requiresExtension\x22:[\x22amp-image-lightbox\x22],\x22attrs\x22:[{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-lightbox\x27]\x22,\x22deprecation\x22:\x22amp-lightbox\x20cannot\x20be\x20properly\x20positioned\x20in\x20emails\x20and\x20will\x20soon\x20be\x20invalid\x20in\x20AMP4EMAIL.\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-lightbox\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-lightbox-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-lightbox-latest.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-LIGHTBOX\x22,\x22selector\x22:\x22amp-lightbox\x22,\x22requiresExtension\x22:[\x22amp-lightbox\x22],\x22attrs\x22:[{\x22name\x22:\x22animate-in\x22,\x22value\x22:[\x22fade-in\x22,\x22fly-in-bottom\x22,\x22fly-in-top\x22]},{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22from\x22},{\x22name\x22:\x22[open]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-list\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-list\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-list-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-LIST\x22,\x22selector\x22:\x22amp-list\x22,\x22requiresExtension\x22:[\x22amp-list\x22],\x22attrs\x22:[{\x22name\x22:\x22binding\x22,\x22value\x22:[\x22always\x22,\x22no\x22,\x22refresh\x22,\x22refresh-evaluate\x22]},{\x22name\x22:\x22diffable\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22items\x22},{\x22name\x22:\x22max-items\x22},{\x22name\x22:\x22single-item\x22},{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|{{|}}\x22},{\x22name\x22:\x22template\x22},{\x22name\x22:\x22xssi-prefix\x22},{\x22name\x22:\x22[is-layout-container]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22container\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22flex_item\x22,\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-template=\x27amp-mustache\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-template\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-mustache-0.1.js\x22,\x22https://cdn.ampproject.org/v0/amp-mustache-0.2.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22TEMPLATE\x22,\x22selector\x22:\x22template\x22,\x22requiresExtension\x22:[\x22amp-mustache\x22],\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22amp-mustache\x22],\x22required\x22:true}]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-selector\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-selector\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-selector-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-SELECTOR\x22,\x22selector\x22:\x22amp-selector\x22,\x22requiresExtension\x22:[\x22amp-selector\x22],\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22form\x22},{\x22name\x22:\x22keyboard-select-mode\x22,\x22value\x22:[\x22focus\x22,\x22none\x22,\x22select\x22]},{\x22name\x22:\x22multiple\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[selected]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fill\x22,\x22fixed\x22,\x22fixed_height\x22,\x22nodisplay\x22,\x22container\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22name-attr\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22$REFERENCE_POINT\x22,\x22selector\x22:\x22amp-selector\x20option\x22,\x22attrs\x22:[{\x22name\x22:\x22disabled\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22option\x22,\x22required\x22:true},{\x22name\x22:\x22selected\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22$REFERENCE_POINT\x22,\x22selector\x22:\x22amp-selector\x20child\x22,\x22attrs\x22:[]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-sidebar\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-sidebar\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-sidebar-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-SIDEBAR\x22,\x22selector\x22:\x22amp-sidebar\x22,\x22requiresExtension\x22:[\x22amp-sidebar\x22],\x22attrs\x22:[{\x22name\x22:\x22side\x22,\x22value\x22:[\x22left\x22,\x22right\x22]},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22nodisplay\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]},{\x22name\x22:\x22SCRIPT\x22,\x22selector\x22:\x22script[custom-element=\x27amp-timeago\x27]\x22,\x22attrs\x22:[{\x22name\x22:\x22custom-element\x22,\x22value\x22:[\x22amp-timeago\x22],\x22required\x22:true},{\x22name\x22:\x22src\x22,\x22value\x22:[\x22https://cdn.ampproject.org/v0/amp-timeago-0.1.js\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22common-extension-attrs\x22]},{\x22name\x22:\x22AMP-TIMEAGO\x22,\x22selector\x22:\x22amp-timeago\x22,\x22requiresExtension\x22:[\x22amp-timeago\x22],\x22attrs\x22:[{\x22name\x22:\x22cutoff\x22,\x22valueRegex\x22:\x22\x5c\x5cd+\x22},{\x22name\x22:\x22datetime\x22,\x22valueRegex\x22:\x22\x5c\x5cd{4}-[01]\x5c\x5cd-[0-3]\x5c\x5cdT[0-2]\x5c\x5cd:[0-5]\x5c\x5cd(:[0-5]\x5c\x5cd(\x5c\x5c.\x5c\x5cd+)?)?(Z|[+-][0-1][0-9]:[0-5][0-9])\x22,\x22required\x22:true},{\x22name\x22:\x22locale\x22},{\x22name\x22:\x22[datetime]\x22},{\x22name\x22:\x22[title]\x22},{\x22name\x22:\x22layout\x22,\x22value\x22:[\x22responsive\x22,\x22fixed\x22,\x22fixed_height\x22],\x22required\x22:true}],\x22attrLists\x22:[\x22extended-amp-global\x22,\x22$AMP_LAYOUT_ATTRS\x22]}],\x22attrLists\x22:[{\x22name\x22:\x22cite-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22cite\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22http\x22,\x22https\x22],\x22allowEmpty\x22:true},\x22disallowedValueRegex\x22:\x22__amp_source_origin\x22}]},{\x22name\x22:\x22input-common-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22accept\x22},{\x22name\x22:\x22accesskey\x22},{\x22name\x22:\x22autocomplete\x22},{\x22name\x22:\x22checked\x22},{\x22name\x22:\x22disabled\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22max\x22},{\x22name\x22:\x22maxlength\x22},{\x22name\x22:\x22min\x22},{\x22name\x22:\x22minlength\x22},{\x22name\x22:\x22multiple\x22},{\x22name\x22:\x22pattern\x22},{\x22name\x22:\x22placeholder\x22},{\x22name\x22:\x22readonly\x22},{\x22name\x22:\x22required\x22},{\x22name\x22:\x22size\x22},{\x22name\x22:\x22spellcheck\x22},{\x22name\x22:\x22step\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22value\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22[autocomplete]\x22},{\x22name\x22:\x22[checked]\x22},{\x22name\x22:\x22[disabled]\x22},{\x22name\x22:\x22[height]\x22},{\x22name\x22:\x22[max]\x22},{\x22name\x22:\x22[maxlength]\x22},{\x22name\x22:\x22[min]\x22},{\x22name\x22:\x22[minlength]\x22},{\x22name\x22:\x22[multiple]\x22},{\x22name\x22:\x22[pattern]\x22},{\x22name\x22:\x22[placeholder]\x22},{\x22name\x22:\x22[readonly]\x22},{\x22name\x22:\x22[required]\x22},{\x22name\x22:\x22[size]\x22},{\x22name\x22:\x22[spellcheck]\x22},{\x22name\x22:\x22[step]\x22},{\x22name\x22:\x22[value]\x22},{\x22name\x22:\x22[width]\x22}]},{\x22name\x22:\x22amphtml-engine-attrs\x22,\x22attrs\x22:[{\x22name\x22:\x22async\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22crossorigin\x22,\x22value\x22:[\x22anonymous\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/javascript\x22]}]},{\x22name\x22:\x22mandatory-src-amp4email\x22,\x22attrs\x22:[{\x22name\x22:\x22src\x22,\x22valueUrl\x22:{\x22protocol\x22:[\x22https\x22],\x22allowRelative\x22:false},\x22required\x22:true,\x22disallowedValueRegex\x22:\x22__amp_source_origin|(.|\x5c\x5cs){{|}}(.|\x5c\x5cs)|^{{.*[^}][^}]$|^[^{][^{].*}}$|^}}|{{$|{{#|{{/|{{\x5c\x5c^\x22}]},{\x22name\x22:\x22extended-amp-global\x22,\x22attrs\x22:[{\x22name\x22:\x22i-amphtml-layout\x22,\x22value\x22:[\x22container\x22,\x22fill\x22,\x22fixed\x22,\x22fixed-height\x22,\x22flex-item\x22,\x22fluid\x22,\x22intrinsic\x22,\x22nodisplay\x22,\x22responsive\x22]},{\x22name\x22:\x22media\x22},{\x22name\x22:\x22noloading\x22,\x22value\x22:[\x22\x22]}]},{\x22name\x22:\x22$AMP_LAYOUT_ATTRS\x22,\x22attrs\x22:[{\x22name\x22:\x22disable-inline-width\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22heights\x22},{\x22name\x22:\x22layout\x22},{\x22name\x22:\x22sizes\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22[height]\x22},{\x22name\x22:\x22[width]\x22}]},{\x22name\x22:\x22nonce-attr\x22,\x22attrs\x22:[]},{\x22name\x22:\x22common-extension-attrs\x22,\x22attrs\x22:[{\x22name\x22:\x22async\x22,\x22value\x22:[\x22\x22],\x22required\x22:true},{\x22name\x22:\x22crossorigin\x22,\x22value\x22:[\x22anonymous\x22]},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22text/javascript\x22]}]},{\x22name\x22:\x22mandatory-id-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22id\x22,\x22required\x22:true,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22}]},{\x22name\x22:\x22name-attr\x22,\x22attrs\x22:[{\x22name\x22:\x22name\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22}]},{\x22name\x22:\x22$GLOBAL_ATTRS\x22,\x22attrs\x22:[{\x22name\x22:\x22itemid\x22},{\x22name\x22:\x22itemprop\x22},{\x22name\x22:\x22itemref\x22},{\x22name\x22:\x22itemscope\x22},{\x22name\x22:\x22itemtype\x22},{\x22name\x22:\x22about\x22},{\x22name\x22:\x22content\x22},{\x22name\x22:\x22datatype\x22},{\x22name\x22:\x22inlist\x22},{\x22name\x22:\x22prefix\x22},{\x22name\x22:\x22property\x22},{\x22name\x22:\x22rel\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(canonical|components|dns-prefetch|import|manifest|preconnect|preload|prerender|serviceworker|stylesheet|subresource)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22resource\x22},{\x22name\x22:\x22rev\x22},{\x22name\x22:\x22style\x22},{\x22name\x22:\x22typeof\x22},{\x22name\x22:\x22vocab\x22},{\x22name\x22:\x22accesskey\x22},{\x22name\x22:\x22class\x22},{\x22name\x22:\x22dir\x22},{\x22name\x22:\x22draggable\x22},{\x22name\x22:\x22hidden\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22id\x22,\x22disallowedValueRegex\x22:\x22(^|\x5c\x5cs)(__amp_\x5c\x5cS*|__count__|__defineGetter__|__defineSetter__|__lookupGetter__|__lookupSetter__|__noSuchMethod__|__parent__|__proto__|__AMP_\x5c\x5cS*|\x5c\x5c$p|\x5c\x5c$proxy|acceptCharset|addEventListener|appendChild|assignedSlot|attachShadow|AMP|baseURI|checkValidity|childElementCount|childNodes|classList|className|clientHeight|clientLeft|clientTop|clientWidth|compareDocumentPosition|computedName|computedRole|contentEditable|createShadowRoot|enqueAction|firstChild|firstElementChild|getAnimations|getAttribute|getAttributeNS|getAttributeNode|getAttributeNodeNS|getBoundingClientRect|getClientRects|getDestinationInsertionPoints|getElementsByClassName|getElementsByTagName|getElementsByTagNameNS|getRootNode|hasAttribute|hasAttributeNS|hasAttributes|hasChildNodes|hasPointerCapture|i-amphtml-\x5c\x5cS*|innerHTML|innerText|inputMode|insertAdjacentElement|insertAdjacentHTML|insertAdjacentText|isContentEditable|isDefaultNamespace|isEqualNode|isSameNode|lastChild|lastElementChild|lookupNamespaceURI|namespaceURI|nextElementSibling|nextSibling|nodeName|nodeType|nodeValue|offsetHeight|offsetLeft|offsetParent|offsetTop|offsetWidth|outerHTML|outerText|ownerDocument|parentElement|parentNode|previousElementSibling|previousSibling|querySelector|querySelectorAll|releasePointerCapture|removeAttribute|removeAttributeNS|removeAttributeNode|removeChild|removeEventListener|replaceChild|reportValidity|requestPointerLock|scrollHeight|scrollIntoView|scrollIntoViewIfNeeded|scrollLeft|scrollWidth|setAttribute|setAttributeNS|setAttributeNode|setAttributeNodeNS|setPointerCapture|shadowRoot|styleMap|tabIndex|tagName|textContent|toString|valueOf|(webkit|ms|moz|o)dropzone|(webkit|moz|ms|o)MatchesSelector|(webkit|moz|ms|o)RequestFullScreen|(webkit|moz|ms|o)RequestFullscreen)(\x5c\x5cs|$)\x22},{\x22name\x22:\x22lang\x22},{\x22name\x22:\x22slot\x22},{\x22name\x22:\x22tabindex\x22},{\x22name\x22:\x22title\x22},{\x22name\x22:\x22translate\x22},{\x22name\x22:\x22aria-activedescendant\x22},{\x22name\x22:\x22aria-atomic\x22},{\x22name\x22:\x22aria-autocomplete\x22},{\x22name\x22:\x22aria-busy\x22},{\x22name\x22:\x22aria-checked\x22},{\x22name\x22:\x22aria-controls\x22},{\x22name\x22:\x22aria-current\x22},{\x22name\x22:\x22aria-describedby\x22},{\x22name\x22:\x22aria-disabled\x22},{\x22name\x22:\x22aria-dropeffect\x22},{\x22name\x22:\x22aria-expanded\x22},{\x22name\x22:\x22aria-flowto\x22},{\x22name\x22:\x22aria-grabbed\x22},{\x22name\x22:\x22aria-haspopup\x22},{\x22name\x22:\x22aria-hidden\x22},{\x22name\x22:\x22aria-invalid\x22},{\x22name\x22:\x22aria-label\x22},{\x22name\x22:\x22aria-labelledby\x22},{\x22name\x22:\x22aria-level\x22},{\x22name\x22:\x22aria-live\x22},{\x22name\x22:\x22aria-modal\x22},{\x22name\x22:\x22aria-multiline\x22},{\x22name\x22:\x22aria-multiselectable\x22},{\x22name\x22:\x22aria-orientation\x22},{\x22name\x22:\x22aria-owns\x22},{\x22name\x22:\x22aria-posinset\x22},{\x22name\x22:\x22aria-pressed\x22},{\x22name\x22:\x22aria-readonly\x22},{\x22name\x22:\x22aria-relevant\x22},{\x22name\x22:\x22aria-required\x22},{\x22name\x22:\x22aria-selected\x22},{\x22name\x22:\x22aria-setsize\x22},{\x22name\x22:\x22aria-sort\x22},{\x22name\x22:\x22aria-valuemax\x22},{\x22name\x22:\x22aria-valuemin\x22},{\x22name\x22:\x22aria-valuenow\x22},{\x22name\x22:\x22aria-valuetext\x22},{\x22name\x22:\x22on\x22},{\x22name\x22:\x22role\x22},{\x22name\x22:\x22placeholder\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22fallback\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22overflow\x22},{\x22name\x22:\x22amp-access\x22},{\x22name\x22:\x22amp-access-behavior\x22},{\x22name\x22:\x22amp-access-hide\x22},{\x22name\x22:\x22amp-access-id\x22},{\x22name\x22:\x22amp-access-loader\x22},{\x22name\x22:\x22amp-access-loading\x22},{\x22name\x22:\x22amp-access-off\x22},{\x22name\x22:\x22amp-access-on\x22},{\x22name\x22:\x22amp-access-show\x22},{\x22name\x22:\x22amp-access-style\x22},{\x22name\x22:\x22amp-access-template\x22},{\x22name\x22:\x22i-amp-access-id\x22},{\x22name\x22:\x22validation-for\x22},{\x22name\x22:\x22visible-when-invalid\x22,\x22value\x22:[\x22badInput\x22,\x22customError\x22,\x22patternMismatch\x22,\x22rangeOverflow\x22,\x22rangeUnderflow\x22,\x22stepMismatch\x22,\x22tooLong\x22,\x22tooShort\x22,\x22typeMismatch\x22,\x22valueMissing\x22]},{\x22name\x22:\x22amp-fx\x22,\x22valueRegex\x22:\x22(fade-in|fade-in-scroll|float-in-bottom|float-in-top|fly-in-bottom|fly-in-left|fly-in-right|fly-in-top|parallax)(\x5c\x5cs|fade-in|fade-in-scroll|float-in-bottom|float-in-top|fly-in-bottom|fly-in-left|fly-in-right|fly-in-top|parallax)*\x22},{\x22name\x22:\x22subscriptions-action\x22},{\x22name\x22:\x22subscriptions-actions\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22subscriptions-decorate\x22},{\x22name\x22:\x22subscriptions-dialog\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22subscriptions-display\x22},{\x22name\x22:\x22subscriptions-lang\x22},{\x22name\x22:\x22subscriptions-section\x22,\x22value\x22:[\x22actions\x22,\x22content\x22,\x22content-not-granted\x22,\x22loading\x22]},{\x22name\x22:\x22subscriptions-service\x22},{\x22name\x22:\x22subscriptions-google-rtc\x22},{\x22name\x22:\x22next-page-hide\x22},{\x22name\x22:\x22next-page-replace\x22},{\x22name\x22:\x22[aria-activedescendant]\x22},{\x22name\x22:\x22[aria-atomic]\x22},{\x22name\x22:\x22[aria-autocomplete]\x22},{\x22name\x22:\x22[aria-busy]\x22},{\x22name\x22:\x22[aria-checked]\x22},{\x22name\x22:\x22[aria-controls]\x22},{\x22name\x22:\x22[aria-describedby]\x22},{\x22name\x22:\x22[aria-disabled]\x22},{\x22name\x22:\x22[aria-dropeffect]\x22},{\x22name\x22:\x22[aria-expanded]\x22},{\x22name\x22:\x22[aria-flowto]\x22},{\x22name\x22:\x22[aria-grabbed]\x22},{\x22name\x22:\x22[aria-haspopup]\x22},{\x22name\x22:\x22[aria-hidden]\x22},{\x22name\x22:\x22[aria-invalid]\x22},{\x22name\x22:\x22[aria-label]\x22},{\x22name\x22:\x22[aria-labelledby]\x22},{\x22name\x22:\x22[aria-level]\x22},{\x22name\x22:\x22[aria-live]\x22},{\x22name\x22:\x22[aria-multiline]\x22},{\x22name\x22:\x22[aria-multiselectable]\x22},{\x22name\x22:\x22[aria-orientation]\x22},{\x22name\x22:\x22[aria-owns]\x22},{\x22name\x22:\x22[aria-posinset]\x22},{\x22name\x22:\x22[aria-pressed]\x22},{\x22name\x22:\x22[aria-readonly]\x22},{\x22name\x22:\x22[aria-relevant]\x22},{\x22name\x22:\x22[aria-required]\x22},{\x22name\x22:\x22[aria-selected]\x22},{\x22name\x22:\x22[aria-setsize]\x22},{\x22name\x22:\x22[aria-sort]\x22},{\x22name\x22:\x22[aria-valuemax]\x22},{\x22name\x22:\x22[aria-valuemin]\x22},{\x22name\x22:\x22[aria-valuenow]\x22},{\x22name\x22:\x22[aria-valuetext]\x22},{\x22name\x22:\x22[class]\x22},{\x22name\x22:\x22[hidden]\x22},{\x22name\x22:\x22[text]\x22},{\x22name\x22:\x22i-amphtml-binding\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22autoscroll\x22}]},{\x22name\x22:\x22amp-carousel-common\x22,\x22attrs\x22:[{\x22name\x22:\x22autoplay\x22,\x22valueRegex\x22:\x22(|[0-9]+)\x22},{\x22name\x22:\x22controls\x22},{\x22name\x22:\x22delay\x22,\x22valueRegex\x22:\x22[0-9]+\x22},{\x22name\x22:\x22loop\x22,\x22value\x22:[\x22\x22]},{\x22name\x22:\x22slide\x22,\x22valueRegex\x22:\x22[0-9]+\x22},{\x22name\x22:\x22type\x22,\x22value\x22:[\x22carousel\x22,\x22slides\x22]},{\x22name\x22:\x22[slide]\x22}]}],\x22extensions\x22:[{\x22name\x22:\x22amp-accordion\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-anim\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-autocomplete\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-bind\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-carousel\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-fit-text\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-form\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-image-lightbox\x22,\x22versions\x22:[\x220.1\x22,\x22latest\x22]},{\x22name\x22:\x22amp-lightbox\x22,\x22versions\x22:[\x220.1\x22,\x22latest\x22]},{\x22name\x22:\x22amp-list\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-mustache\x22,\x22versions\x22:[\x220.1\x22,\x220.2\x22]},{\x22name\x22:\x22amp-selector\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-sidebar\x22,\x22versions\x22:[\x220.1\x22]},{\x22name\x22:\x22amp-timeago\x22,\x22versions\x22:[\x220.1\x22]}],\x22declarations\x22:[{\x22name\x22:\x22-moz-appearance\x22},{\x22name\x22:\x22-webkit-appearance\x22},{\x22name\x22:\x22-webkit-tap-highlight-color\x22},{\x22name\x22:\x22align-content\x22},{\x22name\x22:\x22align-items\x22},{\x22name\x22:\x22align-self\x22},{\x22name\x22:\x22appearance\x22},{\x22name\x22:\x22aspect-ratio\x22},{\x22name\x22:\x22azimuth\x22},{\x22name\x22:\x22background\x22},{\x22name\x22:\x22background-attachment\x22},{\x22name\x22:\x22background-blend-mode\x22},{\x22name\x22:\x22background-clip\x22},{\x22name\x22:\x22background-color\x22},{\x22name\x22:\x22background-image\x22},{\x22name\x22:\x22background-origin\x22},{\x22name\x22:\x22background-position\x22},{\x22name\x22:\x22background-repeat\x22},{\x22name\x22:\x22background-size\x22},{\x22name\x22:\x22border\x22},{\x22name\x22:\x22border-bottom\x22},{\x22name\x22:\x22border-bottom-color\x22},{\x22name\x22:\x22border-bottom-left-radius\x22},{\x22name\x22:\x22border-bottom-right-radius\x22},{\x22name\x22:\x22border-bottom-style\x22},{\x22name\x22:\x22border-bottom-width\x22},{\x22name\x22:\x22border-collapse\x22},{\x22name\x22:\x22border-color\x22},{\x22name\x22:\x22border-left\x22},{\x22name\x22:\x22border-left-color\x22},{\x22name\x22:\x22border-left-style\x22},{\x22name\x22:\x22border-left-width\x22},{\x22name\x22:\x22border-radius\x22},{\x22name\x22:\x22border-right\x22},{\x22name\x22:\x22border-right-color\x22},{\x22name\x22:\x22border-right-style\x22},{\x22name\x22:\x22border-right-width\x22},{\x22name\x22:\x22border-spacing\x22},{\x22name\x22:\x22border-style\x22},{\x22name\x22:\x22border-top\x22},{\x22name\x22:\x22border-top-color\x22},{\x22name\x22:\x22border-top-left-radius\x22},{\x22name\x22:\x22border-top-right-radius\x22},{\x22name\x22:\x22border-top-style\x22},{\x22name\x22:\x22border-top-width\x22},{\x22name\x22:\x22border-width\x22},{\x22name\x22:\x22bottom\x22},{\x22name\x22:\x22box-shadow\x22},{\x22name\x22:\x22box-sizing\x22},{\x22name\x22:\x22break-after\x22},{\x22name\x22:\x22break-before\x22},{\x22name\x22:\x22break-inside\x22},{\x22name\x22:\x22caption-side\x22},{\x22name\x22:\x22caret-color\x22},{\x22name\x22:\x22clear\x22},{\x22name\x22:\x22color\x22},{\x22name\x22:\x22color-adjust\x22},{\x22name\x22:\x22column-count\x22},{\x22name\x22:\x22column-fill\x22},{\x22name\x22:\x22column-gap\x22},{\x22name\x22:\x22column-rule\x22},{\x22name\x22:\x22column-rule-color\x22},{\x22name\x22:\x22column-rule-style\x22},{\x22name\x22:\x22column-rule-width\x22},{\x22name\x22:\x22column-span\x22},{\x22name\x22:\x22column-width\x22},{\x22name\x22:\x22columns\x22},{\x22name\x22:\x22counter-increment\x22},{\x22name\x22:\x22counter-reset\x22},{\x22name\x22:\x22cursor\x22,\x22value\x22:[\x22initial\x22,\x22pointer\x22]},{\x22name\x22:\x22direction\x22},{\x22name\x22:\x22display\x22},{\x22name\x22:\x22elevation\x22},{\x22name\x22:\x22empty-cells\x22},{\x22name\x22:\x22filter\x22,\x22valueRegex\x22:\x22^\x20*((blur|brightness|contrast|drop-shadow|grayscale|hue-rotate|invert|opacity|saturate|sepia)\x5c\x5c(([^()\x20]*|(rgb|rgba|hsl|hsla)\x5c\x5c([^()]*\x5c\x5c))(\x20+([^()\x20]*|(rgb|rgba|hsl|hsla)\x5c\x5c([^()]*\x5c\x5c)))*\x5c\x5c)\x20*)*$\x22},{\x22name\x22:\x22flex\x22},{\x22name\x22:\x22flex-basis\x22},{\x22name\x22:\x22flex-direction\x22},{\x22name\x22:\x22flex-flow\x22},{\x22name\x22:\x22flex-grow\x22},{\x22name\x22:\x22flex-shrink\x22},{\x22name\x22:\x22flex-wrap\x22},{\x22name\x22:\x22float\x22},{\x22name\x22:\x22font\x22},{\x22name\x22:\x22font-family\x22},{\x22name\x22:\x22font-feature-settings\x22},{\x22name\x22:\x22font-kerning\x22},{\x22name\x22:\x22font-size\x22},{\x22name\x22:\x22font-size-adjust\x22},{\x22name\x22:\x22font-stretch\x22},{\x22name\x22:\x22font-style\x22},{\x22name\x22:\x22font-synthesis\x22},{\x22name\x22:\x22font-variant\x22},{\x22name\x22:\x22font-variant-alternates\x22},{\x22name\x22:\x22font-variant-caps\x22},{\x22name\x22:\x22font-variant-east-asian\x22},{\x22name\x22:\x22font-variant-ligatures\x22},{\x22name\x22:\x22font-variant-numeric\x22},{\x22name\x22:\x22font-variation-settings\x22},{\x22name\x22:\x22font-weight\x22},{\x22name\x22:\x22gap\x22},{\x22name\x22:\x22grid\x22},{\x22name\x22:\x22grid-area\x22},{\x22name\x22:\x22grid-auto-columns\x22},{\x22name\x22:\x22grid-auto-flow\x22},{\x22name\x22:\x22grid-auto-rows\x22},{\x22name\x22:\x22grid-column\x22},{\x22name\x22:\x22grid-column-end\x22},{\x22name\x22:\x22grid-column-start\x22},{\x22name\x22:\x22grid-row\x22},{\x22name\x22:\x22grid-row-end\x22},{\x22name\x22:\x22grid-row-start\x22},{\x22name\x22:\x22grid-template\x22},{\x22name\x22:\x22grid-template-areas\x22},{\x22name\x22:\x22grid-template-columns\x22},{\x22name\x22:\x22grid-template-rows\x22},{\x22name\x22:\x22height\x22},{\x22name\x22:\x22hyphens\x22},{\x22name\x22:\x22image-orientation\x22},{\x22name\x22:\x22image-resolution\x22},{\x22name\x22:\x22inline-size\x22},{\x22name\x22:\x22isolation\x22},{\x22name\x22:\x22justify-content\x22},{\x22name\x22:\x22justify-items\x22},{\x22name\x22:\x22justify-self\x22},{\x22name\x22:\x22left\x22},{\x22name\x22:\x22letter-spacing\x22},{\x22name\x22:\x22line-break\x22},{\x22name\x22:\x22line-height\x22},{\x22name\x22:\x22list-style\x22},{\x22name\x22:\x22list-style-position\x22},{\x22name\x22:\x22list-style-type\x22},{\x22name\x22:\x22margin\x22},{\x22name\x22:\x22margin-bottom\x22},{\x22name\x22:\x22margin-left\x22},{\x22name\x22:\x22margin-right\x22},{\x22name\x22:\x22margin-top\x22},{\x22name\x22:\x22max-height\x22},{\x22name\x22:\x22max-width\x22},{\x22name\x22:\x22min-height\x22},{\x22name\x22:\x22min-width\x22},{\x22name\x22:\x22mix-blend-mode\x22},{\x22name\x22:\x22object-fit\x22},{\x22name\x22:\x22object-position\x22},{\x22name\x22:\x22offset-distance\x22},{\x22name\x22:\x22opacity\x22},{\x22name\x22:\x22order\x22},{\x22name\x22:\x22outline\x22},{\x22name\x22:\x22outline-color\x22},{\x22name\x22:\x22outline-offset\x22},{\x22name\x22:\x22outline-style\x22},{\x22name\x22:\x22outline-width\x22},{\x22name\x22:\x22overflow\x22},{\x22name\x22:\x22overflow-wrap\x22},{\x22name\x22:\x22overflow-x\x22},{\x22name\x22:\x22overflow-y\x22},{\x22name\x22:\x22padding\x22},{\x22name\x22:\x22padding-bottom\x22},{\x22name\x22:\x22padding-left\x22},{\x22name\x22:\x22padding-right\x22},{\x22name\x22:\x22padding-top\x22},{\x22name\x22:\x22pause\x22},{\x22name\x22:\x22pause-after\x22},{\x22name\x22:\x22pause-before\x22},{\x22name\x22:\x22perspective\x22},{\x22name\x22:\x22perspective-origin\x22},{\x22name\x22:\x22pitch\x22},{\x22name\x22:\x22pitch-range\x22},{\x22name\x22:\x22place-items\x22},{\x22name\x22:\x22position\x22},{\x22name\x22:\x22quotes\x22},{\x22name\x22:\x22resize\x22},{\x22name\x22:\x22richness\x22},{\x22name\x22:\x22right\x22},{\x22name\x22:\x22row-gap\x22},{\x22name\x22:\x22speak\x22},{\x22name\x22:\x22speak-header\x22},{\x22name\x22:\x22speak-numeral\x22},{\x22name\x22:\x22speak-punctuation\x22},{\x22name\x22:\x22speech-rate\x22},{\x22name\x22:\x22stress\x22},{\x22name\x22:\x22table-layout\x22},{\x22name\x22:\x22text-align\x22},{\x22name\x22:\x22text-align-last\x22},{\x22name\x22:\x22text-combine-upright\x22},{\x22name\x22:\x22text-decoration\x22},{\x22name\x22:\x22text-decoration-color\x22},{\x22name\x22:\x22text-decoration-line\x22},{\x22name\x22:\x22text-decoration-skip\x22},{\x22name\x22:\x22text-decoration-style\x22},{\x22name\x22:\x22text-emphasis\x22},{\x22name\x22:\x22text-emphasis-color\x22},{\x22name\x22:\x22text-emphasis-position\x22},{\x22name\x22:\x22text-emphasis-style\x22},{\x22name\x22:\x22text-indent\x22},{\x22name\x22:\x22text-justify\x22},{\x22name\x22:\x22text-orientation\x22},{\x22name\x22:\x22text-overflow\x22},{\x22name\x22:\x22text-shadow\x22},{\x22name\x22:\x22text-transform\x22},{\x22name\x22:\x22text-underline-position\x22},{\x22name\x22:\x22top\x22},{\x22name\x22:\x22transform\x22},{\x22name\x22:\x22transform-box\x22},{\x22name\x22:\x22transform-origin\x22},{\x22name\x22:\x22transform-style\x22},{\x22name\x22:\x22transition\x22,\x22valueRegex\x22:\x22^\x20*((initial|unset)|(((none|offset-distance|opacity|transform|visibility)(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms)(\x20*(linear|(ease|ease-in|ease-out|ease-in-out|cubic-bezier\x5c\x5c(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(,\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?){3}\x20*\x5c\x5c))|(step-start|step-end|steps\x5c\x5c(\x20*(|-|\x5c\x5c+)[0-9]+(,\x20*(jump-start|jump-end|jump-none|jump-both|start|end))?\x20*\x5c\x5c)))(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms))?)?)?)(,\x20*((none|offset-distance|opacity|transform|visibility)(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms)(\x20*(linear|(ease|ease-in|ease-out|ease-in-out|cubic-bezier\x5c\x5c(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(,\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?){3}\x20*\x5c\x5c))|(step-start|step-end|steps\x5c\x5c(\x20*(|-|\x5c\x5c+)[0-9]+(,\x20*(jump-start|jump-end|jump-none|jump-both|start|end))?\x20*\x5c\x5c)))(\x20*(|-|\x5c\x5c+)([0-9]+|[0-9]*\x5c\x5c.[0-9]+)(e(|-|\x5c\x5c+)?[0-9]+)?(s|ms))?)?)?))*))\x20*$\x22},{\x22name\x22:\x22transition-delay\x22},{\x22name\x22:\x22transition-duration\x22},{\x22name\x22:\x22transition-property\x22,\x22valueRegex\x22:\x22^\x20*(initial|unset|(none|offset-distance|opacity|transform|visibility)(,\x20*(none|offset-distance|opacity|transform|visibility))*)\x20*$\x22},{\x22name\x22:\x22transition-timing-function\x22},{\x22name\x22:\x22unicode-bidi\x22},{\x22name\x22:\x22vertical-align\x22},{\x22name\x22:\x22visibility\x22,\x22value\x22:[\x22hidden\x22,\x22initial\x22,\x22visible\x22]},{\x22name\x22:\x22voice-family\x22},{\x22name\x22:\x22white-space\x22},{\x22name\x22:\x22width\x22},{\x22name\x22:\x22word-break\x22},{\x22name\x22:\x22word-spacing\x22},{\x22name\x22:\x22word-wrap\x22},{\x22name\x22:\x22writing-mode\x22},{\x22name\x22:\x22z-index\x22,\x22valueRegex\x22:\x22([-+]?0)|([-+]?100)|([-+]?[1-9][0-9]?)\x22}]}','push','40088pqhhYk','852915jUlZHK','2436154HvLHhs','1099170YYQvBc'];a11_0x3ddc=function(){return _0xd135e3;};return a11_0x3ddc();}
|